/* Avodaq CSS für Startseite*/

body, html {
	height: 100%;
	margin: 0; padding: 0;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

body { 	font-size: 100%; }

div#vspacer {
	height: 50%;
	width: 100px;
	margin-bottom: -385px;
	float: left;
}
div#site {
	position: relative; 
	margin: auto auto; 
	clear: left;
 	width: 770px; 
	border: 0; padding: 0; 
	background-color: #fff;
}
div#start {
	position: absolute;
	z-index: 2;
	left: 195px;
	top: 240px;
	margin: 0; padding: 0;
	height: 35px;
	text-align:center;
}
#start ul {
    margin: 0; padding: 0;
	font: normal 16px helvetica, arial, sans-serif;
	text-transform: uppercase; 
	text-align: center;
}
#start li {
	float:left;
	list-style: none;
    margin: 0 0 0 10px;; padding: 0;
	} 
#start ul a{ 
	cursor:pointer;
	width: 150px;
	display: block;
	text-decoration: none;
	padding: 8px 0;
	background-color: #00254F; 
	color: #fff; 
}

#start ul a:hover{ 
	cursor:pointer;
	background-color: #00A4D2;
}
/* Clearing	 */
div#clearleft {
	clear: left;
}
div#clearright {
	clear: right;
}

#abstract, #abstract2 { /* erstes + ggf. zweites DIV für die Inhaltsbeschreibung der jeweiligen Seite */
	position				:	absolute;
	top						:	0px;
	left					:	0px;
	border					:	3px solid #ddd;
	padding					:	15px;
	color					:	#666;
	background				:	#f9f9f9;
	-moz-opacity			:	0.75;
	filter					:	alpha(opacity=75);
	opacity					:	0.75;
	z-index					:	2000;
}
html #abstract.abstract, html #abstract2.abstract { font-size:9px; top: -2500px; line-height:10px; }

