@charset "UTF-8";
/* CSS Document */

/*klick Rahmen entfernen*/
 a { outline:0; -moz-outline:0; }

a:link{
	color:#ffffff;
	text-decoration:underline;
}

a:visited {
	color: #ffffff;
	text-decoration:underline;
}

a:focus {
	color: #bf2939;
	text-decoration:underline;
}

a:hover {
	color: #bf2939;
	text-decoration:underline;
}

a:active {
	color:#bf2939;
	text-decoration:underline;
}


/* PNG Fix für den IE */
img, div { 
behavior: url(iepngfix.htc);
border:0px;
}


/* Formatierung des Body's */
body, html {
margin:0px;
padding:0px;
width:100%;
height:100%;
background-color:#2f99c3;
}

#farbverlaufoben{
position:absolute;
background-image:url(Bilder/balken_oben.jpg);
background-repeat:repeat-x;
height:163px;
width:100%;
top:50%;
margin-top:-283px;
}

#farbverlaufunten{
position:absolute;
background-image:url(Bilder/balken_unten.jpg);
background-repeat:repeat-x;
height:163px;
width:100%;
top:50%;
margin-top:120px;
}

#stuck{
position:absolute;
background-image:url(Bilder/stuck_links.png);
background-repeat:no-repeat;
width:298px;
height:241px;
top:50%;
margin-top:-120px;
z-index:3;
}

#linie{
position:absolute;
background-image:url(Bilder/weissraum.jpg);
background-repeat:repeat-x;
width:30%;
left:298px;
height:241px;
top:50%;
margin-top:-120px;
z-index:2;
}

#logo_box{
position:absolute;
top:50%;
left:50%;
width:588px;
height:241px;
margin-top:-120px;
margin-left:-200px;
z-index:3;
}

#box_weiss{
position:absolute;
background-image:url(Bilder/weissraum_2.jpg);
background-repeat:repeat-x;
width:100%;
top:50%;
height:241px;
margin-top:-120px;
z-index:1;
}
