/* CSS Document */

html, body {
	height: 100%;
}

body {
	background: url(../images/bg-body4.jpg) #F6F0E7 fixed;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E0D07;
}

#wrapper {
	position: relative;
	padding: 0 16px;
	width: 946px;
	min-height: 100%;
	margin: 0 auto;
}* html #wrapper {
	height: 100%;
}

#header {
	background: url(../images/bg-tiles.jpg) repeat-x #EFEBD6;
	width: 914px;
	height: 256px;
	margin: 0 0 16px 0;
	padding: 0 16px 16px 16px;
	border-right: 1px solid #21686E;
	border-bottom: 1px solid #21686E;
}

#header-inner {
	height: 176px;
	padding: 8px 0 8px 0;
	background: url(../images/bg-header1.jpg) no-repeat transparent 0 8px;
}

	#talen {
		float: right;
		list-style: none;
		margin: 8px 0 0 0;
		padding: 0;
	}
		#talen li {
			float: left;
			padding: 0 0 0 1px;
		}
		
		#talen a {
			display: block;
			width: 30px;
			height: 19px;
			text-indent: -9999px;
		}
	
		#nl {
			background: url(../images/flags.png) no-repeat;
		}
		
		#en {
			background: url(../images/flags.png) no-repeat -30px 0px;
		}
		
		#fr {
			background: url(../images/flags.png) no-repeat -60px 0px;
		}

	#logo {	
		width: 450px;
		height: 148px;
		margin: 20px 0 0 0;
		overflow: hidden;
	}* html body #logo {
		behavior: url(/styles/iepngfix.htc);
		height: 156px;
	}
	

		
	ul#nav  {
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: 320%;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
		#nav li {
			float: left;
			font-size: 260%;
			padding: 2px 0 0 0;
			margin: 0 1px 0 0;
			background: #EFEBD6;
			position: relative;
			letter-spacing: -.04em;	
		}
		
		#nav li.first a {
			padding: 1px 16px 0 0;
		}
		
		#nav a {
			padding: 1px 16px 0 8px;
		}
		
		.en #nav a {
			padding: 1px 12px 0 8px;
		}
	
	ul.alle-cursussen {
		list-style: none;
		margin: 0;
		padding: 0;
		clear: left;
	}	
	
		ul.alle-cursussen li {
			float: left;
			font-size: 140%;
			padding: 0;
			margin: 1px 1px 0 0;
			line-height: 114%;
			display: block;
		}
		
			ul.alle-cursussen li.first a{
				padding: 0 8px 0 0;
			}
		
		.alle-cursussen a {
			padding: 0 8px;
		}
		
	#nav a, .alle-cursussen a {		
		background: #EFEBD6;
		text-decoration: none;
		color: #000000;
	}
	
	#nav a:hover, .alle-cursussen a:hover {
		background: #CBE7EF;
	}
		
			
		
		
			

#content {
	position: relative;
	overflow: auto;
	padding: 0 0 160px 0;
	clear: left;
}* html #content {
	margin-bottom: 146px;
}
	
	#left {
		float: left;
		position: relative;
		background: url(../images/bg-tiles.jpg) repeat-x #EFEBD6;
		color: #0E0D07;
		width: 432px;
		padding: 16px;
		overflow: auto;
		border-right: 1px solid #21686E;
		border-bottom: 1px solid #21686E;
	}
	
	#right {
		float: right;
		position: relative;
		background: url(../images/bg-tiles.jpg) repeat-x #EFEBD6;
		color: #0E0D07;
		width: 432px;
		padding: 16px;
		overflow: auto;
		border-right: 1px solid #21686E;
		border-bottom: 1px solid #21686E;
	}
	
	#gallery {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.master {
		color: #43969E;
	}
	
