/******************************************************************
*               FORMATIERUNG VON TEXTEN UND LINKS                 *
******************************************************************/

a:link			{ 	font: 12px arial;
	  	      		color:#ffcccc; }
a:visited		{ 	font: 12px arial;
		      		color:#ffcccc; }
a:hover			{ 	font: 12px arial;
		      		color:#ffffff; }
a:active		{ 	font: 12px arial;
		      		color:#ffffff; }
a:focus			{ 	font: 12px arial;
		      		color:#ffffff; }		      

li				{	list-style-type:square; }

td			{ font: 12px arial;
	  		  color:#993300; }
	  		  
p.headline	{ font: 12px arial;
		 	  color:#ffcc33;
		 	  letter-spacing:8px; }
		 	  
.boxtext	{ font: 12px arial;
			  color:#993300;
			  margin:10px;}
			  
.text		{ font: 12px arial;
			  color:#993300;
			  margin:10px; }
			  

/******************************************************************
*          FORMATIERUNG VON TABELLEN, BODY UND BOXEN              *
******************************************************************/

table.navi		  {		padding-left:10px;	}


body		      {    	background-image:url(../assets/backgr.gif); 
		  	           	background-repeat:repeat; }	

#minibox	      {    	background-color:#330000;
						padding-left:5x;
						font: 12px arial;
						color: #ffcccc;
						width:130px;
						height:20px;	}
						
#miniboxon	      {    	background-color:#cc0000;
						padding-left:5x;
						font: 12px arial;
						color: #ffffff;
						cursor:pointer;
						width:130px;
						height:20px;	}


#miniboxsonder	  {    	background-color:#3399ff;
						padding-left:5px;
						color: #ffffff;
						cursor:pointer;
						width:130px;
						height:20px; }

#boxleft	      {    	position:relative; 
						width:100px; 
						background-color:#993300;
						height:20px;
						padding-left:5px;
						cursor:pointer; }
						
#boxlefton	      {    	position:relative; 
						width:100px; 
						background-color:#cc0000; 
						height:20px;
						padding-left:5px; 
						cursor:pointer; }

#headbox	      {    	position:relative; 
                       	background-color:#330000; 
                       	font: 12px arial; color:#ffcc33; 
                       	letter-spacing:4px; }

table.index		  {		padding:10px; }

#bottom			  {		background-color:#FFCCCC;
						border: 1px solid #CC0000; }


		  








