BODY {
FONT-SIZE : 9pt;
FONT-FAMILY : Verdana, Tahoma;
COLOR : #e4be4a;
background-color : #00007c;
}
SELECT {
FONT-SIZE : 9pt;
FONT-FAMILY : tahoma;
COLOR : #d0ad5d;
BACKGROUND-COLOR : navy;
}
textarea , input {
FONT-SIZE : 8pt;
FONT-FAMILY : Verdana , Tahoma;
COLOR : #040B3B;
background-color: #C0F2D5;
border-top-width : 1px;
border-top-color : #439264;
border-right-width : 1px;
border-right-color : #02170A;
border-bottom-width : 1px;
border-bottom-color : #02170A;
border-left-width : 1px;
border-left-color : #439264;
}
table {
FONT-SIZE : 9pt;
FONT-FAMILY : Verdana , Tahoma;
COLOR : #040B3B;
}
A:link  {
FONT-SIZE : 9pt;
FONT-FAMILY : Verdana , Tahoma;
text-decoration: none;
COLOR : #D0AD5D;
}
A:active  {
FONT-SIZE : 9pt;
FONT-FAMILY : Verdana , Tahoma;
text-decoration: none;
COLOR : #4AFA4E;
}
A:hover  {
FONT-SIZE : 9pt;
FONT-FAMILY : Verdana , Tahoma;
text-decoration: none;
COLOR : #FF0000;
position: relative;
top: 1px;
left: 1px;
}
 A:visited {
FONT-SIZE : 9pt;
FONT-FAMILY : Verdana , Tahoma;
text-decoration: none;
COLOR : #D0AD5D;
}
/* 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: #DCE2FD;
	font-size : 10px;
	border-bottom : 1px dashed Navy;
	border-top : 1px dashed Navy;
	background-color : #DCE2FD;
}

/* Style News?berschrift */
.header				{
	line-height : 14px;
}

/* Style TopTen */
.topten				{
	background-color : #C0F2D5;
	color: #144427;
	font-size : 10px;
}

/* Style Five Newest */
.fivenewest			{
	background-color : #C0F2D5;
	color: #0A311A;
	font-size : 10px;
}

/* 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 #144427;
	color: #f144427;
	background-color : #D0AD5D;
}

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

/* Style der SELECT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
select		{
	border: 1px solid #778899;
	color: #000080;
	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;
}
}