﻿* {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
h1 {
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 8px;
	color: #CC0000;
}
h2 {
	font-size: 1.1em;
	margin-bottom: 4px;
	margin-top: 8px;
	color: #CC0000;
}
h3 {
	font-size: 1em;
	margin-bottom: 4px;
	margin-top: 8px;
	color: #CC0000;
}
p {
	margin-bottom: 10px;
	margin-top: 4px;
	margin-left: 5px;
}
body {
	/*background-image: url('img/bg_main.gif');*/
	background-color: #C9DDFC;
	font-size: 0.75em;
	text-align: center;
}
.editorWrap {
	text-align: left;
}
/* ANFANG Headerall formatieren*/
#headerall {
	margin: 0;
	padding: 0;
	text-align: left;
}
#lowcase {
	background-color: #FFFFFF;
	clear: both;
	width: 800px;
}
#topcase {
	height: 130px;
	width: 800px;
}
/* Menü oben formatieren*/
#menue_oben {
	text-decoration: none;
	color: #000000;
	width: 773px;
	text-align: right;
}
#menue_oben a {
	text-decoration: none;
	color: #000000;
}
#menue_oben a:hover {
	color: #800000;
}
/* ENDE Headerall formatieren*/
/* Trailer formatieren - Anfang */
#trailer {
	width: 800px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* Trailer formatieren - Ende */
/* Anfang contentall - Formatierung */
#contentall {
	clear: both;
	width: 800px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-top:1px #333333 solid;
	border-left:1px #333333 solid;
	border-right:2px black solid;
	border-bottom:2px black solid;
}
#pfad {
	clear: both;
	width: 790px;
	font-size: 0.75em;
	margin-left: 5px;
	color: #999999;
}
#pfad a {
	text-decoration: none;
	color: #999999;
}
#pfad a:hover {
	color: #000000;
}
#volltextsuche {
	text-align: left;
	color: #666666;
}
/* Suchformular formatieren */
#suche {
	float: left;
	width: 190px;
	vertical-align: middle;
	padding-left: 5px;
}
#suche input {
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 4px;
}
#suche p {
	font-size: 0.75em;
	text-align: left;
	margin-top: 0px;
}
#menue_links {
	float: left;
	width: 180px; /* Wenn kein Inhalt im Menü ist, dann muss eine Mindesthöhe angegeben werden, sonst rutsch der Inhalt rein! */;
	min-height: 100px;
	margin-top: 5px;
	padding-left: 5px;
}
#inhalt {
	float: left;
	width: 600px;
	margin-top: 5px;
	text-align: left;
	padding-left: 5px; /* Wenn kein Inhalt im Menü ist, dann muss eine Mindesthöhe angegeben werden, sonst rutsch der Inhalt rein! */;
	min-height: 100px;
}
/* Anfang Formatierung für Contentelemente  */
#content_links {
	width: 400px;
	float: left;
}
#content_rechts {
	width: 180px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}
