/* -- Basics -- */
body{
	background:#ffffff url(../img/bgr.jpg);
	background-repeat:no-repeat;
	margin:0px;
	color:#000;
	font-size:13px;
	font-family: verdana, arial, helvetica,sans-serif; 
}
img {
	border: 0px;
	margin:0px;
	padding:0px;
}
/* ----------- Header --------------- */
#wrapper{
	margin:30px auto 30px auto;
	width:900px;
	border: 1px dotted #d3d3d3;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}
#header_logo{
	background:#fff url(../img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:75px;
	margin:10px 0 0 0px;
	padding:0px 0 0 2px;
}
#language{
	background-color:#transparent;
	text-align:center;
	height:25px;
	margin:0px;
	padding:0px 0 0 0px;
	border-bottom: 1px dotted #d3d3d3;
}
a.language{
	text-decoration: none;
	font-weight:bold;
	color:#333;
}
a.language:hover{	
	text-decoration: underline;
	font-weight:bold;
	color:#999;
}
a.language_active{
	font-weight:bold;
	color:#999;
	text-decoration: underline;
}
#header{
	background-color:#333;
	background-position:center;
	background-repeat:no-repeat;
	height:123px;
	margin:0px;
	padding:0px 0 0 0px;
}
/* ------------ Top-Navigation ----------- */
#TopNavi{
	margin: 50px;
	padding: 0px;
	text-align:center;
	height:23px;
	border-bottom: 1px dotted #d3d3d3;
}
* html #TopNavi{
	height:23px;
}
#TopNaviBox{
	position: relative;
	text-align: center;
	font-size:13px;
}
a.linkTopnavi{	
	position: relative;
	margin: auto;
	margin-top:2px;
	padding:0 15px 0 15px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
a.linkTopnavi:hover{	
	position: relative;
	margin-top:2px;
	padding:0 15px 0 15px;
	text-decoration:underline;
	font-weight:bold;
	color:#999;
}
a.linkTopnavi_active{	
	text-decoration: underline;
	position: relative;
	margin-top:2px;
	padding:0 15px 0 15px;
	text-decoration:none;
	font-weight:bold;
	color:#7d1315;
}
/* ------------ Content ----------- */
#Content {
	background-color:#fff;	
}
* html #Content {
	background-color:#fff;	
	padding:0px;
	margin:0px;
}
/* ------------ Content Box Mitte ----------- */
#cowrapper {
	background:#fff;
	margin:0 0px;
	width:900px;
}
* html #cowrapper {
	
}
/*CONTENT-----------------------------*/
.box_800 {
	float:left;
	margin:15px 0 15px 20px; 
	padding:0;
	width:857px;
	border: 1px dotted #d3d3d3;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}
.head800 {
	font-family: verdana, sans-serif; 	
	color:#333; 
	font-size:12px;
	font-weight:bold;
	height:17px;
	margin:0 12px 0 12px; 
	padding:3px 0 0 17px;
	border-bottom: 1px solid #d3d3d3;	
} 
.start_text800 {
	color:#080431;
	width: 700px;
	padding: 0px 30px 50px 0px;
	margin-left:30px;
	margin-top:15px;
	float:left;
	background-color:transparent;	
}
* html .box_800 {/*  -IE6.0 -  */
}
/*Ende CONTENT*/
.clear {
	height:0px; 
	width: 0px; 
	clear: both; 
	line-height:0px;
	margin: 0px;
}
/* ----------- Footer ---------------- */
#footer {
	background-image: url(../img/cf.gif);
	background-repeat:repeat-x;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #000000;
	margin: 0;
	clear:both;
}
#footer a {
	font-weight: normal;
	margin: 15px 0 15px 0;
}
.footleft {
	float: left;
	margin-left: 20px;
}
.footright {
	float: right;
	margin-right: 20px;
}
#footerBox{
	background-image: url(../img/cf.gif);
	background-repeat:repeat-x;
	padding: 15px 0 15px 0;
	clear:both;	
	color:#b07f61;
	font-size:11px;	
	margin: 0px 0px 10px 0px;
	text-align:center;	
}
#footerBox a{
	color:#666666;
}
#footerBox a:hover{
	color:#666666;
}
/* -- Txt-Formatierung -- */
.start_text {
	color:#080431;
	width: 400px;
	padding: 0px 30px 0px 0px;
	margin-left:30px;
	margin-top:30px;
	float:left;
	background-color:transparent;	
}
p{
	font-family: verdana, arial, helvetica,sans-serif; 
	font-size:12px;
	line-height:17px;
	margin:7px 0 7px 0;
	color:#666666;
}
h3{
	font-family: verdana, arial, helvetica,sans-serif; 
	font-weight:bold;
	font-size:13px;
	margin:10px 0 5px 0;
}
a{
	text-decoration: none;	
	color:#7d1315;
}

a:hover{	
	text-decoration: underline;
	color:#999;
}
