body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: url('/images/bg.gif') #6dd0f6 repeat-x top left;
	color: #6d6e71;
	line-height: 150%;
}

#header {
	margin: 20px auto 0px auto;
	width: 990px;
	background: url('/images/header.gif') no-repeat top left;
}
#header.home { height: 275px;}
/*IE7 fix*/
#header.home { height: 310px;}

#header.sub { height: 150px;}
#header a.logo {
	margin: 35px 0px 0px 80px;
	padding: 59px 0px 0px 0px;
	display: block;
	float: left;
	height: 0px !important; 
	width: 274px;
	overflow: hidden;
	height /**/: 59px; /* for IE5/Win */
	background: url('/images/logo.gif') no-repeat top center;	
}
#header ul { clear: both; float: left; width: 895px; height: 33px; line-height: 33px; background: url('/images/bg-menu.gif') no-repeat top left; margin: 10px 0px 0px 80px; padding: 0px; }
#header ul li { margin: 0px; padding: 0px; display: inline; }
#header ul li a { padding: 0px 10px; color: #fff; text-decoration: none; font-size: 120%; float: left; font-weight: bold; }
#header ul li a:hover { color: #b3e5f9;}

#header a.kaart { clear: both; float: left; width: 410px; height:0px; padding-top: 160px; overflow: hidden; background: url('/images/kaart.jpg') no-repeat top left; margin: 10px 10px 10px 80px;}

#flashholder {
	float: left;
	margin: 10px 0px;
	width: 475px;
	height: 160px;
	background: url('/images/flash/1.jpg') no-repeat top left;
} 
#buttons { float: left; width: 225px;}
#home { float: left; width: 425px; margin: 0px 10px;}

#agenda.home { float: left; width: 225px; background: #00aeef url('/images/bg-right-top.gif') no-repeat top left; color: #fff;}
#agenda.home h2, #agenda.home a {color: #fff;}
#agenda li { 
	margin-bottom: 20px;
}
#agenda.home h2, #agenda.home ul {	padding: 10px;}
#agenda.home ul {background: url('/images/bg-right-bottom.gif') no-repeat bottom left;}

#contents {
	margin: 0px auto;
	padding: 10px 10px 10px 80px;
	width: 900px;
	background: #fff;
}
#contents h1 {
	color: #00aeef;
	font-size: 180%;
	font-weight: normal;
}
#contents h2 {
	color: #6d6e71;
	font-size: 150%;
	margin: 0 0 10px 0;
	font-weight: normal;
}
#contents h3 {
	color: #00aeef;
	font-size: 110%;
	font-weight: bold;
}
/* Buttons */
#contents #buttons a { 
	display: block;
	width: 220px;
	height: 60px;
	margin: 5px 0;
	text-decoration: none;;
}
#contents #buttons span { visibility:hidden; }
#contents #buttons .leden { 
	background: url(../images/onzeleden.jpg) no-repeat;
	
}
#contents #buttons .kennismaking{ 
	background: url(../images/kennismaking.jpg) no-repeat;
	
}
#contents #buttons .lidworden{ 
	background: url(../images/lidworden.jpg) no-repeat;
	
}
#contents a {
	color: #00aeef;
	text-decoration: underline;
}
#contents a:hover {
	color: #6dd0f6;
	text-decoration: none;
}
#contents input, select {
	width: 140px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #00aeef;
	padding: 1px 2px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#contents textarea {
	width: 200px;
	height: 100px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #00aeef;
	padding: 1px 2px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#contents input.button {
	margin: 5px 0px 0px 0px;
	width: 75px;
	height: 20px;
	border: none;
	clear: both;
	float :left;
	color: #ffffff;
	background: #00aeef;
	cursor: pointer;
}
#contents label {
	display: block;
	float: left;
	clear: both;
	width: 175px;
	font-weight: bold;
	line-height: 18px;
}
#contents input.naam, #contents textarea.reactie { width: 400px;}


#agenda ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}
#agenda ul li {
	clear: left;
}
#agenda img {
	float: left;
	margin: 5px 5px 5px 0;
}
#agenda a {
	font-size: 120%;
	/*font-weight: bold;*/
}
#agenda span{
	font-size: 80%;
	font-weight: bold;
}

#home h2 {
	margin-top: 30px;
}

#nieuws {
	float: left;
	width: 265px;
	margin: 0px;
	padding: 10px;
}
#nieuws h2 a {
	color: #00aeef;
	text-decoration: none;
}
#nieuws h2 a:hover {
	color: #6d6e71;
}
#kaart {
	float: left;
	width: 250px;
	text-align: center;
}
#end {
	clear: both;
}
#footer {
	margin: 0px auto;
	clear: both;
	width: 990px;
	height: 41px;

	background: url('/images/footer.gif') no-repeat top left;
}


/*edits*/
textarea{
	resize: none;
}
#contents label {
	width: 225px;
}
#form input[type="checkbox"]{
	padding: 0px;
	width: 16px;
	border: none;
	margin: 5px 0px;
}
#form input[type="text"], #form label, #form select, #form textarea{
	margin: 5px 0px;
}
/*validate*/
#form .validate {
    padding: 5px 33px;
    font-size: 100%;
    font-weight: bold;
    border: solid 1px #EEBB00;
    background: url(/images/icons/error.png) 5px 5px no-repeat #FFF999;
    margin-bottom: 10px;
}
#form .validate ul {
    list-style: disc;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#form .validate ul li {
    font-weight: normal;
}

.jMyCarousel {
	margin: 0px auto;
	clear: both;
	width: 970px !important;
	padding: 10px;
	background: #fff;

}

.jMyCarousel  li {

	margin: 0 10px;
}

.jMyCarousel  img {
	border: 0px;

}


