/* Hintergrund */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #0e5232;
	background-image: url(../gfx/layout/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapperSite {
	width: 100%;
	height: 100%;
	margin-bottom: -1000px;
	background-image: url(../gfx/layout/bg_site_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.twoColElsRtHdr #container {
	width: 60em;
	margin: 0 auto;
	text-align: left;
	background-color: #ffe494;
	overflow: hidden;
}


/* Header */

.twoColElsRtHdr #header {
	margin: 0;
	width: auto;
	height: 26.6em;
	overflow: hidden;
}

.twoColElsRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.twoColElsRtHdr #navigationHeader {
	width: 100%;
	height: 0.3em;
	text-align: right;
	margin-top: -0.7em;
	padding-bottom: 1em;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #0e5332;
}

.twoColElsRtHdr #navigationHeader li {
	font-size: 90%;
	list-style-type: none;
	margin-right: 3em;
	display: inline;
}

.twoColElsRtHdr #navigationHeader a {
	color: #0d5232;
	text-decoration: none;
}

.twoColElsRtHdr #navigationHeader a:hover {
	text-decoration: underline;
}

.twoColElsRtHdr #navigation {
	width: 100%;
	height: 2.3em;
	background-color: #592922;
	margin-top: -1em;
}

.twoColElsRtHdr #navigation ul {
	padding-top: 8px;
	margin-bottom: 8px;
}

.twoColElsRtHdr #navigation li {
	list-style-type: none;	
	display: inline;
	margin-left: -0.75em;
}

.twoColElsRtHdr #navigation a {
	color: #FFF;
	text-decoration: none;
	margin-right: 1.5em;
}

.twoColElsRtHdr #navigation a:hover {
	text-decoration: underline;
}

.flash {
	width: 250px;
	height: 180px;
	margin-top: -23.5em;
	margin-left: 39.9em;
	border: 1px solid #ffe494;
	overflow: hidden;
}


/* Sidebar right */

.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 17.5em;
	padding: 0;
	margin-top: 1em;
	margin-right: 2.5em;
}

.sidebar1_picture {
	border: solid 1px #0d5232;
}

.sidebar_infobox {
	width: 100%;
	border: solid 1px #0d5232;
	overflow: hidden;
	display: block;
}

.sidebar_infobox h1 {
	background-color: #004b2e;
	font-size: 1.1em;
	color: #FFF;
	width: 100%;
	height: 1.5em;
	margin-top: -1px;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

.sidebar_infobox p {
	color: #004b2e;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

.sidebar_infobox a {
	color: #004b2e;
	text-decoration: none;
}

.sidebar_infobox a:hover {
	color: #004b2e;
	text-decoration: underline;
}

.schnellreservierung {
	width: 100%;
	height: auto;
	border: solid 1px #592922;
	margin-top: 1.3em;
	overflow: hidden;
	background-color: #FFF;
}

.schnellreservierung h1 {
	background-color: #592922;
	font-size: 1.1em;
	color: #FFF;
	width: 100%;
	height: 1.5em;
	margin-top: -2px;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

.schnellreservierung p {
	padding: 0.5em 0.5em 0 0.5em;
	font-size: 0.8em;
}


/* Content */

.twoColElsRtHdr #mainContent {
	margin: 2em 22em 0 2em;
}

.twoColElsRtHdr #mainContent h1 {
	color: #0c5232;
	font-size: 1.3em;
	margin-bottom: -5px;
}

.twoColElsRtHdr #mainContent h2 {
	color: #0c5232;
	font-size: 1.1em;
	margin-bottom: -5px;
}

.twoColElsRtHdr #mainContent ul, li {
	list-style-type: disc;
}

.twoColElsRtHdr #mainContent a {
	color: #004b2e;
	text-decoration: underline;
}


/* Navigationsuebersicht */

.twoColElsRtHdr #wrappernavigationpage {
	margin: 1em 2.1em 0 2em;
	margin-bottom: 1em;
	overflow: hidden;
}

.twoColElsRtHdr #navigationpagetop {
	width: 100%;
	height: 0.2em;
	background-image: url(../gfx/layout/bg_navigationpage_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColElsRtHdr #navigationpagemiddle {
	width: 99.6%;
	height: 11em;
	margin-left: 2px;
	margin-right: 10px;
	background-color: #FFF;
}

.twoColElsRtHdr #navigationpagebottom {
	width: 100%;
	height: 1em;
	margin-left: 1px;
	background-image: url(../gfx/layout/bg_navigationpage_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.linkliste1 {
	width: 40%;
	float: left;
	margin-left: 1em;
}

.linkliste2 {
	width: 33%;
	float: left;
}

.linkliste3 {
	width: 22%;
	float: left;
}

.linkliste1 h3,
.linkliste2 h3,
.linkliste3 h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #0d5232;
	margin-bottom: 2px;
}

.linkliste1 a,
.linkliste2 a,
.linkliste3 a {
	font-size: 0.85em;
	color: #0d5232;
	text-decoration: none;
}

.linkliste1 a:hover,
.linkliste2 a:hover,
.linkliste3 a:hover {
	font-size: 0.8em;
	color: #0d5232;
	text-decoration: underline;
}


/* Footer */

.twoColElsRtHdr #footer {
	padding: 0 10px;
	background:#ffe494;
}

.twoColElsRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #004b2e;
}

.twoColElsRtHdr #footer a {
	color: #004b2e;
	text-decoration: none;
}

.twoColElsRtHdr #footer a:hover {
	color: #004b2e;
	text-decoration: underline;
}


/* Formular */

label {
	width: 10em;
}


/* Mehrfach verwendete Elemente */

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.pics {
	float: left;
	margin-right: 0.5em;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.label1 {
	width: 7em;
	float: left;
}

.label2 {
	width: 15em;
	float: left;
	margin-left: 1em;
}

.input {
	width: 18em;
	margin-top: -5px;
}

.select {
	margin-bottom: 5px;
	width: 11em;
}

.textarea {
	width: 33em;
	height: 10em;
	margin-left: 1em;
}

.send_button {
	margin-left: 1em;
}