/* Zentrale CSS-Datei */
body        {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1f1f1f;
	font-size : 12px;
	background-color : #1f1f1f;
	background-image:url(../images/bg.gif);
}

/* Überschriften (Rubrik) */
h3        {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size : 16px;
}

/* Standartschrift von Artikeln usw. */
a        		{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration : none;
}

a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration : underline;
}

p        		{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size : 12px;
}

/* Spaltenüberschriften */
td				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size : 12px;
}

li				{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #3399FF; 
	font-size : 12px; 
}

/* alles, was klein erscheinen soll, Standard: 10px; 
   Untere Zeile und Top10 Überschriften Feld */
.little				{
	font-size : 10px;
	background-color : #1f1f1f;
}

/* Style "5 neueste Artikel" und TOP TEN Überschrift */
.topten			{
	color: #1f1f1f;
	font-size : 12px;
	
}

/* Style Kommentare */
.comment		{
	color: #3399FF;
	font-size : 10px;
	border-bottom : 1px dashed Navy;
	border-top : 1px dashed Navy;
	background-color : #3399ff;
}

/* Style Newsüberschrift */
.header			{
	line-height : 16px;
}

/* Style TopTen / Top 10 Feld */
.topten				{
	background-color : #1f1f1f;
	color: #3399FF;
	font-size : 10px;
}

/* Style Five Newest / neue artikel feld */
.fivenewest			{
	background-color : #1f1f1f;
	color: #3399FF;
	font-size : 10px;
}

/* Style der INPUT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
input			{
	color: #000000;
	background-color : #ffffff;	
}

/* Style der RADIO-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.radio	{
	border: 1px solid #3399ff;
	background-color : #f5f5f5;
}

/* Style der SUBMIT-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.submit	{
	border: 1px solid #3399ff;
	color: #f5f5f5;
	background-color : #1f1f1f;
	background-image:url(http://dieewigen.de/g/bg.gif);
}

/* Style der TEXTAREA-Felder - Achtung: nicht Netscape 4.x kompatibel! */
textarea		{
	color: #000000;
	background-color : #ffffff;
}

/* Style der SELECT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
select		{
	color: #000000;
	background-color : #ffffff;
}

/* Style der Tabellenzeilen der offenen Fragen */
.openquestions {
	background-color : #1f1f1f;
}

/* Style für [code] Bereiche */
pre {
	  background-color : white;
}