/* ID Bereiche */

body {
	padding: 0px; 
	margin: 0px;
	}

#wrapper { 
	width: 990px;
	}

#header { 
	width: 990px;
	height: 105px;
	}
	
#page { 
	width: 990px;
	height: auto;	
	}

#navi {	
	float: left;
	}

#content {
	width: 830px;
	height: auto; 
	float: right;
	}
	
.headline {
	width: auto;
	height: 40px;
	}
	
#contentcontainer { 
	width: 830px; 
	}	

#footer { 
	width: 100%;
	border-top: 1px #e6cd55 solid;
	text-align: center;
	color: #2b6f8a;
	margin-top: 10px;
	} 

#footer .pos { 
	font-size: 11px;
	padding: 5px;
	} 


/* Globale Schriftdefinitionen */

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
#wrapper a, #wrapper a:visited {
	color: #7ba3b9;
	text-decoration: none;
	}
	
#wrapper a:active, #wrapper a:focus {
	color: #2b6f8a;
	}
	
#wrapper a:hover {
	color: #2b6f8a;
	}
	
#wrapper .h3 {
	color: #7ba3b9;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
/* Universale Klassen */

#wrapper .breaker	{ 
	clear: both; 
	font-size: 0px; 
	width: 0px;
	height: 0px;
	line-height: 0px;
	}

#wrapper .dist5 { 
	width: 5px; 
	height: 5px; 
	font-size: 1px; 
	clear: both;
	}
	
#wrapper  .dist10 { 
	width: 10px; 
	height: 10px; 
	font-size: 1px; 
	clear: both;
	}	
	
#wrapper .dist5fl { 
	width: 5px; 
	height: 5px; 
	float: left; 
	font-size: 1px;
	}
	
#wrapper .dist10fl	{ 
	width: 10px; 
	height: 5px; 
	float: left; 
	font-size: 1px; 
	}
	
.headline h1 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #ab9a03;
	}
	
/* ===== Listen ===== */
	
#wrapper .container .content ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	 
#wrapper .container .content ul li {
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/list_bullet.gif);
	background-repeat:no-repeat;
	background-position: 4px 5px;
	} 

#wrapper .container .content ol {
	list-style-type: decimal;
	padding-left: 20px;
	margin: 0px;
	}
	 
#wrapper .container .content ol li {
	padding: 0px;
	margin-left: 5px;	
	margin-bottom: 20px;
	}