/* Ende Formatierung für Contentelemente */
#copyright {
	clear: both;
	text-align: center;
	background-image: url(img/bg_copyright.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
	width: 800px;
	font-size: 0.8em;
}
#copyright a {
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}
#copyright a:hover {
	color: #000000;
}
.printbutton a {
	font-size: 0.7em;
	text-align: left;
	text-decoration: none;
	color: #666666;
	display: block;
	position: relative;
	left: auto;
	right: auto;
}
.printbutton a:hover {
	font-size: 0.7em;
	text-align: left;
	text-decoration: none;
	color: #000000;
	display: block;
	position: relative;
	left: auto;
	right: auto;
}
/* Anfang contentall - Formatierung */
/***************************************/
/* Clear  */
/************************************* */
#clear {
	clear: both;
	height: 1px;
	visibility: hidden;
}
/***************************************/
/* Anfang Formatierung vom Menü Links  */
/************************************* */
/* Globale Einstellungen für die Hyperlinks auf den 2 Ebenen vornehmen */
.menu1-level1 A {
	padding-top: 5px;
	display: block;
	width: 165px;
	text-decoration: none;
	color: #2A4F6A;
	font-weight: bold;
}
.menu1-level2 A {
	padding-left: 15px;
	padding-top: 2px;
	display: block;
	width: 145px;
	font-size: 0.9em;
	text-decoration: none;
	color: #2A4F6A;
	font-weight: bold;
}
.menu1-level3 A {
	padding-left: 25px;
	padding-top: 2px;
	display: block;
	width: 135px;
	font-size: 0.85em;
	text-decoration: none;
	color: #2A4F6A;
	font-weight: normal;
}
.menu1-level1 A:hover {
	background-image: url(img/menu1_act.gif);
	background-position: 3px 7px;
	background-repeat: no-repeat;
	color: #666666;
}
.menu1-level2 A:hover {
	background-image: url(img/menu2_act.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	color: #666666;
}
.menu1-level3 A:hover {
	background-image: url(img/menu3_act.gif);
	background-repeat: no-repeat;
	background-position: 24px 5px;
	color: #666666;
}
/* 1 Ebene */
.menu1-level1-no A {
	background-image: url(img/menu1_no.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	color: #2A4F6A;
}
.menu1-level1-act A {
	background-image: url(img/menu1_act.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	color: #000000;
}
.menu1-level1-cur A {
	background-image: url(img/menu1_cur.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	color: #000000;
}
/* Ende 1 Ebene */
/* 2 Ebene */
.menu1-level2-no A {
	background-image: url(img/menu2_no.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	color: #2A4F6A;
}
.menu1-level2-cur A {
	background-image: url(img/menu2_cur.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	color: #000000;
}
.menu1-level2-act A {
	background-image: url(img/menu2_act.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	color: #000000;
}
/* 3 Ebene */
.menu1-level3-no A {
	background-image: url(img/menu3_no.gif);
	background-repeat: no-repeat;
	background-position: 24px 5px;
	color: #2A4F6A;
}
.menu1-level3-cur A {
	background-image: url(img/menu3_cur.gif);
	background-repeat: no-repeat;
	background-position: 24px 5px;
	color: #000000;
}
.menu1-level3-act A {
	background-image: url(img/menu3_act.gif);
	background-repeat: no-repeat;
	background-position: 24px 5px;
	color: #000000;
}
/* Ende Einstellungen für die Hyperlinks auf den 2 Ebenen vornehmen */
/* Ende Formatierung vom Menü Links */
/* Anfang Sitemap formatieren */
.csc-menu P {
	margin: 0;
	padding: 0;
}
.csc-menu A {
	width: 350px;
	text-decoration: none;
	font-size: 1em;
	display: block;
	margin-top: 3px;
	margin-bottom: 5px;
}
.csc-menu-1 A {
	background-color: #CCCCCC;
	border: 1px dotted #666666;
	padding-left: 15px;
	color: #000000;
}
.csc-menu-1 A:hover {
	background-color: #666666;
	border: 1px dotted #CCCCCC;
	color: #FFFFFF;
}
/* Anfang Sitemap formatieren 3 Ebenen */
.csc-sitemap-level1 A {
	background-color: #CCCCCC;
	border: 1px dotted #666666;
	padding-left: 15px;
	color: #000000;
}
.csc-sitemap-level1 A:hover {
	background-color: #666666;
	border: 1px dotted #CCCCCC;
	color: #FFFFFF;
}
.csc-sitemap-level2 A {
	background-color: #FFFFFF;
	padding-left: 40px;
	border: 1px dotted #CCCCCC;
	color: #000000;
	font-size: 0.9em;
	width: 325px;
}
.csc-sitemap-level2 A:hover {
	background-color: #999999;
	color: #FFFFFF;
}
.csc-sitemap-level3 A {
	background-color: #FFFFFF;
	padding-left: 70px;
	border: 1px dotted #CCCCCC;
	color: #000000;
	font-size: 0.8em;
	width: 295px;
}
.csc-sitemap-level3 A:hover {
	background-color: #CCCCCC;
	color: #000000;
}
.csc-sitemap-level4 A {
	background-color: #FFFFFF;
	padding-left: 90px;
	border: 1px dotted #CCCCCC;
	color: #000000;
	font-size: 0.8em;
	width: 275px;
}
.csc-sitemap-level4 A:hover {
	background-color: #CCCCCC;
	color: #000000;
}
/* Ende Sitemap formatieren 3 Ebenen */
/* Ende Sitemap formatieren */
/* ANFANG Die Suchergebnisse formatieren */
.csc-searchResultHeader A {
	background-color: #CCCCCC;
	border: 1px dotted #666666;
	padding-left: 15px;
	color: #000000;
	width: 350px;
	text-decoration: none;
	font-size: 1em;
	display: block;
	margin-top: 3px;
	margin-bottom: 5px;
}
.csc-searchResultHeader A:hover {
	background-color: #666666;
	border: 1px dotted #CCCCCC;
	color: #FFFFFF;
}
/* ENDE Suchergebnisse formatieren */
/* Gästebuch formatieren - Anfang */
/* Einzelner Beitrag */
.tx-guestbook-single-item {
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	padding-top: 5px;
	padding-left: 5px;
}
.tx-guestbook-single-item a {
	text-decoration: none;
	font-size: 0.8em;
	color: black;
}
.tx-guestbook-single-item a:hover {
	text-decoration: underline;
	font-size: 0.8em;
	color: red;
}
.tx-guestbook-list-row {
	padding: 5px;
}
.tx-guestbook-list-header {
	font-weight: bold;
}
/* Kommentare formatieren */
.tx-guestbook-list-entrycomment-title {
	font-weight: bold;
	font-size: 0.9em;
}
.tx-guestbook-list-entrycomment-comment {
	font-style: italic;
}
.tx-guestbook-list-entrycomment {
	margin: 5px;
	padding-left: 3px;
	background-color: #CCCCCC;
	border: 1px #CCCCCC solid;
}
/* Kommentare formatieren - Ende*/
.tx-guestbook-list-small {
	font-size: 9px;
	color: #666666;
	margin-bottom: 5px;
}
.tx-veguestbook-pi1-browsebox TD {
	font-size: 9px;
	color: #999999;
}
.tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-veguestbook-pi1-browsebox-strong {
	font-weight: bold;
}
.tx-veguestbook-pi1-browsebox-SCell {
	background-color: #999999;
}
.tx-guestbook-latest-header {
	color: #999999;
	font-weight: bold;
}
.tx-guestbook-latest-row {
	background-color: #999999;
}
.tx-guestbook-latest-small {
	font-size: 9px;
	color: #666666;
}
/* Gästebuchformular Anfang */
.tx-guestbook-form {
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	padding-top: 5px;
	padding-left: 5px;
}
.tx-guestbook-form label {
	width: 5.5em;
	float: left;
	text-align: right;
	vertical-align: top;
}
.tx-guestbook-form-inputfield {
	width: 15em;
	border: 1px #CCCCCC solid;
	color: #333333;
	margin-left: 12px;
	margin-bottom: 2px;
}
.tx-guestbook-form-textarea {
	width: 15em;
	border: 1px #CCCCCC solid;
	color: #333333;
	margin-left: 12px;
	margin-bottom: 5px;
}
.tx-guestbook-form-obligationfield {
	color: #CC0000;
	vertical-align: top;
}
.tx-guestbook-form-error {
	color: #CC0000;
}
.tx-guestbook-form-submit {
	width: 350px;
	text-decoration: none;
	font-size: 1em;
	display: block;
	margin-top: 3px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	border: 1px #CCCCCC solid;
	padding-left: 15px;
	color: #000000;
}
.tx-guestbook-form-submit:hover {
	background-color: #666666;
	border: 1px #CCCCCC solid;
	color: #FFFFFF;
}
/* Gästebuchformular Ende */
.tx-guestbook-link-prev-next {
	color: #999999;
}
.tx-guestbook-link-prev-next a {
	color: #999999;
}
.tx-guestbook-link-prev-next a:hover {
	color: #000000;
}
/* Gästebuch formatieren - Ende  */
/***************************************/
/* Anfang Formatierung vom Newsausgabe  */
/************************************* */
.news {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px;
	font-size: 0.75em;
}
/* Anfang - Latest */
.news-latest-item {
	border: 1px #CCCCCC solid;
	padding: 3px;
	margin-top: 5px;
	background-color:#E8E8EE;
}
.news-latest-header h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news-latest-subheader p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.news-latest-item a {
	color: #000000;
	text-decoration: none;
}
.news-latest-item a:hover {
	color: #CC3300;
}
.news-latest-morelink {
	margin-top: 0;
}
.news-latest-img {
	float: left;
	margin-right: 2px;
}
/* Ende - Latest */
/* Anfang - LIST */
.news-list-item {
	border-top: 1px #CCCCCC solid;
/*border-bottom:1px #CCCCCC solid;*/	padding: 3px;
	margin-bottom: 3px;
}
.news-list-header h3 {
	color: #CC0000;
	font-size: 1em;
	margin-top: 0px;
}
.news-list-item a {
	color: #CC0000;
	text-decoration: none;
}
.news-list-item a:hover {
	color: #FACD0E;
}
.news-list-date {
	font-size: 0.8em;
}
.news-list-img {
	float: left;
	margin-right: 2px;
}
/* Ende - LIST */
.news-single-item h2 {
	font-size: 1.1em;
	margin-bottom: 4px;
	margin-top: 8px;
	color: #CC0000;
}
.news-single-img {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}
news-author {
	font-size: 0.75em;
}
.news-single-timedata {
	font-size: 0.75em;
}
.news-category {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.75em;
}
.news_author {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #009966;
	font-size: 0.75em;
}
.news-single-backlink a {
	text-decoration: none;
	font-size: 0.75em;
}
.clearer {
	clear: both;
	visibility: hidden;
}
/***************************************/
/* ENDE Formatierung vom Newsausgabe  */
/************************************* */
.header {
	margin: 5px 0px 5px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
