BODY {
FONT-SIZE : 10pt;
FONT-FAMILY : Arial;
COLOR : #020e0c;
background-color : white;
}
SELECT {
FONT-SIZE : 10pt;
FONT-FAMILY : Verdana, Tahoma;
COLOR : #00000f;
BACKGROUND-COLOR : #cfcfcf;
}
textarea , input { FONT-SIZE: 8pt; FONT-FAMILY : Verdana, Tahoma; COLOR : #00000f; background-color: #cfcfcf; border-color: #439264 #02170a #02170a #439264; border-width: 1px; }
table {
FONT-SIZE : 10pt;
FONT-FAMILY : Arial;
}
A:link  { color: #1f8e85; FONT-SIZE : 12px; FONT-FAMILY : Arial; text-decoration: none; }
A:active  { color: #ff3300; FONT-SIZE : 12px; FONT-FAMILY : Arial; text-decoration: none; }
A:hover  { color: #ff3300; FONT-SIZE : 12px; FONT-FAMILY : Arial; text-decoration: none; position: relative; top: 1px; left: 1px; }
 A:visited {
FONT-SIZE : 12px;
FONT-FAMILY : Arial;
text-decoration: none;
COLOR : #1f8e85;
}
/* alles, was klein erscheinen soll, Standard: 9px; */
.little			{
	font-size : 9px;
}

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

/* Style Kommentare */
.comment		{
	color: #000000;
	font-size : 10px;
	background-color : ##d7d7d7;
}

/* Style News?berschrift */
.header				{
	color: #d7d7d7;
	font-size : 18px;
}

/* Style TopTen */
.topten				{
	font-family: Arial;
	color: 	#d7d7d7;
	font-size : 11px;
}

/* Style Five Newest */
.fivenewest			{
	color: #ff0000;
	font-size : 20px;
}

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

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

/* Style der SUBMIT-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.submit	{
	border: 1px solid #000000;
	color: #ffffff;
	background-color : #082541;
}

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

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

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

/* Style f?r [code] Bereiche */
pre {
	 border : 1px solid #cccccc;
	 background-color : white;
}
}