/* In deze CSS file komt alle css te staam voor de weergave op een computerscherm */

	/***** 1. BASIS ELEMENTEN ************************
	* Basis Elementen
	*************************************************/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin:0px;
	padding:0px;
	background-image: url(../images/body/bgbg2.jpg);
	background-position: center top;
	background-repeat:repeat-x;
}
h1 {
}
h2 {
	margin-bottom:1em;
}
h3 {
	font-size: 15px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 23px;
	padding-bottom: 6px;
	color: #555555;
	padding-left: 22px;
}
h5, dt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 6px;
	color: #555555;
}

h6 {
}
strong {
	font-weight: bold;
	color: #FF9900;
}
p {
	margin-bottom: 1em;
}
ul {
	list-style:disc inside;	
	margin-left:1em;
	margin-bottom: 1em;
}
ul ul{
	list-style:circle inside;		
}
ol {
	list-style:decimal inside;
	margin-left:1em;
	margin-bottom: 1em;
}
ol {
	list-style:lower-alpha inside;
}
a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
	padding-top: 18px;
	margin-left:264px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	width: 230px;
	font-size: 21px;
	line-height: 33px;
	color: #9a9a9a;
	border-left: 1px;
	text-align:justify;
	display: block;
	font-size: 1.3em;
	font-style: italic;
	border-right: 2px solid #cccccc;
	margin-left: 30px;
	margin-right:5px;
	margin-top:2em;
	padding: 12px;
}
	/***** 2. FORM ELEMENTEN *************************
	* Elementen uit de FORM tag
	*************************************************/
.stippellijnBovenOnder p, .stippellijncontact {
	padding-bottom: 1em;
	padding-top: 1em;
	border-top:1px dashed #fe7400;
	color: #fe7400;	
}
.stippellijnBovenOnder, .stippellijncontact {
	border-bottom:1px dashed #fe7400;
	margin-bottom: 1em;
}
form {
	margin-left: 0px;
}
input.text, textarea, fieldset, input.checkbox {
	border: 1px solid #9a9a9a;
	padding: 0.2em;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px .5em 0px 0px;
	width:400px;
}
input.checkbox {
	width: 1em;
	border:none;
}
label {
	background-color: #bbbbbb;
	color:#FFF;
	display:block;
	width:200px;
	padding-left:1.5em;
	font-weight:bold;
}
fieldset label {
	background-color: #bbbbbb;
	color:#FFF;
	width:200px;
	padding-left:1.5em;
	font-weight:bold;
}
fieldset.checkboxes {
	margin-bottom:1em;
	border: 1px solid #9a9a9a;
	padding: 0.2em;
}
fieldset.checkboxes label {
	font-size: 0.9em;
	background-color:#FFF;
	color:#000;
	width:150px;
	float:left;
	padding: .5em 1.5em;
}
p.geenwitregel {
	margin-bottom:0em;
}
fieldset {
	border: none;
}
.regel1 {
	float: left;
}
	/***** 3. ALGEMENE CLASSES ***********************
	* Classes voor algemeen gebruik
	*************************************************/
.youtube {
	width:400px;
	height:300px;
	display:block;
}
.vimeo {
	width: 400px;
	height:300px;
	display:block;
}
.mp3player {
	height: 25px;
	display:block;
}


	/***** 4. BASIS LAYOUT ***************************
	* CSS om de basis layout van de site vorm te geven
	*************************************************/
#siteContainer{
	background-color: #FFFFFF;
}
#header {
	height: 71px;
	padding-top:4px;
	background-image: url(../images/body/toptop.jpg);
}
#navigation {
	width: 870px;
	margin-left:10px;
	margin-right:10px;
	padding-left: 70px;
	height: 26px;
	background-color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#headerslide {
	background: #FFF url(../images/slideshow/slide_01.jpg) no-repeat;
	height: 200px;
}
#content {
}
#contentlinks {
	float: left;
	padding-top: 30px;
}
#contentrechts {
	float: left;
}
#footer {
	margin-top: 20px;
	padding-top: 4px;
	font-size: 10px;
	color: #444;
	text-align:center;
}
#contentBody p {
	color: #333;
	line-height: 21px;
}
#zoek {
	background-color: #aaaaaa;
	padding-top:3px;
	padding-left: 8px;
	padding-bottom:0px;
	margin-bottom: 12px;
	height: 23px;
}
#zoekfunctie, #zoekfunctie input, #zoekfunctie fieldset, #zoek fieldset {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#zoekfunctie {
	height: 24px;
	width: 220px;
	font: 12px Arial, Helvetica, sans-serif;
}
#zoekfunctie fieldset {
	width: 220px;
	margin: 3px 0px 0px;
}
#zoekfunctie input, #zoek input {
	height:20px;
	display:block;
	float:left;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-style: none;
	background: #FFF;
}
#zoekfunctie input.text {
	margin-left: 3px;
	height: 12px;
	width:130px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right: 5px;
	padding-left: 5px;
	background-color:#FFF;
}
#zoekfunctie input.submit, #zoek input.submit {
	width:60px;
	height:20px;
	background-color: #F60;	
	color:#FFF;
}
.itemarchief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-right: 20px;
	line-height: 19px;
	border-right: 2px solid #cccccc;
}
	/***** 5. HEADER *********************************
	* Elementen in #header
	*************************************************/


	/***** 6. NAVIGATION *****************************
	* Elementen in #navigation
	*************************************************/
