/* Zentrale CSS-Datei */
body        {
	font-family:Arial;
	font-size:11px;	
	color: #000000;
	background-color : #FFFFFF;
    
}

h3        {
	font-size:14px;
	margin:0;
	padding:0;
	line-height:16px;
	padding-bottom:4px;
	
}

a        		{
	color: #656565;
	text-decoration : none;
}

a:hover {
	color: #656565;
	text-decoration : underline;
}

p       		{
	color: #000000;
}

b      		{
	color: #000000;
}

table,tr,div,td				{
	font-family:Arial;
	font-size:11px;
	color: #000000;
}

tr.kopf                         {

	background-color: #F7C34A ;
	font-weight:bold;
	color:#ffffff;
}

li				{
	color: #000000;
	font-size : 11px;
}

/* alles, was klein erscheinen soll, Standard: 10px; */
.little			{
	font-size : 11px;
}

/* Style "5 neueste Artikel" und TOP TEN Überschrift */
.topten			{
	color: #ffffff;
	font-size : 11px;
}

/* Style Kommentare */
.comment		{
	color: #000080;
	font-size : 11px;
	border-bottom : 1px dashed #000080;
	border-top : 1px dashed #000080;
	background-color : #F9F1DF;
}

/* Style Newsüberschrift */
.header				{
	background-color:#ffffff;
	line-height:16px;
}

/* Style TopTen */
.topten				{
	background-color : #ffffff;
	color: #000080;
	font-size : 11px;
}

/* Style Five Newest */
.fivenewest			{
	background-color : #ffffff;
	color: #000000;
	font-size : 11px;
}

/* Style der INPUT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
input			{
font-family:Arial;
	font-size:11px;
	border: 1px solid #778899;
	color: #000000;
	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	{
font-family:Arial;
	font-size:11px;
	border: 1px solid #656565;
	color: #000000;
	background-color : #ffffff;
	cursor:pointer;
	margin:12px;
	padding:1px;
}

/* Style der TEXTAREA-Felder - Achtung: nicht Netscape 4.x kompatibel! */
textarea		{
font-family:Arial;
	font-size:11px;
	border: 1px solid #656565;
	color: #000000;
	background-color : #ffffff;
}

/* Style der SELECT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
select		{
	border: 1px solid #656565;
	color: #000000;
	background-color : #ffffff;
}

.submitter_login2 {
	height:29px; 
	width:107px; 
	background-repeat:no-repeat;
	font-size:0;
	border:none;
	cursor:pointer;
}

/* Style der Tabellenzeilen der offenen Fragen */
.openquestions {
	background-color : #f5f5f5;
}

/* Style für [code] Bereiche */
pre {
	 border : 1px solid #cccccc;
	 background-color : white;
	 color: #000000;
}
