
#container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* PageHeader */
#header {
	width: 960px;
	height: 200px; 
	margin: 0;
	position: relative;
	background-image: url(header.jpg);
}
#header a.pdf
{
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #C16A1F;
	background: url('/bg_pdf-icon.gif') no-repeat left top;
	padding: 10px 0px 0px 28px;
	margin: 20px 20px 0px 0px;
}
#header a.pdf:hover
{
	color: #ecc9a6;
}
#header a.left
{
	
}
#header a.right
{
	
}

#headerrubbe {
	width: 300px;
	height: 50px;
	float: right;
	margin-top: 40px;
}




#header h1 {
	width: 350px; 
	height: 60px; 
	text-indent: -4000px; 
	background-image: url('/css/images/toplogo.gif'); 
	background-repeat: no-repeat; 
	position: absolute; 
	top: 10px; 
	left: 5px;
}

#header-admin
{
	margin: 0;
    background-color: #ffffff;
    width: 900px;
    border: 0;
}
#header-navigation
{
	width: 800px;
	height: 30px;
	float: right;
	background-color: #FFFFFF;
	margin: 0;
	
}

/* Page */
#content
{
	width: 960px;
}



#imgleft {
	width: 330px;
	height: 600px;
	float: left;
	background-image: url(imgleft.jpg);
}

#text {
	width: 300px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}



#imgright {
	width: 330px;
	height: 600px;
	float: left;
	background-image: url(imgright.jpg);
}	
		


/* Sidfot */
#bottom
{	background-color: #FFFFFF;
	border-top: solid thin #000000;
	width: 960px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	clear: both; 
}

