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

/* Main elements */
body {
	margin: 0;
	padding: 0;
	color: #5b6fbd;
	font: 11px Verdana;
}

p {
	margin-top: 3px;
}

/* Headings */
h1 {
	width: 950px;
	height: 190px;
	margin: 0;
}
h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
h2 {
	background: url('../images/content_vinkje.jpg') no-repeat center left;
	padding-left: 17px;
	font-size: 12px;
	color: #5b6fbd;
}
h3 {
	color: #e95e12;
	margin-bottom: 0px;
	font: 13px Verdana;
	font-style: bold;
	font-stretch:extra-expanded
}

/* Anchors */
a, a:link, a:active, a:visited {
	color: #365ef4;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* Container */
#container {
	width: 950px;
	margin: 5px auto;
}

/* Knopjes */
#knopjes {
	width: 138px;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#knopjes li {
	width: 43px;
	height: 39px;
	margin-left: 3px;
	float: left;
}
#knopjes li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}	

#k_home {
	background: url('../images/knop_home.jpg') no-repeat;
}
#k_email {
	background: url('../images/knop_email.jpg') no-repeat;
}
#k_aanmelden {
	background: url('../images/knop_aanmelden.jpg') no-repeat;
}

/* Header */
#header {
	width: 950px;
	height: 234px;
	background: url('../images/header_menu1.jpg') no-repeat;
	clear: both;
}

/* Menu */
#menu {
	float: right;
	width: 627px;
	height: 44px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin: 0 0 0 2px;
	height: 44px;
}
#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#info {
	width: 113px;
}
#ergo {
	width: 113px;
}
#tarieven {
	width: 164px;
}
#aanmelden {
	width: 113px;
}
#contact {
	width: 113px;
}

/* Content */
#content {
	margin-top: 20px;
	width: 950px;
	clear: both;
}
#text {
	width: 440px;
	padding-right: 20px;
	float: left;
	background: url('../images/content_split.jpg') repeat-y right;
}
#photo {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	width: 468px;
}

/* Footer */
#footer_links {
	font: 11px Tahoma;
	color: #e95e12;
	width: 950px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
#footer_links a {
	color: #e95e12;
}
#footer_links a:hover {
	font-weight: normal;
}
#footer_bar {
	width: 950px;
	height: 20px;
	background-color: #4666e0;
}
#footer {
	float: right;
	font: 11px Tahoma;
	color: #22405a;
	padding: 5px;
}











