﻿body {
    margin:0;
    padding:0;
    /*background-color:gold;
    */
    font: normal 12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 1.6em;
    color: #333;
  }


  
/* LINKS  */
a {
	color: #002c75;
	background: inherit;
	text-decoration:none;
}
a:hover {
	color: #808080;
	background: inherit;
	text-decoration:none;
}
/* CONTENT */
#haupt {
    width:900px;
  /*  font : 12px serif;*/
    margin : 25px auto;
    color : black;
  }




#menu-oben {
    background : inherit;
    padding : 18px 1px 11px 0;
    color : #000;
    float : right;
    border:solid 1px silver;
  }
/* Linker Bereich in dem auch da Menü angeteigt wird */  
#links {
    float:left;
    margin:0 1px 1px 0;
    width:250px;
} 

#links .info, #links .search_box, #links #loginmaske{
    padding:5px;
    color:#002c75;
    margin-bottom:2px;
    border: solid 1px silver;
    background: #ffffb0 url(images/box-links.png) no-repeat;

	
  }

#links .search_box {
text-align:center;

}

/*#loginmaske p {
  color: red;
}*/

/* LEFT VERTICAL MENU */
#menu_left {
	margin: 0 0 6px 0;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #002c75;

}
#menu_left li {
	list-style: none;
}
#menu_left li a {
	display: block;
	color: /*#3F5B7F;*/ /*#002c75*/ #fff;
	background: /*#C2CEDE*/ #4c72af url(images/kreise.png) no-repeat center left;
	width: 215px;
	padding: 3px 10px 3px 25px;
	margin: 0 0 0 0;
	font-size:13px;	
	font-weight: bold;
	text-decoration: none;
}  


#menu_left li a:hover {
	background: #002c75 url(images/kreise.png) no-repeat center left;
	color: #fff;
}

#menu_left .active {
color:#fff;
background:#002c75 url(images/kreise.png) no-repeat center left;
}




#banner {
    background : url(./images/banner3.png) no-repeat;
    margin : 0 0 1px 1px;
    border : 1px solid silver;
    width : 500px;
    min-height : 175px;
    float : left;
	}
#banner .logo{
/*position:relative;
top:0;
left:25px;*/
margin:5px 0 0 25px;
color:#fff;
font-weight:bold;
/*font-size:14px;*/

}
#banner .sloagen {
width:345px;
position:relative;
top:20px;
left:140px;
color:#fff;
font-weight:bold;
font-size:12px;
}

#banner .titel {
color:#fff;
margin:25px 0 0 10px;
width:250px;
background:transparent;
}

#content {
clear:both;
margin-top:55px;
padding:10px;
  }
  #content h2, #content h3 {
		color:  #002c75;
		line-height:135%;
  }
  #content h3 {
  font-size:14px;
  }
  
	#content #news1 {
    float:right;
    width : 160px;
    margin:5px;
	padding-left:5px;
	border-left:1px solid #ffd700;
 }


	#content #news1 li {
		padding : 0  ;
		list-style : square;

}


	#content #news1 h4 {
    font-size:120%;
    padding:0;
    margin:20px 0 0 0;
    font-weight: bold;
    color: #002c75;

  }

#rechts {
    float: right;
    width:143px;
    margin:89px 0 1px 1px;
   /* border: solid 1px silver;*/
    
  }


#rechts * img {
    padding:5px;
    margin-bottom:2px;
    border: solid 1px silver;
	display:block;
  }
  
 #rechts .box img {
    padding:0;
    margin-bottom:0;
    border: none;
  } 
  

#rechts .box {
    padding:5px;
    margin-bottom:2px;
    border: solid 1px silver;

  }
#rechts .info {
    padding:5px;
    color:#002c75;
    margin-bottom:2px;
    border: solid 1px silver;
    background: #ffffb0 url(images/box-rechts.png) no-repeat;
  }

#rechts .info h2, #links .info h2 {
color:#002c75;
font-size:15px;
font-weight:bold;
}



#footer {
    clear: both;
	position:relative;
	top:10px;
    padding: 0;
    border-top: 1px solid #ccc;
	display:block;
	text-align:center;
	color:#002c75;
	font-size:9px;
  }
 
 #footer a{
	text-decoration:none;
	color:#002c75; 
 }
  
  	.partner {
	display:none;
	}
