/* =============================================
   Stylesheet fuer die PassivhausPlanerseite
   Stand: Vor Input Markus John
   Datei: bildschirm.css
   Datum: 07. Februar 2008
   Autor: Sebastian Boppert
   Bearbeitet von: Sigrit Pohl
   Aufbau: 1. Kalibrierung und allgemeine Styles
	2. Styles fuer Layoutbereiche
	3. Sonstige Styles
   ============================================= */

/* =============================================
   1. Kalibrierung und allgemeine Styles
   ============================================= */

/* Kalibrierung der wichtigsten Abstaende */
* {
	padding: 0;
	margin: 0;
}

p, ul, ol {
	margin-bottom: 1.8em;
}

h1 {
	margin:auto 0 1.8em;
}

h2 {
	margin:auto 0 1.5em;
}

h3 {
	margin: 1.3em 0 0.3em;
}

hr {
	margin: 0;
	padding: 0;
}

ul ul {
	margin-bottom: 0;
}

li {
	margin-left: 1em;
	margin-bottom: 1em;
}

dl {
	margin: 0 0 15px;
	padding: 0;
}

dt {
	margin: 0 0 6px;
	padding: 0;
}

dd {
}

strong {
	color: #ad0000;
}

/* Allgemeine Selektoren */

html {
	height: 101.2%;
}

body {
	text-align: left;
	color: #fff;
	background: #e4e1e0 url(./images/.gif) top left no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	text-align: left;
	font-size: 1.1em;
	color: #ad0000;
}

h2 {
	text-align: left;
	font-size: 1.0em;
	color: #ad0000;
}

h2 span {
	font-size: 0.8em;
}

h3 {
	text-align: left;
	font-size: 1.0em;
	color: #ad0000;
}

hr {
	height: 0;
	line-height: 0;
	display:block;
	border: 0;
	border-bottom: 1px dotted #817f7f;
	margin: 7px 0;
	padding: 0;
}

li {
	text-align:left;
	list-style-type: square;
}

dl {
	text-align:left;
}

dt {
}

dt span {
	border-bottom:1px dotted #817f7f;
}

dd {
}

address {
	text-align: center;
	font-size: 0.8em;
	font-style: normal;
	letter-spacing: 0.15em;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 13px;
}
	
/* Hyperlinks allgemein */
a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #ad0000;
}

a:visited {
	color: #ad0000;
}

a:hover,
a:focus {
	border-bottom: 1px solid #ad0000;
}
	
a:active {
	color: #ad0000;
	background: #fff;
}
	
/* Allgemeine Klassen und IDs */
.skiplink {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height:0px;
	overflow: hidden;
	display: inline;
}
	
.bildlinks {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
} 
		
.bildrechts {	
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;	
} 
		
.linksbuendig {
	text-align: left;
}

.rechtsbuendig {
	text-align: right;
}

.zentriert {
	text-align: center;
}

.blocksatz {
	text-align: justify;
}

.clearing {
	clear: both;
}

.bold {
	font-weight: bold;
}

.hide {
	visibility: hidden;
}

#logo {
	color: #fff;
	background: #ad0000;
	margin: 0;
	padding: 0;
	border: 0;
	white-space: nowrap;
}

	
/* =============================================
   2. Styles fuer die Layoutbereiche 
   =============================================*/	

#wrapper {
	color: #817f7f;
	background: #fff url() repeat-y top right;
	width: 70%;
	min-width:550px; /* Mindestweite */
	margin: 10px auto;
	padding:0;
	border: none;
}

#anzeige {
	width: 100%;
	border: 1px solid #000;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 1px;
}
	
#anzeige.vcard {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 4px;
}
	
#kopfbereich {
	height: 40px;
	color: #fff;
	background: #ad0000 url(../images/ecke_oben_rechts.jpg) no-repeat top right;
	padding: 25px 10px 10px 25px;
	}

	#kopfbereich a {
		color: #fff;
		border-bottom: none;	
	}
	#kopfbereich p {
		position: absolute;
		top: 5px;
		right: 20px;
		padding: 5px 0;
		margin-bottom: 0; /* war 1em */
	}
	#kopfbereich p span {
		color: #d90000;
	}

#Bild1 {
	position: absolute;
	top: 120px;
	right: 9%;
	padding: 10px;
	margin: 0;
	text-align: left;
	background: #fff;
	border: 1px dotted #817f7f;
	}
	
