body,div,p,img,form,h1,h2,h3,h4,h5,h6,ul,li {
		margin: 0;
		padding: 0;
		border: 0;
	}

body {
	margin:0px; padding:0px;
	background-color:#FFFFFF;

}

a,a:visited,a:active{
	font-size:12pt;
	font-family:arial;
	color:#FFFFFF;
	text-decoration:none;
}
	
a:hover{
	color:#ff8a00;
	text-decoration:none;
}

.main{
	width:1043px;
	height:800px;
	margin:0 auto;
}
/*
Header
*/
.header{
}
	.logo{
	}
	.logo_text{
		float:left;
		background-color:#6BC827;
		background-image:url('pic/header01.png');
		width:277px;
		height:17px;
		
		font-size:12pt;
		font-family:arial;
		font-weight:bold;
		text-align:center;
		color:#FFFFFF;
		
	}
	.logo_right{
		float:left;
	}
	.logo_below{
		float:left;
	}
/*
Content
*/
.content{
	
}
	.content_left_side{
	float:left;
		background-color:#000000;
		width:32px;
		height:628px;

	}
	.content_middle{
		background-color:#000000;
		float:left;
		width:622px;
		height:185px;
	}
	.content_right{
		float:left;
		background-color:#000000;
		width:49px;
		height:628px;
	}
	.content_menu_top{
		float:left;
		background-color:#000000;
	}
	.content_menu_right{
		float:left;
		background-color:#000000;
	}

.main_content{
	float:left;
	width:622px;
}


	.content_center_left{
		float:left;
	}
	.content_center_middle{
		float:left;
	}
		.content_center_top{
			width:595px;
			height:6px;
		}
		.content_inhalte{
			background-color:#D3D3D3;
			overflow:auto;
			width:595px;
			height:421px;
			font-size:12pt;
			font-family:arial;
			color: #595959;
			text-decoration: none;
		}
		.content_inhalte a,.content_inhalte a:visited,.content_inhalte a:hover,.content_inhalte a:active{
			color:#ff8a00;
			font-weight:bold;
		}
		
	.content_center_right{
		float:left;
	}
	
	.content_page_count{
		float:left;
		background-color:#000000;
		width:622px;
		height:16px;
	}

.menu{
	float:left;
	width:235px;
	height:605px;
	background-color:#000000;
	
}
.menu_container{
	height:590px;
	background-image:url('pic/menu_end.png');
}
	.menu_item_green{
		background-image:url('pic/menu_title_g.png');
		width:235px;
		height:33px;
	}
	.menu_item_red{
		background-image:url('pic/menu_title_r.png');
		width:235px;
		height:33px;
	}
	.menu_item_s{
	
		background-image:url('pic/menu_item_s.png');
		width:235px;
		height:21px;
	}
	.menu_item_b{

		background-image:url('pic/menu_item_b.png');
		width:235px;
		height:28px;
	}
	.menu_item_text_t{
		padding-left:15px;
		padding-top:3px;
		font-size:12pt;
		font-family:arial;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	.menu_item_text_tn{
		padding-left:30px;
	}
	.menu_item_text_n {
		padding-left:30px;
		padding-top:5px;
	}
	
	.menu_spacer{
		height:30px;
	}
	

/*
Footer
*/
.footer {
	width:1000px;
	font-size: 8pt;
	color:#595959;
	margin-top:5px;
}
.footer .copy {
	float:left;
	text-align:left;
	width:80%;
}
.footer .icons {
	float:right;
	width:20%;
	text-align:right;
	border:0;
}

