/* Zentrale CSS-Datei */
body        {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 12px;
	background-color : #ffffff;
}

a {
        color: #000000;
}


h3        {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 14px;
}

p        		{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 12px;
}

td				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

li				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 12px;
}

/* alles, was klein erscheinen soll, Standard: 10px; */
.little			{
	font-size : 10px;
}

/* Style "5 neueste Artikel" und TOP TEN Überschrift */
.topten			{
	color: #ffffff;
	font-size : 12px;
}

/* Style Kommentare */
.comment		{
	color: #000080;
	font-size : 10px;
	border-bottom : 0px;
	border-top : 0px;
	background-color : #e3e3ff;
}

/* Style Newsüberschrift */
.header				{
	line-height : 16px;
}

/* Style TopTen */
.topten				{
	background-color : #ffffff;
	border-color : #999999;
	color: #000000;
	font-size : 10px;
}

/* Style Five Newest */
.fivenewest			{
	background-color : #ffffff;
	color: #000000;
	font-size : 10px;
}

/* Style der INPUT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
input			{
	border: 1px solid #666699;
	color: #000000;
	background-color : #ffffff;	
}

/* Style der RADIO-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.radio	{
	border: 0px none #ffffff;
	background-color : #f0f0ff
	;
}

/* Style der SUBMIT-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.submit	{
	border: 0px solid #666699;
	color: #f0f0ff;
	background-color : #196FAF;
}

/* Style der TEXTAREA-Felder - Achtung: nicht Netscape 4.x kompatibel! */
textarea		{
	border: 1px solid #666699;
	color: #000080;
	background-color : #ffffff;
}

/* Style der SELECT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
select		{
	border: 1px solid #666699;
	color: #000000;
	background-color : #ffffff;
}

/* Style der Tabellenzeilen der offenen Fragen */
.openquestions {
	background-color : #f0f0ff;
}

/* Style für [code] Bereiche */
pre {
	 border : 0px solid #e3e3ff;
	 background-color : white;
}
