<!--
/* 	
	 --------------     ---------     -------------
	------------- CSS für Startseite --------------
	 --------------     ---------     -------------

/* ---------------------------------------------------------------------------------------------- */
/* Zentrierung */

#zentrieren_webseite {
width: 411px;
height: 203px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
margin-left: -206px;
margin-top: -202px;
cursor:hand; 
cursor:pointer; 
color:#990000; 
/*
background-image: url(w2.gif); 
layer-background-image: url(w2.gif); 
*/
border: 0px none #000000;
}


#content {
font-family:Arial, Helvetica, sans-serif;
width: 500px;
height: 90px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
margin-left: -206px;
margin-top: 350px;
cursor:hand; 
cursor:pointer; 
color:#D5D8DA;
font-size:9px;
border: 0px none #000000;
}

h1
{
font-size:9px;
font-weight:normal;
margin:0px;
padding:0px;
}

h2
{
font-size:9px;
font-weight:normal;
margin:0px;
padding:0px;
}
