/* Zentrale CSS-Datei */
body        {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #5872AB;
	SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #517196
}



h3        {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size : 16px;
	}

a {
	color : #FFFF00;
	font-weight : bold;
	text-decoration : none;
	font-size : 11px;
}

a:hover {
	color : #FFFF00;
	text-decoration : underline / overline;
	font-size : 11px;
}

a:active {
	color : #FFFF00;
	font-size : 11px;
}


p        		{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size : 12px;
	}

td				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size : 12px;
	background-color: #333366;
}
tf				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size : 12px;
	background-color: Yellow;
}

li				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size : 12px;
	background-color: #3F92D9;
}

/* alles, was klein erscheinen soll, Standard: 10px; */
.little			{
	font-size : 13px;
	background-color: #5872AB

;
	color: Black;
	font-weight: bolder;
	}

.little1			{
	font-size : 13px;
	background-image: url(images/bg1.gif);
}



/* Style Kommentare */
.comment		{
	font-size : 11px;
	background-color: #3F92D9
;
	color: Black;
	}

/* Style Newsüberschrift */
.header				{
	line-height : 16px;
	background-color: Black;
}

/* Style TopTen */
.topten				{
	background-color : #3F92D9
;
	color: Black;
	font-size : 10px;
}

/* Style Five Newest */
.fivenewest			{
	background-color : #3F92D9;
	color: Black;
	font-size : 10px;
	}

/* Style der INPUT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
input			{
	border: 1px solid #778899;
	background-image: url(images/input.jpg);
	}

/* Style der RADIO-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.radio	{
	border: 0px none #ffffff;
	background-image: url(images/input.jpg);
	}

/* Style der SUBMIT-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.submit	{
	border: 1px solid #778899;
	background-image: url(images/input.jpg);
	}

/* Style der TEXTAREA-Felder - Achtung: nicht Netscape 4.x kompatibel! */
textarea		{
	background-image: url(images/input.jpg);
	}

/* Style der SELECT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
select		{
	border: 1px solid #778899;
	color: Black;
	background-color : #3F92D9
;
}

/* Style der Tabellenzeilen der offenen Fragen */
.openquestions {
	background-color : #3F92D9;
	}

/* Style für [code] Bereiche */
pre {
	 border : 1px solid #cccccc;
	 background-color : #333366
;
}
 .little2	 {
	  background-color : #333366;
	 }
	 
	 .little4	 {
	  background-color : White;
	color: Black;
 	}

	 .little5	 {
	  color: White;
	background-image: url(images/bg.gif);
	 }
	 
	 .little6	 {
	background-color: #333366;
}

.little7	 {
	background-image: url(images/bg2.gif);
	font-weight: normal;
	color: Black;
}

