html { overflow-y: scroll; }

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background: #ececec;
}

a img { border: 0; }

ul { list-style: none; }
ol { margin: 10px 0 0 20px; }

img.alignLeft {
	clear: left;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

/* LAY OUT
======================================================================================= */

#container {
	margin: 20px auto 0;
	width: 870px;
}

	#container #top {
		float: left;
		width: 870px;
		height: 120px;
		background: url(../images/bg_top.gif) 0 0 no-repeat;
	}
	
	#container #main {
		float: left;
		width: 850px;
		color: #333;
		line-height: 16px;
		padding: 0 10px;
		background: url(../images/bg_main.gif) 0 0 repeat-y;
	}
	
	#container #footer {
		float: left;
		width: 870px;
		height: 43px;
		background: url(../images/bg_footer.gif) 0 0 no-repeat;
	}	
	
#logo {
	float: left;
	width: 500px;
	margin: 30px 0 0 20px;
}

	html>body #logo { margin: 30px 0 0 40px;}

	#logo a img {
		float: left;
	}
	
	#logo h1 {
		float: left;
		margin: 0;
		padding: 25px 0 0 25px;
		font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
		font-size: 28px;
		font-style: italic;
		font-weight: normal;
		color: #413f94;
	}
	
#serviceMenu {
	float: right;
	width: 300px;
	margin: 20px 20px 0 0;
	text-align: right;
	font-size: 11px;
}

	#serviceMenu span {
		padding: 0 10px;
	}
	
	#serviceMenu a {
		color: #727272;
		text-decoration: underline;
	}
	
		#serviceMenu a:hover {
			color: #333;
		}
	
#images {
	float: left;
}

.pics { height: 270px; width: 850px; padding:0; margin:0; overflow: hidden }
.pics img { height: 270px; width: 850px; top:0; left:0 }
	
/* MENU
======================================================================================= */

#menu {
	float: left;
	width: 850px;
	margin: 1px 0 0 0;
}

	#menu ul {
		float: left;
		width: 850px;
		background: url(../images/bg_menu.gif) 0 0 repeat-x;
	}
	
		#menu li {
			float: left;
		}
		
			#menu li a {
				display: block;
				height: 40px;
				margin: 0;
				padding: 0;
				color: #000;
				text-decoration: none;
				text-indent: -9999px;
			}
			
				#menu li a:focus {
					outline: 0;
				}
			
				#menu li a.home {
					width: 78px;
					background: url(../images/menu_home.gif) 0 0 no-repeat;
				}
			
				#menu li a.programma {
					width: 118px;
					background: url(../images/menu_programma.gif) 0 0 no-repeat;
				}
			
				#menu li a.cv-sprekers {
					width: 114px;
					background: url(../images/menu_cv-sprekers.gif) 0 0 no-repeat;
				}
			
				#menu li a.goede-doelen {
					width: 122px;
					background: url(../images/menu_goede-doelen.gif) 0 0 no-repeat;
				}
			
				#menu li a.sponsor-pakketten {
					width: 161px;
					background: url(../images/menu_sponsor-pakketten.gif) 0 0 no-repeat;
				}
			
				#menu li a.aanmelden {
					width: 110px;
					background: url(../images/menu_aanmelden.gif) 0 0 no-repeat;
				}
			
				#menu li a.sponsors {
					width: 100px;
					background: url(../images/menu_sponsors.gif) 0 0 no-repeat;
				}
				
			#menu li a:hover, #menu li.active a {
				background-position: 0 -40px;
			}

/* ELEMENTS
======================================================================================= */

.inhoud {
	margin: 0 20px 30px 20px;
}	

html>body .inhoud { float: left; }
*:first-child+html .inhoud { float: none; }

	.inhoud a {
		color: #333;
		text-decoration: underline;
	}
	
		.inhoud a:hover {
			color: #000;
		}

.inhoud h1 {
	float: left;
	width: 810px;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #413f94;
	margin: 20px 0 20px;
	padding: 2px 0 15px 0;
	border-bottom: 1px solid #cdcdcd;
}	

.inhoud h2 {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

	.inhoud table {
		float: left;
		margin: 0 0 20px;
	}

.spreker {
	float: left;
	width: 380px;
	margin-bottom: 30px;
	padding-right: 20px;
}	

.sponsorlogo {
	float: left;
	width: 220px;
	margin-bottom: 20px;
	padding-right: 50px;
}	

.list {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding-left: 18px;
	line-height: 20px;
	background: url(../images/ico_bullet.gif) no-repeat 2px 6px;
}

table.programmaTabel {
	float: left;
}

table.programmaTabel th, table.programmaTabel td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0 0 5px;
}

table.programmaTabel th { width: 150px; }

/* FOOTER
======================================================================================= */

#footer {
	color: #727272;
	font-size: 11px;
	padding: 10px 0 0 20px;
}

	#footer .footerLeft {
		float: left;
		width: 350px;
	}

	#footer .footerRight {
		float: right;
		width: 180px;
	}

	#footer span {
		padding: 0 10px;
	}
	
	#footer a {
		color: #727272;
		text-decoration: underline;
	}
	
		#footer a:hover {
			color: #333;
		}

/* CONTACT FORMULIER
===============================================================================*/

.error {color: #f00; }

form {
	float: left;
	margin: 0;
}

form fieldset {
	padding: 10px 0 15px 0;
	border-color: #cfcfd0;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

input, select {
	font-size: 100%;
	color: #333;
	border: 1px solid #cfcfd0;
}

textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #cfcfd0;
	padding: 3px;
	width: 250px;
	height: 100px;
}

form div {
	clear: left;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}

form div fieldset {
	clear: none;
	margin: 0px 0px 0px 122px;
}

form div label {
	display: block;
	float: left;
	width: 120px;
	margin: 0 0 0 0;
}

form div input {
	width: 250px;
	padding: 3px 3px;
	margin: 0px 0px 0px 0px;
}

form div.submit {
	padding: 0px 0px 0px 0px;
}

form div.submit {
	display: inline;
	width: auto;
	padding: 0px;
	margin: 0 0 0 125px;
	
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
	background-color: #413f94;
	color: #fff;
	width: auto;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px;
	border: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
	margin: 0px 0px 0px 0px;
}
	
