@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom:0px;
	background-repeat: repeat-x;
	background-image: url(hintergrund_oben.gif);
	background-position: top;
	background-color: #FFCC00;
}
/*SEITENAUFBAU ---------------------------------------------------------------------------------------------------------------*/

#rahmen {
	position:absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
}
#kopfgrafiken {
	width: 100%;
}




#kopf {
	width: 850px;
	height: 240px;
	float: left;
	position: relative;
	z-index: 1;
}


#content{
	width: 848px;
	float: left;
	position: relative;
	margin-top: 0px;
	background-color: #ffe99b;
}

#maincontent{
	width: 625px;
	float:right;
	margin-top: 20px;
	margin-right: 10px;
}

a img { border: none;}




/*NAVIGATION ---------------------------------------------------------------------------------------------------------------*/

#navicontainer {
	width: 190px;
	float: left;
	margin-top: 55px;
}

#navigation {
	width: 190px;
	font-size:12px;
}
#navigation img {
}


#navigation ul {
	list-style: none;
	width: 190px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin-bottom: 0px;
}

#navigation a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 8px 0px 0px 8px;
	height: 22px;
	border-bottom: 1px solid #999999;
	text-transform: uppercase;
	font-weight: bolder;
}

#navigation  a:hover, #navigation a.currentpage, #navigation a.activeparent {
	color: #cc071e;
	font-weight: bolder;
}

/*-----------*/

#navigation ul ul {
	list-style: none;
	width: 190px;
	text-align: left;
	margin: 0;
	padding: 0px 0px 5px 0px;
	background-color:#ffe99b;
	border-bottom: 1px solid #999999;
}



#navigation ul li ul li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 6px 0px 0px 15px;
	height: 15px;	
	font-weight: normal;
	text-transform: none;
	border-bottom: 0px solid #999999;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.currentpage, #navigation ul li ul li a.activeparent{
	text-decoration: none;
	color: #cc071e;
	display: block;
	padding: 6px 0px 0px 15px;
	height: 15px;	
	font-weight: normal;
	text-transform: none;
	border-bottom: 0px solid #999999;
}

#zeiten  {
	margin-top: 10px;
	padding: 5px 5px 0px 10px;
	background-color: none;
	background-image:url(oeffnungszeiten);
	background-repeat:no-repeat;
	height: 120px;
}
#zeiten_neu {
	margin-top: 10px;
	padding: 5px 5px 0px 10px;
	background-color: none;
	background-image:url(oeffnungszeiten_neu.jpg);
	background-repeat:no-repeat;
	height: 120px;
}



#zeiten tbody {
background-image: none;
background-color: none;
}

/*Text ---------------------------------------------------------------------------------------------------------------*/


h1 {
	font-size: 16px;
	color: #cc071e;
	padding: 0px 0px 0px 0;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 14px;	
	color: #333333;
	padding: 0px 0px 0px 0;
	margin: 15px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	color: #cc071e;
	padding: 0px 0px 0px 0;
	margin: 15px 0px 10px 0px;
}

h4 {
	font-size: 14px;
	color: #cc071e;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 15px 0px;
	font-weight: normal;
	background-image:none;
	background-color: none;
}

p {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	line-height: 18px;
	font-size: 13px;
}

hr {
	height:1px;
	border-style:solid;
	border-color:#cc071e;
	border-width:1px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	_margin:-5px 0px -5px 0px; /* IE Bugfix */
	padding:0px;
	line-height:1px;
	text-align:right;
	display:compact;
}


a:link, a:hover, a:visited {
	color: #cc071e;
	text-decoration: none;
}

/* NEWS -------------------------------------------------------------------------------*/

/*.NewsSummary {
	padding: 5px 5px 0px 10px;
	background-image: url(hintergrund_news.jpg);
	background-repeat: no-repeat;
}*/

.NewsSummarySummary p {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.NewsSummaryLink {
margin-top: 10px;
margin-bottom: 5px;
font-size: 14px;
font-weight: normal;
color: #cc071e;
}

.NewsSummaryMorelink {
margin: 5px 0 10px 0;
color: #cc071e;
}

#NewsPostDetailHorizRule {
background-color: #cc071e; /* Farbe für Opera und Firefox */
color: #cc071e; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px; 

}

#NewsPostDetailReturnLink a { 
margin-top: 10px;
margin-right: 10px;
width:auto;
float: left;}

#newsletter {
	margin-top: 10px;
	padding: 5px 5px 0px 10px;
	background-color: none;
	background-image:url(oeffnungszeiten);
	background-repeat:no-repeat;
	height: 150px;
	margin-bottom: 20px;
}

#footer {
	position:relative;
	width: 848px;
	padding-top: 10px;
	clear:both;
	background-color:#FFCC00;
	}