@charset "utf-8";
/* CSS Document */
 
body {
	margin: 0;
	padding: 0;
	background: #F0FFFF;
}
body, .norm {
	color: #333333;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, .norm {
	margin-top: 0;
	padding-right: 20px;
	padding-left: 20px;
}
a, a img {
	border: none;
	outline: none
}
h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #404068;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #596597;
}
h2 a:link, h2 a:visited{
	text-decoration: none;
}
b {
	color: #555555;
}
.txt-groter {
	font-size: 140%;
	font-family: 'Conv_BAUHAUSL', Sans-Serif;
	line-height: 140%;
}
.txt-kleiner {
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
}
.rood {
	color: #F00;
}
.blauw {
	color: #236bbe;
}
.groen {
	color: #00af52;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	text-decoration: underline;
	color: #706FA8;
}
a:hover, a:active, a:focus {
	color: #FF6600;
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #D6F5FF;
	margin: 0 auto;
	border: 1px solid #CCC;
}
.header {
	background: #00688b;
	height: 60px;
	border: 1px solid #FFF;
}
.header h1 {
	margin-top: 5px;
	margin-left: 130px;
	font-family: 'Conv_BAUHAUSL', Sans-Serif;
	color: #FFF;
	font-size: 35px;
	letter-spacing: 4px;
	font-weight: normal;
}
.kop-index {
	font-family: 'Conv_BAUHAUSL', Sans-Serif;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: normal;
	word-spacing: 20px;
	text-align: center;
}
.kop-index a:link, .kop-index a:visited {
	text-decoration: none;
	color: #706FA8;
}
.kop-index a:hover, .kop-index a:active, .kop-index a:focus {
	color: #FF6600;
	text-decoration: none;
}
.norm{
	color: #706FA8;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}
.center{text-align: center;	}
.kop {
}
.kop .foto {
	margin-left: 130px;
}
.kop .txt {
	margin-top: 125px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	float: right;
	width: 200px;
}
.kop .txt1 {
	margin-top: 125px;
	color: #333;
	float: right;
	width: 300px;
	font-size: 11px;
}
.sidebar1 {
	float: left;
	width: 130px;
	padding-bottom: 10px;
	padding-top: 20px;
	height: 100%;
}
.sidebar2 {
	float: right;
	width: 310px;
	padding: 0;
}
.sidebar2 img {
	display:block}
.sidebar2-enkel {
	float: right;
	width: 310px;
	padding: 0;
	text-align: center;
}
.sidebar2-enkel img {
	padding-bottom: 25px;
}
.content {
	padding: 20px 0;
	width: 520px;
	float: left;
	background: #FFF;
	min-height: 387px;
}
.content-expositie {
	padding: 20px 0;
	float: left;
	background: #FFF;
	width: 700px;
	min-height: 387px;
}
.content-gast {
	padding: 20px 0;
	float: left;
	background: #FFF;
	width: 700px;
	min-height: 387px;
}
.content-gast p {
	padding-right: 45px;
	padding-left: 20px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
td{
	margin: 0px;
	padding: 0px;
}
.tabelrij td {
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #999; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-weight: bold;
}
ul.nav li {
	border-bottom: 1px solid #999; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #555;
	font-size: 12px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #F9F9F9;
	color: #444;
}
/* ~~ The footer styles ~~ */
.footer {
	background: #00688B;
	position: relative;
	clear: both;
	height: 34px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	border: 1px solid #FFF;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active, .footer a:focus {
	color: #FFF;
	text-decoration: none;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.form {
	color: #FFFFFF;
	background-color: #CD661D;
	border: 1px solid #466DC7;
	padding: 2px;
}
.form_textera {
	color: #666;
	background-color: #FFFACD;
	border: 1px solid #00688B;
	width: 295px;
	padding: 5px;
	font: normal 11px/normal Georgia, "Times New Roman", Times, serif;
	height: 50px;
}
.form_text {
	color: #666;
	background-color: #FFFACD;
	border: 1px solid #00688B;
	width: 290px;
	padding: 2px;
}
.form_pc {
	color: #666;
	background-color: #FFFACD;
	border: 1px solid #00688B;
	width: 80px;
	padding: 2px;
}
.formulier td {
	vertical-align: top;
}
@font-face {
	font-family: 'Conv_BAUHAUSL';
	src: url('fonts/BAUHAUSL.eot');
	src: local('☺'), url('fonts/BAUHAUSL.woff') format('woff'), url('fonts/BAUHAUSL.ttf') format('truetype'), url('fonts/BAUHAUSL.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
