/************************************************************************************************************************
     Grundaufbau
************************************************************************************************************************/

/* Grundeinstellungen auf der Seite */
body {
	background-color: #D7E68A;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	}

/* Seitenkopf mit Logo */
.kopf {
	width: 580px; 
	height: 83px;
	background-color: #fff;
	padding:10px;
	margin-bottom:10px;
	border-bottom:5px solid #000;}

/* Der Bereich der das Menu und den Content enthält */		
.mitte {
	width: 598px; 
	height: 391px;
	background-color: #fff;
	margin-bottom: 10px;
	border-right: 2px dashed #000}

/* Einstellungen für den Bereich des Menüs (nicht der Links) */	
.menu {
	width: 146px; 
	height: 377px;
	background-color: #E5EFB2;
	float: left;}

/* Der Bereich für die Inhalte */
.content {
	padding:10px 10px 10px 156px;
	}

/* Der Bereich unter der Mitte */	
.fuss {
	width: 600px; 
	height: 20px;
	background-color: #D7E68A;
	margin-bottom: 10px;
	border-top:1px solid #000;}

/************************************************************************************************************************
     Einstellungen Content
************************************************************************************************************************/

/* h1 Überschrift im Content */
h1 { font-weight: bold ; color: #000; font-size: 12px; font-variant: small-caps; margin-top:0px; }

.bild img {text-align:center;padding:3px; border: 4px double #BDD739;}

/* Links im Content */
.content a {text-decoration: underline;color:#000;}
.content a:hover {text-decoration: underline;color:#BDD63D;}

	
/************************************************************************************************************************
     Menü 
************************************************************************************************************************/
/* Sprachauswahl */
.language {
	background-color:#BDD63D;
	text-align:center;
}

/* Anweisung für Bilder in der Sprachauswahl*/
.language img {
	padding:6px 15px 4px 15px;
}

/* Nichtverlinkte Bereiche unter dem Menü */
.nolink {
	display:block;
	width:136px;
	padding:5px;
	background-color:#BDD63D;
	color:#fff;
	margin:1px 0px;
	text-decoration:none;
	font-weight:bold;
}
/***********************************************
     First Level (ohne Klick sichtbar)
************************************************/
/* Verweise (Besucht & Unbesucht) */
.fstLevel a{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:136px;
	padding:5px;
	background-color:#BDD63D;
	color:#fff;
	margin:1px 0px;
	text-decoration:none;
	}
	 
/* Verweise (Mouseover) */
.fstLevel a:hover{
	color:#000;
	background-color:#D1E277;
	text-decoration: none;
	font-weight:bold;}
	 
/* Verweis (Aktiv, wenn entsprechende Seite gerade aufgerufen ist) */
.fstLevelActive a{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:136px;
	padding:5px;
	background-color:#F2F7D8;
	color:#000;
	margin:2px 0px;
	text-decoration:none;}

/***********************************************
     Second Level (erst mit Klick sichtbar)
************************************************/
/* Verweise (Besucht & Unbesucht)*/
.secLevel a{
	text-decoration: none;
	display: block;
	width: 148px;
	border: 1px solid #3F3F3F;
	padding: 3px;
	margin: 1px;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #F8F0E8;
	background-color: #3F3F3F;}
	 
/* Verweise (Mouseover) */
.secLevel a:hover{
	color: #006633;
	background-color: #F8F0E8;}
     
/* Verweis (Aktiv, wenn entsprechende Seite gerade aufgerufen ist) */
.secLevelActive a{
	text-decoration: none;
	display: block;
	width: 148px;
	border: 1px solid #3F3F3F;
	padding: 3px;
	margin: 1px;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #ff0000;
	background-color: #3F3F3F;}