/*  =========================================================
Stylesheet für Ebner Elektroanlagen
Datei:  stilecht.css
Media:  screen 
Datum:  15. Mai 2007
Autor:  Manfred Weis Medienservice 
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */
/* Kalibrierung der wichtigsten Abstände */

*  { padding: 0; margin: 0; }

html { height: 101%; margin:0;padding:0 }

/* Allgemeine Selektoren */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	background-color: #D4DDEE;
	font-size: small;
	}

h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }

p { margin:0 10px 10px; }

a { textdecoration: none; }


/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ====================================
*/

#rahmen {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	background-color: white;
	}

#navibereich {
   width: 150px; 
   float: left; 
   margin-left: 10px;
   padding: 0px;
} 
   #navibereich ul { 
      width: 10em; /* Breite der Buttons */
      margin: 0px 15px 0px 0px;
      border-top: 1px solid #d90000;  /* Obere Linie über erstem Button */ 
   } 
   #navibereich li { 
      list-style-type: none; /* ohne Aufzählungspunkte */
      border-left: 1px solid #d90000; /* linker Rand */
      border-bottom: 1px solid #d90000; /* unterste Linie */
      margin: 0; /* ohne Rand */
   }
   #navibereich a { 
      display: block; /* ganzer Bereich auswählbar */  
      text-decoration: none;
      color: black; 
      background-color: #FF9900;
      padding: 4px; 
      border-left: 3px solid #ffe574; 
	  text-align: center;
   }  
   #navibereich a:hover,
   #navibereich a:focus,
   #start #navi01 a, 
   #install #navi02 a,
   #antenne #navi03 a,
   #pv #navi04 a,
   #kommun #navi05 a,
   #service #navi06 a,
   #uns #navi07 a,
   #partner #navi08 a,
   #anfahrt #navi09 a,
   #kontakt #navi10 a,
   #impress #navi11 a { 
      color: #FFFFFF; background-color: #FF9900;
      border-left-color: #d90000;
      border-bottom: none;
   }  
   #navibereich a:active { 
      color: black; 
      background-color: #d9d9d9; 
   }  

#kopf {
	height: 150px;
	}

#mitte {
	width:375px;
	float:left;
	}

#mittebreit {
	width:590px;
	float:left;
	}	
	
#rechts {
	width:220px;
	float:left;
	padding-right: 5px;
	}	
		
#fuss {
	clear:left;
	text-align: center;
	width:100%;
	height: 20px;
	background-color:#999999;
	color:#FFFFFF;
	padding-top: 3px;
	}		


/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */

