* {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
	background: url(images/inhaltbg.jpg) repeat-y 50% 0 transparent;
}

body#haupt {
	height: 100%;
	background: url(images/inhalt.jpg) no-repeat 50% 0 transparent;
}

p {
	font-size: 8pt;
	line-height: 12pt;
	color: #333;
	margin: 0 0 10px 0;
}

#haupt #container {
	width: 990px;
	height: 100%;
	background: url(images/mitte.gif) repeat 0 0 #fff;
}

#topNav {
	height: 36px;
	background-color: #fff;
}

#kopf {
	width: 990px;
	height: 82px;
	background: url(images/ringe.jpg) no-repeat 0 0 transparent;
	text-align: right;
}

#mitte {
	clear: both;
	height: auto;
}

#mainNav {
	width: 250px;
	float: left;
}

#login {
	font-size: 8pt;
	width: 220px;
	color: #727272;
	float: right;
	padding: 8px 5px 5px 12px;
	margin-top: -50px;
	margin-bottom: 25px;
	border-left: 0px solid #0095DA;
	border-bottom: 0px solid #0095DA;
}

#login input {
	border: 1px solid #0095DA;
	color: #0095DA;
}

#Inhalt {
	width: 517px;
	margin: 0;
	padding: 15px 22px 15px 27px;
	float: left;
	border-left: 1px solid #0095DA;
	border-right: 1px solid #0095DA;
	height: auto;
}

#sideBar {
	width: 154px;
	float: left;
	margin-left: 9px;
	padding: 15px 0 15px 0;
}

#haupt #fuss {
	position: fixed;
	bottom: 0;
	width: 990px;
	border-top: 1px solid #0095DA;
	text-align: center;
	padding: 3px 0 5px 0;
	background-color: #fff;
	font-size: 8pt;
}

.clear, br {
	clear: both;
}





input, textarea {
	border: 1px solid #D1D1D1;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	margin: 1px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #2F9EDF;
	text-decoration: none;
	font-size: 8pt;
}

a:hover {
	color: #76BFEA;
	text-decoration: underline;
}

/* Schrift in der Sitemap */
#Inhalt .box ul.sitemap {
	color: #333;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
#Inhalt .box ul.sitemap a {
	color: #333;
	text-decoration: none;
}

#brotkrumen {
	height: 20px;
	padding: 5px 0 0 10px;
	border-bottom: 1px solid #0095DA;
	background-color: #fff;
}

#brotkrumen * {
	font-size: 8pt;
	color: #0095DA;
	font-weight: bold;
}

#brotkrumen label {
	font-weight: normal;
	color: #727272;
}

#brotkrumen a {
	text-decoration: underline;
	font-weight: normal;
	color: #727272;
}

#sitemap input {
	width: auto;
}