body {
    margin:0px;
    padding:0px;
    min-width: 100%;
    width: 100%;
	background-color : #D6E36F;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	
}

form {
	margin:0px;
}



#contentLayer {
    text-align:left;
	left: 87px;
	width: 874px;
    margin : 0px auto;
	position: absolute;
	padding : 0px;
	background-color : #ffffff;
	
}
#contentContainer {
	background-color : #ffffff;
} 


#logo {
	width: 245px;
	height: 200px;
    position: absolute;
	text-align:right;
    clear: both;
    margin-right: 25px;
	margin-top: 20px;
	background-color : #D6E36F;
}


#topic {
	position: absolute;
	top: 180px;
	left : 270px;
	text-align:left;
	padding-left: 25px;
}

#menue {
	background-color : #D6E36F;
	text-align:right;
	width: 245px;
    clear: both;
    margin-right: 25px;
	margin-top: 30px;
}


#menue2 {
	
	margin-top: 5px;
}

#menue A,#menue A:VISITED  {
	font-family : Arial;
	text-align : right;
	text-decoration : none;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	line-height : 16px;
	color : #677174;
	
}

.aktiv A,.aktiv A:VISITED  {
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
	text-decoration : none;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	line-height : 16px;
	color : #677174;
}

#menue A:HOVER  {
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
	text-decoration : none;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	line-height : 16px;
	color : #6E8E3A;
}


#menue2 A,#menue2 A:VISITED 
 {
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
	text-decoration : none;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	letter-spacing: 1px;
	color : #ffffff;
}

#menue2 A:HOVER  {
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
	text-decoration : none;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #677174;
}




#content {
    position: absolute;
	top: 200px;
	width: 825px;

}

.text {

    padding-left: 25px;
	padding-top: 30px;

	color: #3F3F40;
	text-align: left;

}

#text a, a:visited{
    color: #6e8e3a;
 	text-decoration: none;
	
}

#text a:hover{
    color: #CDD676;
 	text-decoration: underline;
}

/*Textformatierungen*/
p {
	color: #3f3f40;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:regular;
    margin-top:0px;
    margin-bottom: 0px;
	padding-bottom : 16px;
	text-align: left;
}

.bild {
	color: #3f3f40;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight:regular;
    margin-top:0px;
    margin-bottom: 0px;
	padding-bottom : 16px;
	text-align: left;

}

.fett {
	color: #6E8E3A;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:bold;
    margin-top:0px;
    margin-bottom: 0px;
}

ul {
	padding-top: 0px;
	color: #3f3f40;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 6px;
    font-weight:regular;
}

li { 
	padding-left: 0px;
	padding-top: 0px;
	color: #3f3f40;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:regular;
}

h1	{
    color: #677174;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight:bold;
    margin-top:0px;
    margin-bottom: 0px;
}

h2	{
    color: #6e8e3a;
    font-family : Arial, Helvetica, sans-serif;;
    font-size : 14px;
    font-weight :bold;
    margin-top :0px;
    margin-bottom : 0px;
	
}

h2	a {
    color: #6e8e3a;
    font-family : Arial, Helvetica, sans-serif;;
    font-size : 14px;
    font-weight :bold;
	text-decoration: none;
    margin-top :0px;
    margin-bottom : 0px;
	
}

h2	a:hover {
    color: #6e8e3a;
    font-family : Arial, Helvetica, sans-serif;;
    font-size : 14px;
    font-weight :bold;
	text-decoration: underline;
    margin-top :0px;
    margin-bottom : 0px;
	
}


h3 {
	color: #6e8e3a;
    font-family : Arial, Helvetica, sans-serif;;
    font-size : 14px;
    font-weight :bold;
	padding-bottom : 14px;
}

h4 {
    color: #3F3F40;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:bold;
    margin-top:0px;
    margin-bottom: 6px;
}


.horizontalelinie hr {
	display:none;
	margin:0px;padding:0px;
}

h5 {
    
}

h6 {
    
}




h4 sup {
    font-size: 12px;
}

input{
	border: 1px solid #dedede;
}

