/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:					0; 
	padding:				0;
	border:					0;

}

body { 
	text-align:				left;
	background-color: 		#FFF;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#000000;
	background-image:		url(../images/bg.jpg);
	background-position:	top;
	background-repeat:		repeat-x;
}

p { 
	margin-bottom:			16px; 
}

a { 
	outline:				none;
}

h2 {
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:				16px;
	color:					#000;
	margin: 				0 0 20px 0;
}

a { 
	color: #32822b;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #ea0b0e;
}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position:				absolute;
	top:					-9999px;
	left:					-9999px;
}

.clear {
	clear:					both;
	height:					0px;
	font-size:				0px;
	line-height:			0px;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {
	width:					812px;
	margin:					0 auto;
}

#header {
	width:					812px;
	height:					141px;
	background-image:		url(../images/header.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
}

#center {
	width:					812px;
	clear:both;
	text-align:				left;	
	background-image:		url(../images/content_bg.gif);
	background-repeat:		repeat-y;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	

}

#left {
	width: 209px;
	height: 356px;
	top: 0;
	float:left;
	background-image:url(../images/left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#right {
	padding-left:			35px;
	padding-right:			20px;
	width:					533px;
	float:					left;
}

#footer {
	clear:					both;
	background-image:		url(../images/footer.jpg);
	background-repeat:		no-repeat;
	height:					118px;
	width:					812px;
	overflow:hidden;
}

#footer_left {
	float:					left; 
	width:					450px; 
	padding-top:			100px; 
	padding-left:			12px; 
	color:					#000000; 
	font-size:				11px;
	display: inline;
}

#footer_right {
	float:					right; 
	text-align:				right; 
	width:					300px; 
	padding-top:			100px; 
	padding-right:			12px; 
	color:					#000000; 
	font-size:				11px;
	display:inline;
}

/****************************************************************/



/****************************************************************/

#navi_left {
	float:					left;
	width:					160px;
	text-align:				left;
	font-size:				12px;
}

#navi_left ul {
	margin: 15px 0 0 25px;
}

#navi_left ul li {
	list-style-type: none;
}

#navi_left ul li a,
#navi_left ul li.empty  {
	text-decoration: none;
	color:	#000;
	font-weight: normal;
	display: block;
	width:	160px;
	padding-left: 5px;
	margin-top: 13px;
}

#navi_left ul li a:hover,
#navi_left ul li.active a,
#navi_left ul li.empty:hover {
	color: #484848;
	cursor: pointer;
}

#adressblock {
	padding: 290px 0 0 30px;
}

td {padding: 5px; text-align: left;}

img {border: 1px solid #000;}

#content_right {float: right; width: 160px;}
#content_left {float: left; width: 350px;}

ul {margin-left: 30px;}
