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

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 {
	display: none;
}

#pagefooter {
	display: none;
}

#pagewrapper {
	width: 950px;
	background: white;
}

#page {
	padding: 0px 25px;
}

#header {
	display: none;
}

#navigation {
	display: none;
}

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

#leftbar {
	display: none;
}

#leftbarcontent {
	padding: 5px;
}

#center {
	
}

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

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

#rightbar {
	display: none;
}

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

#footer {
	display: none;
}

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

#footercontent #text {
	float:left;
	margin-right:55px;
	width:275px;
}

#footercontent #logo_eu {
	float:left;
}

#footercontent #logo_nrw {
	float:left;
	margin-right:55px;
}

#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: 260px;
}

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

#mieten .buttons input {
	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;
}

