body {
  color: #5a5a5a;
  background-color: #5a5a5a;
  font-size: 80%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0;
}

h1, h2, h3, h4 {
	margin-bottom: 30px;	
}

p {
	margin-bottom: 10px;
	line-height: 20px;
	
}

ul {
	list-style-type: disc;
	margin:10px;
}

li {
	margin-left:20px;	
	line-height: 20px;
}

pre {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid gray;
	font-size:12px;
	margin:10px;
	padding:10px;
	white-space:pre-wrap;
	height: 250px;
	overflow: auto;
}

a:link, a:visited, a:active {
	color: #007DBE;
	text-decoration: none;	
}

a:hover {
	color: #BECD00;	
}

img {
	border:0;
}

table td {
	line-height: 20px;
}

table {
	margin-bottom: 10px;
}

iframe {
	border: 1px solid #5A5A5A;
}

#pageheader {
	height: 20px;
	background: url(images/pageheader_bg.gif);
}

#pagefooter {
	height: 20px;
	background: url(images/pagefooter_bg.gif);
}

#pagewrapper {
	width: 950px;
	background: url(images/pagewrapper_bg.gif) repeat-y;
}

#page {
	margin: 0px 25px;
	/*background: #ffffff;*/
}

#header {
	height: 230px;
	background: #ffffff;
}

#navigation {
	background: #ffffff;
	height: 60px;
	padding-bottom: 40px;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:100;
}

#navigation a, #navigation a:hover {
	display: block;
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
}

#navigation li {
	float: left;
	background-color: #ffffff;
	height:50px;
	padding-top:0;
	margin:0;
	padding-left: 20px;
}

#navigation li.active a, #navigation li a:hover {
	color: #007dbe;
	text-decoration: none;
	background-image: url(/resources/default/images/navigation_level1_bg.gif);
  	background-repeat: no-repeat;
  	background-position: center;
}

#navigation li ul {
	position: absolute;
	left: -999em;
}

#navigation li.active ul {
	position: absolute;
	left: auto;
}

#navigation li ul li {
	height:18px;
	padding-right:15px;
	padding-left:0;
	padding-bottom:2px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	
}

#navigation li ul li.active a, #navigation li ul li a:hover {
	background: white;
	color: #becd00;
}

#navigation li.active ul li a, #navigation li.active ul li a {
	background: white;
	line-height: 15px;
}

/*#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}*/


#navigation ul{
  list-style-type: none;
  list-style-image: none;
  display: block;
  padding-left: 35px;
}

#navigation ul li a {
  padding-top: 30px;
  text-decoration: none;
}

#navigation ul li ul {
  padding-top:3px;
  padding-left:0;
}

#navigation ul li ul li  {
 
}

#navigation ul li ul li a {
	padding:0;
	padding-top:2px;
}

#mainwrapper {
	width: 900px;
	margin: 0 0 50px 0;
	position: relative;
	/*background: white;*/
}

#leftbar {
	
}

#leftbarcontent {
	padding: 5px;
}

#center {
	
}

#content {
	padding: 0 50px 0 0;
}

#contentbottom {
	padding: 0 50px 0 0;
}

#rightbar {
	position: absolute;
	left: 690px;
}

#rightbarcontent {
	padding: 0 25px 0 0;	
}

#footer {
	
}

#footercontent {
	padding: 5px 5px 5px 30px;
}

#footercontent #text {
	float:left;
	margin: 10px 15px 0 0;
	width:275px;
	font-size: 9px;
}

#footercontent .small {
	font-size: 9px;
	line-height:12px;
}

#footercontent #logo_eu {
	float:left;
}

#footercontent #logo_nrw {
	float:left;
	/*margin-right:20px;*/
}

#onpageadmin {
	background: #f2f2f2;
	border: 1px solid gray;	
	height: 100px;
}

#tinymce {
	text-align: left;
	background: white;
}

.headline {
	/*font-size: 16px;*/
	font-weight: bold;
}

.htmlcontent {
	margin-bottom: 20px;
}

.Subheadline {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}

.bigred {
	font-size: 16px;
	font-weight: bold;
	color: red;	
}

#content .HTML h4 {
	margin-bottom: 0;	
}

#content .route {
	margin-bottom: 50px;
	clear: left;
}

#content .route .routekarte {
	float: left;
	width: 150px;
	margin-left: 20px;
}

#content .route .routewrapper {
	float: left;
	width: 380px;
}

#mieten input {
	border: 1px solid #5A5A5A;
	width: 260px;
	padding: 2px;
}

#mieten select {
	border: 1px solid #5A5A5A;
	margin-bottom:2px;
}

#mieten select.fixed {
	border: 1px solid #5A5A5A;
	margin-bottom:2px;
	width: 195px;
}

#mieten textarea {
	border: 1px solid #5A5A5A;
	width: 540px;
	height: 200px;
	padding: 2px;
}

#mieten .buttons input, #mieten .buttons button {
	background-color:#007DBE;
	border:0 none;
	color:white;
	font-weight:bold;
	padding:3px 5px;
	width: 100px;
}

#mieten ol li {
	margin-bottom: 20px;	
}

#mieten ol {
	margin-bottom: 40px;
	list-style-position:inside;
}

#mieten #form h1 {
 	background: #dedede;
 	padding: 10px 0 10px 20px;
}

#mieten #form .element input {
	border: 1px solid #5A5A5A;
	width: 260px;
	padding: 2px;
}

#mieten input.checkbox {
	width: 10px;
}

#mieten ul.errors {
	width: 250px;
	list-style: none;
	margin: 0;
}

#mieten ul.errors li {
	padding: 0;
	margin:0;
	color: #007DBE;
	font-size: 9px;
}

#mieten #msg {
	background: #BECD0D;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

#mieten #msg p {
	color: #007DBE;
	font-weight: bold;
	margin: 0;
}

#itemtype_freizeittipp h4 {
	color: #007DBE;
	margin-bottom: 10px;
}

#detail_watchlistlink {
	text-align: center;
	padding: 2px;
	background: #FDD718;
	width: 246px;
	font-weight: bold;
}

#detail_watchlistlink a:hover {
	color: #007DBE;
}

#pageContent .imgright{
	float: left;
	height: 250px;
	margin-right: 15px; 
}

#pageContent .meldungteaser{
	clear: left;
}

div .Pauschalangebot h4 {
	margin-bottom: 5px;
	font-size: 16px;
}

.pauschale_preview {
	margin-bottom: 50px;
}

.pauschale_preview h2 {
	margin-bottom: 5px;
	font-size: 16px;
}

.pauschale_preview .pauschale_preview_text {
	float: left;
	width: 320px;
	margin-right: 35px;
}

.pauschale_preview .pauschale_preview_image {
	float: left;
}

.pauschale_preview .pauschale_preview_image img {
}

