body  {
	margin: 0;
	margin-top:10px;
	margin-bottom:10px; 
	padding: 0;
	color: #464646;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;	
}
* {
	margin:0 auto;
}

h1 {
	color:#3268d6;
	font-size:20px;
	line-height:25px;
	padding:0px 15px 0px 15px;
}
h2 {
	color:#3268d6;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	padding:0px 0px 0px 15px;
}
h3 {
	color:#3268d6;
	font-size:16px;
	font-weight:normal;
	padding:10px 15px 5px 15px;
}
h4 {
	color:#3268d6;
	font-size:14px;
	font-weight:normal;
	padding:10px 15px 5px 0px;
}

ul {
	list-style:none;
	line-height:18px;
	padding-left:0px;
	padding-right:0px;
}


ol {
	padding-left:20px;
}	
	
p {
	line-height:18px;
	padding:6px 0 10px 0px;
}	


/*---LINKS---*/
a {
	height:23px;
	line-height:25px;
}

a:link {
	color:#464646; text-decoration:none;		
}
a:visited {
	color:#464646; text-decoration:none;	
}
a:active {
	color:#464646; text-decoration:none;	
}
a:hover {
	color:#3268d6; text-decoration:none;		
}
.navi_left a.hover {
	color:#3268d6;
}
	
	
/*---HEADER---*/	

.header {
	background:url("/img/header.jpg") no-repeat top center;
	height:161px;
	width:971px;
	position:relative;
}

.home_link {
	background:url("/img/blank.gif") no-repeat top left;
	height:100px;
	width:200px;
	margin-top:23px;
	margin-left:41px;
	/*border:1px solid;*/
	position:absolute;
}





/*---NAVI LINKS---*/

.navi_left {
	width:201px;
	float:left; 
	line-height:20px;
	margin-top:15px;
}
.navi_left .box {
	width:181px;
	margin-bottom:20px;
	margin-left:0px;
}
.navi_left .box .headline {
	height:25px;
	width:197px;
	line-height:25px;
	padding-left:4px;
	color:#3268d6;
	font-weight:bold;
}
.navi_left .box .headline .left {
	background:url("/img/navi_balken_left.gif") no-repeat top left;
	width:10px;
}
.navi_left .box .headline .balken {
	background:url("/img/navi_balken_middle.gif") repeat-x top left;
}
.navi_left .box .text {
	padding-left:14px;
}




/*---CONTENT---*/

.main_content {
	background: white url("/img/bg.gif") repeat-y center top;
	width:971px;
}	

.content {
	width:547px;
	float:left;
	margin-top:15px;
	padding-left:22px;
}

.content ul {
	list-style:disc;
	padding-left:30px;
	font-style:italic;
}
.content ul li {
	padding-bottom:10px;
}
img {
	margin-left:10px;
	margin-bottom:5px;
}
* html img {
	margin-left:5px;
}
.content .textbox {
	background:url("/img/box_middle.gif") repeat-y top left;
	width:547px;
}
.content .textbox .text {
	margin-right:10px;
}
.content .textbox .top {
	background:white url("/img/box_top.gif") no-repeat top left;
	height:9px;
	line-height:9px;
}
.content .textbox .bottom {
	background:url("/img/box_bottom.gif") repeat-x bottom left;
	height:1px;
}
.content .textbox p {
	padding-left:15px;
	padding-right:15px;
}






/*---NAVI RECHTS---*/

.navi_right {
	width:190px;
	float:right;
	margin-right:0px;
}
* html .navi_right {
	width:185px;
}
.navi_right .banner {
	margin-top:15px;
}





/*---FOOTER---*/

.footer {
	background:url("/img/footer.gif") no-repeat center top;
	height:60px;	
	width:971px;
	text-align:right;
}
.footer .text {
	color:#9a7036;
	padding-right:33px;
	padding-top:36px;
	font-size:9px;
}
	
.footer a:link {
	color:#9a7036; text-decoration:none;	
}
.footer a:visited {
	color:#9a7036; text-decoration:none;	
}
.footer a:active {
	color:#9a7036; text-decoration:none;	
}
.footer a:hover {
	color:grey; text-decoration:none;	
}






.clear {
	clear:both;
}

.right {
	float:right;	
}

.left {
	float:left;
}