#hoofd{
	position:relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	min-height:100%;
	_height:100%;
	
}
#foto{
	position:absolute;
	top:20px;
	left:200px;
	width:616px;
	height:241px;
	background-image:url(../img/foto_frame.jpg);
	background-repeat:no-repeat;	
}
#logo{
	position:absolute;
	top:40px;
	left:15px;
	width:280px;
	height:125px;
	background-image:url(../img/sips_logo.png);
	background-repeat:no-repeat;
	
}
#menu{
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:80px;
	width:220px;
	height:800px;
	background-image:url(../img/menu_background.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
#content{
	float:left;
	position:relative;
	
	width:400px;
	margin-top:300px;
}
#static{
	float:left;
	width:186px;
	position:relative;
	margin-top:300px;
	margin-left:10px;
}
#adres{
	font-size:10px;
	margin-top:-214px;
	margin-left:2px;
}
#bottom{
	clear:both;
	position:relative;
	margin: 0 auto;
	width: 850px;
	background-image:url(../img/bottom_back.jpg);
	background-repeat: no-repeat;
	height:42px;
	
}
#bottom_content{
	position:absolute;
	margin-top:11px;
	width:850px;
	left:5px;
	text-align:center;
	height:20px;
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:12px;
	color:#FFFFFF;
}