/* CSS Document */

/*Farben:

Hintergrund: #f3efd1
Grün: #006030
Rot: #970232

*/



/*Befehle um im Firefox den Scrollbalken zu simulieren um das wackeln zu vermeiden*/
/*
html {overflow-y: scroll;}

*/
html { height: 101%; }

body {
	background-color: #f3efd1;
	margin: 1.8em 0 0 0;
	padding: 0;
	color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	text-align: center;
		margin-bottom:20px;
}

/*Befehle um im Firefox den Scrollbalken zu simulieren um das wackeln zu vermeiden*/
*>body {
overflow:-moz-scrollbars-vertical;
/*Befehle um im IE7 den Scrollbalken wieder wegzukriegen*/
}

ul {
margin-top:2px;
list-style-type:square;
}

.trennlinie {
border-bottom:solid #006030 1px;
}

#Ber_Komplett {
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #f9f9f9;
	text-align: left;
	background-color:#f3efd1;
}


#Ber_Komplett a {
color:#970232;
}


#Ber_Kopf {
	width:900px;
	height:220px;
	background-color:#f3efd1;
}

#platzhalter {
	width:900px;
	height:30px;
	background-color:#f3efd1;
}

#navigation {
	width:220px;
	height:500px;
	background-color:#f3efd1;
	float:left;
	height:auto;
}

#inhalt {
	width:435px;
	height:500px;
	height:auto;
	background-color:#f3efd1;
	float:left;
}

#anker {
line-height:200%;
font-weight:bold;
}


#rechts {
	width:245px;
	height:500px;
	height:auto;
	background-color:#f3efd1;
	float:left;
}


#fusszeile {
	width:680px;
	height:25px;
	background-color:#f3efd1;
	float:right;
	padding-left:220px;
	border-top: #006030 solid 1px;
    padding-top:5px;
	font-size:10px;
}

#obererStreifen {
	width:435px;
	height:20px;
	background-color:#f3efd1;
	float:left;
	margin-bottom:10px;
}


#bildercontainer {
width:140px;
margin-left:85px;
height:100%;
}

#bildercontainer img {
margin-bottom:30px;
}






/* MENUE */


#menu {
    width:200px;
    height:250px;
	margin-top:-10px;
	margin-left:20px;
    }

#menu a {
    color:#666;
    font-weight:bold;
	font-size:13px;
    padding:0px 3px 2px 4px;
    text-decoration:none;
    display:block;
    width:165px;
    }

#menu li a {
      border-left:#666 solid 12px;
	   margin:10px 0 0 0px;
     }


#menu li a:hover {
    color:#006030;
	border-left:#006030 solid 12px;
    }


ul.limenue {
    list-style-type:none;
    padding-left:0px;
    margin-left:0px;
    padding-top:0px;
    margin-top:0px;
    }


#menu #aktive {
    color:#006030;
	border-left:#006030 solid 12px;

}



#menu2 {
    width:200px;
    height:130px;
	margin-top:30px;
	margin-left:20px;
    }

#menu2 #aktive {
    color:#006030;
	border-left:#006030 solid 12px;
}

#menu2 a {
    color:#666;
    font-weight:bold;
	font-size:13px;
    padding:0px 3px 2px 4px;
    text-decoration:none;
    display:block;
    width:165px;
    }

#menu2 li a {
      border-left:#666 solid 12px;
	   margin:10px 0 0 0px;
     }


#menu2 li a:hover {
    color:#006030;
	border-left:#006030 solid 12px;
    }


ul.limenue2 {
    list-style-type:none;
    padding-left:0px;
    margin-left:0px;
    padding-top:0px;
    margin-top:0px;
    }

