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

/*----------------------------------------------------
// ----> Basics
/----------------------------------------------------*/

body {	
	font:62.5% Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;}
	
#seite {
	width:90%;
	margin:0 auto;}
	
/* Clearfix */

.clear:after {
	content:".";
	clear:both;
	visibility:hidden;
	height:0;
	display:block;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/*----------------------------------------------------
// ----> Header
/----------------------------------------------------*/

#header {
	height:260px;
	background: #fff url(../images/bg_header01.jpg) 80px 0 no-repeat;
	position:relative;}
	
#header ul {display:none;}
		
h1 a, h1 img {
	border:0;
	text-decoration:none;
	color:#1F4A69 !important;}
	
h1 {font-size:0.001em;
	line-height:0.01em;
	width:310px;
	position:absolute;
	top:34px;
	left:90px;}
	
/*----------------------------------------------------
// ----> Content-Container
/----------------------------------------------------*/

#content-container {}

/*----------------------------------------------------
// ----> Content-Navi
/----------------------------------------------------*/

ul#content-navi {display:none;}
			
/*----------------------------------------------------
// ----> content-text
/----------------------------------------------------*/
			
#content-text {}
	
	h2 {
		font-weight:normal;
		font-size:1.8em;
		padding: 0 0 0 0;}
		
	h3 {
		font-weight:normal;
		text-transform:uppercase;
		padding: 0 0 1.5em 0;}
		
	h4 {
		font-size:1.3em;
		font-weight:bold;
		color:#215274;}
		
	h5 {
		font-size:1.2em;
		font-weight:bold;
		color:#215274;
		padding: 1em 0 .5em 0;
		text-transform:uppercase;}
		
	#content-text p,#content-text dl, #content-text ul, #content-text ol {
		padding: 0 0 1.5em 0;
		font-size:1.3em;
		line-height:1.5em;
		letter-spacing:0.01em}
	
	#content-text dl {width:460px;}	
	#content-text dt {float:left; width:130px;}
	#content-text dd {width:330px;}
	
	#content-text ul {
		list-style-type:none;
		color:#666;}
		
	#content-text ul li {
		background:url(../images/icon-kreuz.gif) 0 .6em no-repeat;
		padding: .5em 0 .5em 20px;}
	
	#content-text ul ul {
		font-size:1em;}
		
	#content-text ol {
		list-style-position:inside; color:#666;}
	
/*----------------------------------------------------
// ----> content-bilder
/----------------------------------------------------*/
	
#content-bilder {display:none;}
		
/*----------------------------------------------------
// ----> Footer
/----------------------------------------------------*/

#footer {
	height:176px;
	padding: 65px 0 0 550px;}
	
	#footer ul {
		list-style-type:none;
		font-size:1.2em;
		line-height:1.5em;
		color:#444;
		float:left;
		width:180px;}
		
		#footer ul li.topic {
			height:3em;
			text-indent:0;}
			
	#footer ul.geschaeftsstellen {color:#888;}
	
	#footer strong {font-weight:bold; color:#215274;}
