/* ==============================================
Stylesheet der site "ZVON.org"

Stand: noch nicht fertig 
Datei: basis.css f&uuml;r Mozilla und Internet Explorer
Datum: 10.07.13
Autor: data2type

Aufbau: 1. Kalibrierung
	      2. Allgemeine Styles
        3. Styles für Fussbereich
	      4. Styles für Bild-/Textbereich
	      5. Styles für Navigation

============================================== */ 

/* _________________________________
   
   1. Kalibrierung

____________________________________ */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  }

body {
  font: 70% Arial, PT Sans, Verdana, sans-serif;
  }

h1 {
font-size: 150%;
  }

h2 {
font-size: 120%;
  }
  
ul {
font-size: 120%;
  }

li {
font-size: 80%;
  }  
  

/* _________________________________
   
   2. Allgemeine Styles

____________________________________ */

#body {
  position: relative;
  background-color: #FFF;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  }

/* _________________________________
   
   3. Styles für Fussbereich

____________________________________ */

 

/* _________________________________
   
   4. Styles für Textbereiche
____________________________________ */

#logo {
  position: absolute;
  width: 186px;
  height: 54px;
  top: 50px;
  left: 16px;
  background-color: #FFF;
  }
  
#bodytext {
    position: absolute;
    width: 186px;
    font-family: Arial;
    color: #4F491D;
    top: 120px;
    left: 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    text-align: left;
    text-shadow: 1px 1px 2px #DADADA;
  }
  
#werbung {
  position: absolute;
  width: 750px;
  height: 300px;
  top: 30px;
  left: 250px;
  }
  
.searchform {
    position: absolute;
    top: 196px;
    left: 16px;
}

.searchform form {
    width: 200px;
}

.searchform input {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.25);
    color: #666666;
    font-style: italic;
    height: 15px;
    margin-right: -4px;
    margin-top: 10px;
    padding: 3px 4px;
    width: 190px;
}

#content01 {
  position: absolute;
  width: 749px;
  top: 256px;
  left: 250px;
  color: #2A2A17;

}

#content02 {
  position: absolute;
  width: 749px;
  top: 460px;
  left: 265px;
  color: #F96511;
  line-height: 24px;
  
}

#content02 ul li  {
 list-style-image: url(../bilder/bullet_hover.gif);
 list-style-position: inside;
}

#content02 ul li a {
  color: #F96511;
  text-decoration: none;

}

#content02 ul li a:hover {
  color: #F96511;
  text-decoration: underline;
}

.block {
  color: #FFF;
  background-color: #F96511;
  text-align: center;
}

.block02 {
  text-align: center;
}





 
/* _________________________________
   
   5. Styles für Navigation

____________________________________ */
#boxGreen {
    background: none repeat scroll 0 0 #4F491D;
    position: absolute;
    top: 256px;
    left: 16px;
    line-height: 18px;
}

#boxOrange {
    background: none repeat scroll 0 0 #4F491D;
    position: absolute;
    top: 548px;
    left: 16px;
    line-height: 18px;
}

#boxGrey {
    background: none repeat scroll 0 0 #4F491D;
    position: absolute;
    top: 841px;
    left: 16px;
    line-height: 18px;
}

#boxWhite {
    background: none repeat scroll 0 0 #FFF;
    position: absolute;
    top: 968px;
    left: 16px;
    line-height: 18px;
}

#boxWhite02 {
    background: none repeat scroll 0 0 #FFF;
    position: absolute;
    top: 1180px;
    left: 16px;
}

#boxOrange02 {
    background: none repeat scroll 0 0 #4F491D;
    position: absolute;
    top: 1392px;
    left: 16px;
    line-height: 18px;
}

#boxOrange, #boxGrey, #boxGreen, #boxWhite, #boxWhite02, #boxOrange02 {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.75);
    font-size: 13px;
    margin-bottom: -7px;
    width: 200px;
}

#boxOrange {
    background: none repeat scroll 0 0 #F98423;
}

#boxGrey {
    background: none repeat scroll 0 0 #4A4A4A;
}

#boxGreen {
    background: none repeat scroll 0 0 #4F491D;
}

#boxWhite {
    background: none repeat scroll 0 0 #FFF;
}

#boxWhite02 {
    background: none repeat scroll 0 0 #FFF;
}

#boxOrange02 {
    background: none repeat scroll 0 0 #F98423;
}

#boxOrange p, #boxGrey p, #boxGreen p, #boxOrange02 p {
    color: #FFF;
    padding: 5px 11px;
}

#boxWhite p {
    color: #000;
    padding: 5px 11px;
}

#boxWhite02 p {
    color: #000;
    padding: 5px 11px;
}

#boxOrange a, #boxGrey a, #boxGreen a, #boxOrange02 a {
    color: #FFF;
    text-decoration: none;
    width: 180px;
}

#boxWhite a {
    color: #000;
    text-decoration: none;
    width: 180px;
}

#boxWhite02 a {
    color: #000;
    text-decoration: none;
    width: 180px;
}

#boxOrange a:hover, #boxGrey a:hover, #boxGreen a:hover, #boxOrange02 a:hover {
    color: #FFF;
    text-decoration: underline;
    width: 180px;
}

#boxWhite a:hover {
    color: #000;
    text-decoration: underline;
    width: 180px;
}

#boxWhite02 a:hover {
    color: #000;
    text-decoration: underline;
    width: 180px;
}






  

