/***** CSS Definitionen fuer Natuerlich Schoen *****/

/**** Hintergrundfarbe fuer <body> ****/
/***** SCROLLBARS (NUR IE) *****/
body 				{ scrollbar-base-color:#ccccff; scrollbar-3dlight-color:#FFFFFF; scrollbar-arrow-color:#FFFFFF; scrollbar-darkshadow-color:#000000; scrollbar-face-color:#8C8CC6; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:#000000; scrollbar-track-color:#6666cc; }

/**** Allgemeine Schriftart-Definition ****/
a,p,h1,h2,h3,h4,td,body,input,select,option,textarea,li,ul,div { font-family:Verdana,Arial,Helvetica,sans-serif; color:#330099; }

/**** Allgemeine Schriftgroessen-Definition ****/
body,td,input,textarea,select,option,p,li,ul	{ font-size:11px; }
input.norm 			{ width:230px; }
input.plz 			{ width:56px; }
input.ort 			{ width:166px; }

a					{ font-size:11px; text-decoration:underline; font-weight:bold; color:#330099; bordercolor:#330099; }

ul					{ padding-left:3px; padding-right:0px; margin-left:12px; margin-right:0px; }
ol 					{ list-style-type:decimal; }

/**** Ueberschriften-Definition ****/
h1					{ font-size:13px; font-weight:bold; color:#330099; }
h2					{ font-size:14px; font-weight:bold; color:#330099; }
h3					{ font-size:15px; font-weight:bold; color:#330099; }

/**** Farbzuweisung als Unterklasse fuer Schrift ****/
.small				{ font-size:9px; }
.aktiv				{ color:#ff9900; }
.schwarz			{ color:#000000; }

#tickercontainer 	{ z-index:5; position:absolute; top:4px; left:0px; width:1800; height:27px; overflow:hidden; background-image:url('img/hg_ticker.gif');}
#ticker 			{ z-index:6; position:relative; left:2000px; height:18px; width:780; font-size:11px; padding-top:6px; }
#ticker a			{text-decoration:underline; font-size:11px; font-weight:bold; }
#ticker a:hover		{text-decoration:underline; font-size:11px; font-weight:bold; }