@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #e4f1f0;
	background-image: url(images/backgr.jpg);
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#streifen {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/headerbackgr.jpg) repeat-x;
	width: 100%;
	height: 125px;
}

#container {
	width: 960px;
	height: 100%;
}

#leftcolumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
	background: url(images/leftnavibackgr.jpg) repeat-y;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#navibox {
	position: absolute;
	top: 125px;
	left: 0;
	padding: 20px 30px 0 10px;
	width: 200px;
}
#navibox a, #navibox a:visited {
	display: block;
	color: #ccc;
	background: inherit;
	text-decoration: none;
	line-height: 25px;
	padding-left: 30px;
	font-size: 110%;
	font-weight: normal;
}
#navibox a:hover, #navibox a:focus {
	display: block;
	color: #fff;
	background: inherit;
	text-decoration: none;
}
#navibox .aktiv {
	color: #fff;
	background: url(images/pfeil.gif) no-repeat;
	text-decoration: none;
	line-height: 25px;
	padding-left: 30px;
	font-size: 110%;
	font-weight: bold;
}

#rightcolumn {
	position: absolute;
	top: 0;
	left: 250px;
	width: 730px;
}
#headeradresse {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding-top: 20px;
}
#content {
	position: absolute;
	top: 125px;
	left: 250px;
	width: 730px;
	padding-top: 20px;
	font-size: 95%;
}
#seitentitel {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
}
#bild {
	float: right;
	width: 210px;
	margin: 0 0 15px 15px;
}
#bild img {
	border: 5px solid #35a79e;
}
#inhalt {
	width: 500px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 200px;
	text-align: left;
	color: #ccc;
	font-size: 80%;
}