/* -------------------------------------------------##
                Hinweise
## -------------------------------------------------*/

/* CSS mit Druckanweisungen */

.noprint {
	display: none;
}

/* -------------------------------------------------##
                Hauptbereiche der Seite
## -------------------------------------------------*/

/* Allgemeine Definitionen für den BODY */
body {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

/* Hauptbereich, in dem die anderen Bereich dargestellt werden */
#main {
	width: 600px;
	padding: 0;
}

/* Titelzeile */
#top {
	display: none;
}

/* Menü-Box */
#left {
	display: none;
}

/* Inhaltsbereich */
#right {
	width: 600px;
	margin: 0;
	padding: 0;
}
#right_inner {
	background: #FFF;
}

/* Fusszeile */
#bottom {
	display: none;
}

/* -------------------------------------------------##
          Definitionen allgemeiner Elemente
## -------------------------------------------------*/

/* Links */
a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ee2225;
	text-decoration: underline;
}

/* Tabellen */
td {
	font-size: 12px;
}

/* Überschriften */
h1 {
	font-family: Georgia, Verdana, Arial, monospace;
	font-size: 18px;
	color: #b72531;
	font-variant: small-caps;
}
h2 {
	font-size: 14px;
	text-align: center;
}

/* Allgemeine Textauszeichnung */
p.error {
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}
p.success {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
p.pflichtfeld {
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}
div.blaetterfunktion {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}


/* -------------------------------------------------##
          faq.php
## -------------------------------------------------*/

table.gaeste_table {
	width: 501px;
}
table.gaeste_table td {
	width: 83px;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
img.gaeste_img {
	border: none;
}
textarea.faq_textarea {
	border: solid #cccccc 1px;
	width: 330px;
	height: 100px;
	font-size: 11px;
}
input.faq_text {
	border: solid #cccccc 1px;
	width: 330px;
	font-size: 11px;
}
input.faq_button {
	border: solid #cccccc 1px;
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
}
ul.faq {
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
li.frage {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	margin-left: 35px;
	font-weight: bold;
}
li.antwort {
	list-style-type: none;
	width: 380px;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-left: 50px;
}
li.trenner {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
}


/* -------------------------------------------------##
          guestbook.php
## -------------------------------------------------*/

table.gb_form {
	border: solid #cccccc 1px;
	width: 470px;
	font-size: 12px;
}
td.gb_form_links {
	vertical-align: top;
	padding: 3px;
}
td.gb_form_rechts {
	padding: 3px;
	padding-left: 7px;
	background-color: #eeeeee;
}
input.gb_text {
	border: solid #cccccc 1px;
	width: 330px;
	font-size: 11px;
}
textarea.gb_textarea {
	border: solid #cccccc 1px;
	width: 330px;
	height: 100px;
	font-size: 11px;
}
input.gb_button {
	border: solid #cccccc 1px;
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
}
table.gb_eintrag {
	border: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
	width: 480px;
	font-size: 10px;
}
td.gb_eintrag_links {
	width: 140px;
	padding: 7px;
	color: #000000;
	vertical-align: top;
	font-size: 10px;
}
td.gb_eintrag_rechts {
	width: 340px;
	color: #000000;
	padding: 7px;
	vertical-align: top;
	font-size: 10px;
}


/* -------------------------------------------------##
          infos.php
## -------------------------------------------------*/

hr.infos_hr {
	border: solid #cccccc 1px;
	height: 1px;
	width: 450px;
}
table.infos_table {
	width: 500px;
}
table.infos_table td {
	width: 125px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
img.infos_img {
	border: none;
}
ul.anfahrtsbeschreibung {
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
li.anfahrtsbeschreibung_art {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	font-weight: bold;
}
li.anfahrtsbeschreibung_weg {
	list-style-type: circle;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-left: 20px;
}


/* -------------------------------------------------##
          news.php
## -------------------------------------------------*/

.news_titel {
	font-weight: bold;
}
.news_autor {
	font-weight: bold;
	color: #ff0000;
}
.news_datum {
	font-style: italic;
}
.news_hr {
	border: solid #cccccc 1px;
	height: 1px;
	width: 450px;
}
.NewsImg {
	/* Bilder sollen immer rechts zum Newstext floaten */
	margin: 10px;
	margin-top: 0px;
	border: none;
	float: right;
}


/* -------------------------------------------------##
          quiz.php
## -------------------------------------------------*/

table.q_form {
	border: solid #cccccc 1px;
	width: 470px;
	font-size: 12px;
}
td.q_form_links {
	vertical-align: top;
	padding: 3px;
}
td.q_form_rechts {
	padding: 3px;
	padding-left: 7px;
	background-color: #eeeeee;
}
input.q_text {
	border: solid #cccccc 1px;
	width: 330px;
	font-size: 11px;
}
input.q_select {
	border: solid #cccccc 1px;
	font-size: 11px;
}
input.q_button {
	border: solid #cccccc 1px;
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
}


/* -------------------------------------------------##
          sitemap.php
## -------------------------------------------------*/

ul.sitemap_a {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-top: 6px;
	list-style-type: disc;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
li.sitemap_a {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	color: #000;
}
a.sitemap_a {
	color: #000;
}
a.sitemap_a:hover {
	color: #ee2225;
}

ul.sitemap_b {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-top: 6px;
	list-style-type: circle;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
li.sitemap_b {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	color: #333;
}
a.sitemap_b {
	color: #333;
}
a.sitemap_b:hover {
	color: #ee2225;
}

ul.sitemap_c {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-top: 6px;
	list-style-type: circle;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
li.sitemap_c {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	color: #666;
}
a.sitemap_c {
	color: #666;
}
a.sitemap_c:hover {
	color: #ee2225;
}


ul.sitemap {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-top: 6px;
	list-style-type: disc;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
li.sitemap_1 {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 6px;
	list-style-type: disc;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
a.sitemap_1 {
	color: #000;
}
a.sitemap_1:hover {
	color: #ee2225;
}
li.sitemap_2 {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-top: 6px;
	list-style-type: circle;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
a.sitemap_2 {
	color: #333;
}
a.sitemap_2:hover {
	color: #ee2225;
}
li.sitemap_3 {
	margin: 0;
	padding: 0;
	margin-left: 80px;
	margin-top: 6px;
	list-style-type: circle;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
a.sitemap_3 {
	color: #666;
}
a.sitemap_3:hover {
	color: #ee2225;
}

/* -------------------------------------------------##
          shop.php (VVK etc.)
## -------------------------------------------------*/

table.shop_1_table {
	width: 500px;
}
table.shop_1_table td {
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
img.shop_1_img {
	border: none;
}
table.vvk_table {
	border: solid #cccccc 1px;
	width: 470px;
	font-size: 12px;
}
td.vvk_ort {
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
}
td.vvk_stelle {
	vertical-align: top;
	padding: 5px;
	padding-left: 30px;
}


/* -------------------------------------------------##
          shop_1.php
## -------------------------------------------------*/

table.shop_table {
	border: solid #cccccc 1px;
	width: 470px;
	font-size: 12px;
}
td.shop_td {
	vertical-align: top;
	padding: 5px;
}
td.shop_links {
	vertical-align: top;
	padding: 3px;
}
td.shop_rechts {
	padding: 3px;
	padding-left: 7px;
	background-color: #eeeeee;
}
input.shop_text {
	border: solid #cccccc 1px;
	font-size: 11px;
}
input.shop_text_anzahl {
	border: solid #cccccc 1px;
	width: 30px;
	font-size: 11px;
	text-align: right;
	padding-right: 4px;
}
textarea.shop_textarea {
	border: solid #cccccc 1px;
	width: 330px;
	height: 100px;
	font-size: 11px;
}
input.shop_button {
	border: solid #cccccc 1px;
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
}
h2.shop {
	font-weight: normal;
	text-align: left;
}
span.shop_h2 {
	font-weight: bold;
}


