body {
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0;
}

#container {
	width: 900px;
	margin: 10px auto 0 auto;
	padding: 0;
}

#header {
	width: 900px;
	height: 150px;
	margin: 0 0 10px 0;
}

#logo {
	background: url(../images/header.jpg) center no-repeat;
	width: 900px;
	height: 150px;
}

#logo h1 {
	color: #A2CCF1;
	font-size: 22px;
	text-align: right;
	margin: 0;
	padding: 35px 0 0 0;
	display: none;
}

#main {
	width: 900px;
	float: left;
}

#menu {
	width: 200px;
	float: left;
}

#infobalk {
	background: url(../images/menu_bg.jpg) repeat-x #8DC3F1;
	width: 700px;
	height: 50px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	float: left;
}

#infobalk p {
	padding: 15px 15px 0 15px;
}

#flash {
	width: 700px;
	height: 525px;
	margin: 0 0 5px 0;
	float: left;
}

#main-text {
	background: url(../images/menu_bg.jpg) repeat-x #8DC3F1;
	width: 700px;
	float: left;
}

#a-main-text {
	background: url(../images/menu_bg.jpg) repeat-x #8DC3F1;
	width: 700px;
	margin: 0 auto;
	float: right;
}

#text {
	padding: 0 10px 1px 10px;
}

#text h3 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
}

#text a {
	color: #FFFFFF;
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}

#text ul, #text li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#text a img{
	opacity: .7;
	filter: alpha(opacity=70);
}

#text a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#text img {
	border: 1px solid #011D45;
	margin: 0 10px 0 0;
}

#message ul, #message li {
	list-style: none;
	padding: 0 0 0 20px;
}

#contact {
	background: url(../images/menu_bg.jpg) repeat-x #8DC3F1;
	width: 700px;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	font-size: 10px;
	float: right;
}

#contact-text {
	border-right: 1px solid #000000;
	padding: 10px;
	text-align: right;
	float: right;
}

#contact-text p{
	margin: 0;
	padding: 0;
}

#contact-text a, #contact-text a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#contact-text a:hover {
	text-decoration: underline;
}

#contact-copy {
	padding: 10px;
	text-align: right;
	float: right;
}

#contact-copyright {
	padding-right: 20px;
	text-align: right;
	float: right;
}

#contact-copy p {
	margin: 0;
	padding: 0;
}

#contact-copyright p {
	margin: 0;
	padding: 0;
}

/****MENU****/

#menu ul, #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	background: url(../images/menu_bg.jpg) repeat-x;
	width: 180px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 10px;
	display: block;
}

#menu a:hover {
	background: url(../images/menu_bg_hover.jpg);
	display: block;
}

#menu .active a {
	background: url(../images/menu_bg_hover.jpg) repeat-x;
	display: block;
}

/****CLASS****/

.clear {
	clear: both;
}

.a-login {
	width: 125px;
	float: left;
}

.error
{
	background: url(../images/notice-alert.png) no-repeat left #FFBFBF;
	text-align: left;
	width: 100%;
	border-top: 3px solid #FB6060;
	border-bottom: 3px solid #FB6060;
	height: 19px;
	padding: 5px 0 5px 0;
	margin: 0;
	font-variant: small-caps;
	font-size: 12px;
	color: #FF0000;
}

.succes
{
	background: url(../images/notice-apply.png) no-repeat left #C5FFBF;
	width: 100%;
	text-align: left;
	border-top: 3px solid #8FFB60;
	border-bottom: 3px solid #8FFB60;
	height: 19px;
	padding: 5px 0 5px 0;
	margin: 0;
	font-variant: small-caps;
	font-size: 12px;
	color: #003300;
}

.welkom
{
	background: url(../images/notice-info.png) no-repeat left #B8D9FF;
	width: 100%;
	text-align: left;
	border-top: 3px solid #4C99FF;
	border-bottom: 3px solid #4C99FF;
	height: 19px;
	padding: 5px 0 5px 0;
	margin: 0;
	font-variant: small-caps;
	font-size: 12px;
	color: #003300;
}

.admin-width {
	width: 500px;
}

.id_nieuws {
	width: 25px;
	height: 25px;
	float: left;
	margin: 0;
}

.naam_nieuws {
	width: 400px;
	height: 25px;
	float: left;
}

.datum_nieuws {
	width: 100px;
	height: 25px;
	float: left;
}

.actie_nieuws {
	width: 80px;
	height: 25px;
	float: left;
}

.hond {
	background-color: #FFFFFF;
	border: 1px solid #011D45;
	width: 200px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}

.pt_table {
	border: 1px solid #011D45;
	background-color: #FFFFFF;
}

.pt_table td {
	border: 1px solid #011D45;
}

.pt_border td {
	border: 1px solid #000000;
	text-align: center;
}

.show_special {
	border-top: 1px solid #000000;
}

.show_border td {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}