*{
margin: 0;
padding: 0;
} 

body {
font-family: sans-serif;
line-height: 150%;
font-size: 13px;
background-color: #F3FFAE;
background-image: url(img/balken-rechts.gif);
background-repeat: repeat-y;
background-position: right;
}

#bb-ie {
display: none;
}

table {
width: 100%;
}

td {
padding-right: 30px;
border-bottom: 1px dotted #525252;
}

td.fett {
padding-top: 20px;
}

p {
	margin-bottom: 15px;
}
a img {
border: solid 0 #fff;
}

a {
color: #077440;
text-decoration: none;
}

.kursiv {
font-style: italic;
font-family: serif;
}

.fett {
font-weight: bold;
}

#lo {
background-image: url(img/bg.png);
background-repeat: no-repeat;
width: 100%;
height: auto;
min-height: 100%;
position: fixed;
z-index: 99;
}

#logo {
position: absolute;
top: 30px;
left: 0;
}

#navigation {
position: absolute;
top: 170px;
left: -5px;
}

#inhalt {
padding-bottom: 250px;
padding-left: 230px;
padding-right: 200px;
padding-top: 200px;
height: 100%;
z-index: 50;
}

#inhalt-kontakt {
margin-bottom: 250px;
margin-left: 230px;
margin-right: 200px;
margin-top: 200px;
height: 200px;
width: 500px;
position: fixed;
z-index: 9999;
}

#inhalt-kontakt-ie {
display: none;
}

#balken {
background-image: url(img/balken-unten.gif);
background-repeat: repeat-x;
position: fixed;
bottom: 0;
width: 100%;
height: 176px;
margin-top: 50px;
z-index: 7;
margin-left: 120px;

}

#balken-kontakt {
background-image: url(img/balken-unten.gif);
background-repeat: repeat-x;
position: fixed;
bottom: 0;
width: 100%;
height: 176px;
margin-top: 50px;
z-index: 7;
padding-left: 120px;

}


#bilderbalken {
position: fixed;
bottom: 0;
width: 100%;
height: 168px;
margin-top: 50px;
z-index: 999;
padding-left: 230px;

}

#bilderbalken img {
margin-right: 15px;
border: 1px solid #000000;
}

#main {
position: absolute;
z-index: 54;
}


/*#################################################
           Zuruecksetzen von Abstaenden und float
#################################################*/
.clearing 	{clear: both; height: 0;}
h1, h3, h2, p,{	margin-bottom: 1em;	}

