@charset "utf-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #57706c;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
    }
    .oneColFixCtrHdr #container {
	width: 930px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fefefe;
	border-bottom-color: #fefefe;
	border-left-color: #fefefe;
    }
    .oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    }
.oneColFixCtrHdr #container #header #Navigation {
	background-color: #eaf4f3;
	height: 32px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

    .oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	color: #CCCCCC;
    }
    .oneColFixCtrHdr #mainContent {
	background-image: url(../images/background_main_content.jpg);
	background-repeat: repeat;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
    }
.oneColFixCtrHdr #container #mainContent #Subheadline #TextHTML #Text2 a {
	font-size: 12px;
	color: #57706C;
	text-decoration: underline;
}

.oneColFixCtrHdr #Fusszeile {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFD9;
	padding-bottom: 20px;
}
.oneColFixCtrHdr #container #mainContent #Subheadline #Drucken {
	font-family: Tahoma, Arial;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25px;
}
.oneColFixCtrHdr #container #mainContent #Subheadline #Headline {
	font-size: 40px;
	color: #57706c;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-weight: normal;
	text-transform: none;
	font-family: "Edwardian Script ITC", Tahoma;
}
.oneColFixCtrHdr #container #mainContent #Subheadline #Drucken a {
	font-size: 10px;
	color: #57706C;
	text-decoration: underline;
}

.oneColFixCtrHdr #Fusszeile a {
	color: #FFFFD9;
	text-decoration: underline;
	padding-bottom: 0px;
}

    .oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
    }
    .oneColFixCtrHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
    }
	.imgtrialLeftcomment{
	text-align:left;
	}
	div#imgtrial_text  { color: white; font: bold 10px tahoma, sans-serif; text-decoration: none; background-color: white; text-align: right; text-transform: uppercase; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 2px; position: relative; top: -18px; width: 16px }
	.image_trail_title_h2 { color: #4f4f4f; font-size: 12px }
	.image_trail_border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
	}
	.image_trail_preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
	}
	
/* Erstes Level ANFANG -------------------------------------------*/
  ul#nav {
	margin: 0px;
	padding: 0px;
}
ul#nav li h2 {
	margin: 0;
	padding: 0;
}
ul#nav li {
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
ul#nav a:link, ul#nav a:visited {
	display: block;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #2a4d48;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
ul#nav a:hover {
	color: #2a4d48;
	background-color: #d1e3e2;
}
ul#nav #active h2 a {
	font-weight: normal;
	color: #2a4d48;
	background-color: #d1e3e2 !important;
}
/* Erstes Level ENDE -------------------------------------------*/

/* Zeites Level ANFANG -----------------------------------------*/
  ul#nav li ul {
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	border-bottom-style: none;
}
  ul#nav li ul li{
	text-align: left;
	background-color: #d1e3e2;
}
ul#nav li ul li h2 a:link, ul#nav li ul li h2 a:visited {
	display: block;
	margin-left:0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #2a4d48;
	text-decoration: none;
	padding-left: 10px;
	line-height: 25px;
	background-color: #d1e3e2;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
ul#nav li ul li h2 a:hover {
	color: #FFFFFF;
	background-color: #a9c8c6;
}
ul#nav li ul #active h2 a {
	font-weight: normal;
	color: #57706c !important;
	background-color: #d1e3e2 !important;
}
/* Zeites Level ENDE -------------------------------------------*/

ul#nav #activepath > h2 a {
	background-color: #d1e3e2 !important;
	color: #57706c !important;
}



/* PULLDOWN ANFANG --------------------------------------*/
  ul#nav li ul {
    width: 250px; /*Breite der Submenüs*/
  }
 ul#nav li ul li {
	width: 250px; /* Korrektur für Opera */
	}
  ul#nav li {
    float: left;
	} 
  ul#nav li ul {
    position: absolute;
    display: none;  /* Unternavigation ausblenden */
  }
  ul#nav li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
/* PULLDOWN ENDE --------------------------------------*/

/*HAUPTNAVIGATION Ende*/
.oneColFixCtrHdr #container #mainContent #Subheadline #TextHTML a {
	font-size: 12px;
	color: #57706C;
}
div#imgtrial_text  { color: white; font: bold 10px verdana, sans-serif; text-decoration: none; background-color: white; text-align: right; text-transform: uppercase; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 2px; position: relative; top: -18px; width: 16px }
.image_trail_title_h2 { color: #4f4f4f; font-size: 12px }
.image_trail_border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}
.oneColFixCtrHdr #container #mainContent #Subheadline #TextHTML #Text1 {
	padding-right: 25px;
	text-align: left;
	word-spacing: 2pt;
	line-height: 18px;
	padding-left: 25px;
}
.oneColFixCtrHdr #container #mainContent #Subheadline #Images {
	padding-top: 40px;
	width: 100%;
}

.oneColFixCtrHdr #container #mainContent #Subheadline #TextHTML #Text2 {
	padding-left: 25px;
	text-align: left;
	word-spacing: 2pt;
	line-height: 18px;
	padding-right: 25px;
}
hr{
	background-color:#617975; /* Mozilla 1.4 */
	color:#617975; /* IE 6 */
	border: #745c49; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
#mainContent h1 {
	line-height: 18px;
	color: #c99542;
	font-size: 16px;
	font-weight: normal;
}