body {
	background-color: #FFFFFF;
	background-image: url(Hintergrund.jpg);
	}


body,td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border: medium #FFFFFF;
	color: #000000;
}


/* Titel der Seite */

.Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #E6E6E6;
	text-decoration: none;
}
/* aktueller Seitentitel der angezeigt wird*/
.Untertitel {   

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF5F00;
	text-decoration: none;
}


.contentheading {   
        font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: bold;
	color: #551100;
	text-decoration: none;
	font-weight: bold;
}


/* ------- Textkoerper   --------*/

.Schlagwort {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border: medium #FFFFFF;
	color: #000000;
}

.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border: medium #FFFFFF;
	color: #000000;
}

.kopf {
	font-size: 24px;
	color: #FFFFFF;
}

.AktuellerLinkderSeite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FF5F00;
	text-decoration: none;
	font-weight: bolder;
}


.AktuellerLinkderSeiteNormal {
        color: #FF5F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}








.aktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FF5F00;
}

.linkdunkel {
	color: #666666;
	text-decoration: none;
}





a:link, a:visited, a:active {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF5F00;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
    cursor: hand;
    text-decoration: underline;	
}


h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: bold;
	color: #551100;
	text-decoration: none;
	font-weight: bold;  }





h3 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border: medium #FFFFFF;
	color: #000000;  }


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border: medium #FFFFFF;
	color: #000000;  }


h4  { 
        display : block;
        width:96%;
        border:solid 2px white;
        padding: 5px;
        background-color: #E8E8E8;       
        font-family: Arial, Helvetica, sans-serif;
	    color: #000000; 
}


hr { color: white;
       hight : 4px;  }

/* --- Menü ---  */
/* Aufzählungspunkte sollen verschwinden */ 
td.menu li, td.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*Untermenü*/
td.menu ul ul {
        padding-left: 8px;
       color: #FFFFFF;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
}


/*Untermenü*/
td.menu li li {
        padding-left: 8px;
       color: #FFFFFF;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
}



/*normales Hauptmenüpunkt*/
td.menu a.menu_default {
	font-family: Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-size: 14px;
	display: block;
	padding-bottom : 10px;
        width: 100%;
	text-decoration: none;
	font-weight: none;
}

/*aktives Hauptmenü*/
td.menu a.menu_current {
        padding-bottom : 10px;
        font-family: Arial, Helvetica, sans-serif;
	color:FF5F00 #;
	font-size: 14px;
	display: block;
	width: 100%;
        text-decoration: none;
	font-weight: none;
}

td.menu a.menu_current {
	cursor: hand;
	font-weight: bold;
	text-decoration: none;
}

td.menu a:hover {
	cursor: hand;
	font-weight: bold;
	text-decoration: underline;
}




#block  { 
        display : block;
        width:96%;
        border:solid 3px white;
        padding: 5px;
        padding-left : 25px;
        /*background-color: #E5E5E5;     */
		background-color:#E3E3E3;  
        font-family: Arial, Helvetica, sans-serif;
	    color: #000000; 
}





