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

 body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    background-color:#777;/*
	background-image:url(../images/background.gif);
	background-repeat:repeat;*/
	}
	
 #container {
	width: 950px;
	background: #fff;
	left:50%; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	/*border-bottom: 2px solid #e3007b;
		border-left: 1px solid #e3007b;
		border-right: 1px solid #e3007b;*/
    	margin-top: 1%;
	margin-left: -478px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position:absolute;
	border: solid 1px #000000;
	}
 
 
 #banner {
	width: 950px;
	height: 126px; 
	border-bottom: solid 1px #000000;
 }
 
 /* Navigation*/
 #navi {
	float: left;
	height: 474px;
	width: 140px;
	top: 126px;
	background-color:#e6ecec;
	line-height: 10pt;
 }
 
  
 #navi2{
	margin-left: 12px;
	font-weight: normal;
	font-size: 9px;
	color: #000000;
}


#navitext {
	margin-top: 30px;
	margin-left: 15px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	list-style: none;
}

a:link, a:visited, a:active{
	color: #000000;
	text-decoration: underline;
	}
a:hover{
	color: #000000;
	text-decoration: underline;
	}
	
#navitext a {
	color:#000000;
	text-decoration: none;
}

#navitext a:hover { 
	border-bottom: solid 1px #000000;
}

#navitext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-bottom: -10px;
	margin-left: 15px;
	text-align:left;
	width: 120px;
}

span.active {
	border-bottom: solid 1px #000000;
}


/*Texte*/

 #ueberschrift_rechts{
	width: 180px;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

 .text_rechts {
 	position: relative;
	height: auto;
	width: 174px;
	margin-bottom: 20px;
	margin-left: 13px;
	font-size: 11px;
	line-height: 14px;
 }
 
 #text {
 	width: 560px;
	margin-left: 20px;
	margin-top:28px;
	text-align:left;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000;
}
 
 #dawanda {
	position: absolute;
	bottom:0px;
	width: 100%;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	background-color:#dcebea;
	border-top:1px solid #000000;
	border-bottom:5px solid #dcebea;
	height:45px;
	
}
 .banner_verkauf {
	margin-top: 35px;
 }

 .banner_verkauf a, .banner_verkauf img {
 	border: none;
	}
	
 .banner_verkauf img {
	border-left: 1px solid #83c2cd;
	border-right: 1px solid #83c2cd;
 }
	

 #dawanda img {
 	margin-top: 0px;
	margin-top: 5px; 
	border:none;
 }

h1 {
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	margin:0;
}

h2 {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: teal;
	margin-bottom:0px;
}

#text img{ 
	margin-top:-20px;
	}

h3 {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:0px;
	text-align:right;
}

span.signatur {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	text-align:right;
 	font-style:italic;
 	color:#444;
}

.akzent {
	color: teal;
}

/*Flächen & Bilder */

  #mitte {
  	position:absolute;
	background-image:url(../images/hg_start_liesl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 610px;
	left: 140px;
	background-color:#FFF;
	height: 474px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
 }
 
 
 
   #rechts {
	background-color: #e6ecec;
	float: right;
	width: 200px;
	height: 474px;
 }
 
 #mitte ul li {
	font-size: 12px;
}

  #mitte li {
 	margin-bottom: 13px;
	margin-left: -25px;
	
}
 
  
 .bild {
 	position: relative;
	height: 120px;
	width: 174px;
	margin-bottom: 20px;
	margin-left: 13px;
	border: 1px solid #000000;
	background-color: #e6ecec;
 }
 

 form {
	position: relative;
	width: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom:15px;
	
	}


.kontakt_rechts { 
	font-size: 10px;
	}

