/*css*/

body {
background-color:#FFFFFF;
background-image:url(../img/bg_body.jpg);
background-repeat:repeat-x;
}

#links {
background-image:url(../img/bg_li.jpg);
background-position:top right;
background-repeat:no-repeat;
width:25%;
}

#mitte {
width:50%;
}

#rechts {
background-image:url(../img/bg_re.jpg);
background-position:top left;
background-repeat:no-repeat;
width:25%;
}

#inhalt {
width:984px;
height:900px;
background-image:url(../img/bg_main.jpg);
background-repeat:no-repeat;
}

#adresse {
position:absolute;
margin:360px 0px 0px 20px;
width:160px;
height:125px;
font-family:"Tahoma", Times New Roman, Times, serif;
font-size:12px;
color:#000000;
}

#content {
	position:absolute;
	margin:300px 0px 0px 242px;
	width:650px;
	height:523px;
	font-family:"Tahoma", Times New Roman, Times, serif;
	font-size:12px;
	color:#000000;
}

h2 {
color:#003c75;
font-size:14px;
text-decoration:underline;
font-family:"Tahoma", Times New Roman, Times, serif;
}

a {
color:#003c75;
font-size:12px;
text-decoration:underline;
font-family:"Tahoma", Times New Roman, Times, serif;
}

#bild {
	position:absolute;
	background-image:url(../img/kaeber.jpg);
	width:131px;
	height:196px;
	background-repeat:no-repeat;
	margin:530px 750px 0px 0px;
	left: 445px;
	top: -474px;
}

#link {
	position:absolute;
	width:334px;
	height:25px;
	margin:530px 1250px 0px 0px;
	left: 312px;
	top: -72px;
}

#footer {
	position:absolute;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	font-family:"Tahoma", Times New Roman, Times, serif;
	width:318px;
	height:15px;
	margin:530px 1250px 0px 0px;
	left: 9px;
	top: -30px;
}

