div#trailimageid {
	z-index: 200;
	left: 0px;
	visibility: hidden;
	position: absolute;
	background-color:#E7B454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

div#driving_showroute{

}
/* Element für angezeigten Bereich */
div#content{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Element für linken Bereich */
div#content_left{
	width: 200px;
	float: left;
	margin-right: 5px;
}

/* Element für rechten Bereich */
div#content_right{
	width: 750px;
	float: left;
	border: 1px solid #622119;
}

/* Logo */
div#logo{
	width: 100%;
	margin-top: 31px;
	margin-bottom: 5px;
}
div#logo img{
	border: 0px;
}

/* Menu */
div#menu{
	width: 100%;
	height: auto;
	border: 1px solid #622119;
	margin-bottom: 2px;
}
/*
div#menu .left_header{
	height: 35px;
	font-size: 14px;
}
*/
div#menu .left_content{
	background-color: #E7B454;
}

/* Kopfbereich */
div#header{
	height: 149px;
	background-image: url(../images/system/header_background.gif);
	background-repeat: no-repeat;
}

div#menu_header{
	/* Menuleiste */
	clear: both;
	padding-top: 130px;
}
div#menu_header div#menu_contact{
	/* Menupunkt */
	float: right;
}

/* 1. Buchungsschritt */
div#booking_room_content{
	border-bottom: 1px solid #622119;
	background-color: #E7B454;
	text-align: left;
	padding: 10px;
}
table#booking_input{
	/* Tabelle für 1. Buchungsschritt */
	width: 100%;
}
table#booking_input tr td{
	width: 50%;
}

/* Begrüßungstext */
div#start_greeting{
	clear: both;
	background-color: #FFFFFF;
	width: 100%;
	height: 270px;
	text-align: center;
}
div#start_greeting div{
	float: left;
}
div#start_greeting_left{
	padding: 20px 8px 20px 12px;
}
div#start_greeting_middle{
	padding: 20px 2px 20px 1px;
}
div#start_greeting_right{
	padding: 20px 12px 20px 8px;
}
div#start_greeting_left, div#start_greeting_right{
	text-align: left;
	color: #622119;
	width: 207px;
}
div#start_greeting_left strong, div#start_greeting_right strong{
	font-size: 12px;
}

/* Sonderangebote auf der Startseite */
div#start_special{
	width: 100%;
}
table#table_start_special{
	width: 100%;
}
table#table_start_special tr td{
	width: 33%;
}

/* Aktueller Buchungsschritt */
div#booking_room_step{
	clear: both;
}
div#booking_room_step div{
	float: left;
}

/* Kontaktformular */
div#contact, div#impress, div#price_list{
	border-bottom: 1px solid #622119;
	background-color: #E7B454;
	text-align: left;
	padding: 10px;
}

div#input_field_booking_from, div#input_field_booking_to{
	cursor: pointer;
}

/* map */
div#map{
	width:700px;
	height:500px;
}

table#conditions{
	width: 100%;
	text-align: justify;
}

table#conditions td.content{
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

strong.content_header{
	font-size: 12px;
}

/* Bildergalerie */
div#galery_list{
	text-align: left;
}

div#galery_list table{
}

div#galery_list table td{
	text-align: left;
	padding: 10px 10px 10px 0px;
	font-weight: bold;
}

div#galery_list table td a{
	color: #622119;
	text-decoration: none;
}

div#galery_list, span.selected{
	color: #FFFFFF;
}


/* Adminbereich */
div#admin_gallery_album{
	text-align: left;
}

table#admin_gallery tr td{
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

th.admin_field_name{
	width: 110px;
}

th.admin_field_upload{
	width: 250px;
}

th.admin_field_image{
	width: 150px;
}

th.admin_field_gallery{
	width: 100px;
}

th.admin_field_sum{
	width: 50px;
}

th.admin_field_description{
	width: 260px;
}

th.admin_field_create{
	width: 80px;
}

th.admin_field_public{
	width: 90px;
}

th.admin_field_input_name{
	width: 200px;
}

th.admin_field_input_description{
	width: 350px;
}

th.admin_field_input_order{
	width: 70px;
}

input#input_name{
	width: 170px;
}

input#input_field{
	width: 170px;
}

textarea#input_description{
	width: 320px;
	height: 200px;
}
table#booking_overview_total th{
	border-left:1px solid white;
	border-top:1px solid white;
}
table#booking_overview_total{
	width:100%;
}

table#booking_overview_total td{
	border-left:1px solid white;
	border-top:1px solid white;
}

hr{
	border: dotted #622119;
	width: 100%;
	}
