/*Dieser Style ist für normalen Text*/
td  { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.maintext { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #CCCCCC;
}

.cattext { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #DADADA;
}


/* dieser dient zum Markieren von Suchbegriffen bei der Bildsuche*/
.mark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
}

/* Style für die Tabellenköpfe */
.maintextb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #B8B8B8;
}

/* Style für die Bildinformationen bei den Thumbs*/
.picdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

/* Style für die Kommentare*/
.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #DFE2EE;
	border-bottom-style: inset;
	border-bottom-color: #C2C8F3;
}

/* Die Ränder der Tabellen */
.bordercolor {
	background-color: #FFFFFF;
}

.copy {
	color:#999999; text-decoration: underline; font-weight: bold;
}

/* Die obere Zeile */
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4061AC;
	font-weight: bold;
}

.st { 
	background-color: #FFFFFF; font-family: Arial, sans-serif; font-size: 11px; color: #666666
}

input{
	background-color: #FFFFFF; border-style: thin; font-family: Arial, sans-serif; font-size: 11px; color: #666666; border:1px solid #666666;
}
textarea{ 
	background-color: #FFFFFF;	 border-style: thin; font-family: Arial, sans-serif; color: #666666; font-size: 11px; 
}
select{
	background-color: #FFFFFF; border-style: thin; font-family: Arial, sans-serif; font-size: 11px; color: #666666
}
body { 
	background-color: #999999;
}

a:link { color:#666666; text-decoration: none; font-weight: bold;}
a:visited { color:#666666; text-decoration: none; font-weight: bold;}
a:active { color:#cc3300; text-decoration: none}
a:hover { color:#cc3300; text-decoration: none}

.dokutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}
