body{ 
background: #0046b8 url(../images/backgr.gif) repeat-x;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
	list-style-type: none;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #ffd000;
}

/* Menu */



.menu_links {
	width: 170px;
	height: 409px;
	margin: 0px 0 0 0px;
	padding: 0;
	color: #ffd000;
	background: #003793;
}

.menu_links ul{
	margin: 0;
	padding: 0px 0px 0px 4px;
	list-style: none;
	line-height: normal;
	display: block;
	color: #ffd000;
}

.menu_links li {
	float: left;
	padding-right: 0px;
	color: #ffd000;
}

.menu_links a {
	display: block;
	height: 10px;
	margin: 10px 0 0px 0;
	padding: 0px 55px 0px 5px;
	text-decoration: none;
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffd000;
	border: none;

}

.menu_links .current_page_item a {
}

.menu_links a:hover {
	text-decoration: none;
}

#container{
 width: 922px;
height: 3300px;
margin: 50px auto 10px auto;
}

#inhalt{
width: 922px;
min-height: 1500px;
height: 3300px;
background: #ffffff;
margin: 50px auto 10px auto;
}

.logo{
position: absolute;
z-index: 100;
margin-top:-20px;
background: url(../images/logo.gif);
width:188px;
height: 176px;
}

.leiste{
position: absolute;
z-index: 10;
background: url(../images/leiste.gif);
margin-top:-20px;
margin-left: 188px;
width:737px;
height: 29px;
}

.banner{
background: #0046b8 url(../images/banner.jpg);
margin-top:20px;
width:922px;
height: 165px;
}

#site-title{
line-height: 5px;
width: 540px;
height: 105px;
color: #002050;
display: block;
float: left;
margin: 25px auto 10px 208px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0px solid #000;
}

#site-title a{
color: #002050;
font-weight: bold;
}

.left{
position: absolute;
float:left;
z-index: 10;
margin-top:0px;
margin-left: 10px;
width:170px;
height: 1000px;
}

.links_text{
margin: 0px 0 0 0;
}

.links_text h2{
font-size: 12px;
color: #fff;
}

.right{
position: absolute;
float:right;
z-index: 10;
margin-top:-12px;
margin-left: 188px;
width:725px;
height:100%;
min-height: 3300px;
}

.right_inhalt{
position: absolute;
float:right;
z-index: 10;
margin-top:0px;
margin-left: 10px;
width:715px;
height:100%;
min-height: 3300px;
font-size: 12px;
}


.unteres_menu{
position: absolute;
z-index: 20;
width: 922px;
height: 145px;
background: #81a3be url(../images/bannerunten.jpg);
margin: -20px auto 20px auto;
padding-bottom: 20px;
}

.unteres_menu_1 a {
font-size: 12px;
}

.unteres_menu_2 a {
font-size: 12px;
}

.unteres_menu_1{
float: left;
position: absolute;
z-index: 20;
width: 260px;
height: 145px;
margin: 0px auto 20px -60px;
padding: 35px 50px 0 10px;
}

.unteres_menu_2{
float: right;
position: absolute;
z-index: 20;
width: 260px;
height: 145px;
margin: 0px auto 20px 620px;
padding: 35px 50px 0 50px;
}

.text_unten{
position: absolute;
z-index: 30;
width: 400px;
height: 135px;
float: left;
margin: 0 0 0 220px;
padding: 40px 55px 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
display: block;
}


.footer{
position: absolute;
z-index: 10;
width: 922px;
height: 30px;
margin: 145px auto 20px auto;
background: #81a3be;
font-size: 12px;
text-align: center;
}

---------------------------------------------------------------

#navi ul {
float: left;
list-style-type: none;
margin:0px 0;
padding: 0;
}

#navi li {
float: left;
padding: 0;
margin: 0px 0 0 0;
}

#navi a {
display:block; /* important for IE */
text-decoration: none;
color:#564b47;
padding: 7px 0 4px 15px;
margin: -13px 0px 0 0 ;
background: url(../images/norm.png) no-repeat left top;
border-bottom:0px solid #564b47;
font-size: 12px;
}

#navi a span{
padding: 7px 15px 4px 0;
margin: 0;
background: url(../images/norm-rechts.png) no-repeat right top;
}

#navi a:hover, #navi li.current a {
color:#ffffff;
background-image: url(../images/norm.png;
}

#navi a:hover span, #navi li.current a span {
background-image: url(../images/norm-rechts.png);
}

.clr{ clear:left; }