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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background: #FFF;
	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. */
	background-image: url(../images/hintergrund/hintergrund_body.jpg);
	background-repeat: repeat-x;
  scrollbar-face-color: #373A3E;
  scrollbar-track-color: #34373A;
  scrollbar-arrow-color: #CCCCCC;
  scrollbar-highlight-color: #373A3E;
  scrollbar-shadow-color: #222222;
  scrollbar-3dlight-color: #454545;
  scrollbar-darkshadow-color: #373A3E;
}

p {
	line-height: 15px;
	margin: 0 auto;
	padding: 0px;
}

p a{
	color: #FFF;
}

p a:hover{
	color: #F00;
}

p a:active{
	color: #F00;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	padding: 0px;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	margin: 0 auto;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	margin: 0 auto;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	margin: 0 auto;
	font-weight: bold;
	padding: 0px 5px 0 0;
	color: #F00;
	float: left;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	margin: 0 auto;
	font-weight: normal;
	padding: 0px;
	font-weight: bold;
}

#container { 
	width: 1027px;  /* 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. */
	height: 596px;
	background-image: url(../images/hintergrund/hintergrund_container.jpg);
	margin: 73px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 
#hauptcontainer {
	width: 927px;
	height: 596px;
	margin: 0 auto;
}

#header {
	padding: 0px 0px 0 0px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 63px;
	color: #CCC;
	font-size: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

#header a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	
}

#header a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

#header a:active {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#header_links {
	float: left;
	width: 600px;
	color: #333;
	text-align: left;
	padding-top: 35px;
}

#header_link_aktiv {
	padding-right: 20px;
	color: #333;
}

#header_links a {
	color: #B2B2B2;
	padding-right: 20px;
	text-decoration: none;
	font-weight: normal;
}

#header_links a:hover {
	text-decoration: none;
	padding-right: 20px;
	font-weight: normal;
	color: #333;
}

#header_links a:active {
	text-decoration: none;
	padding-right: 20px;
	color: #333;
	font-weight: normal;
}
.dmp {
	font-size: 21px;
	color: #F00;
}

.architekten {
	font-size: 21px;
	color: #333;
	padding-right: 20px;
}

.namen {
	font-size: 9px;
	color: #666;
	padding-right: 37px;
}

#unternavigation {
	width: 927px;
	height: 31px;
	text-align: right;
	font-size: 11px;
	color: #F00;
	padding-top: 20px;
}

#unternavigation_link_aktiv {
	font-size: 11px;
	color: #F00;
	padding-left: 20px;
}

#unternavigation p {
	color: #F00;
	padding-left: 20px;
}

#unternavigation a {
	color: #BFBFBF;
	padding-left: 20px;
	text-decoration: none;
	font-weight: normal;
}

#unternavigation a:hover {
	text-decoration: none;
	padding-left: 20px;
	font-weight: normal;
	color: #F00;
}

#unternavigation a:active {
	text-decoration: none;
	padding-left: 20px;
	color: #F00;
	font-weight: normal;
}

#sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 217px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	height: 396px;
	margin-right: 30px;
	font-size: 11px;
	color: #FFF;
}

#projektnamen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	margin: 0 auto;
	padding: 0px;
}

.link {cursor:pointer; color:#666}
.link:hover {color:#000}
.slider {position:relative; overflow:hidden; height:366px;  text-align: left;}
.slidercontent {position:absolute}

#sidebar1 a {
	color: #AEAEAE;
	text-decoration: none;
}

#sidebar1 a:hover {
	text-decoration: none;
	color: #FFF;
}

#sidebar1 a:active {
	text-decoration: none;
	color: #FFF;
}

#sidebar_projekte {
	width: 217px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	font-size: 11px;
	height: 165px;
	padding-right: 30px;
	color: #FFF;
	padding-top: 225px;
}

#sidebar_projekte a {
	color: #999;
	text-decoration: none;
}

#sidebar_projekte a:hover {
	text-decoration: none;
	color: #FFF;
}

#sidebar_projekte a:active {
	text-decoration: none;
	color: #FFF;
}

#sidebar_projekte_bunter {
	width: 217px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	font-size: 11px;
	height: 165px;
	padding-right: 30px;
	color: #F00;
	padding-top: 225px;
}

#sidebar_projekte_bunter a {
	color: #999;
	text-decoration: none;
}

#sidebar_projekte_bunter a:hover {
	text-decoration: none;
	color: #F00;
}

#sidebar_projekte_bunter a:active {
	text-decoration: none;
	color: #F00;
}

#mainContent {
	margin: 0 0 0 247px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	width: 680px;
	color: #CCC;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
} 

#mainContent_index { 
	width: 927px;
	height: 396px;
}

#projekte_iframe {
	width: 680px;
	height: 396px;
	background-image: url(../images/hintergrund/hintergrund_680_396.jpg);
}

#projekte_iframe_text {
	width: 680px;
	height: 396px;
	background-color: #2E3134;
}

#projekte_iframe_text_links {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	margin: 0px 10px 0 40px;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	height: 300px;
	padding-top: 20px;
	
}

#projekte_iframe_text_rechts {
	width: 420px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	line-height: 15px;
	text-align: left;
	padding-top: 20px;
	margin: 0px 0 0 210px;
}

#projekte_iframe_text_beschreibung {
	width: 600px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	line-height: 15px;
	text-align: left;
	padding-top: 20px;
	margin: 0 40px 0 40px;
}

#projekte_iframe_text_beschreibung_scroll {
	width: 585px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	height: 325px;
	line-height: 15px;
	margin: 0 0px 0 0px;
	padding: 0 15px 0 0 ;
	overflow: auto;
}

