/*  =========================================================
Stylesheet für Website www.physioblind.ch
Datei:  bildschirm.css
Media:  screen 
Datum:  19.05.2009 / 20:30h
Autor:  Susanne Gasser, Beat Freidig
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 1em; }  
h3 { margin-bottom: 0.5em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } 
body { 
   color: white; 
   background-repeat:repeat-x;
   background-color:#98abc1; /* hellblau*/
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}
h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}

/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #0000ff; } /* dunkelblau color: #3333cc;*/
a:visited { color: #0000ff; }
a:hover, 
a:focus { 
  border-bottom: 1px solid #0000ff; 
}
a:active { 
   color: white; 
   background-color: #0000ff; 
}

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.bildlinks {
   float:left; 
   padding: 2px; 
   border: 4px solid #98abc1; 
   margin-right: 10px; 
   margin-bottom: 5px; 
}
.bildrechts {
   float:right; 
   padding: 2px; 
   border: 4px solid #98abc1; 
   margin-bottom: 5px;
   margin-left: 10px; 
}
.div_links {
   float:left;padding-right:50px;
}
.clearing { clear: both; }

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper { 
   color: black; 
   width: 950px;  
   margin: 10px auto;
}

#kopfbereich {
   position: relative; 
   background-color: #8c8c8c;
   color: black;
   padding: 0px; 
   margin-bottom: 14px; /* Abstand zwischen Header und Textbereich */
}

#navibereich { 
   float: left;
   position:relative; 
   width: 110px; 
   padding-left: 0px; 
   padding-top: 0px;
} 

#navibereich ul { 
  width: 9em;
  
} 
#navibereich li { 
  list-style-type: none; 
  border-top: 1px solid #000000;
  border-left: 1px solid #000000; 
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000; 
  margin-left: 0px;
  margin-bottom: 4px;
}
#navibereich a { 
  display: block;  
  text-decoration: none;
  color: black; 
  background-color: #ffe574; 
  padding-left: 8px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-left: 8px solid #ffe574; 
}  
#navibereich a:hover,
#navibereich a:focus,
#home #navi01 a, 
#verein #navi02 a,
#portraits #navi03 a,
#naehe #navi04 a,
#newsletter #navi05 a,
#agenda #navi06 a,
#presse #navi07 a,
#kontakt #navi08 a,
#links #navi09 a { 
  color: black;
  background-color: white;
  border-left-color: #29437a;
  border-bottom: none; 
}  
#navibereich a:active { 
  color: black; 
  background-color: #d9d9d9; 
}  

#textbereich { 
   background-color:#FFFFFF;
   background-position:center;
   background-position:top;
   background-repeat:no-repeat;
   padding: 20px 20px 20px 20px; 
   margin-left: 130px; 
}

#textbereich h1 { margin-bottom: 1em; }  

#fussbereich {
   clear: both; 
   margin-left: 130px;
   color: black; 
   background-color: white; 
   padding: 10px 20px 20px 20px;
   border-top: 4px solid #8c8c8c; 
}

/* ==================================== 
   3. Sonstige Styles 
   ==================================== */



/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */