/*
1. body
2. inhaltselemente
3. links
4. layout
*/

/*########################################*/
/*1. body*/
BODY {
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background-image : url(bilder/backgrnd_global.jpg);
	background-repeat : repeat-x;
	background-position : top;
}

/*########################################*/
/*2. inhaltselemente*/
h1 {
	font-size: 16px;
	color: #a0561b;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #a0561b;
	font-weight: bold;
	margin: 0px;
}

.text {
	font-size: 12px;
	color: #a0561b;
	line-height: 16px;
	font-weight: normal;
}

.titel {
	font-size: 14px;
	color: #a0561b;
	font-weight: bold;
}


/*########################################*/
/*3. links*/
#rollovermenu {
	/*margin-bottom: 20px;*/
}

#rollovermenu a {
	font-size: 12px;
	color: #8fb83a;
	text-decoration: none;
	font-weight: bold;
	display: block;
	/*float: left;*/
	margin-bottom: 5px;
	width: 100px;
}
#rollovermenu a span.dot {
	color: #8fb83a;
}
#rollovermenu a:hover {	
		color: #ffffff;
		background-color: #d57920;
		}
#rollovermenu a:hover span.dot {	
	color: #d57920;
	background-color: #ffffff;
}		
#rollovermenu a.aktiv {
	color: #ffffff;
	background-color: #d57920;
}
#rollovermenu a.aktiv span.dot {
	color: #d57920;
	background-color: #ffffff;
}

a.txt {
	text-decoration: none;
	color: #8fb83a;
	font-weight: bold;
}
a.txt span.dot {
	color: #8fb83a;
}
a.txt:hover{
	color: #ffffff;
	background-color: #d57920;
}
 a.txt:hover span.dot {	
	color: #d57920;
	background-color: #ffffff;
}	


/*########################################*/
/*4. layout*/
#inhaltBox {
	width: 866px;
}

#linkeBox {
	width: 316px; height: 555px; 
	float: left; 
	background-image: url(bilder/navi-back.jpg);
}

#menue {
	width: 120px; 
	float: right; 
	margin-top: 210px;
}

#rechteBox {
	width: 550px; 
	float: left;
}

#textBox {
	width: 550px;
	text-align: justify;
	margin-top: 42px;
}