/* ### CORE Classes ######### */
html, body {
	background: url(layout/background.jpg) #5c0e11 repeat-y center 0;
}

a, a:visited, a:link, a:active, a:focus {
	color: #841418;
}

a:hover {
	color: #b0a17a;
}

a.standalone {
	padding-left: 10px;
	background: url(layout/standalone_link_icon.gif) 0 0.6em no-repeat;
}

/* ### SITE HOLDER ######### */

#siteHolder {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* ### 960 Grid Extension Classes ######### */

.g1 div, .g2 div, .g3 div, .g4 div, .g5 div, .g6 div, .g7 div, .g8 div, .g9 div, .g10 div, .g11 div, .g12 div, .g13 div, .g14 div, .g15 div, .g16 div, .g17 div, .g18 div, .g19 div, .g20 div, .g21 div, .g22 div, .g23 div, .g24 div {
	padding: 10px;
}

.container_12 {
	padding: 10px 0;
	/*margin-top: 40px;*/
	float: left;
	overflow: hidden;
	/*background: #ffffff url(layout/container12Bg_patternX.png) 0px 185px repeat-x;*/
	background-color: #ffffff;
}

.container_12 .nmb {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.container_12 .nml {
	margin-left: 0;
	padding-left: 10px;
}

.container_12 .nmr {
	margin-right: 0;
	padding-right: 10px;
}


/* ### Left Col ######### */

#leftHeadCol {
	/*background: #ffe8bf url(layout/leftHeadColBg_patternX.png) left bottom repeat-x;*/
	background-color: #ffe8bf;
	height: 185px;
}

#leftCol {
	/*background: #ffe8bf url(layout/leftColBg_patternX.png) 0 0 repeat-x;*/
	background-color: #ffe8bf;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

/* ### Head Image ######### */

#headImg {
	height: 175px;
	background-color: #841418;
}

/* ### Head Navigation Band ######### */

#headNavigationBand {
	height: 18px;
	background-color: #841418;
	width: 960px;
	clear:both;
}

#bandAnfang {
	margin-top: 194px;
	width: 15px;
	height: 24px;
	background: url(layout/bandAnfang.gif) 0 0 repeat-x;
	display:inline;
	float: left;
}

#bandEnde {
	margin-top: 194px;
	width: 15px;
	height: 24px;
	background: url(layout/bandEnde.gif) 0 0 repeat-x;
	display:inline;
	float: left;
}


/* ### Content ######### */

#content {
	overflow: hidden;
	/*background: #ffffff url(layout/contentBg_patternX.png) 0 0 repeat-x;*/
	background-color: #ffffff;
}

#mainContent {
	/*margin-top: 10px;*/
}

#langSelect {
	text-align: right;
	margin-bottom: 5px;
}

#contentImage {
	margin: 0 0 0 10px;
	padding: 0;
	width: 230px;
	/*background-color: #eaeaea;*/
	float: right;
	display: inline;
}

/* ### Navigation ######### */

#navigation {
}

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

#navigation ul li {
	padding: 0 35px 0 0;
	margin: 0;
	height: 35px;
	float: left;
	display: inline;
}

#navigation ul li a {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 35px;
	width: 100%
}

#navigation ul li a:hover {
	color: #b0a17a;
}

#navigation ul li a.active, #navigation ul li a.rex-active, #navigation ul li a.rex-current {
	color: #ffe8bf;
}


/* ### Sub Navigation ######### */

#subNavigation {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 350px;
}

#subNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subNavigation ul.rex-navi2 {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#subNavigation ul li {
	padding: 0;
	margin: 0;
	/*height: 28px;*/
	border-bottom: 1px #666666 dotted;
	display: block;
}

#subNavigation ul li.lev2 {
	border-bottom: none;
}

#subNavigation ul li a {
	display: block;
	line-height: 28px;
	padding-left: 12px;
	font-size: 1.1em;
}

#subNavigation ul li.lev2 a {
	line-height: 20px;
	font-size: 1em;
}

#subNavigation ul li a:hover, #subNavigation ul li a.rex-current {
	background: url(layout/submenuPfeil.gif) 0 10px no-repeat;
}

#subNavigation ul li.lev2 a:hover, #subNavigation ul li.lev2 a.rex-current {
	background: url(layout/submenuPfeil.gif) 0 6px no-repeat;
}

/* ### Buchungsbox ######### */

#buchungBox {
	margin-left: 10px;
	margin-bottom: 35px;
}

* html #buchungBox {
	background-color: #b0a17a;
}

#buchungBox .buchungBoxTitle {
	background-color: #b0a17a;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 25px;
	padding-left: 10px;
}

#buchungBox .buchungBoxForm {
	border: #b0a17a 1px solid;
	background-color: #fff4de;
	padding: 4px;
}

#buchungBox .buchungBoxForm label {
	display:block;
}

#buchungBox input.text {
	width: 148px;
	border-right: none;
}

#buchungBox input#buchungBoxAnreiseBtn, #buchungBox input#buchungBoxAbreiseBtn {
	width: 51px;
	font-size: 0.7em;
}

#buchungBox #buchungBoxSubmit {
	margin-top: 4px;
	float: right;
}
#buchungBox .info {
	clear: both;
	font-size: 9px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* ### Social ######### */

#social {
	margin: 50px 10px 10px 10px;
}

/* ### Footer ######### */
#footer {
	clear: both;
	padding-top: 0.5em;
	/*padding-right: 25px;*/
	text-align: center;
	color: #cccccc;
}

#footer a, #footer a:visited, #footer a:link, #footer a:active, #footer a:focus {
	color:#B0A17A;
}
#footer a:hover {
	border-bottom: #B0A17A 1px solid;
}


