body {
	color: #fff;
	font-family: Verdana, Helvetica, serif;
	font-size: 12px;
	background-color: #fff;
/*	background-color: #f26531;*/
	margin: 0px;
	height: 100%;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
}

.topline-l {
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
}

.topline-r {
	background-position: top right;
	background-repeat: no-repeat;
	height: 10px;
}

.bottomline-l {
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
}

.bottomline-r {
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 10px;
}

.clear {
	clear: both;
}

.left {
	float: left;
	position: relative;
}

.right {
	float: right;
	position: relative;
}

#main {
	position: absolute;
	width: 700px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -350px;
	padding: 0;
	left: 50%;
	background-color: #00aec5;
}

#top {
	height: 150px;
	background-image: url("../img/header2.jpg");
	background-position: 0px 15px;
	background-repeat: no-repeat;
}

#top .topline-l {
	height: 15px;
	background-image: url("../img/topleft_main.jpg");
}

#top .topline-r {
	height: 15px;
	background-image: url("../img/topright_main.jpg");
}

#bottom {
	height: 15px;
	margin-top: 7px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 8px;
}

#bottom .bottomline-l {
	height: 15px;
	background-image: url("../img/bottomleft_main.jpg");

}

#bottom .bottomline-r {
	height: 15px;
	background-image: url("../img/bottomright_main.jpg");

}

#navigation, #contact {
	width: 150px;
	padding: 0;
	margin: 15px;
	background-color: #f26531;
}

#navigation .topline-l, #contact .topline-l { background-image: url("../img/topleft_nav.jpg"); }
#navigation .topline-r, #contact .topline-r  { background-image: url("../img/topright_nav.jpg"); }
#navigation .bottomline-l, #contact .bottomline-l { background-image: url("../img/bottomleft_nav.jpg"); }
#navigation .bottomline-r, #contact .bottomline-r { background-image: url("../img/bottomright_nav.jpg"); }

#contact p {
	margin-bottom: 0px;
	padding: 0;
}
#navigation ul {
	margin: 10px;
	padding: 0;
}

#navigation li {
	padding: 3px;
	margin: 0;
	list-style-type: none;
}

#navigation li a {
	color: #fff;
	display: block;
	padding: 2px;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
	font-weight: bold;
}

#contact h3 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	
}

#contact a {
	color: #fff;
}
#contents {
	position: relative;
	margin: 15px;
	margin-left: 180px;
	margin-bottom: 0;
	background-color: #fff;
	color: #52a0ac;
}

#contents h2 { 
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	margin-left: 15px;
	font-family: Georgia, serif;
	border-bottom: 1px solid #52a0ac;
	color: #52a0ac;	
/*	color: #666;*/
}

#contents li {
	color: #f26531;
	margin-top: 3px;
}

#contents a { 
	color: #f26531;
}

#contents a:hover {
	color: #a64522;
}

#contents h3 {
	font-weight: bold;
	font-size: 15px;
	margin-left: 15px;
}

#contents .topline-l { background-image: url("../img/topleft_contents.jpg"); }
#contents .topline-r { background-image: url("../img/topright_contents.jpg");  }
#contents .bottomline-l { background-image: url("../img/bottomleft_contents.jpg"); }
#contents .bottomline-r { background-image: url("../img/bottomright_contents.jpg");}
#trainersgroepweerbaarheid { border: 1px solid #A64522; margin: 10px; background-color: #e9ddae; color: #000; padding: 20px; text-align: center; }
