* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff url('../objekte/hg_verlauf.jpg')  top center repeat-x ;
	
}

a {color: #000; }
a:hover { color:#b8061c;}

.content1  ul, ol {
	margin-left: 0;
	padding-left: 0;
}
.content1  ul li {
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
/*	list-style-image: url('../objekte/listenpunkt.gif');*/
}
.content1  ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

/* Grundgerüst ----------------------------------------------------------------------------------*/

/*#distance { 
	width:1px;
	height:50%;
	margin-bottom:-388px;
	float:left;
}*/
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width: 1106px;
	height: 776px;
	z-index: 1;
	background-color:#FFF;
}
#containerinhalt {
	margin: 63px 63px 63px 63px;
	position:absolute;
	width: 980px;
	height: 650px;
}

#header {
	width: 980px;
	height:130px;
	padding: 0px;
}

#logo {
	width: 80px;
	height: 80px;
	float:left;
	margin: 25px 30px 0 30px;
}
#nav {
	float:left;
	margin: 35px 0px 0 0px;
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style:none;
}
#nav ul li {
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	float:left;
}
#nav ul li a {
	outline:none;
}

#content1 {
	width: 470px;
	height: 400px;
	margin: 50px 0px 0px 140px;
	padding-right:15px;
	overflow:auto;
	outline: none;
	/* IE overflow fix*/
	position: relative;
	line-height: 19px;
}

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

#footer {
	width: 980px;
	padding: 15px 0px 0px 0px;
	margin: 0 auto;
	font-size: 11px;
	color: #CCC;
	clear:both;
}
#footer a {	color: #CCC; text-decoration: none; }
#footer a:hover {	color: #b8061c; text-decoration: none;}

#footer .footeritem {
	float:right;
}

/* Bild Slider-------------------------------------------------------------------------------------*/

#kategorien-slide {
	position: relative;
	width: 150px;
	height:400px;
	margin: 70px 0px 0px 30px;
	float:left;
	overflow:hidden;
}
#kategorien-slide .katitem {
	font-size:12px;
	position: relative;
	padding: 3px 0 3px 0;
	width: 150px;
	border-bottom: 1px solid #999;
}
#kategorien-slide .katitem a {
	text-decoration:none;
}
#kategorien-slide .katitem-active {
	font-size:12px;
	color:#b8061c;
	position: relative;
	padding: 3px 0 3px 0;
	width: 150px;
	border-bottom: 1px solid #999;
}
#kategorien-slide .katitem-active a {
	text-decoration:none;
	color:#b8061c;
}

#wrapper-slide { float:left; position: relative; width: 685px; 	margin: 20px 0px 0px 40px; }

/*  slider container(s) */
#content-slide { position: relative; float:left; width: 605px; height: 400px; overflow: hidden; }

.item { display: block; width: 605px; height: 400px; overflow:hidden; }
.item h3 { width: 605px; height: 350px; overflow:hidden; }
.item p { width: 605px; height: 50px; overflow:hidden; font-size: 12px; padding-top:2px; }

#content-slide .item  a {
		cursor: url('images/lupe.cur'), pointer;
		outline:0;
	}

/*  slider controls */
#PrevWrapper, #NextWrapper {
	float:left;
	width:40px;
	height:52px;
	margin-top:150px;
}
.prev_btn {  }
.next_btn {  }


#PlayNumWrapper{
	float:right;
	height:20px;
	margin-top:10px;
	margin-right:100px;
}
.play_btn {	float:right; width:50px; text-align:right; text-transform: uppercase; font-size: 11px; }

.num_nav { float:right; text-align: center; font-size: 11px;}
.num_nav ul li { display: inline; margin: 0 2px; }
.num_nav ul li a { padding: 2px 3px;  }
.num_nav ul li a.active, .num_nav ul li a:hover { border: 1px solid #b8061c; color:#b8061c; }


.clearit { clear: both; }

/* Aktuelles --------------------------------------------------------------------------------------*/




/* Formularfelder E-Mail ------------------------------------------------------------------------------*/

	.formtable {
		margin: 0 auto;	
	}
	.formtable .formname {
		width:60px;
		height: 20px;
		background: transparent url('../objekte/linie-formname.gif') left center repeat-x;	
	}
	
	.formfeld  {
		padding: 2px;
		margin: 6px 0px 6px 0px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		background-color: #d9dadb;
		border: 1px solid #d9dadb;
		color: #000000;
	}
	.formfeldselect  {
		padding: 1px;
		margin: 6px 0px 6px 0px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		background-color: #d9dadb;
		border: 1px solid #d9dadb;
		color: #000000;
	}
	.button:hover {
		border: solid 1px #FFF;	
	}
	
	 /*  für Mail-Phorm  */
	.errorformwrapper {
		margin: 0px auto;
		width: 250px;
		padding: 25px;
		border: 1px solid #afafaf;
		
	}
	.form-errormassages {
		font-weight: bold;
		padding-bottom: 15px;
	}


