html, * {margin: 0; padding: 0;}

body {
	color: #000000;
    background-color: #fff;
    font-size: 12px;
    font-family: tahoma; 
	/*
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	*/
}

a { text-decoration:none; color: #961A1D; }
a:hover { color: #be8f49; text-decoration:none; }
a:active,a:focus { outline:none; }


img {
	border: 0;
	border-style: none;
	margin: 0px;
	padding: 0px;
}


#content_center{ 
	height: auto; 
	width: 1024px;
	margin-right:auto;
	margin-left:auto;
	position: relative; 
}

#links { float:left; width:300px;   }
#rechts {  margin-left:700px; }


#menu {
	width: 985px;
	background-color: #f2d89b;
	padding: 20px;
	margin: 0px;

	
	/*
	border-left: 1px solid #926e39;
	border-bottom: 1px solid #926e39;
	border-right: 1px solid #926e39;
	*/
	
	text-align: left;

}
#menu a { text-decoration:none; font-size: 16px; font-weight: bold; color: #961A1D; margin: 10px; background-color: #f2d89b;}
#menu a:hover { color: #be8f49; text-decoration:none; }
#menu a:active,a:focus { outline:none; }


#footer {
	text-align: center;
	padding: 20px;
	width: 985px;
	color: #926e39;
	background-image: url(images/bgfooter.jpg);
	background-repeat:repeat-x;
	margin: 10px 0px 0px 0px;
	height: 100px;
	
	/*
	border-left: 1px solid #926e39;
	border-right: 1px solid #926e39;
	*/
}


.boxtop{ 
	width: auto;
	background-image: url(images/boxtop.jpg);
	background-repeat:repeat-x;
	text-align: right;
	padding: 5px 15px 25px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #be8f49;
	background-color: #FCF9E7;
	
	/*
	border-left: 1px solid #926e39;
	border-top: 1px solid #926e39;
	border-right: 1px solid #926e39;
	*/

}

.boxcontent{ 
	width: auto;
	text-align: left;	
	background-color: #FCF9E7;
	padding: 10px;
	
		line-height: 1.5; 
	
	/*
	border-left: 1px solid #926e39; 
	border-right: 1px solid #926e39;
	border-bottom: 1px solid #926e39;
	*/
	
	/*
	border-left: 1px solid #d8d8d8; 
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	*/
	
}

.boxtitel {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5; 
}
.boxsubtitel {
	font-size: 12px;
	font-weight: bold;
	color: #961A1D;
	line-height: 1.5; 
}

.boxtext {

}

.werbebanner {
	text-align: center;
}


.service {
	padding: 0px;

}
.service a { text-decoration:none; font-size: 14px; font-weight: bold; color: #961A1D; margin: 10px;}
.service a:hover { color: #be8f49; text-decoration:none; }
.service a:active,a:focus { outline:none; }


