body{
	background:#B4CCE4;
	background-image:url(../images/background.png);
	background-attachment:fixed;
    background-size: 100% 100%;
	margin:0px; 
	padding:0px; 
	font-size: 14px; 
	font-family: Myriad Pro;
	height: 100%;
}
html {
	height:100%;
}
a { 
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: underline;	
}
img{ 
	border:0px;
}

.container {
	margin: auto;
	width:920px;
	
}
.header {
	margin: auto;
	width:900px;
	height: 190px;
	background:url(../images/header.png)
}



.menu {
	margin: auto;
	width:920px;
	height: 46px;
	background:#CCC;
}
.menu .left {
	 background-image: url(../images/menu_left.png); 
	 width: 10px; 
	 height:46px;
}
.menu .middle {
	 background-image: url(../images/menu.png); 
	 height:46px;
	 color: #FFFFFF;
	 font-size: 16px;
}
.menu .right {
	 background-image: url(../images/menu_right.png); 
	 width: 10px; 
	 height:46px;
}

.content {
	margin: auto;
	width: 900px;
	background: #FFF;
	color: #666666;
	border-left: 2px solid #525252;
	border-bottom: 2px solid #525252;
	border-right: 2px solid #525252;
}
.content .tekst{
	margin:auto;
	width: 860px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.copyright {
	margin: auto;
	width: 900px;
	color: #FFFFFF;
	text-align: center;
}