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

#top {
	height: 144px;
}
#topbar {
	height: 8px;
	background-color: #878787;
}

#main {
	height: 500px;
	background-color: #000000;
	background-image: url(images/achtergrond.jpg);
	padding-top: 25px;
}
#left {
	width: 400px;
	float: left;
	height: 475px;
	text-align: left;
}
#right {
	float: right;
	width: 550px;
	height: 475px;
	text-align: center;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: thin solid #333333;
}

#view {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#logo {
	float: left;
}
#nav {
	float: right;
	width: 500px;
	position: relative;
	top: 108px;
	height: 30px;
	font-size: 13px;
	color: #333333;
}
#intro h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

#nav a:link {
	color: #999999;
	text-decoration: none;
}
#nav a:visited {
	color: #999999;
	text-decoration: none;
}

#nav a:hover {
	color: #99CC00;
	text-decoration: underline;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#footer {
	height: 100px;
	background-color: #000000;
	padding-top: 20px;
}
#copyright {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	color: #666666;
}

body {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#news {
	width: 700px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333333;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	height: 415px;
	overflow: auto;
}
#news h1 {
	font-size: 16px;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #99CC00;
}
#news p {
	font-size: 14px;
	color: #999999;
	padding-bottom: 30px;
}
#news strong {
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;
}
#news #morenews {
	right: 10px;
	bottom: 10px;
	text-align: right;
}


#intro {
	height: 455px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#inro_left {
	height: 455px;
	float: left;
	width: 455px;
	text-align: center;
	vertical-align: middle;
}
#inro_right {
	height: 455px;
	width: 455px;
	float: right;
}
#logo a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
#right img {
	margin-right: 20px;
	margin-bottom: 13px;
	border: thin solid #333333;
}
#left a {
	color: #FFFFFF;
	text-decoration: none;
}
#left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	font-size: 12px;
	color: #333333;
}
#news a {
	color: #FFFFFF;
	text-decoration: none;
}
#news a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav_img img {
	text-decoration: none;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}

