﻿#site
{
	position: relative;
	margin: 0 auto;
	top:-150px;
	width: 900px;
	height: 100%; 
	
}

/* Alle im Header-Bereich enthaltenen Container */
#header
{
	z-index:50;
	position: absolute;
	margin: 15px 0 0 0;
	padding:0;
	top:0;
	left:0;
	height:266px; 
	width:900px;
	background-repeat:no-repeat;
}

#menulevel1,
#menulevel2
{
	position: absolute;
	top:2px;
	left: 14px;
	height:20px;
	width:800px;
	white-space:nowrap;
	padding:0;
	margin:0;
	border:0;
}
#menulevel2
{
	top: 30px;
}

#servicelinks
{
	position: absolute;
	font-size: 11pt;
	text-align:right;
	width: 300px;
	height: 20px;
	top: 264px;
	left: 570px;
	padding:0;
	margin:0;
}

/* Container um die drei InhaltsSpalten */
#content
{
	z-index: 10;
	position: absolute;
	top: 267px;
	left: 0px;
	width:900px;
	background-image:url(/images/content.png);
	background-repeat:repeat-y;
	margin:0;
	padding: 0;
}

#colleft
{
	position: absolute;
	left: 31px;
	top: 50px;
	width:142px;
	padding: 0;
	margin:0;
}

#colmiddle
{
	position: relative;
	top:33px;
	left: 196px;
	min-height: 600px;
	width: 423px;
	margin: 0;
	padding:0;	
	padding-bottom: 80px;
}

#colright
{
	position: absolute;
	left: 688px;
	top: 100px;
	width:161px;
	border:1px dotted #888;
	padding: 10px;
	margin: 0;
}

/* Fussbereich enthält bggrafik mit runden 'Ecken' und Adresse */
#footer
{
	z-index: 20;
	position: fixed;
	bottom: 0px;
	width:900px;
	height: 60px;
	background-image: url(images/footer.png);
	padding-top: 10px;
	margin: 0 auto;
}

#validinfo
{
	position: fixed;
	bottom: 1px;
	right: 1px;
}

#printlogo
{
	visibility: hidden;
}
	