@charset "utf-8";
* 
{
	margin:0;
	padding:0;
	outline-style:none;
}

html, body 
{
	height:100%;
}

body 
{
	background:#E2E2E2;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: verdana, arial,helvetica, sans-serif; 
	color:white;
}

img
{
	border:0px;
}

a
{
	color:#CDE3EC;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{

}

#distance 
{
	width:1px; 
	height:50%;
	margin-bottom:-384px; 
	float:left;
}

#container 
{
	clear:left;
	margin:auto;
	width:1025px;
	height:768px;
	background:url(../images/bg3.jpg);
	/* [disabled]border: medium solid #F00; */
}

#navi
{
	float:left;
	margin:250px 5%;
}

.button
{
	float:left;
	margin-left:3px;
	font-weight:bold;
}

.aktiv
{
	display:block;
	width:75px;
	height:75px;
	background:url(../images/button0.jpg);
	margin-bottom:-18px;
}

.aktiv:hover
{
	background:url(../images/button1.jpg);
}

.aktiv:focus
{
	background:url(../images/button1.jpg);
}


#text
{
	float:left;
	margin:250px -1.8%;
}
.extra {
	font-weight: bold;
	color: #FF0;
}
#logos {
	background-color: #FFF;
	position: relative;
	height: 50px;
	width: 350px;
	left: 675px;
	top: -260px;
	padding:10px 0px 5px 0px;
}

#logos img
{
	margin:0px 0px 0px 5px;
	float:left;
}
.trenner
{
	clear:both;
}
