/*  CSS-File für Baustellenseite, Alle Browser
    Browser-Spezifische Einstellungen erfolgen ueber css.ns.css und css.ie.css
	(Sinnvoll beispielsweise bei Schriftgrößenangaben, da diese
	 unterschiedlich interpretiert werden)
	 
	Struktur:
	
	 1. Allgemeingültige Definitionen
	 2. Site-Spezifische Definitionen
	 		
 */ 

/* [ALLGEMEINGÜLTIGE DEFINITIONEN] */
body					{background-color:#bed62f; margin:100px 0px 0px 0px; text-align:center;}
.MainTable				{margin-left:auto; margin-right:auto; border-width:100px; border-style:solid; border-color:#bed62f #deea97;}


table,td,th	{color:#000000;}
body,table,tr,th,td,p,i,b,em,strong,a,h1,h2,h3,h4	{font-family:Arial,Helvetica,sans-serif}
/* Zuweisung der Standard-Schrift. 
Da sich in Netscape die Schriften nicht vererben für jedes Tag einzeln */

a			{font-size:11px; font-weight:bold; text-decoration:none;}
a:hover 	{color: #000000; text-decoration:underline;}
a:active	{color: #000000;}
a:link 		{color: #000000;}
a:visited 	{color: #000000;}




