/* Leiste mit Buttons-Definition */

.nav {

	background : #D6D8DA;

	color : #72152D;

}

/* Benutzerzeile Standard */

.main {

	font-family : Arial, Helvetica;

	font-size : 12px;

	background : #D6D8DA;

	color : #72152D;

}

/* Link normal in der Benutzerzeile */

A.main, A.main:LINK, A.main:VISITED {

	font-family : Arial, Helvetica;

	font-size : 10px;

	font-style : normal;

	color : #72152D;

	text-decoration : underline;

}

/* Beim Ðberfahren eines Links in der Benutzerzeile */

A.main:HOVER {

	font-family : Arial, Helvetica;

	font-size : 10px;

	font-style : normal;

	color : #D6D8DA;

	text-decoration : none;

}

/* Hintergrund und Standardauslegung der Navichain */

.navichain {

	background : #D6D8DA;

	color : #72152D;

	font-family : Arial, Helvetica;

	font-size : 12px;

}

/* Die Navichain normal */

A.navichain, A.navichain:LINK, A.navichain:VISITED {

	font-family : Arial, Helvetica;

	font-size : 12px;

	color : #72152D;

	text-decoration : underline;

}

/* Beim Ðberfahren der Navichain */

A.navichain:HOVER {

	font-family : Arial, Helvetica;

	font-size : 12px;

	color : #D6D8DA;

	text-decoration : none;

}

/* Kopfzeile div. Angaben */

.h3 {

	background : #D6D8DA;

	color : #72152D;

	font-family : Arial, Helvetica;

	font-size : 12px;

}

.head {

	background : #D6D8DA;

	color : #666666;

	font-family : Arial, Helvetica;

	font-size : 12px;

}

/* Ðberschrift der seitlichen Boxen */

.box {

	background : #D6D8DA;

	color : #000000;

	font-family : Arial, Helvetica;

	font-size : 10px;

	font-weight : bold;

	height : 14px;

	}

/* seiliche Boxen normal */

.inbox, A.inbox:LINK, A.inbox:VISITED {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 9px;

	color : #000000;

	text-decoration : none;

}

/* Seitliche Boxen beim Ðberfahren */

A.inbox:HOVER {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 9px;

	color : #000000;

	text-decoration : none;

}

/* Beschreibung des Bodytags */

BODY {

     background-color : #D6D8DA;
	 style="overflow-x:hidden ;overflow-y:show";

}

/*Link zur Kategorie und File normal  */

.cat {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : #000000;

}



A.cat, A.cat:LINK, A.cat:VISITED {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : #000000;

	text-decoration : underline;

}

/* Link zur Kategorie und File beim Ðberfahren*/

A.cat:HOVER {

	color : #000000;

	font-family : Arial, Helvetica;

	font-size : 10px;

	text-decoration : none;

}



/*Link zur Kategorie und File normal  */

A.maincat, A.maincat:LINK, A.maincat:VISITED {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 12px;

	color : #72152D;

	text-decoration : underline;

	font-weight : bold;

}



.maincat {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 12px;

	color : #72152D;

	font-weight : bold;

}



/* Link zur Kategorie und File beim Ðberfahren*/

A.maincat:HOVER {

	color : #000000;

	font-family : Arial, Helvetica;

	font-size : 12px;

	font-weight : bold;

	text-decoration : none;

}



/* Anzeige der Kategoriebeschreibung selbst */

.incat {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : #000000;

}



A.incat, A.incat:LINK, A.incat:VISITED {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : #000000;

	text-decoration : underline;

}

/* Anzeige wenn Link innerhalb einer Kategorie */

A.incat:HOVER {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : Blue;

	text-decoration : none;

}

/* Anzeige der Downloadbeschreibung */

.infile {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : #000000;

	text-decoration : none;

}



/* Anzeige der Downloadbeschreibung */

A.infile, A.infile:LINK, A.file:VISITED {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : #000000;

	text-decoration : underline;

}



/* Link innerhalb eines Downloads */

A.infile:HOVER {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : #000000;

	text-decoration : none;

}

/* Standardgr–sse des Bewertungsfeldes */

.incomment {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 9px;

}

/* INUPT Tag im Bewertungsfeld */

INPUT.incomment {

	background : #D6D8DA;

	border-bottom : 1px solid #D6D8DA;

	border-left : 1px solid #D6D8DA;

	border-right : 1px solid #D6D8DA;

	border-top : 1px solid #D6D8DA;

	text-align : center;

	color : #000000;

}

/* grosse Schrift innerhalb Kommentare und Bewertung */

.incommentbig {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 12px;

}

/* der Kommentar selbst */

.post {

	font-family : Arial, Helvetica;

	font-size : 11px;

	color : Black;

}

/* Link im Kommentar */

 A.post, A.post:LINK, A.post:VISITED {

	font-family : Arial, Helvetica;

	font-size : 11px;

	color : Black;

	text-decoration : underline;

}

/* Link im Kommentar, der Ðberfahren wird */

A.post:HOVER {

	font-family : Arial, Helvetica;

	font-size : 11px;

	color : Black;

	text-decoration : none;

	background : #D6D8DA;

}

/* Ðberschriftenzeile des Kommentars */

.posthead {

	font-family : Arial, Helvetica;

	font-size : 10px;

	font-weight : bold;

	color : Black;

}

/* Daten des Users wenn Kommentar gepostet */

.user {

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : Black;	

}

/* Namensanzeige um Kommentare zu schreiben */

.username {

	font-family : Arial, Helvetica;

	font-size : 14px;

	font-weight : bold;

}

/* Zeile f¸r die Postingdaten */

