/***** CSS Definitionen Arztpraxen Online / Template 1 *****/

/**** Hintergrundfarbe fuer <body> ****/
body 				{ background-color:#ffffff; }

/**** Allgemeine Schriftart-Definition ****/
a,p,h1,h2,h3,h4,td,body,input,select,option,textarea { font-family:Arial,Helvetica,sans-serif; color:#000000; }

/**** Allgemeine Schriftgroessen-Definition ****/
body,td,input,textarea,select,option	{ font-size:12px; }

a					{ font-size:12px; text-decoration:underline; font-weight:bold; color:#336699; }
a.norm				{ font-size:12px; text-decoration:underline; font-weight:bold; color:#336699; }
.linkh1				{ font-size:14px; font-weight:bold; color:#336699; text-decoration:none; }
.linkh2				{ font-size:16px; font-weight:bold; color:#336699; text-decoration:none; }

/**** Ueberschriften-Definition ****/
h1					{ font-size:14px; font-weight:bold; color:#336699; margin-top:0px; margin-bottom:0px; }
h2					{ font-size:16px; font-weight:bold; color:#336699; margin-top:0px; margin-bottom:0px; }

/**** Farbzuweisung als Unterklasse fuer Schrift ****/
.small				{ font-size:10px; }
.black				{ color: #000000; }
.blau				{ color: #336699; }
.weiss				{ color: #ffffff; }

/**** Klassenzuweisungen fuer das Script in "Aktuelles" ****/
h3.head				{ font-size:14px; color: #336699; margin-top:0px; margin-bottom:0px; }
span.teaser			{ font-size:12px; font-weight: bold; color: #336699; }
span.datum			{ font-size:10px; color:#336699; font-weight:bold; }
span.newstext		{ font-size:12px; }
span.weitlinks		{ font-size:12px; font-weight: bold; color: #336699; }
#adminmenu			{ width:200px; }