/* ALLGEMEINE FORMATIERUNG */

/* Hintergrund des gesamten sichtbaren Bereichs der Webseite auf dem Monitor 
   und Verhalten bei MouseOver (hover) und onClick */
body {
	background: #C0617F URL(../images/mains-bg.gif) repeat-x;
	color: #2D2D2D;
	font-family:arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

/* Farbliche Darstellung von Links (hellblau) */
a:link {
	color: #A5CEEF;
	font-weight: normal;
	text-decoration: none;
}

/* Farbliche Darstellung von besuchten Links (weiss) */
a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

/* Farbliche Darstellung von aktiven Links (hellrosa) */
a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

/* Farbliche Darstellung von Links bei MouseOver (gelb) */		
a:hover { 
	color: #FFFF66;
	font-weight: normal;
	text-decoration: underline;
}

/* Container für den Inhalt der Webseite - hier wird die Breite des benötigten Bereichs
   festgelegt (width) und durch entsprechende Angabe zu den Rändern (margin) kann die 
   Ausrichtung des verwendeten Bereichs angegeben werden */
#kc-container {
	margin: 5px auto;
	width: 1000px;
	position: relative;
	}

/* Element für die Anzeige des Datums und laufende Uhrzeit */
#kc-datetime {
	background-color: #A5CEEF;
	color: #6328B4;
	text-align: center;
	font-weight: bold;
}

/* Element für die Anzeige einer Zeile Werbetext - hier ein
   Lauftext von rechts nach links (marquee) */
#kc-advertise {
	background-color: #A5CEEF;
	color: #6328B4;
	text-align: center;
	font-weight: normal;
}

/* An dieser Stelle kann das Element für den Header formatiert werden.
   Für diese Website werden aber mehrere Header gebraucht, die jeweils
   in einer eigenen CSS-Datei formatiert werden.
   Durch eine geschickte Aufteilung der Elemente auf mehrere CSS-Dateien
   kann der Name des Headers-Elements gleich bleiben. Allerdings darf in 
   einer .html-Datei nur jeweils 1 einzige CSS-Datei mit der Formatierung 
   eines Headers eingebunden werden, da sonst (aufgrund des gleichen Namens 
   in mehreren CSS-Dateien) gar nichts dargestellt wird. */

/* #kc-header { } */

/* Horizontale Navigation im Kopf der Website */
/* ========================================== */
#kc-hnav {
	clear: both;
	height: 40px;
	width: 925px;
	position: absolute;
	margin-left: 25px;
}

#kc-hnav ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width:925px;
	position:absolute;
	text-align:center;
	z-index:2;
}

#kc-hnav li {
	list-style: none;
	float:left;
	margin: 0px;
	padding: 0px;
	display:inline;
	border-right: 1px solid #c0617f;
}
#kc-hnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	display:inline;
	text-transform: uppercase;
	padding: 20px 20px 10px 20px;
}
#kc-hnav a:hover {
	color: #A5CEEF;
}

.lastnav{
	border-right: 0px none #c0617f !important;
}
.lastitem{
	background:url(../images/list-bg.gif) !important;
}

/* Formatierung der Elemente links und rechts des Headers für Ginkgo-Blatt-Bilder */
#kc-picLeft {
	background: url(../images/ginkgo-klein.gif) no-repeat;
	background-position:center;
	float: left;
	height: 130px;
	width: 161px;
	margin: 15px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	}
#kc-picRight {
	background: url(../images/ginkgo-klein.gif) no-repeat;
	background-position: center;
	float: right;
	height: 130px;
	width: 161px;
	margin: 15px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	}
   	
/* Einteilung des verwendeten Website-Bereichs.
   Diese Website besteht aus einem Kopfteil (Header, siehe oben), einer
   Navigationsspalte (link) und eine Inhaltsspalte (rechts) sowie eine 
   Fusszeile. */

/* Der Anfang macht der linke Teil der Website, in der die vertikale Navigation
   untergebracht wird. Sie erhält eine Breite von 250 Pixeln. */
#kc-left {
	float: left;
	padding-top: 0px;
	width: 250px;
}

/* Jetzt wird die rechte Spalte, in der die eigentliche Inhalte untergebracht
   werden, formatiert. Sie wird 730 Pixel breit. */
#kc-right {
	float: left;
	margin-left: 10px;
	width: 730px;
}

/* Jetzt noch die Fusszeile der Website formatieren. Man kann die Fusszeile je
   nach Bedarf mit einer anderen Hintergrundfarbe versehen. Hier wurde die Haupt-
   farbe der ganzen Seite durch auskommentieren (slash und stern am Anfang und
   Stern und Slash am Ende des Kommentarbereichs) des Tags "background-color: #FFFFFF"  
   beibehalten (siehe #body -> background:"). */
#kc-footer {
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: center;
/*	background-color: #6328B4;*/
}

/* Vertikale Navigation im Bereich kc-left */
/* ======================================= */
/* Elemente für den Top und den Bottom des Hintergrunds für den vertikalen Navigationsbereich
   (als Klasse deklariert (. statt #) weil auch an anderen Stellen zu verwenden) */

.kc-vnav-top {
	background: url(../images/menu-top.gif) no-repeat;
	height: 10px;
	margin-bottom: 0px;
	}
		
.kc-vnav-bottom {
	background: url(../images/menu-bottom.gif) no-repeat;
	height: 10px;
	}

/* Element für die Menü-Überschrift (ebenfalls als Klasse) */

.kc-vnav-header {
	background: url(../images/tab-heading.gif) no-repeat;
	color: #6328B4;
	display: block;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 18px;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-left: 7px;
	width: 205px;
}

.kc-tab1 {
	float: left;
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	width: 205px;
	margin: 3px 0px 1px -30px;
	padding: 2px 0px 0px 10px;
	text-align: left;
	background: url(../images/list-bg.gif) no-repeat;
}
	
/* Formatierung für die Hintergründe und Text der vertikalen Navigationspunkte. */
#kc-vnav ul {
	list-style: none;
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 8px;
	padding: 0px;
}
		
#kc-vnav li {
	background: url(../images/list-bg.gif) no-repeat;
	display: block;
	font-size: 12px;
	height: 21px;
	list-style: none;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	width: 212px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Ab hier erfolgt die Formatierung der Textboxen, in denen der eigentliche Inhalt
   angezeigt werden soll. */
.kc-boxholder{
	clear: both;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.kc-textboxtop {
	background: url(../images/textbox-top.gif) no-repeat;
	color: #A5CEEF;
	display: block;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	font-family: Arial;
	height: 33px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 11px;
	width: 710px;
}

.kc-box{
	background:  #C0617F url(../images/textbox-bg.gif) no-repeat;
	border-left: 1px solid #DF8FA9;
	border-right: 1px solid #DF8FA9;
	color: #F0C5D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	width: 713px;
	padding-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	/*max-height: 500px;
	overflow: auto;*/
}

.kc-textboxbottom {
	background: url(../images/textbox-bottom.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 15px;
	padding-top: 0px;
	text-align: right;
	width: 715px;
}

/* Formatierungen für einmalige Vorkommen */
/* impressum.html */
#kc-haftung {
	margin-right: 10px;
	font-family: Arial;
	font-size: 9px;
	text-align: justify;
}

/* Formatierung für Fotos */
.photo {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding:5px;
	border: 1px solid #ca738f;	
}

.photoleft {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #ca738f;
	}
	
.photo img{
	border: 1px solid #df8fa9;
}

#vmenuspacer {
	height: 31px;
	}