#staedtebau_links {
	width: 435px;
	height: 396px;
	margin: 0 1px 0 0;
	float: left;
}

#staedtebau_rechts {
	width: 204px;
	background-color: #373A3E;
	margin: 0 0 0 436px;
	padding: 30px 20px 30px 20px;
	height: 336px;
}


#aktuell_iframe {
	width: 630px;
	height: 366px;
	background-color: #2E3134;
	line-height: 15px;
	text-align: left;
	padding: 15px 25px 15px 25px;
}

#aktuell_iframe_oben {
	width: 680px;
	height: 212px;
	background-image: url(../images/hintergrund/hintergrund_aktuell.jpg);
	margin-top: 0px;
}

#aktuell_iframe_unten {
	width: 630px;
	height: 179px;
	background-color: #2E3134;
	text-align: left;
	padding: 5px 25px 0 25px;
}

#aktuell_iframe_unten a{
	color: #FFF;
}

#aktuell_links {
	width: 224px;
	height: 396px;
	margin: 0 1px 0 0;
	float: left;
}

#aktuell_rechts {
	width: 415px;
	background-color: #373A3E;
	margin: 0 0 0 225px;
	padding: 30px 20px 30px 20px;
	height: 336px;
}

#team_oben {
	width: 680px;
	height: 142px;
	margin: 0 0 1px 0;
}

#team_links_oben {
	width: 116px;
	height: 122px;
	background-color: #2E3134;
	padding: 20px 0 0 18px;
	margin: 0 1px 0 0;
	float: left;
}

#team_rechts_oben {
	width: 223px;
	height: 122px;
	background-color: #24272B;
	font-size: 10px;
	padding: 20px 18px 0 18px;
	line-height: 15px;
	margin: 0 1px 0 0;
	float: left;
}

#team_unten {
	width: 680px;
	height: 253px;
}

#team_links_unten {
	width: 116px;
	height: 233px;
	background-color: #2E3134;
	padding: 20px 0 0 18px;
	margin: 0 1px 0 0;
	float: left;
}

#team_rechts_unten {
	width: 509px;
	height: 233px;
	padding: 20px 18px 0 18px;
	margin: 0 0 0 135px;
	background-color: #373A3E;
}

#profil_links {
	width: 134px;
	height: 396px;
	margin: 0 1px 0 0;
	float: left;
}

#profil_rechts {
	width: 520px;
	background-color: #373A3E;
	margin: 0 0 0 135px;
	padding: 30px 0px 30px 25px;
	height: 336px;
}

#profil_rechts_textscroll {
	width: 500px;
	height: 316px;
	padding-right: 20px;
	overflow: auto;
}

#leistungen {
	width: 680px;
}

#leistungen_oben {
	width: 680px;
	height: 152px;
	margin: 0 0 1px 0;
}

#leistungen_links_oben {
	width: 144px;
	height: 132px;
	background-color: #2E3134;
	margin: 0 1px 0 0;
	padding: 20px 0 0 18px;
	float: left;
}

#leistungen_rechts_oben {
	width: 481px;
	height: 132px;
	background-color: #24272B;
	padding: 20px 18px 0 18px;
	font-size: 11px;
	line-height: 15px;
	float: left;
	margin: 0 0 0 0;
}

#leistungen_rechts_oben p{
	line-height: 17px;
}

#leistungen_unten {
	width: 680px;
	height: 243px;
}

#leistungen_links_unten {
	width: 144px;
	height: 223px;
	background-color: #2E3134;
	margin: 0 1px 0 0;
	padding: 20px 0 0 18px;
	float: left;
}

#leistungen_rechts_unten {
	width: 481px;
	height: 223px;
	margin: 0 0 0 163px;
	padding: 20px 18px 0 18px;
	background-color: #373A3E;
}

#leistungen_rechts_unten p{
	line-height: 17px;
}

#geschichte_links {
	width: 97px;
	height: 396px;
	margin: 0 1px 0 0;
	float: left;
}

#geschichte_rechts {
	width: 557px;
	background-color: #373A3E;
	margin: 0 0 0 98px;
	height: 336px;
	padding: 30px 0 30px 25px;
}

#geschichte_rechts_textscroll {
	width: 537px;
	height: 309px;
	padding: 0 20px 0 0;
	overflow: auto;
}

#bauherren_links {
	width: 244px;
	height: 396px;
	margin: 0 1px 0 0;
	float: left;
}

#bauherren_rechts {
	width: 410px;
	background-color: #373A3E;
	margin: 0 0 0 245px;
	padding: 30px 0 30px 25px;
	height: 336px;
}

#bauherren_rechts_textscroll {
	width: 410px;
	height: 336px;
	overflow: auto;
}

#bauherren_rechts p{
	line-height: 20px;
}

#kontakt_oben {
	width: 680px;
	height: 106px;
	margin: 0 0 1px 0;
}

#kontakt_unten {
	width: 680px;
	height: 289px;
}

#kontakt_links_unten {
	width: 218px;
	height: 269px;
	background-color: #373A3E;
	padding: 20px 0 0 38px;
	margin: 0 1px 0 0;
	float: left;
}

#kontakt_rechts_unten {
	width: 353px;
	height: 269px;
	padding: 20px 32px 0 38px;
	margin: 0 0 0 257px;
	background-color: #2F3237;
	
}


#footer {
	width: 927px;
	height: 46px;
	color: #999;
	text-align: right;
	font-size: 9px;
	padding-top: 70px;
} 

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	text-align: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#verde {
	color: #CBD513;
}

#red {
	font-weight: bold;
	color: #F00;
}

#kursiv {
	font-style: italic;
}

#klein {
	font-size: 9px;
	line-height: 25px;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

