@charset "utf-8";
/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */

/* ****************************************** */
/* Global settings for MS Esplanade		      */
/* ****************************************** */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background: #777777 url(../media/mainbg.jpg) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}

	/* Images without border */	
	img { border: 0px; }
	* html img { display: block; }

	a { text-decoration: none; color: #000; }
	
	p { margin-bottom: 20px; }
	
	p.small { font-size: 11px; }
	
	br.clear { clear: both; }
	
	ul { margin: 0px; padding: 0px; margin-bottom: 20px; }
	ul li { margin-left: 40px; }
	ul li a { text-decoration: underline; font-weight: bold; }


/* ****************************************** */
/* Box Design							      */
/* ****************************************** */

div#site {
	width: 100%;
	height: 100%;
	background: url(../media/bg_eckeoben.jpg) no-repeat;
	background-position: center top;
}

div#main {
	position: relative;
	width: 758px;
	height: auto;
	margin: 0 auto;
}
	
div#logo {
	position: relative;
	float: left;
	width: 758px;
	height: 100px;
	text-align: center;
}

div#middle {
	position: relative;
	float: left;
	width:758px;
	height: auto;
	min-height: 600px;
	background: url(../media/content_bg.gif) no-repeat;
}

	* html div#middle { height: 600px; }

	div#headline {
		position: relative;
		float: left;
		width: 758px;
		height: 278px;
 		background: url(../media/header_bg.jpg) no-repeat;
		clear: both;
	}
	
	div#headline_image {
		position: relative;
		float: left;
		width: 740px;
		height: 273px;
		margin-left: 10px;
		margin-top: 5px;
	}
	
		* html div#headline_image { margin-left: 5px; }

	div#content {
		position: relative;
		float: left;
		width: 740px;
		height: auto;
		min-height: 328px;
		margin-left: 10px;
	}
	
		* html div#content { margin-left: 5px; height: 328px; }
	
	div#navigation {
		position: relative;
		float: left;
		clear: both;
		width: 736px;
		height: 23px;
		background: url(../media/nav/nav_back_off.gif) repeat-x;
		border-left: 2px #fff solid;
		border-right: 2px #fff solid;
		color: #fff;
		z-index: 9999;
	}
	
		div#content_left {
			position: relative;
			float: left;
			width: 441px;
			height: auto;
			min-height: 200px;
			padding-left: 29px;
			padding-right: 29px;
			padding-top: 10px;
			font-size: 12px;
			line-height: 18px;
		}
		
		div#content_right {
			position: relative;
			float: left;
			width: 205px;
			height: auto;
			min-height: 200px;
			margin-right: 1px;
			padding-left: 17px;
			padding-right: 17px;
			padding-top: 10px;
			background: #e5e5e5;
		}
		
		div#onlineres, div#morecontent_right {
      position: relative;
      float: left;
      margin-bottom: 20px;
    }
		
	div#content_bottom {
			position: relative;
			float: left;
			width: 758px;
			height: 39px;
			background: #777 url(../media/bg_bottom.gif) no-repeat;
	}
		
div#footer {
	position: relative;
	clear: both;
	z-index: -1;
	height: 177px;
	background: url(../media/bg_eckeunten.gif) no-repeat;
	background-position: center;
	top: -75px;
}

	div#imprint {
		position: relative;
		float: left;
		font-size: 0.8em;
		text-align: center;
		width: 758px;
		background: #777;
	}

		div#imprint ul { width: 740px; padding-left: 20px; }
		div#imprint ul li { list-style: none; width: auto; float: left; padding-right: 10px; }
		div#imprint a { color: #fff; }

/* ****************************************** */
/* Sprachwahl							      */
/* ****************************************** */
div#sprachwahl {
	position: absolute;
	left: 700px;
	top: 85px;
	z-index: 99;
}

	div#sprachwahl img { padding-right: 5px; }

/* ****************************************** */
/* Grafik Headlines						      */
/* ****************************************** */
h1 { 
	width: 375px; 
	height: 55px; 
	overflow: hidden; 

	padding: 0px; 
	margin: 0px;
	}

h1 em { 
	width: 375px; 
	height: 65px; 
	display: block;
	padding: 0px;
	margin: 0px;
	}

h1.line { 
	width: 375px; 
	height: 25px; 
	overflow: hidden; 




	padding: 0px; 
	margin: 0px;
	}

h1.line em { 
	width: 375px; 
	height: 35px; 
	display: block;
	padding: 0px;
	margin: 0px;
	}

h2 { 
	width: 170px; 
	height: 25px; 
	overflow: hidden; 
	padding: 0px; 
	margin: 0px;
	}

h2 em { 
	width: 170px; 
	height: 35px; 
	display: block;
	padding: 0px;
	margin: 0px;
	}

/* ****************************************** */
/* Tabellen 							      */
/* ****************************************** */

table {
	margin: 0px;
	padding: 0px;
}

table p { padding: 0px; margin: 0px; }

table tr td { padding: 2px; }
table tr td.label { width: 40%; }

table tr.odd {
	background: #E6E6E6;
}

/* ****************************************** */
/* Buchungs Formular					      */
/* ****************************************** */

div#content_right fieldset {
	border: none;
	font-size: 0.8em;
	color: #000;
}

	div#content_right fieldset p { margin-bottom: 5px; height: 22px; }
	div#content_right fieldset p, div#content_right fieldset label, div#content_right fieldset input, div#content_right fieldset select {
		position: relative;
		float: left;
	}

	div#content_right fieldset label {
		width: 55px;
		padding-right: 4px;
		line-height: 19px;
		vertical-align: middle;
	}
	
	div#content_right fieldset input, div#content_right fieldset select {
			width: 117px;
			height: 15px;
			font-size: 1em;
			padding: 2px;
			margin: 0px;
			background: #fff;
			border: 1px solid #000000;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	div#content_right fieldset select {
		width: 123px;
		height: 20px;
		color: black;
	}
	
	div#content_right fieldset input.button {
		width: 123px;
		height: 20px;
	}

div#ui-datepicker-div { z-index: 999; }

.styledSelect {
	width: 121px;
	padding: 0px;
	height: 15px;
	line-height: 15px;
	z-index: 100;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.styledSelect ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #000;
	z-index: 100;
}

.styledSelect ul li {
	margin: 0;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 4px;
	display: block;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	z-index: 10;
}

.styledSelect.open ul li { background-color: #fff; }
.styledSelect.open ul li.first { background-color: #fff; }
.styledSelect.open ul li.last { background-color: #fff; }
.styledSelect.open ul li.selected { background-color: #d5d5d5; }
.styledSelect.open ul li:hover { background-color: #d5d5d5; }

/* ****************************************** */
/* Buchungsformular Vollseite		      	  */
/* ****************************************** */

#content_left fieldset {
	position: relative;
	float: left;
	border: none;
	width: 100%;
	height: auto;
}

#content_left fieldset label, #content_left fieldset input, #content_left fieldset p  {
	position: relative;
	float: left;
}

#content_left fieldset label {
	width: 100px;
	padding-right: 10px;
}

#content_left fieldset input, #content_left fieldset textarea {
	width: 300px;
	height: 18px;
	line-height: 18px;
	border: 1px #000000 solid;
}

	#content_left fieldset textarea { height: 118px; }

#content_left fieldset p {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

#content_left fieldset { margin-top: 10px; }

#content_left .styledSelect {
	width: 300px;
	padding: 0px;
	height: 15px;
	line-height: 15px;
	z-index: 100;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#content_left input.button { background: #fff; margin: 0px; padding: 0px; height: 22px; line-height: 22px;  }