@charset "utf-8";

*
{
	margin:0;
	padding:0;
}

html,body
{
	width:100%;
	height:100%;
	overflow/**/:hidden;  /* durch den leeren Kommentar vor Doppelpunkt unsichtbar für ie 5 mac u win */
}

body 
{
	font: 100.01% Arial, Helvetica, sans-serif;
	color:#FFF;
	background:rgb(209,209,211);
	text-align:center;
	margin-top:15px;
}

div#start
{
	margin:0 auto;
	width:801px;
	border:2px solid #FFF;
	color:#FFF;
	background:rgb(231,231,233);
}

div#kutter
{
	width:400px;
	color:#000;
	margin-left:-5000px;
	height:2px;
	overflow:hidden;
}

div#top
{
	height:104px;
	background:rgb(10,180,141); /* darker_green */
}

h1 { text-align:center; }

h1 a 
{
	display:block;
	background:url(../grafik/general/logo.png) no-repeat 50% 0%;
	width:801px;
	height:104px;
	text-indent:-30000px;
	text-decoration:none;
}

div#content{ height:385px; }

div#content img 
{ 
	margin-top:104px;
	width:159px; 
	height:158px;
}

div#bottom
{
	height:37px;
	padding-top:18px;
	background:rgb(10,180,141); /* darker_green */
}

h2
{
	font-weight:normal;
	font-size:1.3em;
}

div#cover
{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

div#cover a img
{
	height:100%;
	width:100%;
	border:none;
}