#Bild1 {
	top: 120px;
	right: 9%;
}
#Bild2 {
	top: 120px;
	left: 71%;
	width: 232px;
}
#Bild3 {
	top: 290px;
	left: 75%;
}
#Bild1,
#Bild2,
#Bild3 {
	position: absolute;
	padding: 10px;
	margin: 0;
	text-align: left;
	background: #fff;
	border: 1px dotted #817f7f;
	}
	#Bild2 h3 {
		margin-top: 0;
	}
	#Bild2 p {
		font-size: 0.87em;
		line-height: 1.3em;
		margin-bottom: 0.8em;
	}
	#Bild1 a,
	#Bild2 a,
	#Bild3 a {
		white-space: nowrap;
		display: inline;
		xtext-decoration: none;
		border-bottom: none;
		margin: 0;
		padding: 0;
	}
	#Bild1 img
	#Bild3 img {
		white-space: nowrap;
		display: inline;
		width: auto;
		height: auto;
		background: transparent;
		border: 0;
		margin: 0;
		padding: 0;
	}
	#Bild2 #logolinks,
	#Bild2 #logorechts {
		xbackground: transparent;
		padding-bottom: 2px;
	}
	#Bild2 #logolinks {
		text-align: left;
	}
	#Bild2 #logorechts {
		text-align: right;
	}
	#Bild2 #logomitte {
		text-align: center;
		padding-bottom: 12px;
	}
	
#suchmaske {
	overflow: hidden;
	position: absolute;
	top: 290px;
	right: 9%;
	width:265px;
	background: #fff;
	border: 1px dotted #817f7f;
	margin: 0;
	padding: 10px 13px 15px 12px;
	white-space: nowrap;
	}
	#suchmaske h2 {
		margin: 0 0 6px;
		padding: 0;
	}
	#suchmaske a {
		border-bottom: none;
		text-decoration: none;
	}
	#suchmaske form {
		font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
		padding: 0;
	}
	#suchmaske table {
		margin: 0;
		padding: 0;
	}
	#suchmaske span {
		padding-right:10px;
	}
	#suchmaske label {
		font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
		vertical-align: top;
		margin-bottom: 8px;
		margin-right: 2px;
	}
	#suchmaske .checkbox {
		font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
		line-height: 13px;
		text-indent: -1em;
		width: 18px;
	}
	#suchmaske input {
		font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
		height:18px;
	}
	#suchmaske select {
		font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
		height:21px;
		padding:0 0 2px;
	}
	#suchmaske .button {
		height: 21px;
		background:#e4e1e0;
		border:1px solid #555;
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		margin: 6px 0 0;
		padding: 0 20px 4px;
	}

/* Navigationsbereich Anfang */
/* allgemeine Bereichsformatierungen */
#navibereich {
	overflow: hidden;
	position: fixed;
	text-align: left;
	top: 100px;
	left: 13.1%;
	width: 150px;
	padding: 30px 0 0 20px;
	margin-left: 30px;
}

* html #navibereich {
	padding: 50px 0 0 0; /* IE6-Fehler */
}

	/* Navigationsbereich: Elementsdefinitionen Anfang */
	#navibereich ul {
		width: 87%;
		margin: 0;
		padding: 0;
		white-space:wrap;
	}
	#navibereich ul ul {
		margin-left: 17px; 
		padding:0;			
	}
	#navibereich li {
		list-style-type: none; /* ohne Aufzaehlungspunkte*/
		border-left: 1px solid #ad0000;
		margin: 0;
		padding:0;			
	}
	#navibereich a {
		display: block; /*ganze flaeche sichtbar machen*/
		text-decoration: none;
		color: #817f7f;
		background: #fff;
		padding: 4px;
		border-left: 3px solid #fff; /*nicht sichtbar*/
	}
	#navibereich a:hover,
	#navibereich a:focus ,
	#startseite #navi01 a,
	#planersuche #navi02 a,
	#wozu_planer #navi03 a,
	#planer_werden #navi04 a,
	#pruefung #navi04a a,
	#musterobjekt #navi04b a,
	#kurssuche #navi04c a {
		color: #000;
		background: #fff;
		border-left-color: #ad0000;
		border-bottom: none;			
	}
	
	#navibereich a:active {
		color: #fff;
		background: #ad0000;
	}
	/* Navigationsbereich: Elementsdefinitionen Ende */
/* Navigationsbereich Ende */


/* Textbereich Mitte Anfang (justify) */
/* allgemeine Bereichsformatierungen */
#textbereich {
	text-align: left;
	padding: 45px 210px 50px 50px;
	margin: 0 0 0 160px;
	min-height: 400px;
}
	
	/* Textbereich: Elementsdefinitionen Anfang */
	#textbereich a,
	#textbereich a:link,
	#textbereich a:visited {
		border-bottom: 1px dotted #ad0000;
	}
	#textbereich a:hover,
	#textbereich a:focus {
		border-bottom: 1px solid #ad0000;
	}
	#textbereich a:active {
		color: #ad0000;
	}   
	#textbereich li span {
		color: #817f7f;
	}
	#textbereich ul {
		color: #ad0000;
	}
	#textbereich ul ul li {
		list-style-type: decimal;
	}
	
	#textbereich ul ul {
		margin-left: 17px;
	}
	/* Textbereich: Elementsdefinitionen Ende */
	
