body         { background-image:url(); font-family: arial, sans-serif; font-size: 13px }
a:link       { text-decoration: none; color: #FF6600; font-weight: normal;}
a:visited    { text-decoration: none; color: #FF9933;}
a:hover      { text-decoration:none; color: #3399FF;}
a:active	 { text-decoration:none; color: #3399FF;}

		 
.container   {position:absolute; left:50%; margin-left:-400px; top:10%;
			  width:800px; height:330px;}

.box         {position:relative;
			  border-width:1px; 
			  border-color:#c4c3b3; 
			  border-style:solid;
			  width:800px; height:330px;}

.nav		{position:relative;
			width:786px; height:25px;
			background-image:url();
			background-color:#CC3300;
			border-width:1px; 
			border-color:#c4c3b3; 
			border-style:solid;
			padding: 5px 0 0 15px;}
			
.foot		{position:relative;
			  width:802px; height:70px;
			  background-color: #c4c3b3; padding: 0 0 0 0;}		
			  
.links		{position:absolute; left:0px; width:340px; height:330px;
			padding: 25px 30px 10px 30px;}

.rechts 	{position:absolute; left:400px; width:340px; height:330px;
			padding: 25px 30px 10px 30px;}

h3			{font-weight:bold; color: #CC3300; font-size:16px; margin: 0 0 0 0;}
h4			{font-weight:bold; font-size:13px; margin: 0 0 30px 0;}
p			{width:340px; text-align:justify; margin: 0 0 0 0;}
p.spalte2 	{position:absolute; left:215px; top: 25px;}
p.nummer_l	{
	position:absolute;
	bottom:50px;
	left:-340px;
	top: 252px;
}
p.nummer_r	{position:absolute; bottom:5px; right:-180px;}

img			{border-width:0}
	
	