/* ### Greybox Gallery ################################################################ */

div.greybox_gallery_container { margin-top: 20px; margin-bottom: 10px; }

div.greybox_gallery {
	float: left;
	display: inline;
	padding: 5px;
	border: #B0A17A 1px solid;
	margin: 4px;
	background-color: #ffffff;
}

div.greybox_gallery img {
	vertical-align: bottom;
}

/* ### Tabellen ######### */

table.liste {
	width: 700px;
	margin: 0 0 1em;
	padding: 0;
}

table.liste th {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

table.liste td, table.liste th {
	padding: 10px 5px;
	border-bottom: #b0a17a 1px dotted;
	vertical-align: top;
}

table.liste tr.noborder td {
	border: 0;
}

/* ### Formulare ######### */

label.text {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 150px;
}

label.textarea {
	display: block;
}

label.form_warning{
	color: red;
}

input.form_warning {
	border-color: red;
}

ul.form_warning {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.form_warning li {
	color: red;
	margin: 0;
	padding: 0;
}

input.text {
	height: 16px;
	border: #b0a17a 1px solid;
	padding: 2px 0 0 0;
	text-indent: 2px;
	background: #ffffff url(layout/inputTextBg_patternX.png) 0 0 repeat-x;
	vertical-align: bottom;
}

.xform input.text {
	width: 185px;
}

textarea.textarea {
	border: #b0a17a 1px solid;
	padding: 0;
	width: 345px;
	text-indent: 2px;
	background: #ffffff url(layout/inputTextBg_patternX.png) 0 0 repeat-x;
	vertical-align: bottom;
	font-family: inherit;
	font-size: 0.9em;
}

input.button, input.submit {
	color: #ffffff;
	height: 20px;
	border: #b0a17a 1px solid;w
	padding: 0 2px;
	text-indent: 2px;
	background: #ffffff url(layout/formButtonBg_patternX.png) 0 0 repeat-x;
	vertical-align: bottom;
}

* html input.button {
	margin-bottom: 1px;
}

* + html input.button {
	margin-bottom: 1px;
}
/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg { margin-bottom: 20px; }
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg { overflow:hidden; margin-bottom: 20px; }

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0px none; margin:1px}
.wysiwygimg img.wysiwygimg { padding:1px; }
.wysiwygimg a.wysiwygimg img {border:0px none;padding:0px;vertical-align:top; margin:1px}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {display:table; display:table; line-height:0;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {}
.wysiwygimg a.wysiwygimg:focus {}
.wysiwygimg a.wysiwygimg:active {}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}


/* Google Map */
#static_map {
margin:0 auto;
border:1px solid #000;
}

#map_route {
width:430px;
height:460px;
border:solid 1px #000;
float:left;
}

#directions {
float:right;
width:250px;
max-width:250px;
}

#directions tbody,#directions tr, #directions table {
width:250px;
}

#routenplaner fieldset {
border:none;
}

#routenplaner legend {
font-weight:normal;
}

#routenplaner input {
border:1px solid #aaa;
display:block;
width:40%;
float:left;
margin-right:1em;
padding:0.1em 0.3em;
}


/* 
REDAXO-Modul: doForm! 3 - 4
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  und 3.x
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch
 
Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/
 
/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*
 
/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
}
 
 
/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
 
}
 
 
 
.formgen form
{
line-height : 120%;
 
}
 
 
 
 
/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/
 
 
.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
 
}
 .forminfo 
{
	margin-bottom: 15px;
	background-color: #eaeaea;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	margin-right: 240px;
	border: 1px solid #999999;
}
 
/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}
 
 
/* 
--------- FORMULAR-OBJEKTE ------------ 
*/
 
 
/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 240px;
	height: 120px;
	margin-left: 4px;
	border: #b0a17a 1px solid;
	background: #ffffff url(layout/inputTextBg_patternX.png) 0 0 repeat-x;
}
 
 
/* Textfeld */
.formgen .formtext
{
	height: 16px;
	width: 185px;
	border: #b0a17a 1px solid;
	margin-left: 4px;
	margin-bottom: 5px;
	padding: 2px 0 0;
	text-indent: 2px;
	background: #ffffff url(layout/inputTextBg_patternX.png) 0 0 repeat-x;
	vertical-align: bottom;
}

.formgen input.formradio {
	margin-left: 174px;
	vertical-align: bottom;
	margin-bottom: 5px;
}
 
 
 
/* Label */
.formgen label {
	width: 170px;
	clear: left;
	float: left;
	line-height: 20px;
}
.formgen label.formradio {
	width: auto;
	clear: none;
	float: none;
	line-height: 20px; 
}
 
 
/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 185px;
	background-color: #ffffff;
	margin-left: 4px;
	color: #333333;
	margin-bottom: 5px;
}
 
 
/* Sende-Button */
.formgen .formsubmit
{
	color: #ffffff;
	height: 20px;
	border: #b0a17a 1px solid;w
	padding: 0 2px;
	text-indent: 2px;
	background: #ffffff url(layout/formButtonBg_patternX.png) 0 0 repeat-x;
	vertical-align: bottom;
}
 
 
 
/* Fieldsetbeschriftung */
.formgen legend {
	background-color:#B0A17A;
	
	border-width:1px;
	border-style:solid;
	border-color:#B0A17A;
	
	color:#ffffff;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -10px;
}
.formgen .fieldset {
	background-color:#FFF4DE;
	border-width:2px;
	border-style:solid;
	border-color:#B0A17A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}
 
/* -------------- AUSGABEN / Fehlermeldungen --------*/
 
 
/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #990000;
}
 
.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
 
.formgen .formreq {
	color: #841418;
}
 
.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
 
/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */
 
