@charset "UTF-8";
html,body{
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

.c{
	clear: both;
}

.cr{
	clear: right;
}

.dn{
	height: 0; width: 0; overflow: hidden;
}

.skip {
  visibility:hidden;
  position:absolute;
  top:-1000px;
}

body {
	color: #000;
	line-height: 1.4;
	font: 100.1% "Trebuchet MS",arial,verdana,sans-serif;
	background:#d8dacf url('../layout/body_bg.png') top repeat-x;
	margin-bottom:30px;
}

a {
  color:#3e4d26;
  text-decoration:underline;
}

a:hover {
  color:#9F0013;
  text-decoration:none;
}

div#wrapper {
	width: 816px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	font-size: 1em;
	background:url('../layout/content_bg.png') center repeat-y;
	padding-bottom:30px;
}

div#header {
  margin:0 28px 30px 43px;
	background:url('../layout/header.jpg') top right no-repeat;
	height:213px
}

div#header img {
  margin-top:20px;
}

ul#navigation {
  float:left;
  padding:0;
  margin:0;
  margin-left:30px;
  list-style: none;
}

ul#navigation li {
  margin-bottom:0.85em;
}

ul#navigation li.active,
ul#navigation li a {
  background:url('../layout/red_arrow.gif') 0 center no-repeat;
  padding-left:15px;
  color:#3e4d26;
  font-size:0.90em;
  text-decoration:none;
}

ul#navigation li a:hover {
  color:#9F0013;
  text-decoration:underline;
  background-position:4px center;
}

ul#navigation li.active {
  font-weight:bold;
  background-position:4px center;
}

div#content {
  font-family:Arial, Verdana, sans-serif;
  margin:0 58px 0 277px;
}

div#content h2 {
  font-family:"Trebuchet MS",arial,verdana,sans-serif;
  font-size:1.25em;
}

div#content h3 {
  font-family:"Trebuchet MS",arial,verdana,sans-serif;
  font-size:1.1em;
  margin-top:7px;
}

div#content p {
  margin:10px 0 20px 0;
  font-size:0.9em;
  line-height:135%;
}

div#content p.trippleimg,
div#content p.layoutcenter {
  text-align:center;
}

div#content p.layoutcenter img {
  border:#e5e5e5 7px solid;
}

div#content p.trippleimg span {
  display:block;
  font-size:0.75em;
  margin-top:7px;
}

div#content p.trippleimg img {
  margin-right:4px;
  border:#e5e5e5 3px solid;
}

div#content p.rightimg {
	float:right;
	margin:10px 0 10px 20px;
}

div#content p.rightimg img {
  border:#e5e5e5 3px solid;
}

div#content ul, div#content ol {
	margin-left:25px;
}

div#content li {
	margin:5px 0;
	font-size:0.9em;
	line-height:135%;
}

div#content #googlemap {
  border:#e5e5e5 7px solid;
  height:350px;
  width: 460px;
  margin-top:20px;
}

div#content #googlemap #gmapmarker,
div#content #googlemap .gmapDir {
  font-size:0.90em;
}

div#content table,
div#content td  {
	border:0;
}

div#content table caption {
	display:none;
}

div#content #rooms {
	border:1px solid #e5e5e5;
}
div#content #rooms td,
div#content #rooms th{
	padding:5px;
	border:1px solid #e5e5e5;
}

div#content #rooms {
	font-size:0.75em;
}
div#content #rooms td {
	text-align:center;
}

div#content #rooms th {
	text-align:left;
}


p#footer {
	width: 816px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	font-size: 1em;
	background:url('../layout/footer_bg.png') center no-repeat;
	padding: 5px 0 13px 8px;
}

p#footer a {
  color:#ffffff;
  font-size:0.75em;
  text-decoration:none;
  margin-left:30px;
}

/* Message-Block */
span.error,
span.ok {
  display:block;
  width:98%;
  padding:3px 5px;
  margin: 5px 0;
}

/* Fehlermeldung */
.error {
  font-size:0.80em;
  background-color:#CC0000;
  color:#f5f5f5;
}

/* Erfolgsmeldung */
.ok {
  font-size:0.9em;
  background-color:#398303;
  color:#f5f5f5;
}

/*
 *Beschreibt die Formatierung fr Formulare
 */

.formular textarea,
.formular input {
    font:0.8em Arial,Verdana,sans-serif;
}

.formular fieldset {
    border:none;
	margin:0;
	padding:0;
}

.formular label {
  font-size:0.9em;
  margin-top: 5px;
}

.formular label,
.formular select,
.formular input[type=checkbox],
.formular input[type=radio],
.formular input[type=button],
.formular input[type=submit]
{
    cursor                    :    pointer;
}

form.formular
{
    line-height                :    150%;
	margin:0;
	padding:0;
}

.formular textarea {
    height           : 110px;
}

