body {
        background-color: #FFFFFF;        
        font-family: Arial, sans-serif;
        font-size: 13px;
}

table {
 		font-family: Arial, sans-serif;
 		font-size: 13px;
}

td {
	  font-family: Arial, sans-serif;
 	  font-size: 13px;
	  font-style: normal;
}

td.pic { 
		 background-color: #009999;
     	 background-image:  url(pics/table_pic2.gif);
		 font-family: Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF;
}

.klein {  font-family: Arial, sans-serif; font-size: 10px; font-style: normal;}
.gross {  font-family: Arial, sans-serif; font-size: 40px; font-style: normal;}
.klein2 {  font-family: Arial, sans-serif; font-size: 12px; font-style: normal;}
.weiss { font-family: Arial, sans-serif; font-size: 13px; color: white }

.rubrik_kat 			{ font-family: Arial, sans-serif; font-size: 10px; font-style: normal; color: #000099; background-color: #E1F0F0;}
.rubrik_standard 	{ font-family: Arial, sans-serif; font-size: 10px; font-style: normal; background-color: #E1F0F0;}
.rubrik_haupt 		{ font-family: Arial, sans-serif; font-size: 10px; font-style: normal; color: red; background-color: #E1F0F0;}

a:visited { text-decoration: none; color: blue; font-size: 13px; }
a:hover { text-decoration: underline; color: blue; font-size: 13px; }
a:link { text-decoration: none; color: blue; font-size: 13px; }

a.tdpic:visited { text-decoration: none; color: #993300; }
a.tdpic:hover { text-decoration: underline; color: #993300; }
a.tdpic:link { text-decoration: none; color: #993300; }

a.klein:visited { text-decoration: none; font-size: 10px; }
a.klein:hover { text-decoration: underline; font-size: 10px; }
a.klein:link { text-decoration: none; font-size: 10px; }

a.klein_weiss:visited { text-decoration: none; color: white; font-size: 10px; }
a.klein_weiss:hover { text-decoration: underline; color: white; font-size: 10px; }
a.klein_weiss:link { text-decoration: none; color: white; font-size: 10px; }
 
input { font-size: 12px; font-family: Arial, sans-serif; }
textarea { font-size: 12px; font-family: Arial, sans-serif; }

/* General font families for common tags */
th, td, p { font-family: Arial, sans-serif; font-size : 13px; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* Form elements */
input, textarea, select {
        color : #000000;
        font: normal 11px Arial, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
        background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
        background-color : #EFEFEF;
        color : #000000;
        font-size: 11px; font-family: Arial, sans-serif;
}

/* The main submit button option */
input.mainoption {
        background-color : #FAFAFA;
        font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
        background-color : #FAFAFA;
        font-weight : normal;
}


