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

* {
	margin:					0; 
	padding:				0;
}

body { 
	background-color: #e3e3e3; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100.1%;
	overflow:scroll;
}

p { 
	margin-bottom:			16px; 
}

a { outline:none;}

h2 {
	margin-bottom: 25px;
	font-size:18px;
	font-weight: bold;
	color: #bb0f0f;
}

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

a:hover, a:active {
	color: #7f0b0b;
}

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

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

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

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

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

#content {  
	width: 962px;
	height:	auto;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

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

#header {
	width: 962px;
	height: 217px;
	background: url(../images/head.jpg) 0 0 no-repeat;
}

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

#left {
	width: 210px;
	padding: 10px 20px 20px 20px;
	float:left;
	text-align: center;
	min-height:	250px;
	height:	auto !important;
	height: 250px;
	display: inline;
}

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

#right {
	width: 672px;
	float: left;
	padding: 20px 20px 10px 0;
	overflow: hidden;
	display: inline;
}

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

#footer {  
	clear: both;
	height: 21px;
	width: 962px; 
	padding-top: 12px;
	text-align: center; 
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#right ul {
	margin-left: 20px;
	line-height: 1.8em;
}

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

#navi_top {
	float: right;
	text-align: right;
	width: 270px;
	margin-top: 3px;
	margin-right: 5px;
}

#navi_top ul {
	list-style: none;
	height: 20px;
}

#navi_top ul li {
	display: inline;
}

#navi_top ul li a {
	text-decoration: none;
	color: #FFF;
	display: inline;
	height: 15px;
	padding: 0 20px 0 20px;
	font-size: 12px;
	font-weight: normal;
	float: left;
	overflow: hidden;
	border-right: 1px solid #FFF;
}

#navi_top ul li.impressum a {
	border-right: none;
}

#navi_top ul li a:hover, #navi_top ul li.active a {
	color: #CCCCCC;
}

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

#navi_left {
	float: left;
	text-align: left;
}

#navi_left ul {
	list-style: none;
	float:right;
}

#navi_left ul li {
	display: block;
}

#navi_left ul li a,
#navi_left ul li.empty {
	text-decoration: none;
	float: left;
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 15px;
	height: 20px;
	width: 139px;
	padding: 6px 10px 0 30px;
	margin-top: 7px;
	background: url(../images/navi.jpg) 0 0 no-repeat;
}

#navi_left ul li a:hover,
#navi_left ul li.active a,
#navi_left ul li.empty:hover {
	background: url(../images/navi_active.jpg) 0 0 no-repeat;
	color: #bb0f0f;
	cursor: pointer;
}

img.vorschau {
	margin: 5px;
	padding: 3px;
	border: 1px solid #aeaeae;
}

img.vorschau:hover {
	border: 1px solid #606060;
}
