/*-------------------------------*/
/*
Farbvorgaben und Infos:

Hintergrund		#EDF8E2
Rahmen			#2C4A12

hellgrün		#C8E5A9
mittelgrün		#496E21 
dunkelgrün		#334D19

Breite Inhalt	750px
*/
/*-------------------------------*/



/*-------------------------------*/
/*---------- CSS-RESET ----------*/
/*-------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul, ol {
list-style: none;
}

b, strong {
font-weight: bold;
}

img, a img {
border: none;
}


/*----------------------------------------------*/
/*-------- HTML-TAG Definitionen ---------------*/
/*----------------------------------------------*/


body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
color: #000;
background-color: #EDF8E2;
text-align:left;
}

h1 {
font-size: 1.1em;
font-weight: bold;
color: #496e21;
text-align: center;
margin-top: 1em;
margin-bottom: 0.7em;
}

h2 {
font-size: 1.1em;
font-weight: bold;
color: #496e21;
text-align: center;
margin-bottom: 0.7em;
}

h3 {
font-size: 1.0em;
font-weight: bold;
color: #496e21;
margin-bottom: 0.5em;
}

h4 {
font-size: 1.1em;
font-weight: bold;
text-decoration: underline;
color: #496e21;
margin-bottom: 1.0em;
}

img.startseite {
display: block;
margin: 20px auto;
}


/*----------------------------------------------*/
/*----------- Klassen Definitionen -------------*/
/*----------------------------------------------*/

.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

.farbe {
color: #496e21;
font-weight: bold;
}

/*----------------------------------------------*/
/*----------- ID Definitionen ------------------*/
/*----------------------------------------------*/


#navi ul {
padding: 0px;
margin-top: 30px;
border-top: 2px solid #fff;
}

#navi li {
font-size: 0.9em;
font-variant: small-caps;
border-bottom: 2px solid #fff;
}

#navi a:link,
#navi a:visited {
color:#000;
text-decoration: none;
display: block;
padding: 5px 0px 5px 15px;
}

#navi a.aktiv:link,
#navi a.aktiv:visited {
color:#fff;
text-decoration: none;
background:url(img/buttonbg.png);
display: block;
padding: 5px 0px 5px 15px;
}

#navi a:hover,
#navi a:focus,
#navi a:active {
background: #334d19;
color:#fff;
}

#footer a:link,
#footer a:visited {
color:#AFD981;
text-decoration: none;
padding: 3px 0px 3px 0px;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
color:#CC9900;
text-decoration: underline;

}
/* ----- Container mit vertikaler Ausrichtung! -----
#container {
position: absolute;
top: 50%;
left: 50%;
width: 950px;
height: 700px;
margin-left: -479px;
margin-top: -354px;
background-color: #fff;
border: #6c4133 solid 2px;
padding: 2px;
}

-------------------------------------------------- */


/* ----- Container ohne vertikale Ausrichtung! ----- */

#container {
clear: both;
width: 950px;
height: 725px;
margin: 0px auto;
background-color: #fff;
border: #2C4A12 solid 2px;
padding: 2px;
} 


#content {
background-color: #fff;
height: 549px;
}

#navi {
width: 150px;
background-color: #C8E5A9;
height: 100%;
float: left;
}


#inhalt {
width: 750px;
height: 100%;
padding-right: 20px;
overflow: auto;
float:right;
line-height: 1.5em;
font-size: 0.9em;
}

#inhalt img {
border: #2C4A12 solid 2px;
padding: 2px;
margin-bottom: 20px;
}

#inhalt .imganfahrt {
border: none;
padding: 2px;
margin-bottom: 0px;
}

#inhalt .imgpunkt {
border: none;
padding-bottom: 4px;
margin: 0px;
}

#inhalt p {
margin-bottom: 20px;
}

#inhalt p.beschreibung {
margin: 0;
line-height: 0.8em;
font-size: 0.8em;
}

#inhalt ul {
padding-left: 15px;
list-style: square;
}

#inhalt li {
padding-bottom: 1em;
}

#inhalt table.lo {
width: 100%;
padding-bottom: 15px;
}

/* Tabellenaufteilung 60 zu 40  -  Bereich Wohnung */

#inhalt table td.tl {
width: 60%;
text-align: left;
vertical-align: middle;
}

#inhalt table td.tr {
width: 60%;
text-align: left;
vertical-align: middle;
}

#inhalt table td.il {
width: 40%;
text-align: left;
vertical-align: middle;
}

#inhalt table td.ir {
width: 40%;
text-align: right;
vertical-align: middle;
}

/* Tabellenaufteilung flexibel  -  Bereich Stadt Zell */

#inhalt table td.tl_fl {
text-align: left;
vertical-align: middle;
}

#inhalt table td.tr_fl {
text-align: left;
vertical-align: middle;
}

#inhalt table td.il_fl {
text-align: left;
vertical-align: middle;
}

#inhalt table td.ir_fl {
text-align: right;
vertical-align: middle;
}

/* ------------------------------ */

#inhalt table td.middle {
width: 100%;
text-align: left;
}

#inhalt a:link,
#inhalt a:visited {
color:#496e21;
text-decoration: none;
}

#inhalt a:hover,
#inhalt a:focus,
#inhalt a:active {
color:#A68517;
text-decoration: underline;
}

#footer {
font-size: 0.8em;
color: #fff;
background-color: #334D19;
text-align: center;
padding: 5px;
}

