* { padding: 0; margin: 0; }

body {
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
#wrapper_home,
#wrapper_ueber,
#wrapper_team,
#wrapper_leist,
#wrapper_ref,
#wrapper_links,
#wrapper_kont,
#wrapper_impr {
	padding-top: 185px;
	margin: 0 auto;
	width: 980px;
	height: 620px;
	border: #fff 1px solid;
	border-top: #fff 0;
	}
	
	
#wrapper_home { background: #fff url(img/hg_03.jpg) no-repeat; }
#wrapper_ueber { background: #fff url(img/hg_01.jpg) no-repeat; }
#wrapper_team { background: #fff url(img/hg_11.jpg) no-repeat; }
#wrapper_leist { background: #fff url(img/hg_02.jpg) no-repeat; }
#wrapper_ref { background: #fff url(img/hg_05.jpg) no-repeat; }
#wrapper_links { background: #fff url(img/hg_links-partner.jpg) no-repeat; }
#wrapper_kont { background: #fff url(img/hg_06.jpg) no-repeat; }
#wrapper_impr { background: #fff url(img/hg_07.jpg) no-repeat; }
	
	

/* ------------- navi neu ------------- */
	
#navi {
	float: left;
	width: 140px;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0px 25px 60px;
	background: #209740;
	clear: both;
	}
	
#navi UL { list-style-type: none; }

#navi UL LI { padding: 15px 0px 0px 0px;	}
	
#navi a {
	color: #000;
	text-decoration: none;
	}

#navi a:hover,
#navi a#active {
	color: #fff;
	text-decoration: none;
	}
	
/* ------------------------- */

#content {
	float: left;
	width: 580px;
	padding-top: 25px;
	margin-left: 110px;
	}

	
.textbereich {
	float: right;
	font-size: 12px;
	padding-right: 60px;
	width: 460px;
	height: 540px;
	}

.textbereich p { margin-bottom: 15px; }
.textbereich span { color: #209740; }
.textbereich span2 { font-weight: bold; }

.textbereich a { 
	color: #333;
	text-decoration: underline; }
		
.textbereich a:hover { 
	color: #209740;
	text-decoration: underline;
	}

	
h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 1px 10px 10px 0;
	}
	
h2 {
	font-size: 13px;
	font-weight: bold;	
	padding: 5px 10px 10px 0;
	}
	
.clearer {
	clear: both;
	font-size: 0;
	}

.bild { margin-bottom: 10px }
	
.fliesstext_auszeichnung { font-weight: bold; }
.fliesstext_auszeichnung2 { 
	font-weight: bold;
	font-size: 13px;
	}

/* ------------- listenbereich ------------- */

.listenbereich { 
	padding-bottom: 5px;
	padding-left: 5px;
	}

.listenbereich p { 
	margin-bottom: 5px; 
	margin-left: 5px;
	}
	
.listenbereich ul { margin-left: 5px; }
.listenbereich li {
	font-size: 12px;
	list-style-type: square;
	padding-bottom: 10px;
	}
	
/* galerie */

.galerie { 
	float: left;
	width: 110px;
	height: 60px;
	}
	
a img { border: #a4a4a4 2px solid; } 

a:hover img { border: #209740 2px solid; }

/* -------- tabellen --------------- */

.zelle_bild { 
	float: left;
	width: 140px;
	height: 110px;
	padding-bottom: 10px;
	}
	
.zelle_text { 
	float: left;
	width: 265px;
	height: 110px; 
	padding: 0px 0px 10px 15px;
	}  
	
/* ............... text partner ............... */
	
.text_partner { 
	height: 60px;
	padding-top: 20px;
	line-height: 20px; 
	}
	
.logos { 
	float: left;
	margin: 5px 15px 5px 0px;
	}
