body{
	background: white;
	font-family:sans-serif;
	margin:0px;
	padding:0px;
	background:#E3E3E3;
	font-size:14px;
	/*background:url(_images/design/background.jpg) repeat-x center top;*/
}

/* General */

h1{
	font-size:20px;
	margin:0px;
	padding:0px;
	color:#0F318B;
	margin-bottom:10px;
	font-weight:bold;
}

h2{
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#0F318B;
	margin-bottom:10px;
	font-weight:normal;
}
h2.nobreak{
	display:inline;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	margin-left:20px;
}

.textblock_margin{
	margin:10px;
}

a{
	color:#0F318B;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* Main Site */
.outer_site_container{
	width:980px;
	background:white;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	margin-bottom:5px;
}
.main_site{
	margin-left:10px;
	margin-right:10px;

	border:0px solid white;
}

/* Navi*/

.navi_container{
	height:40px;
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	background:url(_images/design/navi_background.jpg) repeat-x center bottom;

}

.ul_navi{
	list-style:none;
	margin:0px;
	padding:0px;
}

.navi_spacer{
	margin:0px;
	padding:0px;
	float:left;
	width:0px;
	height:25px;
	margin-top:8px;
	border-right:1px solid #0F318B;
}
.a_navi{
	margin:0px;
	padding:0px;
	margin-top:10px;
	float:left;
	height:22px;
	line-height:25px;
	text-align:center;
	font-size:18px;
	color:#0F318B;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

.a_navi_active{
	margin:0px;
	padding:0px;
	margin-top:10px;
	float:left;
	height:22px;
	line-height:25px;

	background:#88C237;
	background:#0F318B;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:white;
	text-decoration:none;

	display:block;
}

.a_navi span, .a_navi_active span{
	margin-left:11px;
	margin-right:11px;
}


.a_navi:hover{
	text-decoration:none;
	color:white;
	background:#0F318B;
}

/* Subnavi 2 Start*/

.navi_container_level2{
	height:24px;
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	background:url(_images/design/navi_background.jpg) repeat-x center bottom;

}

.ul_navi_level2{
	list-style:none;
	margin:0px;
	padding:0px;
}

.navi_spacer_level2{
	margin:0px;
	float:left;
	width:0px;
	height:15px;
	margin-top:5px;
	border-right:1px solid #0F318B;
}
.li_navi_level2{
	margin:0px;
	margin-top:5px;
	float:left;
	height:15px;
	line-height:15px;


}

.li_navi_level2_active{
	margin:0px;
	margin-top:5px;
	float:left;
	height:15px;
	background:#88C237;
	background:#0F318B;
}

.li_navi_level2 a{
	text-align:center;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	color:#0F318B;
	text-decoration:none;
	font-weight:bold;
}

.li_navi_level2_active a{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

.li_navi_level2 a:hover{

	text-decoration:underline;
}
/* Subnavi 2 end*/

/* Subnavi*/

.ul_subnavi{
	margin:0px;
	padding:0px;
	list-style:none;
}

.li_subnavi{
	margin:0px;
	height:22px;

	margin-top:5px;
}
.li_subnavi:hover{
	/*background:#0F318B;
	color:white;*/

}
.li_subnavi:hover a{

	/* color:white; */
	text-decoration:underline;

}


.li_subnavi_active{
	margin:0px;

	height:22px;

	/*background:#88C237;
	background:#0F318B;*/
	margin-top:5px;
}

.li_subnavi a{
	text-align:left;
	font-size:18px;

	color:#0F318B;
	color:#0F318B;
	text-decoration:none;
}

.li_subnavi_active a{
	text-align:center;
	font-size:18px;
	margin-left:10px;
	color:#0F318B;
	text-decoration:underline;
}



/* Header */

.header_container{
	display:block;
	height:204px;
	border-left:1px solid #E3E3E3;

	border-right:1px solid #E3E3E3;
	background:url(_images/design/header2.jpg) no-repeat center top;

}

/* Content */

.left_content{
	margin-top:10px;
	width:250px;


	float:left;

}

.right_content{
	margin-top:10px;
	width:690px;


	float:right;

}

/* Left Side*/


.left_content_box{
	margin-bottom:10px;
}

.left_content_box_head{
	height:40px;
	border-left:1px solid #E3E3E3;

	border-right:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
	background:url(_images/design/navi_background.jpg) repeat-x center bottom;
	text-align:left;
	color:#0F318B;
	line-height:40px;
	font-size:18px;
	padding-left:10px;

}
.left_content_box_head a{
	text-align:left;
	font-size:18px;

	color:#0F318B;
	text-decoration:none;
}
.left_content_box_head a:hover{

	text-decoration:underline;
}

.left_content_box_body{

	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
	text-align:left;

}

/* Right Side*/

.right_content_box{
	margin-bottom:10px;
}

.right_content_box_body{

	border-top:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	text-align:left;

}

/* FOOTER */
.footer_container{
	width:980px;
	height:30px;
}

.footer_left{
	width:300px;
	float:left;
	text-align:left;
	color:grey;
	font-size:13px;
}

.footer_right{
	width:300px;
	float:right;
	text-align:right;
	color:grey;
	font-size:13px;
}

.footer_link{
	color:#999999;
	margin:5px;
	text-decoration:none;
}

.footer_link:hover{
	color:#0E318C;
	margin:5px;
	text-decoration:underline;
}

.js_link{
	color:#666;
	margin-left:10px;
	float:left;
}

.review_headline{

}

.review_body{
	margin-top:20px;
	margin-bottom:40px;

}

/* Toepfern */



.toepfern_left{
	float:left;
	width:460px;
	margin-right:20px;
	margin-top:20px;
}

.toepfern_right{
	float:left;
	width:180px;

}

.toepfern_right span{
	line-height:20px;
}

.toepfern_content img{
	border:0px solid white;
	margin:2px;
	padding:0px;
}


.toepfern_content{
	margin-bottom:20px;
}
