/* GENERAL ELEMENT STYLES  */
body {
	
	color: #000000;
	margin: 0px;
	font: 90% "trebuchet ms", sans-serif;
	line-height: 150%;
	overflow: -moz-scrollbars-vertical;
	background:#333 url(../images/asfalt.jpg) left top;
}

h1 {
	font: bold 130% "trebuchet ms", sans-serif;
	padding: 10px 10px 10px 0px;
	margin: 0px;
}

h2 {
	font: bold 120% "trebuchet ms", sans-serif;
	margin: 10px 10px 10px 0px;
}

p {
	text-align: left;
	margin:0px 0px 20px 0px;
}

p.nostyle {
	text-align: left;
}

/* GENERAL CLASS STYLES */

br.clearall {
	clear: both;
}


/* BOX ELEMENT STYLES */

* html #contentbox {		/* this selector recognized by IE only */
 	width: 770px;			/* total width (only for IE5.x/Win) */
	w\idth: 750px;			/* content width (for other IE) */
}

#contentbox {
	width: 750px;			/* content width (for other browsers) */
}

#contentbox {
	padding: 10px;
	border: 1px solid #3F69F3;
	background: #FFFFFF;
	color: #000000;
	margin: 10px auto auto auto;
	clear: both;
}

* html #popupbox {		/* this selector recognized by IE only */
 	width: 600px;			/* total width (only for IE5.x/Win) */
	w\idth: 580px;			/* content width (for other IE) */
}

#popupbox {
	width: 580px;			/* content width (for other browsers) */
}

#popupbox {
	padding: 10px;
	border: 1px solid #3F69F3;
	background: #FFFFFF;
	color: #000000;
	margin: 10px;
	clear: both;
}


#textbox {
	float:right;
	width:628px;
	
}
#textbox a {color:#0071BB;}
#textbox a:hover {color:#FF360F;}
#footer,
#footer2 {
	width: 770px;
	border: 1px solid #3F69F3;
	margin: 10px auto auto auto;
	padding: 0px;
	text-align: center;
	font-size: 89%;
	background-color:#FFF;
}

#subfooter {
	width: 770px;
	margin: 10px auto auto auto;
	padding: 0px;
	text-align: center;
	font-size: 86%;

}

.timebox {
	background: #E5E5E5;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}

#stylepicker {
	border: 1px solid #3F69F3;
	background: #CAE4FF;
	color: #000000;
	font-size:80%;
	width: 20%;
	float:right;
	padding:10px;
	margin: 0px 0px 10px 0px;	
}

#stylepicker ul {
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

#stylepicker ul li {


}

#blueline {
	width:750px;
	display:block;
}


.voorendoor {
	float: right;
}

/* MENU */
/* see http://www.alistapart.com/stories/taminglists/ */

* html #menu {		/* this selector recognized by IE only */
 	width: 112px;			/* total width (only for IE5.x/Win) */
	/*w\idth: 92px;	*/		/* content width (for other IE) */
}

#menu {
	width: 112px;
	margin-top: 15px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-style: italic;
	font-size: 84%;
	font-weight: bold;
	overflow: hidden;
}
	
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	
}
		
#menu li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	font-style: italic;
	letter-spacing: 1px;
}

#menu li a {
	display: block;
	padding: 0px 5px 0px 10px;
	/*border-left: 10px solid #1958b7;*/
	background-color: #CCCCCC;
	/*color: #0038F0;*/
	color:#FFF;
	text-decoration: none;
	width: 100%;
	background:#226CD9 url(../images/menu_normal.gif) repeat-x left center;
}

#menu li.menu-hi a {
	/*border-left: 10px solid #FF360F;*/
	background:#FF360F url(../images/menu_hover.gif) repeat-x left center;
}


html>body #menu li a {
	width: auto;
}

#menu li a:hover {
	/*border-left: 10px solid #FF360F;*/
	background:#FF360F url(../images/menu_hover.gif) repeat-x left center;
}

#menu li.menu-hi a:hover {
	/*border-left: 10px solid #808080;*/
}

ol {
	margin: 0px 0px 0px 26px;
	padding: 0px;
}

ol li {
	font-style: normal;
	
}

ul {
	margin: 0px 0px 15px 26px;
	padding: 0px;
}

ul li {
	font-style: normal;
	
}
/* LOGIN BOX */

.loginbox {
	margin: 20px 0px 10px 0px;
	width: 112px;
}

* html .loginboxitem {	/* this selector recognized by IE only */
 	width: 112px;			/* total width (only for IE5.x/Win) */
	w\idth: 96px;			/* content width (for other IE) */
}

.loginboxitem {
	color: #0038F0;
	background: #E5E5E5;
	width: 96px;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 6px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	font-style: italic;
	font-weight: bold;
	font-size: 84%;
	border-left: 10px solid #CCCCCC;
}

/* FORM STYLES */
form {
	margin: 0px;
}

* html input.form-input-text, * html input.form-input-text-focus, * html input.form-input-password, * html input.form-input-password-focus {
 	width: 88px;			/* total width (only for IE5.x/Win) */
	w\idth: 86px;			/* content width (for other IE) */
}

input.form-input-text, input.form-input-text-focus, input.form-input-password, input.form-input-password-focus {
	width: 88px;
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#808080;
	padding: 0px 0px 0px 2px;
	margin: 2px 0px 0px 0px;
}

input.form-input-submit {
	font: italic bold 100% 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #0038F0;
	margin: 2px 0px 5px 5px;
	line-height: 12px;
	height: 18px;
	width: 88px;
}

input.form-input-text {
	background: #FFFFFF url(../images/username.gif) no-repeat 3px;
}

input.form-input-text-focus {
	background: #FFFFFF none;
}

input.form-input-password {
	background: #FFFFFF url(../images/password.gif) no-repeat 3px;
}

input.form-input-password-focus {
	background: #FFFFFF none;
}

/* CMS CLASSES */

.Title {
	font: bold 120% "trebuchet ms", sans-serif;
	margin: 10px 10px 10px 0px;
}
a img {border:none;}
.marquee {background-color:#FFF;padding-top:2px;}
.marquee a {margin-right:30px;}
.marquee a img {border:1px solid #FFF;}


.leden-lijst {}
.leden-lijst address {margin-bottom:20px;float:left; height:245px; width:310px;border-bottom: 1px solid #CCC; font-style:normal;}
.leden-lijst address img {display:block;height:38px;margin-bottom:10px;}


