html {
	overflow-y: scroll;
}

h1 {
	font-size: 16;
	color: #000000;
	margin-top: 0;
}

h2 {
	font-size: 14;
	color: #000000;
	margin-top: 0;
}

h3 {
	font-size: 14;
	color: #000000;
	margin-top: 0;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica
	font-size: 12;
}

body {
	font-family: Arial, Helvetica
	font-size: 12;
	color: #000000;
}

p {
	font-family: Arial, Helvetica
	font-size: 12;
	color: #000000;
}

.titel {
	font-size: 24;
	font-weight: bold;
	color: #2A6CB3;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

.menu1-level1-no {
	text-decoration: none;
}

.menu1-level1-act {
	text-decoration: none;
}´

.menu1-level2-no {
	text-decoration: none;
}

.menu1-level2-act {
	text-decoration: none;
}

.menuitem {
	margin-top: 5px;
	margin-bottom: 5px;
}

.level1-no, .level1-act {
	color: #0000FF;
}

.level2-no, .level2-act {
	font-size: 10px;		
}

.level1-act, .level2-act {
	color: #00BB00;	
}

.text_normal {
	font-family: Arial, Helvetica;
	font-size: 12;
	color: #000000;
}

.artikel {
	margin-bottom: 20px;
}

#fullscreen {
	width: 100%;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width:1000px;
	border: 0px solid #0000FF;
	padding: 5px;
}

#header {	
	height:150px;
	margin-bottom:20px;
}

#header_wappen {
	padding:0; 
	margin:0; 
	width:151px; 
	float:left;
}

#header_titel {
	padding:0; 
	margin:0; 
	width:649px; 
	float:left;
}

#main_content {
	float:left; 
	width:649px; 
	margin-left: 10px;
	/*height: 400px;*/
	min-height: 400px;
	overflow: visible;
}

#main_infocolumn {
	float:left; 
	width: 170px; 
	padding-left: 10px;
	border-left: 1px dotted #0000FF;	
	/*height: 200px;*/
	min-height: 200px;
	overflow: visible;
}

#main_menu {
	float:left; 
	width:151px;
	border-right: 1px dotted #0000FF;	
	/*height: 200px;*/
	min-height: 200px;
	overflow: visible;
}

#title_news {
	font-family: Arial, Helvetica;
	font-size: 14;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #0000FF;
}


