/*  =========================================================
Stylesheet für die Internetseiten des Heimatverein Wulfen 1922 e.V. 
Stand:  März 2008
Datei:  bildschirm.css
Media:  screen 
Datum:  26. März 2008
Autor:  Reinhold Grewer
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, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } 
body { 
   color: white; 
   background-color: #8c8c8c; 
   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: on; outline: none;} 
a:link { color: #000080; } 
a:visited { color: #cc6666; }
a:hover, 
a:focus { 
  border-bottom: 1px solid #c0c0c0 
}
a:active { 
   color: white; 
   background-color: white; 
}

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.bildlinks {
   float:left; 
   text-align: center;
   padding: 3px; 
   border: 5px solid #ccc; 
   margin-right: 10px; 
   margin-bottom: 10px; 
}
.bildrechts {
   float:right; 
   padding: 3px; 
   text-align: center;
   border: 5px solid #ccc; 
   margin-bottom: 10px;
   margin-left: 10px; 
}
.clearing { clear: both; }
#logo { 
   color: black;
   background-color: white;
   padding: 0px;
   border: 5px solid #d9d9d9; 
}

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

#wrapper { 
   color: #191970; 
   background: white url(farbverlauf_navi.jpg) repeat-y ;
   width: 85%;  /* NEU */
   min-width: 720px; /* NEU */
   max-width: 80em; /* NEU */
   margin: 10px auto;
}

#kopfbereich {
   position: relative;  
   color: black; 
   background: #191970 url(farbverlauf.jpg) repeat-y top left;
   padding: 10px 20px 10px 20px; 
}
   #kopfbereich p {
      position:absolute;
      top: 10px ; 
      left: 10px;  
      font-weight: bold;  
      padding: 5px 0 5px 0; 
      margin-bottom: 0; 
   }
   #kopfbereich p span {
      color: #d90000;  
   }
#navibereich { 
   float: left; 
   width: 15%; /* NEU */
   padding-left: 2%; /* NEU */
   padding-top: 5px; 

/*   width: 110px; 
   padding-left: 20px; */
} 
/* für IE6 */
* html #navibereich { padding-left: 20px; }/* NEU */

   #navibereich ul { 
      width: 8em;
      border-top: 1px solid #c0c0c0;
   } 
   #navibereich li { 
      list-style-type: none; 
      border-left: 1px solid #191970; 
      border-bottom: 4px solid #c0c0c0; 
      margin: 0;
   }
   #navibereich a { 
      display: block;  
      text-decoration: none;
      color: black; 
      background-color: #fff8dc; 
      padding: 4px; 
      border-left: 3px solid #c0c0c0; 
   }  
   #navibereich a:hover,
   #navibereich a:focus,
   #startseite #navi01 a, 
   #wir ueber uns #navi02 a, 
   #aktuelles #navi03 a, 
   #kiepenkerl #navi04 a,
   #aus der kiepe #navi05 a,
   #funktionstraeger #navi06 a,
   #blaudruckgruppe #navi07 a, 
   #braugruppe #navi08 a, 
   #flachsgruppe #navi09 a, 
   #geschichtsgruppe #navi10 a, 
   #plattdeutsche gruppe #navi11 a, 
   #radfahrgruppe #navi12 a, 
   #seilerei #navi13 a, 
   #singgruppe #navi14 a, 
   #theatergruppe #navi15 a, 
   #volkstanzgruppe #navi16 a, 
   #schnatgaenge #navi17 a,
   #termine #navi18 a, 
   #vereinsfahne #navi19 a, 
   #galerie #navi20 a, 
   #presse #navi21 a, 
   #kontakt #navi22 a, 
   #herunterladen #navi23 a,
   #impressum #navi24 a,
 { 
      color: black;
      background-color: white;
      border-left-color: #191970;
      border-bottom: none; 
   }  
   #navibereich a:active { 
      color: black; 
      background-color: #d9d9d9; 
   }  

#textbereich {
   float: right; 
   width: 81%;  /* NEU */
}
   #textbereich a { 
      border-bottom: 1px dotted #cc0000; 
   }
   #textbereich a:hover,
   #textbereich a:focus { 
      border-bottom: 1px solid #c0c0c0; 
   }
/* neu für 3spaltig */   
#text01 { 
   float: left; 
   width: 75%; /* NEU */
   padding: 20px 1% 20px 2%; /* NEU */

}
#text02 {  
   float: right;  
   width: 19%; /* NEU */
   padding: 20px 1% 20px 0; /* NEU */
}
/*  Ende neu 3spaltig */   
#fussbereich {
   clear: both; 
   color: black; 
   background-color: white; 
   padding: 10px 20px 20px 20px;
   border-top: 1px solid #8c8c8c; 
}

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

/* Das Kontaktformular */
form {
   background-color: #eee;
   width: 370px; /* Breite des Formulars */ 
   padding: 20px; 
   border: 1px solid #8c8c8c;
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input#absender, 
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1em;
}
textarea { 
   height: 7em; 
}
input#absender:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}

/* Die Fotogalerie */
div.galerie { 
   overflow: hidden; 
   padding: 25px 10px 10px 0; 
   margin: 0 3px 3px 0; 
 }
/* für IE6 */
* html div.galerie { height: 1%; } 
 
div.galerie img { 
   float: left; 
   padding: 4px;
   border: 1px solid #ddd; 
   border-right-color: #aaa; 
   border-bottom-color: #aaa; 
   margin-right: 15px; 
   margin-bottom: 15px;  
}

/* Bildbeschriftung per Definitionsliste */
dl.bildbox {
   float: left; /* ohne width => so breit wie das Bild */ 
   text-align: center; 
   background-color: white;
   padding: 0.5em;
   border: 1px solid #ccc;
   border-right-color: #bbb; 
   border-bottom-color: #bbb; 
   margin-right: 10px; 
   margin-bottom: 10px; /* Abstand zum Text */}

dl.bildbox dd {
   font-size: 90%;
   margin: 0;
}
TABLE {
	BORDER-RIGHT: #000099 3px solid; 
	BORDER-TOP: #000099 3px solid; 
	MARGIN-LEFT: auto; 
	BORDER-LEFT: #000099 3px solid; 
	MARGIN-RIGHT: auto; 
	BORDER-BOTTOM: #000099 3px solid; 
	BORDER-COLLAPSE: collapse; 
	BACKGROUND-COLOR: #FFFFFF
}
TD {
	BORDER-RIGHT: #000099 1px solid; 
	TABLE-LAYOUT: fixed; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #000099 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #000099 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #000099 1px solid; 
	TEXT-ALIGN: justify
}
}
TH {
	background-color: #c0c0c0;
	BORDER-RIGHT: #000099 1px solid; 
	TABLE-LAYOUT: fixed; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #000099 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #000099 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #000099 1px solid; 
	TEXT-ALIGN: justify
}

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