  /* DATEI  : site.css      */


/* -------------Body-------------------------------------------------------------------------------------------------------- */

.body			{Background-Color: #FEF8E3;

     			scrollbar-face-color: #FEF8E3;
     			scrollbar-track-color: #FEF8E3;
     			scrollbar-3dlight-color: #D2BB90;
     			scrollbar-darkshadow-color: #D2BB90;
     			scrollbar-arrow-color: #D2BB90;
     			scrollbar-highlight-color: #FEF8E3;
     			scrollbar-shadow-color: #FEF8E3;}
     			
     			
/* -------------Text normal-------------------------------------------------------------------------------------------------------- */

table			{border:0px none; border-collapse: collapse; align: center}		
				

/* -------------Text normal-------------------------------------------------------------------------------------------------------- */

p				{font-family:Century Gothic; font-size:15px; color:#635539;}

p.mitte			{text-align:center;	font-weight:normal;}
p.mitte_fett	{text-align:center; 	font-weight:bold;}

p.links			{text-align:left;	font-weight:normal; 	margin-left: 30px;}
p.links_fett	{text-align:left; 	font-weight:bold; 		margin-left: 30px;}
				
				
/* -------------Text Titel-------------------------------------------------------------------------------------------------------- */

h1				{font-family:Century Gothic; font-size:18px; font-weight:bold; color:#635539;}

h1.mitte		{text-align:center}	



/* -------------Text Link -------------------------------------------------------------------------------------------------------- */


a  				{font-weight:normal; color:#635539; text-decoration:none; white-space:nowrap} 

a:hover			{color:#D2BB90 	}			