@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #0070b8;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #58585a;
}
h1 {
	font-size: 15px;
	color: #0070B8;
	margin-top:12px;
	margin-bottom: 20px;
}
h2 {
	font-size: 15px;
	color: #b1b3b4;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	color: #8ab2db;
	margin-top: 8px;
	margin-bottom:5px;
}
p{
	margin-top: -8px;
	margin-bottom: 18px;
}


.oneColFixCtr #container {
	background-repeat:no-repeat;
	width: 900px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	/*background-image:url(../tracing_hg_news.jpg);*/
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #FFFFFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 800px;
	
}
#mainContent {
	position: relative;
	padding: 0px 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	top: 0px;
	
}

#kopfzeile_logo{
	position: relative;
	height: 42px;
	padding: 10px;
	width: 880px;
}
#logo_kopfzeile{
	position: relative;
	height: 43px;
	width: 630px;
}
#suchfeld_kopfzeile{
	display: none;
	position: absolute;
	top: 10px;
	width: 140px;
	height: 43px;
	left: 750px;
	text-transform: uppercase;
	font-size: 10px;
}
#textfeld_suche{
	width: 120px;
}
#kopfzeile_bild{
	position: relative;
	height: 143px;
}
#virtuelleEinblicke{ /* die grüne Ecke im Header */
	display: none;
	position: absolute;
	height: 75px;
	width: 125px;
	bottom: 0px;
	left: 775px;
}
#kopfzeile_menu{
	height: 21px;
	background-color: #0070B8;
	background-image: url(../images/hg_nav_oben.jpg);
	background-repeat: repeat-y;
	border-bottom: #FFFFFF solid 1px;
}
/* die einzelnen Punkte im Menü oben*/
.menu_oben_btn{
	color: #FFFFFF;
	font-size:10px;
	position: relative;
	float: left;
	height: 18px;
	padding-top: 3px;
	cursor: pointer;
}
/* hintergrund für ausgewählten button*/
.btn_hg_aktiv{
	background-color: #58ab27;
}
#kopfzeile_pfad{
	background-color: #0070B8;
	background-image: url(../images/hg_nav_oben.jpg);
	background-repeat: repeat-y;
	height: 21px;
}
#label_menu_div h1, #label_menu_div h2{
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	float: left;
}

/*  im Inhaltsconainer unten  */
.linke_breite{
	width: 213px;
}
.rechte_breite{
	width: 668px; /* 672 - Rand*/
}
.oben_hoehe{
	height: 170px;
}
.unten_hoehe{
	height: 380px;
}
.breite_inhalt{
	width: 900px;
}

#oberer_bereich{
	position: relative;
	z-index: 1;
}
#links_oben_div{
	position: relative;
	left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0070B8;
}
#rechts_oben_div{
	position:absolute;
	padding-left: 15px;
	width: 655px;
	margin-right: 15px;
	left: 213px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0070B8;
}
#unterer_bereich{
	position: relative;	
	top: 0px;
}
#links_unten_div{
	position: relative;
	z-index: 60;
	padding-top: 12px;
	left: 0px;

}
#copyright{
	position:absolute;
	left: 0px;
	bottom: -1px;
	height: 150px;
	width: 213px;
	color:#0070b8;
	font-size:10px;
	background-image: url(../images/hg_nav_links.jpg);
	background-repeat: repeat-x;
	z-index: 30;
}
/* Sub Menü */
#links_unten_div ul{
	padding-top: 0px;
	margin-top: 0px;
}
#links_unten_div ul li {
	position: relative;
	list-style-position: outside;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-left: 10px;
	cursor: pointer;
	font-weight:bold;
}
.blaue_sub_menu_pfeil{
	list-style-image: url(../images/Button_PfeilBlau.gif); 
}
.gruene_sub_menu_pfeil{
	list-style-image: url(../images/Button_PfeilGruen.gif); 
}
.blaue_schrift{
	color: #0070b8;
}
.gruene_schrift{
	color: #58ab27;
}
#links_unten_div ul li a {
	text-decoration: none;
}
ul{
	position: relative;
	left:0px;
	top: 0px;
}
.untermenu {
	position: relative;
	display:none;
	text-decoration: none;
}


#links_unten_div ul li ul li{
	position: relative;
	font-size: 11px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-transform: none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: -40px;
	padding-left: 0px;
	font-weight:normal;
}
.ump {

}

.hauptmenu {

}
/* sub menu ende*/

#rechts_unten_div{
	position: absolute;
	left: 213px;
	top: 0px;
	height: 381px;
	padding-left: 15px;
	margin-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0070B8;
}
#rechts_unten_div a{
	text-decoration: none;
	color: #0070b8;
}
/* bei zweiteilung wie News */
#main_content_links{
	position: relative;
	float: left;
	width: 228px;
	height: 381px;
	left: -15px;
}
#main_content_rechts{
	position: absolute;
	left: 230px;
	top: 0px;
	width: 425px;
	padding-left: 15px;
}
#news_links_header{
	position: relative;
	width: 213px;
	height: 21px;
	padding-top: 6px;
	background-color: #0070b8;
	background-image:url(../images/hg_weiss_blau.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding-left: 15px;
}
#news_bild_1 {
}
#news_bild_2 {
}
#news_bild_3 {
}

/* news Bereich auf der Home/home.php*/

#news_header_home {
	position: absolute;
	height: 110px;
	width: 688px;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	font-size: 10px;
}
.news_vorschau_home {
	position: relative;
	width: 228px;
	height: 110px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #b8d698;
}
.news_vorschau_header {
	padding-left: 15px;
	padding-top: 3px;
	position: relative;
	height: 24px;
	background-color: #58AB27;
	background-image:url(../images/hg/verlauf_hgruen_dgruen.gif);
	background-repeat:repeat-y;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}
.news_vorschau_text{
	padding-left: 15px;
	padding-top: 3px;
	position: relative;
	/*height: 35px;*/
	width: 188px;
	color:#000000;

}
/* die Referenzen Seiten */
#ref_logo{
	position: relative;
	width: 228px;
	height: 61px;
	padding-top: 10px;
}
#referenzen_div{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 370px;
	width: 670px;
}
#ref_li_oben{
	position:relative;
	width: 440px;
	height: 194px;
	float: left;
}
#ref_re_oben{
	position:absolute;
	width: 228px;
	left: 456px;
	height: 194px;
	top: 0px;
}
#ref_li_unten{
	position:relative;
	top: 17px;
	left: -15px;
	width: 458px;
	height: 170px;
	float: left;
}
#ref_re_unten{
	width: 229px;
	height: 170px;
	left: 457px;
	top: 211px;
	position:absolute;
}
.ref_teaser_class{
	position: relative;
	width: 440px;
	height: 20px;
	margin-left: -15px;
	padding-left: 15px;
	text-transform: uppercase;
	background-image: url(../images/ref_balken_gruen.jpg);
	background-repeat:no-repeat;
	color: #58ab27;
	font-weight: bold;
}
.ref_text_class{
	position: relative;
	width: 420px;
	font-size: 10px;
}
#ref_teaser_bauvorhaben{
	top: 0px;
}
#ref_text_bauvorhaben{
	top: 0px;
	height: 23px;
	font-weight: bold;
}
#ref_text_planung{
	height: 23px;
}
#ref_text_beschreibung{
	height: 40px;
}



