/* ################################# */
/* # Allgemeine Grundeinstellungen # */
/* ################################# */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background-color: #fee170;   
    color: #000000;
    text-align: center; /* Zentrierung der Gesamtseite für IE */
    padding-top: 20px;
     }
  

* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    border: 0;   
    padding: 0;
  }

  
p {                    
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.5em;
  }    


.claering {
    clear: both;
    width: 1px;
    height: 1px;
    font-size: 1px;
  }


a {
    text-decoration: none; 
  }


/* ################################# */
/* # Seitengrundstruktur           # */
/* ################################# */
                                   
                                   
#hauptcontainer {
    width: 790px;  
    margin: 0 auto;    /* Zentrierung der Gesamtseite standardkonform */
    text-align: left;  /* Text wieder links ausrichten für standardkonforme Browser (wg. text-align in body) */        
    background-image: url(images/hauptcontainerBack.png);
  }
  

#kopfzeile {
    width: 790px;
    height: 107px;
    background-color: white; 
  }
  

#breadcrumbNavigation {
    width: 594px;
    height: 19px;
    font-size: 1.2em;           
    padding: 3px 0 0 5px;    
  }                         
  
  
#klammercontainerMehrspalter {
    width: 790px;
    position: relative;    
  }

  
#linkeNavigation {
    float: left;
    width: 190px;   
    border-top: 1px dotted #dddddd;    
  }    
   
      
#inhaltsContainer {
    margin: 0 0 0 190px;
  }
  
                
#inhaltSpalte1 {
    float: left;
    display: inline;
    width: 579px;   
    padding-right: 10px;  
    padding-left: 10px;  
    min-height: 400px;
  }
  
#Aktuell {
    margin: 20px 5px 0px 5px;
    background-image: url("/fileadmin/template/muenchsteinach/templates/Aktuell.png");
    color: black;
    text-align: center;
}

#Aktuell a {
    text-decoration: underline;
    color: white;
    text-align: center;
    padding-top: 20px;
}              
                
#fusszeile {
    clear: both;           
    text-align: center;
  }              
  
  
/* ############################################# */
/* # Navigationselemente breadcrumbNavigation  # */
/* ############################################# */
                                                
#breadcrumbNavigation a {
    font-size: 1.0em;
    font-weight: bold;
    color: black;
  }                                                


/* ####################################### */
/* # Navigationselemente linkeNavigation # */
/* ####################################### */
                        
#linkeNavigation ul {
    list-style-type: none; 
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0;          
  }   
  
               
.naviLevel1No a {
    display: block;
    padding: 5px 0 0 3px;
    font-size: 1.3em;
    font-weight: bold;    
    color: black;
    border-bottom: 1px dotted #dddddd;
  }
  

.naviLevel1No a:hover {
    display: block;       
    padding: 5px 0 0 3px;
    font-size: 1.3em;    
    font-weight: bold;
    color: #880000;  
    border-bottom: 1px dotted #dddddd;
  }


.naviLevel1Act a {
    display: block;
    background-color: #e8b900;
    padding: 5px 0 0 3px;
    font-size: 1.3em;
    font-weight: bold;    
    color: black;
    border-bottom: 1px dotted #dddddd;
  }
  

.naviLevel1Act a:hover {
    display: block;       
    background-color: #e8b900;
    padding: 5px 0 0 3px;
    font-size: 1.3em;    
    font-weight: bold;
    color: #880000;  
    border-bottom: 1px dotted #dddddd;
  }

              
.naviLevel2No a {
    display: block;
    background-color: #fed943;  
    padding: 5px 0 0 15px;
    font-size: 1.2em;
    font-weight: bold;
    color: black;   
  }
  

.naviLevel2No a:hover {
    display: block;       
    padding: 5px 0 0 15px;
    background-color: #fed943;  
    font-size: 1.2em;    
    font-weight: bold;
    color: black;
  }


/* ########################### */
/* # Überschriften H1 bis H5 # */
/* ########################### */
                             
h1 {
    font-size: 2.2em;     
    padding: 10px 0 0 0;
    font-weight: bold;
  }

  
h2 {
    font-size: 1.8em;  
    padding: 20px 0 0 0;
    font-weight: bold;
  }


h3 {
    font-size: 1.4em;
    padding: 20px 0 0 0;
    font-weight: bold;
  }


h4 {
    font-size: 1.2em;
    padding: 20px 0 0 0;
    font-weight: bold;
  }


h5 {
    font-size: 1.2em;
    padding: 20px 0 0 0;
    font-weight: bold;
  }

  
/* ########################### */
/* # Inhaltstyp Aufzählung   # */
/* ########################### */

.csc-bulletlist-1 { 
    padding-left: 15px; 
    font-size: 1.5em;  
    list-style-type: disc;
  }
  

.csc-bulletlist-2 {
    padding-left: 15px;
    font-size: 1.5em;
  }

.csc-bulletlist-3 {
    padding-left: 15px;
    font-size: 1.5em;
  }


/* ########################### */
/* # Inhaltstyp Tabelle      # */
/* ########################### */

.contenttable {  
    width: 585px;
    }

.tr-even {
    font-size: 1.2em;
    font-style: normal;
    padding: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-color: #000000;
    background-color: #d2d1de;    
    }