#navigation ul {
	position:relative;
	width: 860px;
	height: 26px;
	list-style:none;
	z-index:200;
}
#navigation ul li {
	float:left;
	margin:0px;
}
#navigation ul li a {
	float:left;
	display:block;
	height:20px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#navigation ul li a:hover, #navigation ul li a.current {
	background: #ff6600;
}
#navigation ul li:hover ul {
	display:block;	
}
#navigation ul li ul {
	position:absolute;
	top:26px;
	z-index:200;
	width: 160px;
	height:160px;
	margin: 0px;
	padding: 0px;
	background: #9a9a9a;
	border: 0px solid #5970B2;
	display: none;
}
#navigation ul li ul li{
	margin: 0px;
	display:block;
	clear:both;
}
#navigation ul li ul li a {
	float:left;
	display:block;
	height:20px;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #9a9a9a;
}

	/***** 6a. NAVIGATION 2 *****************************
	* Elementen in #navigation
	*************************************************/
#navigation2 ul {
	position:relative;
	z-index:200;
	width: 280px;
	height: 160px;
	list-style:none;
}
#navigation2 ul li {
	float:left;
	margin:0px;
	padding:0px;
}
#navigation2 ul li a {
	height: 160px;
	float:left;
	display:block;
	margin-right: 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#navigation2 ul ul li a:hover, #navigation ul ul li a.current {
	background: #ff6600;
}
#navigation2 ul li:hover ul {
	display:block;
}
#navigation2 ul li ul {
	position: absolute;
	top:130px;
	z-index: 200;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border: 0px solid #5970B2;
	display:none;
}
#navigation2 ul li ul#trainingen {
	left:80px;
}
#navigation2 ul li ul li{
	margin: 0px;
	display:block;
	clear:both;	
}
#navigation2 ul li ul li a {
	float:left;
	display:block;
	height:20px;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #9a9a9a;
}

	/***** 7. CONTENT ********************************
	* Elementen in #content
	*************************************************/
#contentBody {
	width: 540px;
	padding-top: 30px;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 22px;
}
p img{
	width:200px;
	float:right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.linkAfbeelding{
	width:140px;
}
.link-item{
	margin-bottom:1.5em;
	border-bottom: solid 10px #f5f5f5;
}
.link-item-text{
	padding: 5px ;
	float:left;
	width:360px;
	margin-right:10px;
}
.link-item-image{
	float:right;
	width:140px;
	margin:5px 10px 10px 10px;
}
#googleMaps {
	width:100%;
	height: 40em;
	border:none;
}
#googleMapsLink {
	display:none;	
}
#slideshow, #slideshowFront {
	width: 940px;
	height: 200px;
	background: url(../images/slideshow/slide_01.jpg) no-repeat;
}
	/***** 8. FOOTER *********************************
	* Elementen in #footer
	*************************************************/


	/***** 9. FEEDBACK *******************************
	* Feedback berichten
	*************************************************/
.message, .feedback, .error, .fatalError{
	text-align: left;
	padding: 15px 100px 15px 100px;
	margin: 5px auto;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.1em;
	width: 370px;
	min-height:70px;
}
.message {
	min-height:1em;
	border-top: 2px solid #36FF0C;
	border-bottom: 2px solid #36FF0C;
	border-left: none;
	border-right: none;
	background: #C8FFBE;
}
.feedback {
	border-top: 2px solid #36FF0C;
	border-bottom: 2px solid #36FF0C;
	background: #C8FFBE url(../images/feedback/normal.png) no-repeat left top;
}
.error {
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	background: #fff6bf url(../images/feedback/error.png) no-repeat left top;
}
.fatalError {
	border-top: 2px solid #FF211D;
	border-bottom: 2px solid #FF211D;
	background: #FFBFBF url(../images/feedback/fatalError.png) no-repeat left top;
}
