/* Stylesheet fuer anhalt-web.de
   Autor: Dirk Schroeter
   Datum: 2010-04-13 
   Copyright: Dirk Schroeter Horstdorf 
   Datei: bildschirm_anhalt_web.css
====================================================
   1. kalibrierung und allgemeines styles
===================================================== */
@media screen {
   body { 
   color: white;
   background-color: #C0C0C0;
   }
/* ====================================================
   2. styles fuer die layoutbereiche
===================================================== */
#wrapper {
   border: 3px solid #848484;
   color: black;
   background: white url("http://www.anhalt-dessau.de/bilder/farbverlauf_efc694.png") repeat-y top left;
   margin-top: 10px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
   padding-bottom: 5px;
   }

/* ====================================================
   2.1 styles fuer kopfbereich
===================================================== */
#kopfbereich_anhalt_web {
   position: relative;
   min-height: 125px;
   color: black;
   padding: 10px 20px 10px 20px;
   border-bottom: 1px solid black;
 background-image: url("http://www.anhalt-dessau.de/bilder/head_anhalt_dessau_2.gif");
   }
  
#kopfbereich_anhalt_web h1 { 
   position: absolute;
   left: 350px;
   top: 108px;
   }  
#logo_kopfbereich img {
 position: absolute;
   left: 17px;
   top: 9px;
   
 }  
/* ====================================================
   styles fuer textbereich
===================================================== */

#textbereich { 
margin-left: 150px;
border-top: none;
border-left: 1px solid black;
padding: 5px 20px 20px 20px;
}

#textbereich .cornerright { 
background: transparent url("http://www.anhalt-dessau.de/bilder/ecke_rechts_efc694.gif") no-repeat top right; 
 }

 div.einleitunghead  { 
               background: white url("http://www.anhalt-dessau.de/bilder/farbe_efc694_head.gif") repeat-x top left;
           text-align: center;
           margin-top: 15px;
                     }
div.einleitunghead_anker { 
                   background: white url("http://www.anhalt-dessau.de/bilder/head_efc694.gif") no-repeat top left;
           text-align: center;
           margin-top: 15px;
           }                     
div.einleitunghead_anker a {
 text-decoration: none;
 display: block;
 color: black;
 }
div.einleitunghead h6 { 
     background: transparent url("http://www.anhalt-dessau.de/bilder/ecke_links_efc694.gif") no-repeat top left; 
     }    
     
    .einleitung { 
border: 1px solid #E2AF71;
margin-bottom: 10px; 
 }            
 
 .einleitung p { 
  padding-left: 5px;
  padding-top: 5px;
    }   
/* ====================================================
   styles fuer textbereich tagcloud
===================================================== */ 
 
.tagcloud {
border: 1px solid #D3B641;
background: #D87641;
margin-bottom: 20px;
text-align: center;
}
.tagcloud p {
padding: 10px;
}
.tagcloud a {
text-decoration: none;
padding: 5px;
}

.tagcloud  a:hover,
.tagcloud  a:focus {
 text-decoration: underline;
 }

.cloud4 a {
color: white;
font-size: 160%;
}
 
 .cloud3 a {
color: #FFE8DB;
font-size: 150%;
}
 
 .cloud2 a {
color: #FFD1B7;
font-size: 140%;
}
.cloud1 a {
color: #FFBC93;
font-size: 130%;
}
.cloud0 a {
color: #00ff00;
font-size: 170%;
text-decoration: underline;
}
 
 
 
 .container3sp { 
width: 270px; 
text-align: center;
float: left;
position: relative;
background-color: white;
margin-bottom: 10px;
}
.container3sp p {
 text-align: left; 
 padding: 3px;
 }
.container3sp table {
 text-align: left; 
margin-left: 30px; 
 } 
.head3sp {
    background-image: url("http://www.anhalt-dessau.de/bilder/anhalt_web/head_3sp_gelb.gif");
   }
#body_70 h5 {
font-size: 90%; 
margin-bottom: 0;
}
 
 .head3sp a,
 .head1sp a {
 padding-top: 3px;
 padding-bottom: 3px;
 display: block;
 text-decoration: none;
 color: black;
 
 }
 .head3sp :hover,
 .head3sp :focus {
  background-image: url("http://www.anhalt-dessau.de/bilder/anhalt_web/head_3sp_gelb_aktiv.gif");
  color: #FF0000;
 }
 
 
.container3sp .tumb img {
margin-top: 8px;
margin-bottom: 5px;
border: 1px solid #D3B641;
}     

.inhalt { border: 1px solid #D3B641; }
#ie6 { 
border: 3px solid #EB0404;
background-color: #FBED24;
padding: 5px; 
} 

 .container5px { 
width: 5px;
padding-right: 5px; 
float: left;
position: relative;
} 
 
 
 } /* ende @media */