body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color:#F0F0F0;
}

td, th, p, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

tr.border1dotted td { border-top:#287DA7 1px dotted; }

.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #1e237c;
	text-decoration: none
}
a:hover {
	color: #1e237c;
	text-decoration: underline;
}

.articleText {
	margin-bottom: 3px;
	text-align: justify;
	background-color:#F0F0F0;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 { font-size:16px; margin-top:0px; }
h2 { font-size:14px; }
h3 { font-size:14px; 
	background-color:#F0F0F0; 
	color:#1E237C;
	border-bottom:1px dotted #1E237C;
	border-top:1px dotted #1E237C;
 }
h4 { font-size:12px; color:#287da7; margin:0px;
/*	border-bottom:1px dotted #287da7;
	border-top:1px dotted #287da7;*/
}
h5 { font-size:11px; }
h6 { font-size:10px; }

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #287da7;
	font-weight: bold;
	text-decoration: none;
}
.nav_table a:hover {
	color: #1e247c;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #1e247c;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.articleLinkInternal { padding-bottom:10px; }

/* Gästebuch */
.gbFormFields input, .gbFormFields textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #000000;
	margin-top: 2px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	position: static;
	border:1px solid #828282;
	background:#FFFFFF;
	font-size:11px;
}

.gbEntries h1, .gbEntries div.entry, .gbEntries a:link, .gbEntries a:visited, .gbEntries a:hover, .gbEntries a:active {
font-size:11px; text-align:left;
}
.gbEntries a:link, .gbEntries a:visited, .gbEntries a:hover, .gbEntries a:active {
}

/* Gaestbuch - Eingabebereich 
-------------------------------------------------------------- 
*/
.gbInputForm { text-align:left; padding:2px; /* */
}
.gbInputForm h1 { font-size:13px; color:#1E237C; text-align:left; padding-right: 4px;}
.gbError { color:#CC0000; font-weight:bold; }
.gbError ul li { color:#CC0000; font-weight:bold; }
.gbFormFields { text-align:left; vertical-align:top; /* background:blue; */ 
}
.gbInputField {}
.gbInputField2 { background: #FFFEEE;}

.gbShowEmail { 
 background:#DDD;  padding:3px 10px; margin:5px 0; 
}

.gbCaptchaField { text-align:center; vertical-align: bottom; /* background:orange; */ 
 margin: 10px 0; height:100px;
}
#guestbook_captcha {
	font-size:18px;
	height:27px;
	vertical-align:top;
	background-color: #FFE0A6;
}
.gbFormButton { text-align:left; }

.gbSuccess { font-weight: bold; }

/* Gaestbuch - Navigation ----------
*/
.gbNav { /* Navigationsleiste */
 height:20px;
 background: #DDD;
 padding:5px 5px;
 margin: 10px 0 0 0;
}
.gbNavLeft { float: left;
 margin:0;
}
.gbNavRight { float: right;
 margin:0;
}

/* Gaestebuch - Eintragung ----------
*/
.gbEntries {    /* komplette Liste */ 
 clear:both;
 margin: 10px 0 10px 0; 
}
.gbListEntry {  /* einzelne Eintraege */ 
 clear:both;
 background: #FFF;
 padding:10px 5px;
 margin: 0 0 10px 0; 
 border-top:1px solid #ddd;  
 border-left:1px solid #ddd;  
 border-right:1px solid #ddd;
 border-bottom:2px solid #999;
}
.gbListEntry h1 a:link, .gbListEntry h1 a:visited, .gbListEntry h1 a:hover, .gbListEntry h1 a:active {
text-decoration:underline;
}

.entryID { /* Eintrags-ID-Nummer */
 float:right; 
 width:80px;
 text-align:center;
 font-family: verdana; 
 font-size:35px; font-weight: bold; 
 color:#FFF; 
 background:#F3F3F3; 
 padding:6px 0px 8px 0px; margin:-5px 0 5px 10px;
}

.gbListEntry h1 { /* Name mit URL */
 font-size:12px; }
 
.gbListEntry h1 span { /* Eintrags von: */
 color: #111; }

.gbListEntry h2 { /* Datum und eMail-Adresse */
 text-align:left; color: #333; font-size: 10px; }

.gbImage { /* Uebertragenes Bild */ 
 margin: 8px 8px 5px 0;} 

.gbListEntry p { /* Gaestebuch Fliesstext */
 color: #000; margin: 0px; }

/* Kontaktformular */

td.formField input, td.formField textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	margin-top: 2px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	position: static;
	border:1px solid #828282;
	background:#FFFFFF;
}

/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}



/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#headerBlock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}

#mainBlock {
	padding: 5px;
	margin-left: 215px;
	margin-right: 215px;
	background-color: gray;
}

#leftBlock {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#rightBlock {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#footerBlock {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
}

.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}


#VisualModeIndicator {
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:10000;
	background-color:#FF3300;
	color:#FFFFFF;
	border:1px solid #000000;
}

.phpwcmsArticleListEntry {
	clear: both;
}
.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}

div.cpPagination {
	margin: 10px 0 10px 0;
	text-align: right;
}
a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
	padding: 0px 3px 1px 3px;
	background-color: #FFFFFF;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CBCBCB;
}
a.cpPaginateActive {
	background-color: #CBCBCB;
	color: #FFFFFF;
	border: 1px inset #CBCBCB;
}

a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
	background-color: #DDDDDD;
	color: #666666;
	border: 1px inset #CBCBCB;
}

div.calendar {
clear:left;
margin:13px 0pt 0pt;
padding:0pt;
}
div.calendar div.date {
background-color:#E4E6E6;
float:left;
font-size:1.3em;
height:45px;
line-height:100%;
margin:0pt;
text-align:center;
width:66px;
}
div.calendar div.date strong {
float:left;
letter-spacing:0.06em;
padding-top:5px;
text-align:center;
width:66px;
}
div.calendar div.date strong.year {
float:none;
font-weight:normal;
letter-spacing:0.2em;
line-height:108%;
padding:0pt;
width:auto;
}
div.calendar h2 {
color:#7C8084;
font-family:"HelveticaNeue Condensed","Arial Narrow","Helvetica Condensed",Arial,Helvetica,sans-serif;
font-size:1.5em;
font-weight:normal;
margin:0pt;
padding:1px 0pt 2px 80px;
}
div.calendar p {
margin:0pt;
padding:0pt 20px 3px 80px;
}
div.calendar p.place {
font-size:1.1em;
font-weight:bold;
padding-bottom:3px;
}
div.calendar a {
text-decoration:none;
}
div.calendar h2 a {
color:#7C8084;
}
div.calendar a:hover {
color:#000000;
text-decoration:underline;
}
div.calendar div.teaser {
line-height:140%;
margin:0pt;
padding:0pt;
}

    /* ------- start news --------- */

    .newsEntry {
       padding: 5px 0 0px 0;
    }

    .newsImageTeaser {
       float:left;
       border: 5px solid #f6ecee;
       margin: 0px 10px 5px 0;
       padding: 0px 0px 0 0;

    }
    .newsImageDetail {
       float:left;
       border: 5px solid #f6ecee;
       margin: 4px 10px 5px 0;
       padding: 0px 0px 0 0;

    }
    .news_teaser {
       text-align: justify;
    }

    .news_text{
       text-align: justify;
    }
    .hrNews{
       margin: 0px 0 0px 0;
       padding: 5px 0 0px 0;
       height:0;
       border:0;
       border-bottom:1px dotted #CCCCCC;
       clear:both;
    }

    /* ------- end news --------- */