/* CSS Document */
html {
	height:100%;
	width:100%;
	overflow:hidden;
}
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden;
	padding:0px; 
	margin:0px; 
	border:0px;
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#000000;
}


div#Seite {
	position:absolute;
	left:50%;
    width:1024px;
	margin-left:-512px;
	height:100%;
	background:#ebebeb;
	bottom:0px;
}

div#head {
	height:160px;
	width:1024px;
	background:url(../images/hintergrund_head.png);
}

div#footer {
	position:absolute;
	height:107px;
	width:1024px;
	background:url(../images/hintergrund_footer.png);
	bottom:0px;
	z-index:2;
}

div#polaroid {
	position:absolute;
	top:15px;
	right:0px;
	height:621px;
	width:249px;
	background:url(../images/polaroid.png) 0px 0px no-repeat;
	z-index:1;
}

div#contentbox {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:160px; 
	bottom:120px;
	width:854px;
	margin-left:-427px;
	left:50%;
}

#contentbox #content {
	position:absolute;
	left:65px;
	width:564px;
	height:100%;
	overflow:auto;
	padding-right:15px;
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#logountenrechts {
	position:absolute;
	width:192px;
	height:200px;
	bottom:0px;
	right:0px;
	background:url(../images/logountenrechts.png) 0px 0px no-repeat;
}
	

#logo {
	position:absolute;
	left:21px;
	top:10px;
	width:75px;
	height:100px;
	background:url(../images/logo.png) 0px 0px no-repeat;
}

div#bild {
	position:absolute;
	margin-top:10px;
	left:150px;
	width:564px; 
	height:100px;
	background:url(../images/bild.png) 0px 0px no-repeat;
}


div#trennstrich
{
	position:absolute;
	width:1px;
	height:389px;
	top:140px;
	left:117px;
	background:url(../images/trennleiste.png) 0px 0px no-repeat;
	z-index:1;
}

div#werbung
{
	position:absolute;
	width:1024px;
	height:40px;
	bottom:65px;
	left:40px;
	z-index:999;
}

div#werbung a img {
	margin-right:44px;
}

ul {
	list-style-type:none;
}

ul li {
	float:left;
}

img {border:0; behavior: url(pngbehavior.htc)}

.links {float:left;}

#linksunten
{
	position:absolute;
	left:150px;
	bottom:40px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	z-index:9999;
	background:none;
}

#linksunten a
{
	color:#FFFFFF;
}

#linksunten a:hover
{
	font-weight:bold;
}