/* ***********************
    INHALT der Stylesheet-Datei 
  ************************
    - Body
    - Allgemeine Elemente (p, a, h1-h4, table, ul, ... )
    - #IDs (div-Blöcke der Seitenstruktur)
    - Navigation
    - rechte Seite
    - Mitte
    - Sitemap, Impressum, Suchergebnisse, Bildergalerie
    - Allgemeine KLassen (.float-right, .border, ...)
*/



body {
 background: none;
 font-size: 10pt;
 font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
 line-height: 150%;
 }

/* ***** ELEMENTE ***** */

h2 {
 font-size: 17pt;
}

h3 {
 font-size: 13pt;
}

h4 {
 font-size: 12pt;
 font-weight: bold;
}

p {
 font-size: 10pt;
 }

ul {
 margin: 10px 0px 10px 32px;
 list-style: square url(liste.gif);
}

a {
 color: #55853d;
 text-decoration: underline;
}


input {
 border: 1px solid #522814;
 padding: 2px;
 font-size: 12px;
 background: #fffffd;
}

textarea {
 border: 1px solid #522814;
 padding: 2px;
 font-size: 12px;
 background: #fffffd;
}

select {
 border: 1px solid #522814;
 padding: 2px;
 font-size: 12px;
 background: #fffffd;
}


table {
 font-size: 10pt;
 background: #e9f1ca;
}

th, td {
 padding: 2px;
}

th {
 background: #fdfbe2;
 text-align: left;
}

td {
 background: white;
}

/* ***** IDs ***** */


#box {

}

#kopf {
 display: none;
}

#inhalt {

}

#suche {
display: none;
	}

	
#links {
 display: none;
}


/* ***** RECHTS ***** */

#rechts {
 float: right;
 width: 3.5cm;
 line-height: 120%;
 padding: 0.5cm;
 border-left: 0.5pt solid #666;
}

#rechts * {
 font-size: 10pt;
}

#wetter {
 display: none;
}

#wetter * {
 background: none;
}



/* ***** MITTE ***** */

#mitte {
 margin-right: 5.5cm;
}

#inhalt-fuss {

}

#fussnavigation {
 display: none;
}

#avm {
 text-align: center;
 font-size: 9pt;	
}
	
#avm ul {
 font-size: 8pt;
 display: inline;
}

#avm li {
 display: inline;
 list-style-type: none;
}

/* ***** SITEMAP + IMPRESSUM * SUCHERGEBNISSE ***** */

#sitemap ul {
 margin-top: 0px;
 margin-bottom: 0px;
}

#sitemap ul li {
 padding: 2px;
}

#impressum * {
 font-size: 8pt;
 line-height: 120%;
}

.suchergebnisse table, .suchergebnisse td {
 background: none;
}

.bildergalerie img {
 padding: 3px 25px 5px 0px;

}

/* ***** ALLGEMEINE KLASSEN ***** */

.align-center {
 text-align: center;
}

.float-right {
 float: right;
}

img.float-right {
 margin: 0px 0px 10px 20px
}

.border {
 border: 1px solid #55853d;
}

img.border {
 padding: 3px;
 background: white;
}

.kontakt-erfolg {
 border: 1px solid #55853d;
 background: #e9f1ca;
 padding: 10px;
 font-weight: bold;
}

.form-error {
 border: 1px solid #730000;
 background: #E2C9C9;
 padding: 10px;
 font-weight: bold;
}
