body
	{
		margin: 0;
		padding: 0;
		font-family: Verdana, Helvetica, sans-serif;
		font-color: #000000;
		text-align: center;
		background:  #6D1101 url(img/bg.jpg);
		background-position: left top;
		
	}
	
	
	
	#container
	{	
		margin: 70px auto;
		width: 770px;
		height: 500px;
		text-align: center;
		background-color: E0631A;
		background-repeat: no-repeat;
		border:4pt solid #FFB460;
		
	}
	
	#head
	{
		width: 770px;
		text-align: left;

		
	}
	#menu
	{
		margin: 7px auto;
		width: 744px;
		height: 25px;
		text-align: center;
		
		background-color: #9FDB74;
		border: 0px solid #9FDB74;
	}
	
	#nav
	{
		padding-top:10px;
		padding-bottom:5px;		
		margin: 0px auto;
		font-size:11px;
		width: 770px;
		text-align: center;
		border-top:1pt solid #FFB460;
		border-bottom:1pt solid #FFB460;		
		}
	
	#text
	{
		margin: 30px auto;
		width: 720px;
		text-align: left;	
		font-size:12px;		
	}
	
	#unten
	{
		margin: 30px auto;
		width: 720px;
		height: 18px;
		text-align: left;
		color:#6C534D;
		font-size: 12px;
		font-weight: bold;
		bottom: 7px;
		a:link, a:visited, a:active, a:hover
		[ 		  
		  font-weight:bold;
		  color:#494949;
		  font-size:12px;
		  text-decoration: none;
		]		
	}


h1 {font-size:13px;color:#6C534D;margin-bottom:10px;}

h2 {font-size:12px;color:#4C905D;margin-top:10px;}

h3 {font-size:10px;color:#4C905D;}

p {margin-top:0px;}
td	{  font-size:12px;}

ul {list-style-type:square;
	line-height:18px;}

hr	{
	border-top: solid 1px #494949;
	height:1px;
	clear:both;
	margin-bottom:30px;
	}
a:link, a:visited
{   
  font-weight:bold;
  color:#494949;
  font-size:12px;
  text-decoration: none;
}
a:active, a:hover
{ 
  color:#666F74;
} 

a.unten:link, a.unten:visited
{   
  font-weight:bold;
  color:#494949;
  font-size:12px;
  text-decoration: none;
}
a.unten:active, a.unten:hover
{ 
  color:#666F74;
}
a.nav:link, a.nav:visited
{   
  font-weight:bold;
  color:#494949;
  font-size:13px;
  text-decoration: none;
}
a.nav:active, a.nav:hover
{ 
  color:#666F74;
  text-decoration: underline;
}
