body
	{
		margin: 				0px;
		padding: 				0px;
		
		background-image: url('/images/design_top.jpg'); 
		background-repeat: repeat-x; 
		background-position: top left; 
		background-color: #000;		
	}
	
	
img
	{
		padding: 0px;
		margin: 0px;
	}
	
p
	{
		margin: 0px;
		padding: 0px;
	}

#maincontainer
	{
		margin: 0px;
		padding: 0px;
	  width: 1051px;	  
	  margin-left: auto;
	  margin-right: auto;	  
  }


#pageTop
	{
		background-image: url('/images/topgrafik.jpg');
		margin: 0px;
		padding: 0px;		
		width: 100%;
		height: 303px;				
	}
	
#menubar
	{
		margin: 0px;
		padding: 0px;
		height: 108px;
		margin-top: 0px;		
	}
	
#toppic
	{
		margin: 0px;
		padding: 0px;
		padding-top: 12px;
		padding-left: 41px;
		float: left;
		width: 690px;		
	}
	
#facespace
	{	
		margin: 0px;
		padding: 0px;
		float: right;
		width: 173px;
		padding-top: 100px;					
	}
	

#midpageHolder
	{		
		background-color: #FFFFFF;
	}
	
#contentCenterer
	{
		width: 1050px;
		margin-left: auto;
	  margin-right: auto;	 
	  font-family: Trebuchet MS, Tahoma, Verdana, Arial;
		font-size: 12px;		
	}
	

#content
	{
		margin-left: 130px;
		padding-bottom: 15px;
		min-height: 400px;
	}


#footer
	{
		clear:both; 
		height:20px; 
		overflow:hidden;
		color: #999999;
		font-family: Trebuchet MS, Tahoma, Verdana, Arial;
		font-size: 10px;
		text-align: center;
		padding-top: 5px;
	}

#footer a
{
	color: #999999;
	text-decoration: none;
}

#footer a:hover
{
	color: #0099dd;
	text-decoration: underline;
}
	
	
A:link    {text-decoration: none; color: #0099dd;}
A:visited {text-decoration: none; color: #0099dd;}
A:active  {text-decoration: none; color: #0099dd;}
A:hover   {text-decoration: none; color: #002d8a;}
	
	
h1
	{
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
input, select
	{
		font-family: tahoma;
		font-size: 10px;		
	}
	
textarea
	{
		font-family: tahoma;
		font-size: 10px;
	}
	