html
{
	overflow-y: scroll;
}

body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-attachment:fixed;
}

.header {
	background-image:url(images/header.png);
	width: 999px;
	height: 224px;
	padding-left: 1px;

}

.content {
	padding: 35px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 13px;
	line-height: 22px;
	color: #666;
}

.kop {
	background-image:url(images/bg_menu_context.png);
	height: 55px;
	font-size: 30px;
	font-weight: normal;
	padding-left: 35px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #BCC8D8;
}

.footer {
	background-image:url(images/footer.png); 
	height: 59px; 
	width: 1025px;

}

.nav {
	background-image:url(images/bg_nav.png);
	background-repeat:repeat-x;
	background-position: center top;
	
}
.button {
	background-image:url(images/menu_tab_center.png); 
	text-align:center; 
	padding-top: 7px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #666;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #696969;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
}
