/* ==============================================
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 div="navleft"
        6. Styles für Navigation div="navleftdown"

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

/* _________________________________
   
   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%;
  }
  
p {
font-size: 110%;
  } 
  
ul {
font-size: 120%;
  }

li {
font-size: 90%;
  } 

table {
  font-size: 105%;
} 

a {
  font-size: 100%;
} 
 
  

/* _________________________________
   
   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: #000;
    top: 120px;
    left: 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    text-align: left;
    text-shadow: 1px 1px 2px #DADADA;
    font-size: 120%;
  }
  
#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;
}



.block {
  color: #000;
  background-color: #ffff00;
  text-align: center;
}

.block02 {
  text-align: center;
}



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

}

#contentXP02 h1 {
  color: #000;
}

#contentXP03 {
  position: static;
  margin-top: 40px;
  margin-left: 16px;
  line-height: 20px;
  color: #000;
 
}

#contentXP03 h1 {
  text-indent:-2%;
  color: #99CC33;
}

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

#contentXP03 ul li a {
  color: #000;
  text-decoration: none;

}

#contentXP03 ul li a:hover {
  color: #99CC33;
  text-decoration: underline;
}



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

}

#contentRef03 h1 {
  text-indent:-2%;
  color: #99CC33;
}

#contentRef03 {
  position: static;
  margin-top: 40px;
  margin-left: 16px;
  line-height: 18px;
  color: #000;
 
}

#contentRef03 p  {
 list-style-image: url(../bilder/bullet_hover.png);
 list-style-position: inside;
}

#contentRef03 p a {
  color: #000;
  text-decoration: none;

}

#contentRef03 p a:hover {
  color: #99CC33;
  text-decoration: underline;
}

#contentRef04 h1 {
  text-indent:-2%;
  color: #99CC33;
}

#contentRef04 {
  position: static;
  margin-top: 40px;
  margin-left: 16px;
  line-height: 18px;
  color: #000;
 
}

#contentRef04 p  {
 list-style-image: url(../bilder/bullet_hover.png);
 list-style-position: inside;
}

#contentRef04 p a {
  color: #000;
  text-decoration: none;

}

#contentRef04 p a:hover {
  color: #99CC33;
  text-decoration: underline;
}

.eigenschaft01 {
  font-weight: bold;
}

.eigenschaft02 {
  color: #99CC33;
  font-weight: bold;
}

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

.eigenschaft03 {
  color: #000;
  background-color: #ccc;
  text-align: left;
}

.eigenschaft04 {
  color: #ff0000;
}

.eigenschaft05 {
  border: 1px solid #ffff00;
}
 
/* _________________________________
   
   5. Styles für Navigation div="navleft"

____________________________________ */
#navleft {
position: absolute;
top: 256px;
left: 16px;
}

.boxGreen {
    background: none repeat scroll 0 0 #99CC33;
    position: static;
    line-height: 18px;
}

.boxYellow {
    background: none repeat scroll 0 0 #ffff00;
    position: static;
    margin-top: 20px;
    line-height: 18px;
}

.boxWhite {
    background: none repeat scroll 0 0 #FFF;
    position: static;
    margin-top: 20px;
    line-height: 18px;
}
.boxWhite02 {
    background: none repeat scroll 0 0 #FFF;
    position: static;
    margin-top: 20px;

}


.boxYellow, .boxGreen, .boxWhite, .boxWhite02 {
    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;
}

.boxYellow {
    background: none repeat scroll 0 0 #ffff00;
}

.boxGreen {
    background: none repeat scroll 0 0 #99CC33;
}

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

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

.boxYellow p, .boxGreen p {
    color: #000;
    padding: 5px 11px;
}

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

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

.boxYellow a, .boxGreen a {
    color: #000;
    text-decoration: none;
    width: 180px;
}

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

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

.boxYellow a:hover, .boxGreen a:hover {
    color: #000;
    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;
}


/* _________________________________
   
   6. StDownyles für Navigation div="navleftDown"

____________________________________ */
#navleftDown {
position: absolute;
top: 256px;
left: 16px;
}

.boxGreenDown {
    background: none repeat scroll 0 0 #99CC33;
    position: static;
    margin-top: 20px;
    line-height: 18px;
}

.boxYellowDown {
    background: none repeat scroll 0 0 #ffff00;
    position: static;
    margin-top: 20px;
    line-height: 18px;
}

.boxWhiteDown {
    background: none repeat scroll 0 0 #FFF;
    position: static;
    margin-top: 20px;
    line-height: 18px;
}
.boxWhite02Down {
    background: none repeat scroll 0 0 #FFF;
    position: static;
    margin-top: 20px;

}

.boxYellowDown, .boxYellow02Down, .boxGreenDown, .boxWhiteDown, .boxWhite02Down {
    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;
}

.boxYellowDown {
    background: none repeat scroll 0 0 #ffff00;
}

.boxYellow02Down {
    background: none repeat scroll 0 0 #ffff00;
}

.boxGreenDown {
    background: none repeat scroll 0 0 #99CC33;
}

.boxWhiteDown {
    background: none repeat scroll 0 0 #FFF;
}

.boxWhite02Down {
    background: none repeat scroll 0 0 #FFF;
}

.boxYellowDown p, .boxYellow02Down p, .boxGreenDown p {
    color: #000;
    padding: 5px 11px;
}

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

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

.boxYellowDown a, .boxYellow02Down a, .boxGreenDown a {
    color: #000;
    text-decoration: none;
    width: 180px;
}

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

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

.boxYellowDown a:hover, .boxYellow02Down a:hover, .boxGreenDown a:hover {
    color: #000;
    text-decoration: underline;
    width: 180px;
}

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

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




.boxNavDown {
    background: none repeat scroll 0 0 #FFF;
    position: static;
    margin-top: 20px;
    line-height: 18px;
}

.boxNavDown {
    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;
}

.boxNavDown {
    background: none repeat scroll 0 0 #FFF;
}


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


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

.boxNavDown a:hover {
    color: #99CC33;
    text-decoration: none;
    width: 180px;
}


