body {
	margin: 0 auto;
	padding: 0;
	font: 75% Verdana,Tahoma,Arial,sans-serif;
	background: #eaeaea url(../img/bg_grau.gif) top center repeat-y;
	color: #3a3a3a;
}


table, tr, td {
	vertical-align: top;
}

img {
	border: 0;
}

.bildlinks {
	float: left;
	margin-right: 10px;
}

.bildrechts {
	float: right;
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: #3a3a3a;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
	background-color: inherit;
}

a img {
	border: 0;
}

p {
	margin: 0 0 16px 0;
}

input, select, textarea {
	border-width: 1px;
	border-color: #bebebe;
	border-style: solid;
	background-color: #ffffff;
	color: #3a3a3a;
	margin: 2px 0 2px 0;
}

.formfields {
	width: 350px;
}

/***** Rahmen *****/

#rahmen {
	background-color: #ffffff;
	color: #3a3a3a;
	margin: 0 auto;
	padding: 1px 5px;
	width: 760px;
}

/***** Kopf mit Grafik und Text *****/

#kopf {
	color: #3a3a3a;
	background: #ffffff url(../img/title_startseite.jpg) bottom left no-repeat;
	height: 250px;
	margin: 10px 0 10px 0;
	padding: 0;
}

#kopf h1 {
	/* color: #3a3a3a; */
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0 0 40px 15px;
	padding: 10px 0 0;
}

#kopf h1 a #kopf h1 a:hover {
	padding: 0;
}

#kopf p {
	font-size: 1.0em;
	letter-spacing: 0px;
	margin: 0 0 5px 15px;
	padding: 0 0 0 3px;
}

/***** Menue links *****/

#menue {
	clear: left;
	float: left;
	/* width: 150px; */
	margin: 0 0 10px 0;
	padding: 0;
}

#menue a, #menue a:hover {
	font-size: 1.75em;
	line-height: 1.5em;
	padding: 0;
}

/***** Content rechts *****/

#content {
	margin: 15px 15px 10px 170px;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
}

#content p {
	font-size: 1.1em;
	letter-spacing: 0px;
	line-height: 1.5em;
	text-align: justify;
}

#content .Startseite {}
#content .Ausstattung {
	display:none;
}
#content .Belegungsplan {
	display:none;
}
#content .Preise {}
#content .Freizeittipps {}
#content .Anreise {
	display:none;
}
#content .Kontakt {
	display:none;
}
#content .Impressum {
	display:none;
}

.box {
	border-top: 1px dotted #dadada;
	text-align: justify;
}

.ueberschrift {
	font-size: 1.5em;
}

.form_label {
	vertical-align: top;
	width: 25%;
}

/***** Editor *****/

#editor {
	margin: 15px 15px 10px 170px;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	visibility: hidden;
}

#editbutton {
	margin: 15px 15px 10px 170px;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
}

/***** Fußzeile *****/

#fuss {
	clear: both;
	margin: 0 auto;
	padding: 8px 0;
	border-top: 2px solid #dadada;
	width: 760px;
	text-align: center;
	color: #808080;
	background-color: #ffffff;
	font-size: 0.9em;
}

#fuss p {
	padding: 0;
	margin: 0;
}

#fuss a {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
}

#fuss a:hover {
	text-decoration:underline;
}

/***** Farben *****/

.fliesstext {
	text-align: justify;
}
.kursiv {
	font-style: italic;
}
.unterstrichen {
	text-decoration: underline;
}
.zentriert {
	text-align: center;
}
.fett {
	font-weight: bold;
}
.fettrot {
	font-weight: bold;
	background-color: inherit;
	color: red;
}
.fettgruen {
	font-weight: bold;
	background-color: inherit;
	color: green;
}
.gruen {
	background-color: inherit;
	color: green;
}
.grau {
	background-color: inherit;
	color: silver;
}
.graueng {
	background-color: inherit;
	color: silver;
	letter-spacing: -1px;
}
.klein {
	font-size: 10px;
}
.kleinfett {
	font-size: 10px;
	font-weight: bold;
}
.kleingrau {
	font-size: 10px;
	background-color: inherit;
	color: silver;
}
.kleinfettgrau {
	font-size: 10px;
	font-weight: bold;
	background-color: inherit;
	color: silver;
}