/* Das ist doch mal ein schönes Stylesheet, oder? ;) */

/*### Allgemeine Seiteneigenschaften ###*/
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #767676;
}
/* Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px solid #666;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}

a.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px solid #666;
}
a.box:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}


/* allet */
#main {
	margin: 0 auto;
	width: 952px;
	background-image: url(images/page/bg_main.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#top {
	margin-left: 50px;
	width: 852px;
	height: 280px;
}
#menu {
	margin-left: 50px;
	width: 852px;
	height: 47px;
	background-image: url(images/page/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
#menu a {
	display: block;
	float: left;
	margin-left: 4px;
	padding: 4px;
	border: none;
	background-color: #666;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
#menu a:hover {
	background-color: #AE0404;
}
#menu a.active {
	background-color: #AE0404;
}
#content {
	padding-left: 60px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom {
	width: 832px;
	height: 30px;
	padding: 10px;
	margin-left: 50px;
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #767676;
}
/* Standardschrift in Tabellenzellen */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* Standardschrift in Absätzen */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}

/* Überschriften */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-height: 5px;
	margin-height: 5px;
	display: inline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #000;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-height: 2px;
	margin-height: 2px;
}
h1.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #f00;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-height: 2px;
	margin-height: 2px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
	padding-bottom: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	margin-top: 4px;
}

/* Trennlinien */
hr {
	border: dashed #aaa 1px;
	height: 1px;
	margin-bottom: 2px;
	margin-height: 2px;
}

/*### Formular(felder) ###*/
form {
		display: inline;
	}
.input {
		border: 1px solid #666;
		background-color: white;
		font-family: verdana;
		font-size: 11px;
	}
.input_button {
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		background-color: #ccc;
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
		color: #993333;
	}
select {
		border: 1px solid #666;
		background-color: white;
		font-family: verdana;
		font-size: 11px;
	}
textarea {
		width: 400;
		border: 1px solid #666;
		background-color: white;
		font-family: verdana;
		font-size: 11px;
		overflow: hidden;
	}

/*### Systemmeldungen ###*/
.error{
		font-family: verdana;
		font-size: 13px;
		color: #f00;
		font-weight: bold;
	}
.success{
		font-family: verdana;
		font-size: 13px;
		color: #0c0;
		font-weight: bold;
	}

/*### Listen ###*/
ol {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
li.service {
		letter-spacing: 1px;
}
ul.service {
		margin: 0px;
		padding-left: 10px;
		letter-spacing: 1px;
}

/*### events.php ###*/
div.event_extralink {
	width: 500px;
}
div.event_extralink_links {
	float: left;
}
div.event_extralink_rechts {
	font-size: 14px;
	float: right;
}
div.event_extralink_rechts a {
/*	text-decoration: blink; */
	font-size: 14px;
	color: #f00;
}


/*### die drei Hauptzellen ###*/

/* OBEN */
.TDmainA {
	border: 1px solid #000;
}

/* MITTE */
.TDmainB {
	height: 425px;
	padding: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
	background-image: url(images/standard/st_hg_mainB_animB.gif);
	background-repeat: vertical;
	vertical-align: top;
}
.BoxLinksDrumrum2 {
	float: right;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 210px;
}
.BoxLinks2 {
	background-color: #eee;
	width: 210px;
	border-left: dashed #aaa 1px;
	background-color: #fff;
}
.BoxLinksInnen2 {
	margin: 3px;
	padding: 4px;
	color: #000;
}
.BoxLinks {
	background-color: #fff;
	float: right;
	border-left: dashed #aaa 1px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 210px;
	background-color: #fff;
}
.BoxLinksInnen {
	border: 1px solid #fff;
	margin: 3px;
	padding: 4px;
	color: #000;
}
.BoxRechts {
	width: 585px;
	float: left;
	margin: 0px;
	padding-right: 20px;
	line-height: 16px;
}
.BoxRechtsInnen {
	margin: 5px;
}
.EventLinks {
	width: 122px;
	padding-bottom: 15px;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 16px;
}
.EventRechts {
	padding-bottom: 15px;
	vertical-align: top;
	font-weight: normal;
	line-height: 16px;
}
.EventRechtsWide {
	padding-bottom: 15px;
	vertical-align: top;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 16px;
}
.NewsImg { /* Bilder in den News */
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	float: right;
}
input.email_button { /* Buttons auf der Kontaktseite */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #666;
}
input.email_button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}


/* UNTEN */
.TDmainC {
	border: 1px solid #000;
	background-image: url(images/standard/st_hg_newsletter.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.buttonNEWSLETTER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.inputTextNEWSLETTER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
}

/* -------------------------------------------------##
          guestbook.php
## -------------------------------------------------*/

table.gb_form {
	border: solid #666 1px;
	width: 470px;
	font-size: 12px;
	text-align: left;
}
td.gb_form_links {
	vertical-align: top;
	padding: 3px;
}
td.gb_form_rechts {
	padding: 3px;
	padding-left: 7px;
}
input.gb_text {
	border: solid #666 1px;
	width: 330px;
	font-size: 11px;
}
textarea.gb_textarea {
	border: solid #666 1px;
	width: 330px;
	height: 100px;
	font-size: 11px;
}
input.gb_button {
	border: solid #666 1px;
	background-color: #111;
	font-size: 12px;
	font-weight: bold;
}
table.gb_eintrag {
	border: none;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-align: left;
	width: 480px;
	font-size: 10px;
}
td.gb_eintrag_links {
	width: 140px;
	padding: 7px;
	color: #fff;
	vertical-align: top;
	font-size: 10px;
}
td.gb_eintrag_rechts {
	width: 340px;
	color: #fff;
	padding: 7px;
	vertical-align: top;
	font-size: 10px;
}

/* -------------------------------------------------##
          quiz.php
## -------------------------------------------------*/

table.q_form {
	border: solid #666 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: #111;
}
input.q_text {
	border: solid #666 1px;
	width: 330px;
	font-size: 11px;
}
input.q_select {
	border: solid #666 1px;
	font-size: 11px;
}
input.q_button {
	border: solid #666 1px;
	background-color: #111;
	font-size: 12px;
	font-weight: bold;
}





/* SONSTIGES */

div.cb {
	clear: both;
}