@media screen {

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


html {
	min-height: 100%;
}



body, table, select, input, textarea {
	color: #666666;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	line-height: 175%;
	font-size: 13px;
}

body {
	overflow: scroll;
	overflow-x: auto;
}

a {
	color: #666666;
}

a.arrow {
	color: #A79966;
	text-decoration: none;
	padding: 0px 0px 0px 12px;
	background: url(../images/arrow.gif) no-repeat 0px 6px;
}

p {
	padding: 0px 0px 1.3em 0px;
}

h1,h2 {
	color: #A79966;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 0px 45px 0px;
}

h3, .panel h2 {
	color: #A79966;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;

}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
    vertical-align: top;
}


.error,
.warning {
	color: #CC0000;
}

.warning ul {
	padding: 0px 0px 15px 15px;
}

small {
	font-size: 11px;
}

.mimetype {
	background-repeat: no-repeat;
	padding: 0px 0px 15px 25px;
}	
	
/* Wraps */
#wrap {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#content-wrap {
	background: url(../images/content_background.gif) no-repeat 0px 40px;
}

#content {
	margin: 0px 250px 0px 235px;
}

#marginal {
	width: 235px;
	float: right;
}
	
#marginal .box {
	padding: 15px;
	margin: 53px 0 15px 0;
	background-color: #eee;
}

/* Header */
#header {
	height: 120px;
}

#logo {
	position: absolute;
	margin: 52px 0px 0px 17px;
	
}
	
#lang {
	list-style-type: none;
	position: absolute;
	margin: 10px 0 0 790px;
}
	
#lang li {
	border-right: 1px solid #ccc;
	display: inline;
	padding: 0 10px 0 5px;
	color: #ccc;
}
	
#lang li.last {
	border: 0px;	
}
	
#lang li a {
	text-decoration: none;
	color: #ccc;
}
	
#lang li.german_active a,
#lang li.english_active a {
	color: #999;
}

/* Motive */
#motive {
	height: 300px;
	margin: 0px 0px 15px 0px;
}

#separator {
	position: absolute;
	width: 15px;
	height: 300px;
	margin: 0px 0px 0px 705px;
	background-color: #FFFFFF;
}

/* Meta Navigation */
#meta-navigation {
	position: absolute;
	margin: 33px 0px 0px 785px;
	list-style-type: none;
}

#meta-navigation li {
	float: left;
	padding: 25px 10px 25px 10px;
	font-size: 16px;
	text-transform: uppercase;
}

#meta-navigation li a {
	color: #CCCCCC;
	text-decoration: none;
}

/* Main Navigation */
#main-navigation {
	list-style-type: none;
	padding: 33px 242px 0px 0px;
	float: right;
}

#main-navigation li {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	background: url(../images/main_navi.gif) no-repeat right top;
	padding: 25px 10px 25px 10px;
}

#main-navigation li a {
	color: #A79966;
	text-decoration: none;
}

#main-navigation li.active a,
#main-navigation li a:hover {
	color: #336600;
}

/* Sub Navigation */
#sub-navigation {
	float: left;
	width: 200px;
	list-style-type: none;
	padding: 67px 0px 0px 20px;
}

#sub-navigation li {
	padding: 0px 0px 5px 0px;
}

#sub-navigation li a {
	display: block;
	text-decoration: none;
	color: #A79966;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 0px 0px 0px 12px;
}

#sub-navigation li a:hover,
#sub-navigation .level-0-active a {
	background-image: url(../images/arrow-active.gif);
	color: #336600;
}

/* Slogan */
#slogan {
	margin: -95px 0px 0px 390px;
	position: absolute;
	width: 290px;
	font-family: Georgia, sans;
	font-style: italic;
	font-size: 17px;
	line-height: 1.5em;
	color: #666666;
}

/* Bilder */
.imagecenter,
.imageleft,
.imageright {
	border: 1px dotted #CCCCCC;
	padding: 5px;
}

.imagecenter img,
.imageleft img,
.imageright img {
	display: block;
}

.imagecenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.imageleft {
	float: left;
	margin: 3px 10px 10px 0px;
}

