a:link {color: #E68E37; text-decoration: underline;}
a:visited {color: #E68E37; text-decoration: underline;}
a:active {color: #A5B1DA; text-decoration: none;}
a:hover {color: #A5B1DA; text-decoration: none;}

a.cal:link {color: #000000; text-decoration: underline; font-size:10px;}
a.cal:visited {color: #000000; text-decoration: underline; font-size:10px;}
a.cal:active {color: #B45801; text-decoration: none; font-size:10px;}
a.cal:hover {color: #B45801; text-decoration: none; font-size:10px;}

a.menu:link {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}
a.menu:visited {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}
a.menu:active {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}
a.menu:hover {color: #B45801; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}

#welcome a:link {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: underline;}
#welcome a:visited {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: underline;}
#welcome a:active {color: #B45801; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}
#welcome a:hover {color: #B45801; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}

a.submenul:link {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: underline;}
a.submenul:visited {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: underline;}
a.submenul:active {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}
a.submenul:hover {color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none;}

a.foot:link {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; text-decoration: none;}
a.foot:visited {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; text-decoration: none;}
a.foot:active {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; text-decoration: none;}
a.foot:hover {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; text-decoration: none;}

b.red { font-weight:bold; color:#E68E37; }
b { font-weight:bold; color:#000000;}
.foot { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; }

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

.caluhr {
font-size:10px;
}

.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
margin-left:15px;
}
.submenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin-left:25px;
}
.content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
margin-top:10px;
margin-left:20px;
margin-right:15px;
}

.smallfont {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.input {
border:1px solid #A5B1DA;
text-indent:2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#000000;
background-color:#ffffff;
}

.printonly {
display:none;
}

h1 { color:#E68E37; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20px; }
h1.blue { color:#9BA9D6; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20px; margin-left:20px; }
h2,h2.breadcrumps { color:#E68E37; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 17px; }
h3,h3.gal_title { color:#E68E37; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 15px; }
h4 { color:#000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; margin-top:0px;}
h5 { color:#000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 15px; margin-top:0px;}
h6 { color:#000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 17px; }











/* Äußere Box für den gesamten Artikel-Bereich - DIV selber (id = 01article) */
#_01article,
#_01gallery{
	text-align:left;
	}

.box_out{
	width: 98%;
	margin: 0 auto;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}



	
	
	



	
	
.artikel_headline {
	width:100%;
	}
	
/* Artikel-Titel (innerhalb von artikel_headline) */
h2.titel{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 20px;
	color:#E68E37;
	margin-bottom:0;
	padding-bottom:10px;
	text-decoration:none;
	}

/* Link-Definitionen (titel) */
.titel a:link, .titel a:visited, .titel a:hover {
	text-decoration:none;
	border:0;
	color:#E68E37;
	}

/* Informationen zum Artikel unterhalb des Titels */
.headline_small {
	width:100%;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#A5B1DA;
	padding:4px;
	}
.footline_small {
	width:100%;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* Link-Definitionen (artikel_headline) */
.headline_small a:link,.headline_small a:visited  {
	text-decoration: underline;
	color: #000;
}
.headline_small a:hover  {
	text-decoration: none;
	color: #000;
}




	
	

	
	
	
	
	
/* Aussehen der Artikel-DIV-Box */
.artikel_textbox {
	border-bottom: 1px dotted #999;
	}
	
/* Aussehen der Artikel-Texte / der Artikel-DIV-Box */
.artikel_text, body.mceContentBody {
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}

/* Link-Definitionen (artikel_text) */
.artikel_text a:link, .artikel_text a:visited, .mceContentBody a  {
	text-decoration: underline;
	color: #000;
}
.artikel_text a:hover  {
	text-decoration: none;
	color: #000;
}
	
/* CSS-Eigenschaten für das Kategorie-Bild */

.artikel_catimg img {
	text-align:left;
	float:left;
	padding:5px;
	padding-top:15px;
	}

	
	
	






	

/* Definition für TABELLE mit der Seiten-Navigation */
.table_page {
	padding-top:15px;
	width:100%;
	border:0;
	}
	
/* Textdefinition für Seiten-Navigation (Vor, Zurück etc.) */
.page_text {
	font-size:12px;
	text-decoration:none;
	}
	
/* Definition für Tabellenabschnitt mit weiteren Feldern (Suchbox, RSS, Archiv, Seiten etc.) */
.table_page_fields {
	padding-top:15px;
	width:auto;
	border:0;
	}
	
.table_page_fields td {
	padding:5px;
	}




	
	
/* Tabelle für Archiv-Ansicht */
.table_archiv {
	width:100%;
	border:0;
	}

.table_archiv td {
	padding:5px;
	}
	
.table_archiv_headline {
	font-weight:bold;
	}
	
	
	

	
/* Definition für Kommentar-Box (Anzeige von Kommentaren) */
.commentbitbox {
	width:100%;
	text-align:left;
	border: 1px dotted #999;
	padding:8px;
	}
	
.comment_text {
	font-size:12px;
	text-decoration:none;
	}

/* Definition für "Kommentar-Hinzufügen"-Tabelle */
.commentaddbox {
	width:102%;
	text-align:left;
	border: 1px dotted #999;
	padding:8px;
	}
	

	

	
/* Aussehen von kleinem Text */
.small, .small a:link,.small a:visited {
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
.small a:link,.small a:visited {
	text-decoration:underline;
	}
.box_out a:hover  {
	text-decoration: none;
}
	
/* Hervorgehobener, wichtiger Text */
.highlight {
	font-weight:bold;
	color:red;
	}
	


	
	



/* Formular-Elemente */
/* Normales Textfeld */
.input_field {

	}
	
/* Formular-Buttons */
.input_button {

	}
	
/* Dropdown-Boxen */
.input_selectfield {
	
	}
	
	
	
	
	
	
	
/* Rahmen bei Bildern mit Link entfernen */
img {
	border: 0;
	}
	
.float_left {
	text-align:left;
	float:left;
	}
.float_right {
	text-align:right;
	float:right;
	}
	
	
/* Copyright-Hinweis */
/* Sichtbare Hinweis darf ohne eine entsprechende Lizenz NICHT entfernt werden! */
.copyright {
	padding-top:15px;
	font-size:11px;
	text-decoration:none;
	}
	
	
/* Textattribute für Fehlermeldungen */
p.errormsg {
	color:red;
}










/* Galerie-Auflistung */
/* Allgemeine Formatierung des Beschreibungstextes */
.gallist_u_beschreibung p {
	margin:0;
	margin-top:5px;
}

/* Aussehen der Passwort-Box, die angezeigt wird, wenn eine Galerie mit einem Passwort geschützt ist */
.galpwbox {
	width:400px;
	height:125px;
	margin: 0 auto;

	padding:5px;
	border:1px solid #eee;

	text-align:center;
}


/* Auflistung untereinander */

/* Formatierung des Hinweistextes, wenn ein Bilderalbum mit einem Passwort geschützt wrde */
.gallist_u_beschreibung p.gal_password {
	font-size:8pt;
}

/* Rahmen für die Tabellenzellen */
td.gallist_u_beschreibung {
	border-bottom:0px solid #000;
}

/* Rahmen für Galerie-Thubnails */
td.gallist_u_thumbnail img {
	border:1px solid #000;
	padding:5px;
}







/* CSS-Definitionen für die Thumbnail-Auflistung */
/* CSS-Gallery by dnevnikeklektika.com
-	http://web.archive.org/web/20070410114605/http://dnevnikeklektika.com/en/css-gallery-layout-en
-	http://dnevnikeklektika.com/en/css-gallery-layout-en
*/
.cssgallery{
	margin:0; padding:0;					/* NICHT VERÄNDERN!!! */
	overflow:hidden; 						/* NICHT VERÄNDERN!!! - Clears the floats */
	width:100%; 							/* NICHT VERÄNDERN!!! - IE and older Opera fix for clearing, they need a dimension */
	list-style:none;						/* NICHT VERÄNDERN!!! */
}

.cssgallery li{
	float:left;								/* NICHT VERÄNDERN!!! */
	display:inline; 						/* NICHT VERÄNDERN!!! - For IE so it doesn't double the 1% left margin */
	margin:0 0 0 1%; padding:0 0;	/* Bestimmt den Abstand der einzelnen Bilder zueinander */
	position:relative; 						/* NICHT VERÄNDERN!!! - This is the key */
	text-align:center;
}

.cssgallery a{
	display:block;
	margin:0 auto;
}

.cssgallery img{					/* Hier kann ein Rahmen um die Thumbnails angelegt werden */
	padding:3px;
	border:1px solid #000;
}

a img{ border:none; } 						/* NICHT VERÄNDERN!!! - A small fix */









/* DIV für die Detailansicht eines einzelnen Bildes */
div.picdetailview {
	width:95%;
	margin:0 auto;
	padding:10px;

	text-align:center;
}

/* CSS-Classe des Detailbildes */
img.picdetailimg {
	width:auto !important;
	width:100%;
	max-width:100%;
	border:0;
}

/* CSS-Classe für Bildtitel in der Detailansicht */
h3.picdetailh3 {
	margin-top:5px;
	margin-bottom:10px;
}

/* Beschreibungstext in der Detailansicht */
div.picdetailview p {

}

/* DIV-Box für die Thumbnails unterhalb der Detailansicht */
div.picstream {

}







/* Definition für Kommentar-Box (Anzeige von Kommentaren) */
.commentbitbox {
	width:80%;
	text-align:left;
	border: 1px dotted #999;
	padding:8px;
	margin:0 auto;
	}

.comment_text {
	font-size:12px;
	text-decoration:none;
	}

/* Definition für "Kommentar-Hinzufügen"-Tabelle */
.commentaddbox {
	width:82%;					/* 2% größer als width von .commentbitbox wählen */
	text-align:left;
	border: 1px dotted #999;
	padding:8px;
	}










/* Formatierung der Tabelle mit Weiter- und Zurück-Links bei mehrseitigen Auflistungen */
.galpagestable,
.picpagestable {
	width:100%;
	margin-top:25px;
}





/* Aussehen von kleinem Text */
.small01acp, .small01acp a:link,.small01acp a:visited {
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
.small01acp a:link,.small01acp a:visited {
	text-decoration:underline;
	}
.box_out a:hover  {
	text-decoration: none;
}

/* Hervorgehobener, wichtiger Text */
.highlight {
	font-weight:bold;
	color:red;
	}







/* Formular-Elemente */
/* Normales Textfeld */
.input_field {

	}

/* CSS-Klasse für Mehrzeilige Eingabefelder (textareas) */
.textareafeld {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Formular-Buttons */
.input_button {

	}

/* Dropdown-Boxen */
.input_selectfield {

	}








/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;				/* Overlay-Hintergrundfarbe der Lightbox-Abdunklung */
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;				/* Hintergrundfarbe des Untertitel-Bereichs */
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;			/* Bildrahmenfarbe um das in der Lightbox geöffnete Bild herum */
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}
#lbNextLink {
	right: 0;
}

/* Untertitel-Textdefinition */
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}



/* Rahmen um Bilder standardmäßig entfernen */
img *,
img.noborder,
td.gallist_u_thumbnail img.noborder {
	border:0;
}	