@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
}

a {
	color: #003D80;
}

div#page {
	background-image: url('../images/bg_content.jpg');
	background-repeat: repeat-y;
	width: 935px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: auto;
	padding: 0px;
	background-color: #fff;
}

div#header {
	height: 201px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

div#language {
	float: left;
	padding: 162px 0px 0px 20px;
}

div#language .language_div {
	float: left;
	margin-right: 5px;
}

div#navigation {
	background-image: url('../images/bg_navigation.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;
	float: left;
}

div#navigation ul {
	margin: 0px;
	padding: 23px 0px 0px 20px;
}

div#navigation ul li {
	list-style: none;
	height: 25px;
	padding: 4px 10px 0px 10px;
	float: left;
}

.mainmenu_link {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #908D08;
	padding: 0px 15px 0px 15px;
	display: block;
}

.mainmenu_link_active, .mainmenu_link:hover {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #908D08;
	padding: 0px 15px 0px 15px;
	display: block;
	border-bottom: 1px #908D08 solid;
}

div#submenu {
	width: 190px;
	margin-right: 20px;
}

div#submenu ul {
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

div#submenu ul li {
	list-style: none;
	border-top: 1px #908D08 solid;
	border-right: 1px #908D08 solid;
	border-bottom: 1px #908D08 solid;
	margin-bottom: 5px;
}

.submenu_link {
	height: 17px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 10px 0px 10px;
}

.submenu_link_active {
	height: 17px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 3px 10px 0px 10px;
	background-color: #908D08;
}

.submenu_bullet {
	margin-right: 10px;
}

div#content_container {
	padding: 0px 16px 0px 16px;
	height: 100%;
}

div#left {
	width: 190px;
	float: left;
	margin-right: 20px;
}

div#content_left {
	padding-left: 10px;
}

div#content_left h1 {
	background-color: #908D08;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	position: relative;
	left: -10px;
	width: 180px;
}

div#content {
	width:683px;
	float: left;
	padding-right: 10px;
}

div#footer {
	padding: 10px 30px 10px 30px;
	margin-top: 20px;
}

div#impressum {
	text-align: right;
}

div#impressum a {
	color: #908D08;
	text-decoration: none;
	font-size: 10px;
}

h1 {
	color: #908D08;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px #908D08 solid;
}

hr {
	border: 0px;
	border-top: solid 1px #908D08;
	margin-bottom:1em;
}

.clear {
	clear: left;
	margin: 0px; 
	padding: 0px; 
	font-size: 0px; 
	line-height: 0px; 
	height: 0px;
}

.clear_right {
	clear: right;
	margin: 0px; 
	padding: 0px; 
	font-size: 0px; 
	line-height: 0px; 
	height: 0px;
}

.tabelle {
	width: 100%;
}

/* TABELLEN */

.zimmer tr td {
	padding-right: 30px;
}

.zimmer .td-last {
	text-align: right;
}

.kapazitaeten {
	width: 100%;
}

.kapazitaeten td {
	padding: 3px;
}

.kapazitaeten th {
	background-color: #908D08;
	color: #FFF;
	padding: 3px;
}

.kapazitaeten .td-1, .kapazitaeten .td-2, .kapazitaeten .td-3, .kapazitaeten .td-4 {
	text-align: center;
}

.kapazitaeten .td-5 {
	text-align: right;
}

.kapazitaeten .tr-even td {
	background-color: #F2FFD4;
}

.zimmer {
	width: 53%;
}

.zimmer .td-1 {
	text-align: right;
}

.zimmer td {
	padding: 2px;
}

.zimmer .tr-odd td {
	background-color: #F2FFD4;
	color: #000;
}

/* BOXEN LINKS */