.tr-0 {
    background-color: #aaaaaa; 
    font-weight: bold;
    }    
    
.tr-odd {
    font-size: 1.2em;
    padding: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-color:#000000;
    background-color:#d2d1de;    
    }

.contenttable-2 .td-last {
    text-align: right;
    }
  
/* ########################### */
/* # Inhaltstyp Dateiliste   # */
/* ########################### */
  
.csc-uploads {
  background-color: white;
}
.csc-uploads tr.tr-even {
  vertical-align: top;
}
.csc-uploads tr.tr-odd {
  vertical-align: top;
}
.csc-uploads td.csc-uploads-icon {
  background-color: white;
}
.csc-uploads td.csc-uploads-fileName {
  background-color: white;
  font-size: 100%;
  font-weight: bold;
}
.csc-uploads td.csc-uploads-fileName a {
  color: black;
  font-size: 75%;
  font-weight: bold;
}
.csc-uploads td.csc-uploads-fileName p.csc-uploads-description {
  background-color: white;
  font-size: 112.5%;
  font-weight: normal;
}
   
.csc-uploads-1 { 
}

.csc-uploads-2 {
}

.csc-uploads-3 {
}               
  
/* ####################################### */
/* # Plugin Indexed_search               # */
/* ####################################### */

.tx-indexedsearch {  
    font-size: 1.2em;
  }               
  

.tx-indexedsearch-searchbox-sword {
     border: 1px;
     border-style: solid;
     border-color: black;
     margin: 0 0 0 20px;
     height: 20px;
  }
               
.tx-indexedsearch-searchbox-button {
     margin: 10px 0 0 20px;
  }
               

.tx-indexedsearch-rules  {  
    font-size: 0.9em;
}
   
                   
.tx-indexedsearch-descr {
    font-size: 1.0em;
  }                   
              
/* ####################################### */
/* # Sitemap                             # */
/* ####################################### */


.mapLevel1 {
    list-style-type: none; 
    font-size: 1.5em;
    padding-left: 10px;
  }

  
.mapLevel2 {
    list-style-type: none;
    font-size: 1.5em;
    padding-left: 20px;
  }


.mapLevel3 {
    list-style-type: none;
    font-size: 1.5em;
    padding-left: 30px;
  }


.mapLevel4 {
    list-style-type: none;
    font-size: 1.5em;
    padding-left: 40px;
  }


.mapLevel5 {
    list-style-type: none;
    font-size: 1.5em;
    padding-left: 50px;
  }


.mapLevel6 {
    list-style-type: none;
    }

              
/* ####################################### */
/* # Veranstaltungskalender              # */
/* ####################################### */              

#veranstaltungskalender {
  list-style-type: none;
}

#veranstaltungskalender li {
  display: block;
  background-color: #c0c0c0;
  border: 1px #000000 solid;
  margin: 2em;
  margin-left: 0;
}

#veranstaltungskalender .vk_headline {
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

#veranstaltungskalender dl {
  font-size: 1.2em;
}

#veranstaltungskalender dt {
  float: left;
  display: run-in;
  font-weight: bold;
  margin-right: 0.5em;
}

#veranstaltungskalender dd {
  display: block;
}

#veranstaltungskalender .error {
 font-size: 1.2em;
 color: #aa0000;
}

#veranstaltungskalender-searchmask {
  font-size: 1.2em;
}

#veranstaltungskalender-searchmask select,
#veranstaltungskalender-searchmask input {
  border: 1px solid #000000;
}


/* ####################################### */
/* # Gewerbeverzeichnis                  # */
/* ####################################### */

#gwvz-searchmask {
  border: 1px solid #000000;
  background-color: #c0c0c0;
  padding: 1.5em;
}

#gwvz-searchmask li {
  list-style-type: none;
}

#gwvz-searchmask label {
  float: left;
  width: 10em;
}

#gwvz-searchmask input, #gwvz-searchmask select, #gwvz-searchmask radio {
  border: 1px solid #000000;
}

#gewerbeverzeichnis li {
  list-style-type: none;
  margin-top: 1.7em;
  font-size: 2em;
  color: #bbbbbb;
  background-color: #606060;
}

#gewerbeverzeichnis dl {
  color: #000000;
  font-size: 0.6em;
  background-color: #c0c0c0;
}

#gewerbeverzeichnis dt {
  background-color: #a0a0a0;
}

#gewerbeverzeichnis dd.gwvz-odd {
  background-color: #d0d0d0;
}

/* ####################################### */
/* # User Funktion Adressanzeige         # */
/* ####################################### */

.poiListContainer {  
  border: solid black 1px;
  margin-bottom: 15px;
}

.poiHeader {
  background-color: #cccccc; 
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 3px;
}

.poiLeft { 
  float: left;
  display: inline;
  width: 50%;   
  font-size: 1.2em; 
}

.poiRight { 
  float: left;
  display: inline;
  width: 50%;  
  font-size: 1.2em;
}

.poiFooter {    
  text-align: right;
  font-size: 1.2em; 
  padding: 3px; 
}


form {
  font-size: 1.2em;
}

form input,
form button,
form textarea,
form select {
  border: 1px solid #000000;
}
