document, body {
	/* Used to be able to use height: 100% on elements in the page */
	height:				100%;
	/* Set default font attributes for the whole document */
	color: 			#333333;
	font-family:	Verdana, Helvetica, Arial, sans-serif;
    line-height:	19px;
	font-size:		10px;
}

body {
	margin: 		0px;
	/* Set the padding, Opera's default is not zero. */
	padding:		0px;
	/* Also, we set the background color to white, because Netscape 6 Mac defaults to a background color of gray. */
	background:		#FFFFFF;
	/* Used to  content in IE, but you need to set "text-align: left;" in contained divs */
	text-align:		left;
}


#divBody{
	position: absolute;
 	top: 27px;
 	left: 50%;
	width: 748px;
	margin-left: -374px;
}

#divHeader{
	position: relative;
 	top: 0px;
 	left: 0px;
	width: 748px;
 	height: 4px;
	border-top: 1px solid;
	border-color: #787878;
}

#divCenter{
	position: relative;
	left: 5px;
	top: -2px;
	width:	469px;
	padding: 0px;
	z-index: 999;
}

#divRight{
	position: relative;
	left: 11px;
	top:	-2px;
	width: 143px;
	height:	523px;
}

/* NAVIGATION */

#divTopNavContainer{
	position: relative;
	left: 0px;
	top:	0px;
	width: 124px;
	height:	156px;
	background-color:#D5D5D5;
	border-bottom:	7px solid #FFFFFF;
}


#divTopNav{
	position: relative;
	left: 0px;
	top:	12px;
}

#divTopNav a {
	display: block;
	width: 124px;
	height:	19px;
	margin: 0px;
	padding: 0px;
	color:	#020202;
	font-size:	11px;
	text-decoration: none;
	line-height: 18px;
	padding-left:	13px;
	border-bottom:	1px solid;
	border-color:#D5D5D5;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#divTopNav a:hover {
	background-color:#FFFFFF;
}

#active_menu-topnav, .mainlevel_active-topnav {
	background-color:#FFFFFF;
}

#divSubNavContainer{
	position: relative;
	left: 0px;
	top:	0px;
	width: 124px;
	height:	363px;

}

#divSubNav{
	position: relative;
	left: 0px;
	top:	18px;
}

#impressum{
	position: relative;
	left: 0px;
	height: 20px;
	bottom:	6px;
}

#impressum a {
	display: block;
	width: 124px;
	height:	19px;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-size:	9px;
	line-height: 17px;
	padding-left:	13px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mainlevel-impressumnav{
	text-decoration:none;
}

#impressum a:hover {
	text-decoration:underline;
}

#active_menu-impressumnav, .mainlevel_current-impressumnav , #active_impressumnav a{
	text-decoration: underline;
	color:	#333333;
}

#divSubNav a {
	display: block;
	width: 124px;
	height:	19px;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-size:	11px;
	line-height: 17px;
	padding-left:	13px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mainlevel-subnav{
	text-decoration:none;
}

#divSubNav a:hover {
	text-decoration:underline;
}

#active_menu-subnav, .mainlevel_current-subnav , #active_menu-subnav a{
	text-decoration: underline;
	color:	#333333;
}
/*  */

#divCenter img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#divCenter p{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.contentpaneopen{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
}

#divCenter table{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
}
/* Right */

#divLogo{
	position: relative;
	left: 0px;
	top:	0px;
	width: 143px;
	height:	156px;
	border: 0px;
}

#divNews{
	position: relative;
	left: 0px;
	top:	13px;
	width: 150px;
	height:	362px;
	border: 0px;
}

.moduletable-news{
	position: relative;
	display: block;
	left: 5px;
	width:	148px;
	font-size:		10px;
	line-height:	14px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mod_contentitem-news table{
	font-size:		10px;
	line-height:	14px;
}
.mod_contentitem-news p{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.moduletable-news hr{
	display: block;
	border-top: 1px solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	width:	140px;
}

#divFooter{
	position: relative;
	left: 0px;
	top:	17px;
	width: 748px;
	height:	22px;
}

.text{
	display: block;
	position: relative;
	left: 12px;
	margin-top: 13px;
	width: 449px;
	line-height:14px;
}

.text_zeilenabstand_19{
	line-height:	19px;
	
}

.text_zeilenabstand_14{
	line-height:	14px;
	
}

.news-line {
display: block;
position: relative;
border-top: 1px solid;
margin-top:	5px;
margin-bottom:	5px;
height:	0px;
width: 132px;
overfow: hidden;
}

#divRight br{
margin:0px;
padding: 0px;
height: 0px;

}
/* editor_content.css */


/* Form */
.inputbox_degen{
	border: 1px solid;
	height:	15px;
	font-size:	11px;
	widht:	345px;
}

.inputbox_textarea_degen{
	border: 1px solid;
	font-size:	11px;
	height:	40px;
	widht:	345px;
}

.button{
border: none;
background-color:#FFFFFF;
width: 84px;
height: 25px;
}

#ff_formdiv11{
  position: relative;
  top:	-2px;
  left:	2px;
  
}
#ff_form11, #ff_form11 table {
	font-family:	Verdana, Helvetica, Arial, sans-serif;
    line-height:	14px;
	font-size:		11px;
}

.contentpaneopen-kontakt {
	display: none;
}

.contentpaneopen-rgang {
 	position: relative;
	top: 5px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;

}

table, tbody, tr, td{
  margin: 0px;
  padding: 0px;
  border: none;
}

.article_seperator{
	display: none;
}

#divCenter a{
	color: #333333;
}

.news_line {
display: block;
position: relative;
border-top: 1px solid;
width: 132px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
	list-style-type:none;
	margin-bottom: 6px;
}

#rundgang_spacer{
  display: block;
  position:relative;
  height: 5px;
  width:	100px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
