/* Leiste mit Buttons-Definitionenen */
.nav {
	background : #E8DFD2;
	color : #000000
}

/* Benutzerzeile Standard */
.main {
	font-family : tahoma;
	font-size : 12px;
	background : #E8DFD2;
	color : #000000
}
/* Link normal in der Benutzerzeile */
a.main, a:link.main, a:visited.main {
	font-family : tahoma;
	font-size : 10px;
	font-style : bold;
	color : #000000;
	text-decoration : underline;
}
/* Beim Überfahren eines Links in der Benutzerzeile */
a:hover.main {
	font-family : Tahoma;
	font-size : 10px;
	font-style : normal;
	color : #AF9161;
	text-decoration : none
}
/* Hintergrund und Standardauslegung der Navichain */
.navichain {
	background : #E8DFD2;
	color : #000000;
	font-family : tahoma;
	font-size : 12px
}
/* Die Navichain normal */
a.navichain, a:link.navichain, a:visited.navichain {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
}
/* Beim Überfahren der Navichain */
a:hover.navichain {
	font-family : Tahoma;
	font-size : 12px;
	color : #AF9161;
	text-decoration : none
}
/* Kopfzeile div. Angaben */
.head {
	background : #E8DFD2;
	color : #000000;
	font-family : tahoma;
	font-size : 12px;
}
/* Überschrift der seitlichen Boxen */
.box {
	color : #000000;
	font-family : tahoma;
	font-size : 12px;
	font-weight : bold;
	height : 14px
	}
/* seiliche Boxen normal */
.inbox {
	background : #E8DFD2;
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
}

a:link.inbox, a:visited.inbox {
	background : #E8DFD2;
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}
/* Seitliche Boxen beim Überfahren */
a:hover.inbox {
	background : #E8DFD2;
	font-family : Tahoma;
	font-size : 12px;
	color : #AF9161;
	text-decoration : none
}
/* Beschreibung des Bodytags */
BODY {
	background-color : #E8DFD2;
	SCROLLBAR-FACE-COLOR: #E8DFD2; 
	SCROLLBAR-HIGHLIGHT-COLOR: ; 
	SCROLLBAR-SHADOW-COLOR: ; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #E8DFD2; 
	SCROLLBAR-DARKSHADOW-COLOR: }
}
/*Link zur Kategorie und File normal  */
.cat {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}

a.cat, a:link.cat, a:visited.cat {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
}
/* Link zur Kategorie und File beim Überfahren*/
a:hover.cat {
	color : #AF9161;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none
}
/* Anzeige der Kategoriebeschreibung selbst */
.incat {
	background : #E8DFD2;
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
}

a.incat, a:link.incat, a:visited.incat {
	background : #E8DFD2;
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}
/* Anzeige wenn Link innerhalb einer Kategorie */
a:hover.incat {
	background : #E8DFD2;
	font-family : Tahoma;
	font-size : 11px;
	color : #AF9161;
	text-decoration : none
}
/* Anzeige der Downloadbeschreibung */
.infile {
	background : #E8DFD2;
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}

/* Anzeige der Downloadbeschreibung */
a.infile, a:link.infile, a:visited.file {
	background : #E8DFD2;
	font-family : Tahoma;
	font-size : 11px;
	color : #000000;
	text-decoration : underline
}

