/* ***********************
    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, ...)
*/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: url(hg-body.jpg) repeat-x #fdfbe2;
 font-size: 12px;
 font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
 line-height: 150%;
 }

/* ***** ELEMENTE ***** */

h2 {
 font-size: 17px;
 margin-bottom: 15px;
}

h3 {
 font-size: 13px;
 margin: 15px 0px 5px;
}

h4 {
 font-size: 12px;
 font-weight: bold;
}

p {
 margin-bottom: 10px;
 font-size: 12px;
 }

ul {
 margin: 10px 0px 10px 32px;
 list-style: square url(liste.gif);
}

a {
 color: #55853d;
 text-decoration: underline;
}

a:hover {
 text-decoration: none;
}

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: 12px;
 background: #e9f1ca;
}

th, td {
 padding: 2px;
}

th {
 text-align: left;
}

td { 
background: white;
}

.zeile  { 
background: #f0f2e6;
}

/* ***** IDs ***** */


#box {
 width: 977px;
 background: url(hg-box.jpg) repeat-y;
}

#kopf {
 width: 977px;
 height: 201px;
 background: url(kopf.jpg) no-repeat;
 text-align: right;
}

#inhalt {
 width: 977px;
 min-height: 400px;
 background: url(inhalt.jpg) no-repeat; 
}

#suche {
	text-align: right;
	margin: 20px 10px 15px 0px;
	}

#suche input{
	border: 1px solid #666;
	font-size: 11px;
	padding: 3px;
	}
	
#links {
 float: left;
 width: 172px;
 height: 200px;
}

/* ***** NAVIGATION ***** */

#links h3 {
 padding: 20px 0px 3px 15px;
}

#links ul {
 width: 100%;
 border-top: 1px solid #522814;
 margin: 0px;
}

#links li {
 border-bottom: 1px solid #522814;
 list-style-type: none;
}

#links li a {
 color: #522814;
 display: block;
 padding: 4px 2px 3px 15px;
 text-decoration: none;
}

#links li a:hover {
 color: black;
 display: block;
 background: #fcf3a8
}

#links li a.current {
 padding-left: 11px;
 background: #55853d;
 color: white;
 border-left: 4px solid #E8F1C8;
}

#links li a.current:hover {
 background: #55853d;
 color: white;
}

/* ***** RECHTS ***** */

#rechts {
 float: right;
 margin: 80px 50px 20px 25px;
 width: 150px;
 line-height: 120%;
 padding: 10px;
}

* html #rechts {
 width: 170px;
 margin-right: 25px;
}

#rechts * {
 font-size: 11px;
 margin: 0px;
 padding: 0px;
}

#rechts p {
 padding-bottom: 15px;
}

#rechts ul {
 margin: 10px 0px 10px 18px;
}


/* ***** WETTER ***** */

#wetter {
 margin-top: 30px;
 margin-bottom: 30px;
 clear: both;
}

#wetter * {
 background: none;
}

#wetter td {
 padding: 2px;
}

#wetter table tbody tr td option {
 display: none;
}

#wetter table tbody tr td select {
 display: none;
}

#wetter table tbody tr td input {
 display: none;
}


/* ***** MITTE ***** */

#mitte {
 margin: 0px 275px 0px 200px;
 padding: 10px 0px 10px 0px;
}

#inhalt-fuss {
 width: 977px;
 height: 60px;
 background: url(inhalt-fuss.jpg) no-repeat bottom; 
}

#fussnavigation {
 padding-top: 10px;
 margin: 0px 275px 0px 200px;
}

a.seitenanfang, a.zurueck {
 padding-left: 15px;
 font-size: 11px;
}

a.seitenanfang {
 background: url(seitenanfang.gif) no-repeat left;
 float: right;
}

a.zurueck {
 background: url(zurueck.gif) no-repeat left;
}

#avm {
 width: 920px;
 text-align: center;
 padding-top: 8px;
 padding-bottom: 5px;
 font-size: 10px;	
	}
	
#avm ul {
 font-size: 10px;
 display: inline;
}

#avm li {
 display: inline;
 list-style-type: none;
}

#avm li a.current {
 font-weight: bold;
}

/* ***** SITEMAP + IMPRESSUM * SUCHERGEBNISSE ***** */

#sitemap ul {
 margin-top: 0px;
 margin-bottom: 0px;
}

#sitemap ul li {
 padding: 2px;
}

#impressum * {
 font-size: 95%;
 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;
}
