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

* {
	margin:				0; 
	padding:				0;

}

body { 
	text-align:				center;
	background-color: 		#b4b4b4;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	padding-top: 			10px;
}

p { 
	margin-bottom:			16px; 
}

a { 
	outline:				none;
}

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

a {
	color: #b40001;
	text-decoration: none;
}

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

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

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

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

#container {
	margin:				0 auto;
	width:					920px;
	overflow: 				hidden;
	text-align:				left;
}

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

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

#right {
	padding-left:			19px;
	width:					656px;
	height:					auto;
	float:					left;
}

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

#content {
	width:					654px;
	border-color:			#b40001;
	border-style:			solid;
	border-width:			1px;
	background-color:		#FFFFFF;
	min-height:				300px;
	height:					auto !important;
	height:					300px;

}

#text {
	margin: 				15px 20px 15px 60px;
}

#adresse {
	height:					100px;
	width:					200px;
	margin:				620px 0 0 30px;
	color:					#FFFFFF;
	font-size:				12px;
}

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

#navi_left {
	float:					left;
	width:					220px;
	height: 				300px;
	text-align:				center;
	font-size:				15px;
}

#navi_left ul {
	margin:					125px 0 0 14px;
}

#navi_left ul li {
	width:					206px;
	height:					29px;
	padding-top: 			6px;
	list-style-type:		none;

}

#navi_left ul li a {
	text-decoration:		none;
	color:					#000000;
	font-weight:			bold;
	display:				block;
	width:					220px;
	height:					25px;
	padding-top:	 		4px;
	background:				url(../images/menue_normal.jpg) 0px 100% no-repeat;
}

#navi_left ul li.sofort a {
    font-size: 13px;
}

#navi_left ul li a:hover, #navi_left ul li.active a {

	 background-image:		url(../images/menue_active.jpg);
}

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