/*
.haupt: just for alignment reasons
.outer: defining height and width of viewable content
.line8: small border under header/logo
*/
* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	background-color:#f2f2f2;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

.content_items ol,ul {
	margin-left:30px;
}

.haupt {	
	text-align: center;
}
		
.outer {	
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	margin: auto;
}
		
.header {
	/*background-color: #004512;*/
	background-color: #378978;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	height:70px;
}
		
.line8	{
	width: 760px;
	height: 8px;
	/*background-color: #0E6704;*/
	background-color: #8F97F0;
}
		
.menue {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	width: 225px;
	background-color: #EACC9C;
	padding-left:65px;
}
		
.menue_bild {	
	text-align: left;
	width: 225px;
	background-color: #EACC9C;
}	
		
.content {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	width: 535px;
	height: 350;				
	overflow : auto;
}

.content_header {
	text-align: left;
	padding-left:60px;
}
		
.content_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
	width: 390px;
	margin: auto;
}
				  
h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	padding-bottom:20px;
}				  	

a:link {	
	color: #333333;
	font-face: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;			
}
		
a:visited { 
	color: #333333;
	font-face: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}
		
a:hover {	
	color: #333333;
	font-face: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
		
a:active {	
	color: #333333;
	font-face: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}

.content_items a:link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.content_items a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.content_items a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.content_items a:active {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}