/* Stylesheet fuer Schrottis Homepage
   Autor: Dirk Schroeter
   Datum: 2008-11-08 
   Copyright: Dirk Schroeter Horstdorf 
   Datei: bildschirm.css
====================================================
   1. kalibrierung und allgemeines styles
===================================================== */
@media screen {
   body { 
   color: white;
   background-color: #C0C0C0;
   }
/* ====================================================
   2. styles fuer die layoutbereiche
===================================================== */
#wrapper {
  background: white url("../bilder/farbverlauf_efc694.png") repeat-y top left; 
   }

/* ====================================================
   2.1 styles fuer kopfbereich
===================================================== */
#kopfbereich_menue_picsite {
   position: relative;
   background: transparent url("http://www.anhalt-dessau.de/bilder/head_picsite.gif") no-repeat top left; 
   min-height: 145px;
   color: black;
   padding: 10px 20px 10px 20px;
   border-bottom: 1px solid black;
   
   }

#kopfbereich_menue_picsite h1 { 
   position: absolute;
   left: 270px;
   top: 80px;
   }  
   
    #logo_kopfbereich img {
 position: absolute;
   left: 0px;
   top: 3px;
   
 }  
/* ====================================================
   2.2 styles fuer textbereich
===================================================== */

/* ====================================================
   content
===================================================== */

.content p {
padding-bottom: 5px;
margin: 0;
}
.content {
padding-bottom: 5px;
}


#textbereich {
margin-left: 150px;
border-top: none;
border-left: 1px solid black;
 }
 .einleitung p {
 padding-left: 5px;
 } 
 .einleitung  { 
border: 1px solid #E2AF71;
margin-bottom: 10px; 
 }
 .einleitung img {
 padding-left: 5px;
 } 
 #einleitung { 
border: 1px solid #C87B1E;
margin-bottom: 10px; 
 }
#einleitung p { 
  padding-left: 5px;
  padding: 5px;
    }    
#einleitunghead { 
         border-top: 1px solid #C87B1E;
         border-left: 1px solid #C87B1E;
         border-right: 1px solid #C87B1E;
         background: white url("http://www.anhalt-dessau.de/bilder/farbverlauf_efc694_2px.jpg") repeat-x top left; 
           text-align: center;
           margin-top: 15px;
                     }
div.galeriehp,
div.galerie,
div.galeriehp220 { border-top: 2px solid #efc694; } 

div.galeriehp,
div.galerieart {
   float: left;
   width: 405px;
      }
 
 div.galeriehp220 {
   float: left;
   width: 277px;
      }
 
div.content_pic {
float: left;
width: 277px;
/* margin: 5px 8x 5px 8px; */
padding-top: 5px;
text-align: center;
}
div.content_pic img,
div.content_pic p {
margin-left: 13px;
margin-right: 13px;
font-size: 80%;
text-align: left;
}
div.content_pic img {
border: 1px solid #C87B1E;
} 
 div.galeriehp220 p { margin: 5px 28px 5px 28px; }
   div.galeriehp img,
div.galerie img,
div.galerieart img,
div.galeriehp220 img {
   float: left;
   border: 1px solid #A9A9A9;
   margin: 5px 28px 5px 28px;
   }
 
  
 #textbereich h6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 0 3px 0;
  margin: 0;
  }           
#textbereich h4 { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 105%;
}

  div.galeriehpli, 
  div.galeriehpre {
  position: relative;
  float: left;
  width: 405px;
  border-top: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 15px;
    }
   
   div.galeriehpli { margin-right: 20px; }
   
   div.galeriehpli img,
   div.galeriehpre img { 
   float: left;
   border: 1px solid #fcc477;
   margin: 0 5px 5px 0;
   }
   
   div.galeriehptext { 
   padding: 5px;
   border: 1px solid #C87B1E; 
   /* min-height: 200px; */
   }
   
  div.galeriehphead {
  border: 1px solid #C87B1E;
  border-bottom: none;
          background: white url("http://www.anhalt-dessau.de/bilder/farbverlauf_efc694_2px.jpg") repeat-x top left; 
           text-align: center;
        
  }
    div.galeriehphead h4 {
  
    }
    
     div.galeriehphead a {  
     display: block; 
      text-decoration: none;
      color: black;
      padding-top: 2px;
       padding-bottom: 2px;
     }
     
    div.galeriehpli a:hover, 
  div.galeriehpre a:hover,
  div.galeriehpli a:focus, 
  div.galeriehpre a:focus,
  div.galeriehphead a:hover,
  div.galeriehphead a:focus
  
    {
          color: black;
          background: white url("http://www.anhalt-dessau.de/bilder/farbverlauf_efc694_aktiv_2px.jpg") repeat-x top left; 
          } 
          
          
 .floatleft {
 float: left;
 }
 .floatright {
 float: right;
 }
 .floatleft img {
 padding-right: 10px;
 }
 .cont_1spa {
 margin-bottom: 15px;
 }
 
/* ====================================================
   2.2 styles fuer fussbereich
===================================================== */   
#fussbereich a {
   background-color: white;
   color: black;
   text-decoration: none;
   padding: 0 5px 0 5px;
   border: 2px solid #b5b5b5;
   }  

/* ====================================================
   3. allgemeine klassen und ids
===================================================== */

 } /* ende @media */