.imageright {
	float: right;
	margin: 3px 0px 10px 10px;
}

.image-description {
	background-color: #EEEEEE;
	color: #333333;
	font-size: 10px;
	padding: 5px;
}

.image-description p {
	padding: 0px;
}

ul.pagenavigator {
	height: 30px;
}

/* Listen */
ul.default {
	padding: 0px 0px 15px 0px;
	list-style-type: none;
}

ul.default li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding: 0px 0px 3px 13px;
}

ul.files {
	list-style-type: none;
	border-top: 1px solid #D9DDD7;
	border-bottom: 1px solid #D9DDD7;
	padding: 15px 0px 0px 0px; 
}

ul.files li {
	padding-left: 22px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


ul.pagenavigator li {
	float: left;
	color: #ffffff;
	background-image: url(../images/navigator_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 7px;
	margin: 0px 3px 0px 0px;
}

ul.pagenavigator li a {
	display: block;
	color: #CC9999;
	background-image: url(../images/navigator_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px 7px 2px 0px;
}

ul.pagenavigator li.spacer {
	background: transparent;
	color: #999999;
}

ul.pagenavigator li.current {
	font-weight: bold;
}


ul.pagenavigator li.current a,
ul.pagenavigator li.current a:hover {
	text-decoration: underline;
	color: #ffffff;
}

ul.pagenavigator li.previous a,
ul.pagenavigator li.next a {
	color: #ffffff;
}

/* Tabellen */
table.referenzen td {
	width: 50%;
	padding: 10px;
}
	
table.referenzen td.var1 {
	background-color: #7f7f7f;
	color: #fff;
	border-right: 10px solid #fff;	
}

table.referenzen td.var2 {
	background-color: #a6a6a6;
	color: #fff;
	border-right: 10px solid #fff;
	border-top: 3px solid #fff;	
	border-bottom: 15px solid #fff;
}
	
table.referenzen td.var2 b {
	color: #406633;
}
	
table.listing td,
table.listing th {
	padding: 5px 8px 5px 8px;
	text-align: left;
}

table.listing th {
	color: #336600;
}

table.listing td {
	border: 1px dotted #CCCCCC;
}

/* Formular */
label {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

select,
input.text,
input.halfbox {
	border: 1px dotted #CCCCCC;
	padding: 3px;
	width: 150px;
}

select {
	width: auto;
}

select>option {
	padding-right: 10px;
}


#reasearch-login table {
	margin: 0px 0px 15px 0px;	
}

#reasearch-login input.text {
	width: 105px;
}

input.submit,
input.defaultbutton,
input.button {
	padding: 3px 6px 3px 6px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* Footer */
#footer {
	clear: both;
	border-top: 1px dotted #CCCCCC;
	padding: 20px 0px 20px 230px;
	margin-top: 30px;
	color: #999999;
	text-transform: uppercase;
}

#impr {
	text-transform: none;
	float: right;
}

#impr a {
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	color: #999999;
}

/* Coda Slider */
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 470px;} 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 470px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }

/* Tab nav */
.coda-nav ul li a.current { border-color: #406633; color: #666; }

/* Panel padding */
.coda-slider .panel-wrapper {}

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
/* .coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden } */
.coda-nav ul {width: 400px !important; position: absolute; margin: -31px 0 0 250px;}
.coda-nav ul li { display: inline;  }
.coda-nav ul li a { display: block; float: left; margin-right: 15px; padding: 0px; text-decoration: none; border-top: 3px solid #fff; color: #a6a6a6;}
	
/* Miscellaneous */
.coda-slider-wrapper { overflow: auto; }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }

#coda-nav-left-1,
#coda-nav-right-1 {
	position: absolute;
	margin: 6px 0px 0px 0px;
	z-index: 2;
}
	
#coda-nav-left-1 {
	margin-left: -37px;
}

#coda-nav-right-1 {
	margin-left: -20px;
}


}

@media print {

* {
	border: 0px;
}

body, table, input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#meta-navigation,
#main-navigation,
#sub-navigation {
	display: none;
}

}
