/* ==============================================
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%;
  }
  
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: #000;
    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;
}



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

.block02 {
  text-align: center;
}



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

}

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

#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: #ff0000;
  text-decoration: underline;
}



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

}

#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 {
  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;
}



 
/* _________________________________
   
   5. Styles für Navigation div="navleft"

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

.boxBlack{
    background: none repeat scroll 0 0 #000;
    position: static;
    line-height: 18px;
}

.boxRed{
    background: none repeat scroll 0 0 #ff0000;
    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;

}


.boxRed, .boxBlack, .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;
}

.boxRed {
    background: none repeat scroll 0 0 #ff0000;
}

.boxBlack {
    background: none repeat scroll 0 0 #000;
}

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

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

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

.boxBlack p {
    color: #fff;
    padding: 5px 11px;
}

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

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

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

.boxBlack 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;
}

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

.boxBlack 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;
}


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

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

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

.boxRedDown {
    background: none repeat scroll 0 0 #ff0000;
    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;

}

.boxRedDown, .boxBlackDown, .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;
}

.boxRedDown {
    background: none repeat scroll 0 0 #ff0000;
}

.boxBlackDown {
    background: none repeat scroll 0 0 #000;
}

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

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

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

.boxBlackDown p {
    color: #fff;
    padding: 5px 11px;
}

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

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

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

.boxBlackDown a {
    color: #fff;
    text-decoration: none;
    width: 180px;
}

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

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

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

.boxBlackDown a:hover {
    color: #fff;
    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;
}