/* Link innerhalb eines Downloads */
a:hover.infile {
	background : #E8DFD2;
	font-family : Tahoma;
	font-size : 11px;
	color : #AF9161;
	text-decoration : none
}
/* Standardgrösse des Bewertungsfeldes */
.incomment {
	background : #E8DFD2;
	font-family : tahoma;
	font-size : 11px;
}
/* INUPT Tag im Bewertungsfeld */
INPUT.incomment {
	background : #E8DFD2;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	text-align : center;
	color : #000000;
}
/* grosse Schrift innerhalb Kommentare und Bewertung */
.incommentbig {
	background : #E8DFD2;
	font-family : tahoma;
	font-size : 12px;
}
/* der Kommentar selbst */
.post {
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
}
/* Link im Kommentar */
 a.post, a:link.post, a:visited.post {
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}
/* Link im Kommentar, der Überfahren wird */
a:hover.post {
	font-family : tahoma;
	font-size : 11px;
	color : #AF9161;
	text-decoration : none;
	background : #E8DFD2;
}
/* Überschriftenzeile des Kommentars */
.posthead {
	font-family : tahoma;
	font-size : 10px;
	font-weight : bold;
	color : #000000;
}
/* Daten des Users wenn Kommentar gepostet */
.user {
	font-family : tahoma;
	font-size : 10px;
	color : #000000;	
}
/* Namensanzeige um Kommentare zu schreiben */
.username {
	font-family : tahoma;
	font-size : 14px;
	font-weight : bold;
}
/* Zeile für die Postingdaten */
.posting {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
}
/* Eingabefelder für Posting */
INPUT.posting {
	background : #E8DFD2;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	font-size : 10px;
	color : #000000;
	border-bottom : 1px solid #000000;
}
/* Daten die Unterhalb der KlickSmilies stehen */
.info {
	background : #E8DFD2;
	font-family : tahoma;
	font-size : 9px;
	text-align : center;
}
/* Beschreibt die Klicksmilies */
.smilie {
	background : #E8DFD2;
	font-family : tahoma;
	color : #000000;
	font-size : 9px;
	vertical-align : middle;
}

.input {
	border:1px solid #000000; 
	background-color : #E8DFD2;
	color : #000000;
	font-family : Tahoma;
	font-size : 11px;
	width : 90%
}

.input2 {
	background-color : #E8DFD2;
	color : #000000;
	font-family : tahoma;
	font-size : 11px;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
}

.sel {
	background-color : #E8DFD2;
	color : #000000;
	font-family : tahoma;
	font-size : 11px;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
}


.button {
	background-color : #E8DFD2;
	color : #000000;
	font-family : tahoma;
	font-size : 11px;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
}


TEXTAREA.input {
	background-color : #E8DFD2;
	color : #000000;
	font-family : tahoma;
	font-size : 11px;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;	
}

/* Style der Mitteilungen, z. B. falsche Emailadresse */
.message {
	background-color : #E8DFD2;
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
	font-weight : bold;
	letter-spacing : 0px;
}

/* Link innerhalb einer Warnmeldung */
a.message, a:link.message, a:visited.message {
	background-color : #E8DFD2;
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
	font-weight : bold;
	letter-spacing : 0px;
	text-decoration : underline;
}

/* Link innerhalb einer Warnmeldung, der überfahren wird */

a:hover.message {
	background-color : #E8DFD2;
	font-family : tahoma;
	font-size : 11px;
	color : #AF9161;
	font-weight : bold;
	letter-spacing : 0px;
	text-decoration : none;	
}

/* Style-Definition für die Mitglieder-Auflistung */
.member {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
	background-color : #E8DFD2;
	line-height : 25px;
}

a.member, a:link.member, a:visited.member {
	font-family : tahoma;
	font-size : 12px;
	text-decoration : underline;
	color : #000000;
	background-color : #E8DFD2;
	line-height : 25px;
}
a:hover.member {
	font-family : tahoma;
	font-size : 12px;
	text-decoration : none;
	color : #AF9161;
	background-color : #E8DFD2;	
	line-height : 25px;
}

/* Style-Definition für die Topliste */
.toplist {
	font-family : tahoma;
	font-size : 12;
	background-color : #E8DFD2;
}

a.toplist, a:visited.toplist {
	font-family : tahoma;
	font-size : 12;
	background-color : #E8DFD2;
	text-decoration : underline;
	color : #000000;
}

a:hover.toplist {
	font-family : Tahoma;
	font-size : 12;
	background-color : #E8DFD2;
	text-decoration : none;
	color : #AF9161;
}

.topfile {
	font-family : tahoma;
	background-color : #E8DFD2;
}

a.topfile, a:visited.topfile {
	font-family : tahoma;
	background-color : #E8DFD2;
	text-decoration : underline;
	color : #000000;
}

a:hover.topfile {
	font-family : Tahoma;
	background-color : #E8DFD2;
	text-decoration : none;
	color : #AF9161;
}

.footer {
	font-family : tahoma;
	color : #000000;
	font-size: 10;
}

a.footer, a:visited.footer {
	font-family : Tahoma;
	text-decoration : underline;
	color : #000000;
}

a:hover.footer {
	font-family : Tahoma;
	text-decoration : none;
	color : #AF9161;
}

.legend {
	font-family : tahoma;
	font-size : 9px;
	color : #000000;
}
