/*<! [CDATA[*/

/*erstmal wird alles auf 0 gesetzt*/
*{margin:0; border:0; padding: 0;}

body,html{
	width:auto;
	height:100%;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;  /*umgeht IE-Bug beim Skalieren der Schriftgröße */
	color:#FFFFFF;/*Schriftfarbe*/
	background-color:#B8BCB4;
	background-image:url(picts/hg.jpg); background-position:0 0; background-repeat:repeat-y;
}

/*Hyperlinks allgemein*/
a:link, a:visited, a:active {color:#54554A; text-decoration: none;}
a:hover {color:#CC3300; text-decoration: none;}

/*Hyperlink rot, bei hover grau*/
.e-mail:link, .e-mail:visited, .e-mail:active{color:#990000; text-decoration:underline;}
.e-mail:hover{color:#817D64; text-decoration:underline;}


/*Hyperlink grau und unterstrichen, bei hover rot*/
.textlink-grau:link, .textlink-grau:visited, .textlink-grau:active{color:#817D64; text-decoration:underline;}
.textlink-grau:hover{color:#990000; text-decoration:underline;}


.kein-link:hover{color:#817D64;}/*Anker (Schulungsmodule, English Version) sollen keinen Überrolleffekt haben(Problem im IE)*/
.highlight{color:#CC3300;}/*Menü, aktiver Button ohne Link*/
.highlight2{color:#737869;}
.highlight3{color:#CC3300; font-weight:bold;}
.normal{font-weight:normal; font-size:0.8em; }/*Aktuelle Hinweise, kleine Schrift in H1*/
.antifloat{clear:left;}

h1{font-size:1.1em; padding:30px 0 20px 0; color:#990000;}/*Überschrift groß*/
h2{font-size:1em; padding:10px 0 15px 0; color:#54554A;}/*Überschrift klein*/
h4{font-size:1.3em; color:#817D64;}/*auf der Index-Seite*/
h3{font-size:0.9em; padding:0 0 10px 0; color:#54554A;}/*Text Wirkungsfelder in der Kopfzeile*/
h6{font-size:1em; color:#817D64;}/*auf der Index-Seite*/



p{font-size:0.8em; line-height:1.3em; padding:0 0 10px 0; color:#54554A;}

ul{list-style-type:none;}/*erstmal für alle Listenelemente: kein Aufzählungszeichen*/
li{list-style-type:none; color:#54554A;}/*erstmal für alle Listenelemente: kein Aufzählungszeichen*/

#wrapper{/*Schale zum Zentrieren*/
	position:relative;
	text-align:left;/*Linksbündig*/
	top:30px;
	background-image:url(picts/bg-12.jpg); background-repeat:no-repeat; 
	margin-left:auto; margin-right:auto;/*Zentrieren*/
	width:955px; height:550px; 
	background-color:#B5B9B1;
}

/*Insgesamtbox Navigation*/
ul#nav{
	position:absolute;
	top:90px; left:730px;
	width:205px; height:auto;
	font-size:0.8em;
}

ul#nav li{font-weight:bold;  margin:0 0 26px 5px;}

ul#nav li#home{font-weight:normal;}
ul#nav li#profil{padding-top:20px;}
ul#nav li#kontakt{padding-top:74px; margin-bottom:0;}
ul#nav li#kontakt ul li{font-weight:normal; margin-bottom:6px;}



#back{
position:absolute; 
left:420px; 
top:90px;
font-size:0.8em; 
z-index:21;
}

/*--------------------------------------------------------------------------------------*/

#pict{
	position:absolute;
	top:110px; left:35px;
	z-index:3;
}

#pict-start{
	position:absolute;
	top:110px; left:35px;
	z-index:3;
}

/*CONTENT-----------------------------------------------------------------------------------*/
/*Box content allgemein*/

#content{
	position:absolute;
	top: 111px; left:35px;
	width:420px;
	height:290px;
	color:#54554A;
	padding:13px 20px 20px 29px;
	background-color:#DODICB;
	border:#838B7D;
	/*padding:70px 0 0 40px;*/
	z-index:4;
}

*html #content.text{/*für IE5.01 -IE6*/
	/*top: 15px;*/
}
#text{
	position:absolute;
	left:24px;
	top:0;
	z-index:20;
	width: 430px;
	height: 315px;
	padding:13px 15px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #54554A;
	overflow:auto;
	float:left;
}

/*Allgemeine Beschreibung der Listen im content*/
#content li{font-size:0.8em; padding:5px 0 4px 15px; background-image:url(picts/quad_grau.gif); background-position:0 10px; background-repeat:no-repeat;}

ul.subnav{
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:170px; height:auto;
}

ul.subnav li{
	font-size:0.8em;
	color:54554A;
	padding:10px 0 5px 20px;/*Innenabstand des Menütextes zum Rand des Listenelements*/
}


#zurueck-bottom{
	position:absolute;
	font-size:0.8em; font-weight:bold;
	margin-top:30px;
	padding:0 0 30px 20px;
	background-image:url(picts/pfeil_links_grau.gif); background-position:0 5px; background-repeat:no-repeat;
}
#zurueck-top{
	position:absolute;
	top:112px; left:30px;
	padding-left:20px;
	font-size:0.8em; font-weight:bold;
	z-index:5;
	background-image:url(picts/pfeil_links.gif); background-position:0; background-repeat:no-repeat;
}
#zurueck-top a{
	color:#E2DFCB; text-decoration:none;
}

#nach-oben{padding:0 0 10px 0;}
#nach-oben a{text-decoration:underline;}

#sabmar{
	position:relative;
	margin:30px 0 0 0;
}

/*Hyperlink grau und unterstrichen, bei hover rot*/
#sabmar a{
	color:#817D64;
	text-decoration:none;
}
#sabmar a:hover{
	color:#990000;
	text-decoration:none;
}
h5{/*Überschrift klein*/
	font-size:0.8em;
	font-weight:bold;
	padding:0 0 5px 0;
	color:#817D64;
}

/*]]>*/