#footer {
	clear: both;
	position: relative;
	padding: 16px 16px 0 16px;
	width: 914px;
	height: 150px;
	margin: -138px auto 0 auto;
	background: url(../images/bg-tiles.jpg) repeat-x #EFEBD6;
	border-right: 1px solid #21686E;
}

	.fr #footer, .en #footer {
		height: 118px;
		margin: -106px auto 0 auto;
	}

	#lefter {
		float: left;
		width: 432px;
	}
		
		#inschrijf-link {
			text-decoration: none;
		}
		
		#copyright {
			padding: 16px 0 0 0;
			width: 210px;
			float: left;
		}
		
		#contact-short {
			width: 194px;
			float: right;
			padding: 16px 0 0 0;
		}
	
	#tellafriend {
		float: right;
		width: 432px;
	}
	
		#tellafriend p {
			padding: 16px 0 0 0;
		}
		
		#tellafriend input {
			width: 80px;
			margin: 0 6px 0 4px;
		}
		
		#tellafriend label {
			clear: none;
		}
		
		#tellafriend input.submit {
			width: auto;
			margin: 0;
			padding: 0;
		}
		
	#vriendResponse, #contactResponse, #inschrijfResponse {
		font-size: 130%;
		text-align: center;
		background: #CBE7EF;
		border: 1px dotted #21686E;
		padding: 4px;
		margin: 0 0 8px 0;
	}
	
	
p {
	font-size: 130%;
	padding: 0;
	margin: 0 0 16px 0;
}

	p.intro {
		font-size: 140%;
		color: #133A3E;
	}
	
a {
	color: #133A3E;
	text-decoration: underline;
	outline: none;
}

a:hover {
	background: #CBE7EF;
}

#logo a:hover {
	background: transparent;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1, h2 {
	font-size: 240%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.04em;
	border-bottom: dotted 1px #21686E;
	padding: 6px 0 6px 0;
	margin: 0 0 4px 0;
}

h3 {
	padding: 8px 0 8px 0;
	font-size: 180%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

dl {
	margin: 0 0 16px 0;
}

dt, dd {
	clear: left;
	font-size: 130%;
	float: left;
	padding: 0;
	margin: 0;
}

dt {
	clear: left;
	width: 140px;
}

ul {
	margin: 0 0 16px 0;
	padding: 0 16px;
	list-style-type: square;
}

li {
	font-size: 130%;
}

li li, li p {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 0;
	margin: 0 0 16px 0;
	border: 0;
}

label {
	font-size: 130%;
	display: block;
	float: left;
	clear: left;
}

#decursist label{
	width: 98px;
	position: relative;
}

#kenvan label {
	width: 304px;
	position: relative;
	}

#contactform label {
	width: 98px;
	position: relative;
}

#contactform input, #contactform textarea {
	width: 328px;
	float: left;
}

input {
	float: left;
	border-top: 1px solid #21686E;
	border-right: 1px solid #59AABE;
	border-bottom: 1px solid #59AABE;
	border-left: 1px solid #21686E;
	margin: 0 0 1px 0;
	padding: 2px 2px 0 2px;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
}

input:focus {
	background: #CBE7EF;
}

input[type=submit], input.submit {
	width: auto;
	background: #2C303D;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input[type=radio], input.radio {
	border: none;
	margin: 3px 2px 2px 4px;	
}:first-child+html input[type=radio], :first-child+html input.radio {
	margin: 0;
}

input[type=checkbox], input.checkbox {
	border: 0px;
}

#decursist input {
	width: 328px;
}
	
input#contactverstuur {
	width: auto;
	float: right;
	clear: both;
	margin: 4px 0 0 0;
}	

#kenvan {
	padding: 0 0 00;
}

	#anders {
		display: inline;
		float: none;
	}

select, textarea {
	border-top: 1px solid #21686E;
	border-right: 1px solid #59AABE;
	border-bottom: 1px solid #59AABE;
	border-left: 1px solid #21686E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
}

textarea {
	padding: 2px;
	
}

#decursus select {
	width: 432px;
}

.radio {
	border: none;
}

img {
	margin: 0 0 16px 0;
}

a img {
	border: 0;
}

table {
	margin: 0 0 16px 0;
}

th {
	text-align: left;
	font-size: 140%;
	vertical-align: top;
	padding: 4px 8px 0 0;
}

th.sub {
	font-size: 100%;
	padding: 0;
}

td {
	font-size: 120%;
	vertical-align: top;
	padding: 0 8px 0 0;
}

#inschrijving p {
	clear: left;
}

img.right {
	float: right;
	margin-left: 16px;
}