div#auswahlLaender {
	display:inline;
}
div#auswahlLaender ul {
	width:300px;
	line-height: 1.2em;
}
div#auswahlLaender li {
	background:#fff;
	border-bottom:1px dotted #fff;
}
div#auswahlLaender li.active {
	color:#000;
	background:#fff;
	border-bottom:1px dotted #817f7f;
}

div#auswahlRegionen {
	position:absolute;
	top:212px;
	left:46%;
	width:200px;
	height:480px;
	background:#fff;
	border:1px dotted #817f7f;
	padding:2px 5px 8px 10px;
	margin:0;
	list-style-type:none;
}
div#auswahlRegionen dl {
	list-style-type:none;
	line-height:1.5em;
	margin:0;
	padding:0;
}
div#auswahlRegionen dd {
	line-height:1.7em;
}
div#planerBeraterListe dd {
	text-indent:-15px;
	margin-left:15px;
}
	
#toplink {
	font:italic 0.87em Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	margin-bottom:0;
	padding-bottom:0;
}
/* Textbereich Mitte Ende */


/* Fussbereich Anfang */
#fussbereich {
	clear: both;
	color: #817f7f;
	background: #fff;
	padding: 10px 50px;
	border-top: 3px solid #e4e1e0; /*Rahmenlinie oben*/
	margin-bottom: 30px;
}
/* Fussbereich Ende */


/* Werbung Anfang */
#werbung { 
	text-align: center;
	background: #fff;
	padding: 10px 20px 20px 20px;
	border-top: 3px solid #e4e1e0;
}

	#werbung p {
		margin: 0;
		padding: 0;
	}
	#werbung a:hover,
	#werbung a:focus,
	#werbung a:visited,
	#werbung a:active {
		border-bottom: none;
		text-decoration: none;
	}
/* Werbung Ende */



/* =============================================
   3. Sonstige Styles 
   =============================================*/ 


/* Die kleine Galerie*/
div.galerie {
	text-align: left;
	overflow: hidden; /*zum umfliessen der floats*/
	margin: 25px 3px 25px 0;
	padding: 10px 10px 5px 5px;
	xborder: 1px solid #ad0000;  /* feste Linie Galerie  */
	/* "harte" Linie Galerie: falls gewuenscht, das x vor border rausnehmen und nachfolgende Zeile loeschen */
	border: 1px dotted #ad0000; /* Strichellinie Galerie  */
}
	
div.galerie img {
	overflow: hidden;
	float:left;
	border: 1px solid #555;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 10px 5px 5px;
	padding: 0;
}

div.galerie p {
	padding: 0;
	margin: 0;
}
	
div.galerie h3 {
	margin-top: 0;
}
	

/* =============================================
   4. Suche / Suchergebnisse
   =============================================*/ 

/* Anzeige Details */
#anzDetail {
	width:96%;
	background:#fff;
	min-height:300px;
	margin:0;
	padding:0;
}
	/* 1. Zeile mit rotem Hintergrund */
	#anzDetail_head {
		background:#ad0000;
		margin:0 0 6px;
		padding:1px 3px;
		border:1px solid #555;
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
	}
	#anzDetail_head p {
		font:bold 10pt Verdana;
		color:#fff;
		margin:0;
		padding:0;
	}
	/* linke Spalte mit Adressdaten */
	#anzDetail_content_l {
		width:56%;
		float:left;
		margin-left:0;
		padding-left:0;
	}
	/* rechte Spalte mit Referenzen, Zertifizierung, IG-Mitgliedschaft */
	#anzDetail_content_r {
		width:41%;
		float:right;
		margin-right:0;
		padding-right:0;
	}
	#anzDetail_content_l,
	#anzDetail_content_r {
		display:inline;
		vertical-align:top;
		text-align:left;
		line-height:1.5em;
		border:1px solid #555;
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		margin:0;
		padding:1px;
	}
	#anzDetail_content_l p,
	#anzDetail_content_r p {
		margin:0;
		padding:1px 3px 7px;
	}
	#anzDetail a {
		font-size:0.87em;
		margin-top:3px;
	}

#changeLanguage {
	visibility:;
	position: absolute;
	top: 96px;
	left: 79.8%;
	display: inline;
	width: 60px;
	height: 20px;
	border: 0;
	}
	#changeLanguage a {
		text-decoration: none;
		border: 0;
	}
	#changeLanguage img {
		margin: 0;
		padding: 0 5px 0 0;
	}