ul.termine_small {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

ul.termine_small li {
	list-style: none;
}

div.termine_small_thema {
	font-weight: bold;
	margin-bottom: 5px;
}

div.termine_small_line {
	border-bottom: 1px #908D08 solid;
	margin-bottom: 5px;
	position: relative;
	left: -10px;
	width: 190px;
	height: 0px;
}

/* DOWNLOADS */

.downloads_l3 {
	text-align: left;
}

.downloads_l3 .t3_downloads_link img {
	text-decoration: none;
	border: none;
}

/* NEWS */

.news_header { 
	border: none !important;
}


/* MAILFORM */

form.form					{ margin-bottom: 20px; }

#form_left				{ float: left; width: 400px; }
#form_right				{ float: left; }

label.form					{ float: left; width: 200px; color: #000000; font-size: 12px; padding-top: 5px; display: block; }
label.form_small			{ float: left; width: 70px; color: #000000; font-size: 12px; padding-top: 5px; display: block; }

.stern					{ color: #BC001D; font-size: 12px; font-weight: bold; }

input.form, textarea.form, select.form			{ float: left; color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; vertical-align: middle; margin: 3px 0px 10px 0px; padding: 2px; border: solid 1px #908D08; width: 250px; display: block; }
textarea.form				{ height: 50px; }
input.PLZ				{ width: 75px; margin-right: 175px; }
input.radio				{ float: none; border: 0; width: auto; height: auto; display: inline; margin-right: 5px; margin-bottom: 0px; }
input.checkbox			{ float: left; color: #000000; font-size: 12px; vertical-align: middle; margin: 0px 5px 0px 0px; padding: 2px; border: solid 1px #000000; height: 17px; width: 17px; display: block }

input.form_small		{ float: left; color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; vertical-align: middle; margin: 3px 0px 10px 0px; padding: 2px; border: solid 1px #908D08; width: 80px !important; display: block; }

input.form:hover, textarea.form:hover					{ border: solid 1px #ED461A; outline: none }
input.form:focus, textarea.form:focus					{ border: solid 1px #ED461A; outline: none; }

p.errorheadline								{ color: #BC001D; font-size: 12px; font-weight: bold; margin-bottom: 10px; }
.errormessage								{ color: #BC001D; font-size: 12px; line-height: 200%; }

.mail_button								{ margin-left: 200px; color: #ffffff; font-size: 10px; background-color: #908D08; text-align: center; margin-top: 15px; margin-right: 15px; margin-bottom: 15px; padding: 4px; border: solid 0px #908D08; width: 110px; }
.mail_button_small								{ margin-left: 40px; color: #ffffff; font-size: 10px; background-color: #908D08; text-align: center; margin-top: 15px; margin-right: 15px; margin-bottom: 15px; padding: 4px; border: solid 0px #908D08; width: 110px; }

.form_input {
		float: left;
}
	
/* DatePicker */

input.DatePicker{ display: block; width: 120px; padding: 3px 3px 3px 24px; border: 1px solid #908D08; font-size: 13px; background: #fff url('/fileadmin/images/date.gif') no-repeat top left; cursor: pointer; }
input:focus.DatePicker { background: #fffce9 url('/fileadmin/images/datefocus.gif') no-repeat top left; }

.dp_container		{ position: relative; padding: 0; z-index: 500; }
.dp_container_teaser	{ padding: 0; }
/* Normal */
.dp_cal				{ position: absolute; background-color: #fff; border: 1px solid #000; width: 177px; margin: 10px 0px 3px 3px; }
.dp_cal table		{ width: 100%; border-spacing: 0; border-collapse: collapse; }
.dp_cal select		{ margin: 2px 3px; font-size: 11px; }
.dp_cal select option	{ padding: 1px 3px; }
.dp_cal th, .dp_cal td{ width: 14.2857%; text-align: center; font-size: 11px; padding: 2px 0; }
.dp_cal th			{ border-bottom: solid #fff; border-width: 1px 0; color: #fff; background: #908D08;	font-weight: bold; }
.dp_cal td			{ cursor: pointer; }
.dp_cal thead th	{ background: ###THEME_COLOR###; }
.dp_cal td.dp_roll	{ color: #000; background: #fff6bf; }
/* Teaser */
.dp_cal_teaser		{ background-color: #fff; border: 1px solid #000; width: 177px; margin: 10px 0px 3px 3px; }
.dp_cal_teaser table		{ width: 100%; border-spacing: 0; border-collapse: collapse; }
.dp_cal_teaser select		{ margin: 2px 3px; font-size: 11px; }
.dp_cal_teaser select option	{ padding: 1px 3px; }
.dp_cal_teaser th, .dp_cal_teaser td{ width: 14.2857%; text-align: center; font-size: 11px; padding: 2px 0; }
.dp_cal_teaser th			{ border-bottom: solid #fff; border-width: 1px 0; color: #fff; background: #E32403;	font-weight: bold; }
.dp_cal_teaser td			{ cursor: pointer; }
.dp_cal_teaser thead th	{ background: #E32403; }
.dp_cal_teaser td.dp_roll	{ color: #000; background: #fff6bf; }
/* must have this for the IE6 select box hiding */
.dp_hide			{ visibility: hidden; }
.dp_empty			{ background: #eee; }
.dp_today			{ background: #daf2e6; }
.dp_selected		{ color: #fff; background: #000; }

/* SmoothGallery */

.rgsgnest160		{ float: right; margin-left: 10px; }

/* GMAPS */

.gmaps_karte_gross {
	width: 680px;
	height: 400px;
	border: 1px #999999 solid;
}

.route_berechnen_lable {
	float: left;
	width: 170px;
	margin-left: 10px;
}

.route_berechnen_addr {
	float: left;
	width: 300px;
}

.route_berechnen_addr label {
	float: left;
	width: 80px;
}

.route_berechnen_addr input {
	float: left;
}

.route_berechnen_button {
	float: left;
	width: 150px;
}

.route_berechnen {
	width: 660px;
	margin-top: 10px;
	border: 1px #999999 solid;
	background-color: #908D08;
	padding: 10px;
	color: #fff;
}


