/* CSS Document */

/* Genereller Seitenstil nur möglich ab browser IE5.5+ */
body {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	background-color: #E6E6E6;
}

/* Schrift- und Linkformatierung */
font,th,td,p { font-family: Arial, Helvetica, sans-serif; font-size:8pt; }
a:link,a:active,a:visited { color : #338EB6; text-decoration: none;}
a:hover		{ text-decoration: underline; color : #338EB6; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* Linien- und Hintergrundfarbe um einer Seite */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ border: 2px solid #5C90B2; background-color:FFFFFF;}


/* Zellenfarbe mit Hintergrund */
td.row1	{ background-color: #338EB6; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/* Zellenfarbe für Überschriften */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;}

/* Formatierung für Kontaktfelder */
.text {
 font-size: 10px;  color : #338EB6; }

/* Ueberschrift */
.ueberschrift	{
	font-size: 12px; font-weight : bold; color : #338EB6; }

/* Ueberschrift_dünn */
.ueberschrift_duenn	{
	font-size: 11px; color : #338EB6; }

/* Ueberschrift_dick*/
.ueberschrift_dick	{
	font-size: 14px; font-weight : bold; text-decoration: none; color : #338EB6; }

/* Ueberschrift_rot */
.ueberschrift_rot	{
	 font-size: 12px; font-weight : bold; color : red; }

/* Navigation (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 12px; color : #338EB6; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}
a.nav			{ text-decoration: none; color : #338EB6; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}
a.nav:hover		{ text-decoration: underline; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}

/* Unternavigation */
.unternav			{ font-weight: normal; font-size: 11px; color : #338EB6; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}
a.unternav			{ text-decoration: none; color : #338EB6; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}
a.unternav:hover		{ text-decoration: underline; border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF; }
