body {
	background: #000018;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	font-family: Georgia, Verdana, Trebuchet, Times;
	font-size: 13px;
	font-style: italic;
	color: #ffd13b;
	margin: 0px;
	padding: 10px
}

img {
	border: 0px;
}

h1 {
margin: 0px;
}

A:link, A:visited, A:hover {
	color: #ffd13b;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.wrapper {
	width: 960px;
	margin: auto;
}

.header {
	width: 960px;
	height: 80px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}

.lang {
	margin-left: 800px;
	padding-top: 40px;
}

.ctheader{
	width: 800px;
	height: 30px;
	margin: auto;
	padding-top: 50px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.page {
	width: 960px;
	background-image: url(img/page.png);
	background-repeat: repeat-y;
}

.logo {
	width: 960px;
	height: 220px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

.button {
	width: 88px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	float: left
}

.footer {
	width: 960px;
	height: 80px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
}

.ctfooter{
	width: 800px;
	height: 60px;
	margin: auto;
	text-align: center;
}

.content {
	width: 800px;
	padding: 10px;
	text-align: left;
	margin: auto;
}

.paard {
	width: 780px;
	height: 300px;
	padding: 10px;
}

.pleft {
	float: left;
	width: 265px;
	height: 300px;
	overflow: auto;
}

.pcenter {
	float: left;
	width: 280px;
	height: 280px;
	background-color: #ffd13b;
	padding: 10px;
}

.pspacer {
	float: left;
	width: 10px;
	height: 300px;
}

.pright {
	float: left;
	width: 185px;
	height: 280px;
	background-color: #ffd13b;
	padding: 10px;
}

.pbar {
	width: 800px;
	height: 3px;
	background-color: #ffd13b;
	font-size: 1px;
}

.contentimg {
	float: right;
	padding: 10px;
	background-color: #ffd13b;
	margin: 3px;
}

.contentimgleft {
	padding: 10px;
	background-color: #ffd13b;
	margin: 3px;
	width: 450px;
}

.footerimg {
	padding: 10px;
	background-color: #ffd13b;
	margin: auto;
	width: 745px;
}