@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #ffffff;
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
}

#hd {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 177px;
}

#ft {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #868889;
}

.bert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #868889;
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
}

.adres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868889;
	text-align: right;
	font-weight: bold;
}

.copyright {
	float:left;
	width:375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868889;
	text-align: left;
	font-weight: bold;
}
.culd {
	float:left;
	width:375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868889;
	text-align: right;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868889;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868889;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D6D921;
	text-decoration: none;
	font-weight: bold;
}
