body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 18px;
}

#maincontainer {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 768px;
}

#header {
	z-index: 10;
	position: relative;
	top: 0px;
	left: 239px;
	width: 544px;
	height: 392px;
	
}

#logo {
	position: absolute;
	top: 75px;
	left: 67px;
	width: 139px;
	height: 136px;
}

#navi {
	z-index: 0;
	position: absolute;
	top: 225px;
	left: 55px;
	background-image: url(../bilder/navi_hg.jpg);
	background-repeat: no-repeat;
	width: 191px;
	height: 354px;
	line-height: 25px;
}


#navi table {
	margin: 8px 9px;
}


#adresse {
	position: absolute;
	top: 265px;
	left: 20px;
	text-align: center;
	color: #333333;
	line-height: 16px;
}


#inhalt {
	z-index: 1000;
	position: absolute;
	top: 222px;
	left: 249px;
	background-image: url(../bilder/inhalt_hg_alpha.png);
	background-repeat:no-repeat;
	width: 540px;
	height: 550px;
}

#text {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 460px;
	height: 490px;
}

#bilder {
	position: absolute;
	top: 225px;
	left: 797px;
	background-image: url(../bilder/bilder_hg.jpg);
	background-repeat: no-repeat;
	width: 173px;
	height: 543px;
	padding: 10px 9px;
}

#metanav {
	z-index: 100;
	position: absolute;
	top: 210px;
	left: 658px;
	width: 127px;
	height: 15px;
	font-size: 10px;
	color: #FFFFFF;
}

#ref_tabelle {
	margin-left: 7px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #2D343D;
}

/* navi-link */
a.navi:link { color:#0E1F34; font-weight: normal; font-style:normal; font-size: 13px; text-decoration:none;}
a.navi:visited { color:#0E1F34; font-weight: normal; font-style:normal; font-size: 13px; text-decoration:none;}
a.navi:hover { color:#3266AC; font-weight: normal; font-size: 13px; text-decoration:none; background-color: #FF9C03;}
a.navi:active { color:#0E1F34; font-weight: normal; font-size: 13px; text-decoration:none;}
a.navi {display: block;}

/* meta-link */
a.metanavi:link { color:#FFFFFF; font-weight: normal; font-style:normal; font-size: 10px; text-decoration:none;}
a.metanavi:visited { color:#FFFFFF; font-weight: normal; font-style:normal; font-size: 10px; text-decoration:none;}
a.metanavi:hover { color:#FFFFFF; font-weight: normal; font-size: 10px; text-decoration:underline;}
a.metanavi:active { color:#FFFFFF; font-weight: normal; font-size: 10px; text-decoration:none;}

/* email-link 1 */
a.mail:link { color:#14145E; font-weight: normal; font-style:normal; font-size: 12px; text-decoration:none;}
a.mail:visited { color:#14145E; font-weight: normal; font-style:normal; font-size: 12px; text-decoration:none;}
a.mail:hover { color:#EE3224; font-weight: normal; font-size: 12px; text-decoration:none;}
a.mail:active { color:#14145E; font-weight: normal; font-size: 12px; text-decoration:none;}

