/*-----------Style-Sheet zur WEB-SITE Dr. Jochen Schneider Schifferstadt.de ---------------*/

/* Verdana, Arial,sans-serif = Arial, Wert aenderbar */
/* font-family = Schriftart fuer Textelemente */
a,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,table { font-family:Verdana,Arial,Helvetia; }


/*------ Überschriften, Linie und Einrückungen -------*/
h1					{ color:#003366; font-size:10pt; font-weight:bold; }
h2					{ color:#003366; font-size:10pt; font-weight:bold; }
h3					{ color:#003366; font-size:10pt; }
h4					{ color:#003366; font-size:10pt; }
h5					{ color:#003366; font-size:10pt; }
h6					{ color:#003366; font-size:10pt; }
hr					{ color=#003366; }
blockquote		{ text-align:left; margin-left:9; }
li					{ list-style-type:square; font-size:10pt;}
p					{ font-size:10pt; }

/*--------- Farben von Hyperlinks --------------------------------*/
a:link				{ color:#003366; text-decoration:none; } 
a:active				{ color:#CC3300; text-decoration:underline;}
a:visited			{ color:#006699; text-decoration:none; }
a:hover				{ color:#800000; text-decoration:none;}


/*----------Farben Hyperlinks in Hauptnavigation-----------------*/
a:link.hauptnav		{ color:#FFFFFF;  font-weight:normal; text-decoration:none; }
a:visited.hauptnav	{ color:#FFFFFF;  font-weight:normal; text-decoration:none;}
a:active.hauptnav		{ color:#006699;  font-style:normal; text-decoration:none; }
a:hover.hauptnav		{ color:#FFFFFF; 	text-decoration:none;}


/*----------Farben Hyperlinks in Zusatznavigation-----------------*/
a:link.zusatznav		{ color:#006699;  font-weight:normal; text-decoration:none; }
a:visited.zusatznav	{ color:#006699;  font-weight:normal; text-decoration:none;}
a:active.zusatznav	{ color:#006699;  font-style:normal; text-decoration:none; }
a:hover.zusatznav		{ color:#000080; text-decoration:none;}


p.copyright		{ font-size:8pt; color:#808000}

/*--------- Tabelle eigentlicher Seitentext -----------*/
td.content			{ font-size:10pt; }

/*--------- Tabellen allgemein ------------------------*/
td					{ font-size:10pt; }

/*--------- Steuerung Body (Bildschirm) ---------------*/
body				{ margin-top:0; margin-left:0; margin-right:0; margin-height:0; } 
        

/*------------------Dunkler Rahmen um Zellen--------------- * /

td.topright	{border-top:thin border-style:solid; border-right:thin; border-color:#000000;}

/*Buttons und Input-Felder*/
.input
{
	background-color:#FFFFFF;font-size:8pt; border-style:solid; border-color:#003366; font-family:Verdana,Arial,sans-serif; color:#000000; 
}

.tdhead-small
{ font-size: 8pt; color:  #FFFFFF; font-weight: bold; background-color: #006699;}
