/*******************************************************************************
***  Grundlegende Seite - BODY, dünner Tabellenrahmen
*******************************************************************************/

BODY {
	/* margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px; */
	background-color: #CCCCCC;
	}

.TabellenRahmen {
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	}

/*******************************************************************************
***  Menü Oben
*******************************************************************************/

.MenuOben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	}

/*******************************************************************************
***  Hauptmenü linke Spalte - Ebene 1
*******************************************************************************/

.MenuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

.MenuLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	text-align: left;
	}

.MenuLinksAktuell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	text-align: left;
	}

/*******************************************************************************
***  Hauptmenü linke Spalte - Ebene 2
*******************************************************************************/

.MenuLinks1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.MenuLinks1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.MenuLinks1Aktuell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

/*******************************************************************************
***  Hauptmenü linke Spalte - Ebene 3
*******************************************************************************/

.MenuLinks2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	text-align: left;
}
.MenuLinks2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-style: italic;
}
.MenuLinks2Aktuell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-style: italic;
	text-decoration: none;
}

/*******************************************************************************
***  Pfadangabe
*******************************************************************************/

.MenuPfad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

/*******************************************************************************
***  Titel des Seiteninhalts
*******************************************************************************/

.TitelSeiteninhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

/*******************************************************************************
***  Text des Seiteninhalts
*******************************************************************************/

.TextSeiteninhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
    list-style-type: disc;
}

.TextSeiteninhaltRechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: right;
    list-style-type: disc;
}

.Aufzaehlung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
}

/*******************************************************************************
***  Text des TopContents (zuletzt geaendert)
*******************************************************************************/

.TopContentSeite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.TopContentInhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.TopContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.TopContentDatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.TopContentLink A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	text-align: left;
}

.TopContentLink A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	text-align: left;
}

.TopContentLink A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	text-align: left;
}

/*******************************************************************************
***  Login-Box
*******************************************************************************/

.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.login:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: underline;
}
.username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
}

/*******************************************************************************
***  Input-Formen
*******************************************************************************/
FORM {
	MARGIN: 0px;
}

INPUT {
	border-bottom: solid; 
	border-left: solid; 
	border-right: solid; 
	border-top: solid; 
	color: #000000; 
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	background-color: White;
	height: 19px;
	}

INPUT.input-submit {
	border-bottom: solid; 
	border-left: solid; 
	border-right: solid; 
	border-top: solid; 
	color: #000000; 
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	background-color: #CCCCCC;
	height: 19px;
	}

/*******************************************************************************
***  Gästebuch
*******************************************************************************/

.guestbook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.guestbook:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.guestbook_anzeige {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.guestbook_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.unsichtbar {
                display: none;
}



/*******************************************************************************
***  FHT Downloadbereiche
*******************************************************************************/

.FHTKategorieTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
    list-style-type: disc;
}

.fht_download_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
                list-style-type: disc;
                text-decoration: underline;
}

.FHTDateiname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
    list-style-type: disc;
}

.FHTGrösse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	list-style-type: disc;
	font-style: italic;
}

.FHTKategorie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
    list-style-type: disc;
}

.FHTBeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
    list-style-type: disc;
}

.FHTIcon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
    list-style-type: disc;
}

.FHTDatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
    list-style-type: disc;
}



/*******************************************************************************
***  Diverse Style's
*******************************************************************************/

.fusszeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #666666;
	text-align: right;
}


TEXTAREA {
	border-bottom: solid; 
	border-left: solid; 
	border-right: solid; 
	border-top: solid; 
	color: #000000; 
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	background-color: White;
}

.tx-srfeuserregister-pi1 INPUT {
	border-bottom: solid; 
	border-left: solid; 
	border-right: solid; 
	border-top: solid; 
	color: #000000; 
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	background-color: White;
	height: 19px;
}
.tx-srfeuserregister-pi1 INPUT.tx-srfeuserregister-pi1-submit {
	border-bottom: solid; 
	border-left: solid; 
	border-right: solid; 
	border-top: solid; 
	color: #000000; 
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	background-color: #CCCCCC;
	height: 19px;
}

.tx-srfeuserregister-pi1 P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.tx-srfeuserregister-pi1 A:link { 
  background-color:transparent; 
  color:#000000; 
  text-decoration:none; 
  font-weight:bold;
}

.tx-srfeuserregister-pi1 A:hover { 
  background-color:transparent; 
  color:#000000; 
  text-decoration:underline;
  font-weight:bold; 
}

