html,body{
	margin:0;
	padding:0;
}
body{
	font: 101%;
	text-align:center;
	background-image: url(images/body_hintergrund.png);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #3E5C7D;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*-------Boxen------*/
#container{
	width: 733px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	background-image: url(images/grau.gif);
	background-repeat: repeat-y;
	background-position: 20px;
}
#head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 231px;
	left: 20px;
	position: relative;
	width: 693px;
	background-color: #FFFFFF;
	background-position: 0px 20px;
}
#content{
	float:right;
	width: 476px;
	margin-top: 65px;
	margin-bottom: 30px;
	right: 45px;
	position: relative;
	
}
#textbereich {
	color: #616161;
	width: 476px;
	border: 1px solid #A2A29B;
	background-color: #FFFFFF;
	clear: both;
	}
#contaktuell {
	float:left;
	width: 642px;
	margin-top: 0px;
	margin-bottom: 30px;
	left: 45px;
	position: relative;
	font-size: 11px;
	color: #616161;
	border: 1px solid #A2A29B;
	background-color: #FFFFFF;
	clear: both;
	}
#mainaktuell {
	padding-right: 30px;
	font-size: 12px;
	padding-left: 25px;
}
#textaktuell {
	padding-left: 27px;
}
#hauptnavi {
	width: 138px;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #A2A29B;
	margin-top: 65px;
	left: 45px;
}


#hauptnavi_public {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 138px;
}

#hauptnavi_private {
	width: 138px;
	float: left;
	background-color: #00CC00;
	display: none;
}
#footer{
	clear:both;
	position: relative;
	height: 45px;
	background-color: #FFFFFF;
	width: 733px;
}
#footer img {
	margin-left: 45px;
	margin-top: 5px;
}

#hintergrund {
	background-color: #CC3333;
}

#hauptnavi  li {
	line-height: 25px;
	color: #A7A7A0;
	list-style-type: none;
}
#hauptnavi  ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-left: 0px;

}
/*-------Schriftformate------*/
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 35px;
	margin-top: 40px;
	margin-left: 30px;
	color: #3D5072;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-left: 30px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	margin-left: 30px;
	line-height: 1.5em;
	color: #3D5072;
	margin-right: 25px;
}
th {
	color: #3D5072;
	font-size: 12px;
}


#hauptnavi a:link, a:visited {
	color: #B2B2B2;
	text-decoration: none;
}
#hauptnavi a:hover, a:active, a:focus {
	color: #3D5072;
	text-decoration: none;
}

#hauptnavi li#current a {
	color: #3D5072;
	text-decoration: none;
}


p {
	font-size: 12px;
	line-height: 1.5;
	margin-left: 55px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#textbereich  ul {
	padding-right: 30px;
	font-size: 12px;
	padding-left: 60px;
}
#textbereich  li   {
	margin-bottom: 5px;
	line-height: 1.3em;
	list-style-type: disc;
}
#textbereich a:link, #textbereich a:visited {
	text-decoration: none;
	color: #BD7811;
}
#textbereich a:hover, #textbereich a:active, #textbereich a:focus,  {
	text-decoration: underline;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#textbereich td {
	font-size: 11px;
}
#textbereich table {
	width: 400px;
	margin-left: 45px;
}
#textbereich  ul  li  ul  li {
	margin-left: -30px;
}
#textbereich ul li ul {
	margin-top: 10px;
}

.bild_neben_text {
	float: left;
	position: absolute;
	left: -176px;
	border: 1px solid #A2A29B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}

.bild_im_text {
	position: relative;
	left: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #A2A29B;
}