html{
	margin:0 0 0 0;
	padding:0px;
	height:100%;
	width:100%;
}

body {
		background-position:0px 0px;
		padding:0;
		margin:0;
		height: 100%;
		width:100%;
		background-color:#000059;
}

p{margin:0px}
img{border:0px;display:block;}

/* Start Layout Oben + Seitennavigation und Contentbox */
#bgrd, #kopf, #hauptnav, #content,#bilder_links,#inhalt{
position:absolute; left:0px; top:0px; width:100%; margin:0px;padding:0px; background-color:#fff;}

#bgrd{background-image:url(../images/Bgrd_Fink.gif); background-repeat:repeat-x;height:561px; width:100%;}
#kopf{background-color:#fff;height:100px; width:980px; background-image:url(../images/logo.gif); background-repeat:no-repeat; background-position:right;}
#hauptnav{top:100px; padding-left:26px; width:700px; height:66px; background-image:url(../images/Bgrd_Hauptnav.gif); background-repeat:repeat-x; }
#bilder_links{left:0px; top:135px;background-color:#eee; padding:0px;height:395px; width:245px;}
#inhalt{left:246px; top:260px;background-color:#a6b8cc; padding:0px;height:300px; width:600px;}

#bilder_rechts{float:right;background-color:#a6b8cc; padding:0px;height:426px; width:100px;}
#secondnav{float:right;background-color:#a6b8cc; padding:0px;height:110px; width:135px;}

#content{width:980px; height:426px; top:135px; left:0px; padding:0px; margin:0;
 background-color:#A6b8cc; clear:both}
/* Ende Layout Oben + Seitennavigation und Contentbox */

