/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .90em/1.1em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: White url(pic/mainback.png) repeat-x;
	text-align: center;
}

/***********************
	  LAYOUT
************************/
#mback {
	background: url(pic/back.png) repeat-y bottom;
	height: 100%;
	display: block;
	bottom: 0px;
	}

#wrap {
	width: 1000px; 
	margin: 0 auto;	
	text-align: left;
	bottom: 0px;
	background-repeat: repeat-x;
	background-image: url(pic/topback.jpg);
}

#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
}

#top1 {
	background-image: url(pic/logo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 62px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#top2 {
	background-image: url(pic/top2.jpg);
	background-repeat: no-repeat;
	margin-left: 600px;
	width: 392px;
	height: 59px;
	}


#top3 {
	width: 1px;
	height: 1px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	float: left;
}

#top4 {
	width: 350px;
	top: 20px;
	height: 50px;
	left: 200px;
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	color: Green;
}

/* main */
#main {
	padding: 0;
	width: 1000px;	
	display: block;
}

#fuss {
	display: block;
	height: 5;
}

/* links */
a { 
	color: #678253;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

.navi { color: Yellow;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;	
}

.navi:hover { color: #FFFFA4;
}

.nav { color: White;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;	
}

#stseite {
 background-image: url(pic/h_startseite.jpg);
 background-repeat: no-repeat;
 width: 980px;
 height: 568px;
 z-index: 1;
}

#stseiteinfo {
	background-image: url(pic/h_aktuell.jpg);
 	background-repeat: no-repeat;	
 	width: 586px;
 	height: 80px;
	margin-top:24px;
	margin-left:50px;
	padding-top: 5px;
	padding-left: 15px;
	position: absolute;
	z-index: 3;
	border: none;
}

#stseitefrau {
	background-image: url(pic/h_frau.png);
 	background-repeat: no-repeat;	
 	width: 504px;
 	height: 470px;
	margin-top:111px;
	z-index: 2;
	position: absolute;
}

#stseiteauto {
	background-image: url(pic/auto.png);
 	background-repeat: no-repeat;	
 	width: 200px;
 	height: 104px;
	margin-top:15px;
	margin-left:712px;
	z-index: 2;
	position: absolute;
}

#stvideo {
 	width: 500px;
 	height: 400px;
	margin-top:138px;
	margin-left:440px;
	z-index: 2;
	position: absolute;
	
}

#stseitenbox {
background-image: url(pic/startseitenbox.jpg);
background-repeat: no-repeat;
padding: 16px;
font-size: larger;
font-weight: bold;
color: #006400;
width: 312px;	
height: 338px;
margin-top:213px;
margin-left:48px;
z-index: 25;
display: block;
position: absolute;
}

#stseitetxt {
font-size: smaller;
font-weight: bold;
margin-top:10px;
color: #030303;
width: 98%;	
overflow: auto;
Overflow-x: hidden;
Overflow-y: auto;
height: 250px;
display: block;
z-index: 30;
padding-right: 3px;
}

#stback {
	background-image: url(pic/stback.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 50px;
}

#wiback {
	background-image: url(pic/wiback.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 50px;
}

#buback {
	background-image: url(pic/buback.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 50px;
}

#tuback {
	background-image: url(pic/tuback.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 50px;
}

#seback {
	background-image: url(pic/seback.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 50px;
}

#imback {
	background-image: url(pic/imback.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 50px;
}

#stfront {
	width: 670px;
	overflow: auto;
	Overflow-x: hidden;
	Overflow-y: auto;
	height: 500px;
	display: block;
}

ul {
	display:block;
}

h1 {
	font-size: 28px;
	color: #006400;
	line-height: 30px;
}

h2 {
	font-size: medium;
	color: #006400;
}

.tooltip { 
  position: absolute; 
  display: none; 
  font:10px Verdana; 
  font-style:normal;   
  color: #cccccc; 
  padding:2px 2px 2px 2px;  
  background-color:#336699;  
  border:1px solid #000000; 
  z-index: 999;
} 