.posting {

	font-family : Arial, Helvetica;

	font-size : 12px;

	color : #000000;

}

/* Eingabefelder f¸r Postin */

.input {

	background-color : #D3D3D3;

	color : Black;

	font-family : Arial, Helvetica;

	font-size : 11px;

	border-bottom : 1px solid #D6D8DA;

	border-left : 1px solid #D6D8DA;

	border-right : 1px solid #D6D8DA;

	border-top : 1px solid #D6D8DA;

	width : 90%;

}



.button {

	background-color : #D3D3D3;

	color : Black;

	font-family : Arial, Helvetica;

	font-size : 11px;

	border-bottom : 1px solid #D6D8DA;

	border-left : 1px solid #D6D8DA;

	border-right : 1px solid #D6D8DA;

	border-top : 1px solid #D6D8DA;

}





/* Daten die Unterhalb der KlickSmilies stehen */

.info {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 9px;

	text-align : center;

}

/* Beschreibt die Klicksmilies */

.smilie {

	background : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 9px;

	vertical-align : middle;

}



INPUT.input {

	background-color : #D3D3D3;

	color : Black;

	font-family : Arial, Helvetica;

	font-size : 11px;

	border-bottom : 1px solid #D6D8DA;

	border-left : 1px solid #D6D8DA;

	border-right : 1px solid #D6D8DA;

	border-top : 1px solid #D6D8DA;

}



TEXTAREA.input {

	background-color : #D3D3D3;

	color : Black;

	font-family : Arial, Helvetica;

	font-size : 11px;

	border-bottom : 1px solid #D6D8DA;

	border-left : 1px solid #D6D8DA;

	border-right : 1px solid #D6D8DA;

	border-top : 1px solid #D6D8DA;	

}



.message {

	background-color : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 11px;

	color : Yellow;

	font-weight : bold;

	letter-spacing : 2px;

}



A.message, A.message:LINK, A.message:VISITED {

	background-color : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 11px;

	color : Yellow;

	font-weight : bold;

	letter-spacing : 2px;

	text-decoration : underline;

}



A.message:HOVER {

	background-color : #D6D8DA;

	font-family : Arial, Helvetica;

	font-size : 11px;

	color : Yellow;

	font-weight : bold;

	letter-spacing : 2px;

	text-decoration : none;	

}

.member {

	font-family : Arial, Helvetica;

	font-size : 12px;

	color : #000000;

	background-color : #D6D8DA;

	line-height : 25px;

}



A.member, A.member:LINK, A.member:VISITED {

	font-family : Arial, Helvetica;

	font-size : 12px;

	text-decoration : underline;

	color : #000000;

	background-color : #D6D8DA;

	line-height : 25px;	

}

A.member:HOVER {

	font-family : Arial, Helvetica;

	font-size : 12px;

	text-decoration : none;

	color : #000000;

	background-color : #D6D8DA;	

	line-height : 25px;	

}



.article {

	font-family : Arial, Helvetica;

	font-size : 12;

	background-color : #D6D8DA;

}



A.article, A.article:VISITED {

	font-family : Arial, Helvetica;

	font-size : 12;

	background-color : #D6D8DA;

	text-decoration : underline;

	color : #000000;

}



A.article:HOVER {

	font-family : Arial, Helvetica;

	font-size : 12;

	background-color : #D6D8DA;

	text-decoration : none;

	color : #000000;

}



.topfile {

	font-family : Arial, Helvetica;

	background-color : #D6D8DA;

}



A.topfile, A.topfile:VISITED {

	font-family : Arial, Helvetica;

	background-color : #D6D8DA;

	text-decoration : underline;

	color : #000000;

}



A.topfile:HOVER {

	font-family : Arial, Helvetica;

	background-color : #D6D8DA;

	text-decoration : none;

	color : Blue;

}



.footer {

	font-family : Arial, Helvetica;

	color : #000000;

	font-size: 10;

}



A.footer, A.footer:VISITED {

	font-family : Arial, Helvetica;

	text-decoration : underline;

	color : #000000;

}



A.footer:HOVER {

	font-family : Arial, Helvetica;

	text-decoration : none;

	color : #000000;

}



.legend {

	font-family : Arial, Helvetica;

	font-size : 10px;

	color : #72152D;

}



/* Style-Definition f¸r die Topliste */

.toplist {

	font-family : Arial, Helvetica;

	font-size : 12;

	background-color : #D6D8DA;

}



A.toplist, A.toplist:VISITED {

	font-family : Arial, Helvetica;

	font-size : 12;

	background-color : #D6D8DA;

	text-decoration : underline;

	color : #000000;

}



A.toplist:HOVER {

	font-family : Arial, Helvetica;

	font-size : 12;

	background-color : #D6D8DA;

	text-decoration : none;

	color : #000000;

}

h1.article {

	font-size: 13px;
	color: #72152D;
	font-weight: bold;
}


h2.article {

	font-size: 12px;
	color: #72152D;
	font-style: italic;
	font-weight: bold;
}


head.article {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

h3.article {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

bu.article {
	font-size: 12px;
	font-weight: bold;
}

.bu {
	font-size: 12px;
	font-weight: bold;
}

bu {
	font-size: 12px;
	font-weight: bold;
}


body {
	background-color: ##D6D8DA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/c_stripe.gif);

}

table,tr,td {
	background-color: #D6D8DA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}


h1 {

	font-size: 13px;
	color: #72152D;
	font-weight: bold;
}


h2 {
	font-size: 12px;
	color: #72152D;
	font-style: italic;
	font-weight: bold;
}

head {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.head {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
