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

* {
	margin:					0; 
	padding:				0;
}

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

p { 
	margin-bottom:			16px; 
}

a { outline:none;}

h2 {
	font-size:28px;
	font-weight: normal;
	color: #cc0000;
}

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

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

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

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

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

.red {
	color: #cc0000;
}

.links {
	float: left;
	width: 270px;
}

.rechts {
	float: left;
	width: 270px;
	margin-left: 40px;
}

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

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

#left {
	display: inline;
	float: left;
	width: 301px;
	height: 769px;
	background: url(../images/left.jpg) 0 0 no-repeat;
	position: absolute;
}

#left_down {
	clear: both;
	width: 250px;
	height:200px;
	margin: 0 0 0 20px;
}

#right {  
	width: 684px;
	float: right;
	display: inline;
}

#head {
	width: 614px;
	height: 349px;
	padding: 0 20px 0 50px;
	background: url(../images/head.jpg) 0 0 no-repeat;
}

#headcontact {
	padding: 60px 0 0 475px;
	height: 150px;
	line-height: 1.25em;
}

#headline {
	padding: 60px 0 0 0;
}

#content {  
	width: 594px;
	clear: both;
	min-height:	383px;
	height:	auto !important;
	height: 383px;
	padding: 0 40px 0 50px;
	background: url(../images/content.jpg) 0 0 repeat-y;
	overflow: hidden;
}

#footer {
	clear: both;
	width: 684px;
	height: 36px;
	background: url(../images/footer.jpg) 0 0 no-repeat;
}

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

#content ul {
	margin-left: 20px;
	line-height: 1.2em;	
	list-style-image: url(../images/orange_box.jpg);
	list-style-type: disc;
	list-style-position:inherit;
}

#content ul li {
	margin-bottom: 15px;
}

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

#navi_left {
	width: 150px;
	padding: 260px 0 0 80px;
	height: 250px;
}

#navi_left ul {
 	display: block;
 	width: 150px;
  	list-style-type: none;
 }
 
 #navi_left ul li {
 	height: 30px;
 }
 
 #navi_left ul li a,
 #navi_left ul li a:link,
 #navi_left ul li a:visited {
 	display: block;
 	height: 28px;
	font-weight: normal;
 	font-size: 13px;
	color: #000;
	padding: 5px 0 0 25px;
 }
 
 #navi_left ul li.active a,
 #navi_left ul li a:hover,
 #navi_left ul li a:focus,
 #navi_left ul li a:active {
	 background: url(../images/menue.jpg) 0 0 no-repeat;
 }
 
 
 
 
 #navi_bottom {
	width: 660px;
	padding: 20px 0 0 0;
	height: 20px;
	text-align: right;
}

#navi_bottom ul {
	list-style: none;
	text-align: right;
	float:right;
 }
 
 #navi_bottom ul li {
 	height: 30px;
	display: inline;
 }
 
 #navi_bottom ul li a,
 #navi_bottom ul li a:link,
 #navi_bottom ul li a:visited {
	float: left;
 	display: block;
 	height: 28px;
	font-weight: normal;
 	font-size: 13px;
	color: #000;
	padding: 5px 0 0 25px;
 }
 
 #navi_bottom ul li.active a,
 #navi_bottom ul li a:hover,
 #navi_bottom ul li a:focus,
 #navi_bottom ul li a:active {
	 color: #6f0000;
 }