@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(images/header.jpg) no-repeat right top #A70E2C;
	color:#FFF;
}

img {
	border:none;
}

select {
	background-color:#B72727;
	color:#FFF;
	font-size:12px;
}

h1 {
	font-size:18px;
	color:#FFF;
}

a:link, a:visited
{
	text-decoration: underline;
	color:#FFF;
	font-weight:bold;
}	

a:hover, a:active
{
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
}

/* ====================================== opbouw van de website in div's ===============================================*/

#maindiv {
	float:right;
	margin-right:250px;
}


#header {
	background:url(images/logo.jpg) no-repeat 70px 10px;
	height:70px;
	padding-top:50px;
	padding-right:20px;
}

#header1 {
	background:url(images/header1.jpg) no-repeat left top;
	height:200px;
}

#menuleft {
	margin-left:13px;
	position:absolute;
	width:150px;
}

#content {
	padding:10px;
	margin-left:200px;
	width:600px;
	background:url(images/bg_content1.jpg) no-repeat right bottom;
}

#content {
	padding:20px;
	
}

#logo {
	background:url(images/logo.jpg) no-repeat left top;
	height:100px;
}


#vlag {
	padding-top:30px;
	padding-right:20px;
}

#rodebalk {
	background-color:#B62729;
	height:3px;
}

/* menu (opgeroepen met cms2 module) */

#menutop {
	padding-left:10px;
	padding-top:10px;
	height:50px;
	border-bottom:3px solid #FFF;
}

#menutop ul {
	margin:0;
	padding:0;
}

#menutop li {
	list-style:none;
	display:inline;
}


#menutop li a {
	color: #FFF;
	text-decoration: none;	
	font-weight:bold;
	padding:3px 20px 3px 25px;
	float:left;
	border-right:2px solid #FFF;
}	

#menutop li a:hover {
	color: #000;
	text-decoration: none;	
	font-weight:bold;
	padding:3px 20px 3px 25px;
	background-color:#FFF;
	border-right:2px solid #FFF;
}

#menuleft {
	padding-top:50px;
}

#menuleft ul {
	margin:0;
	padding:0;
}

#menuleft li {
	list-style:none;
	display:inline;
}

#menuleft li a {
	padding-left:30px;
	color: #FFF;
	text-decoration: none;	
	font-weight:normal;
	float:left;
	font-size:12px;
	height:30px;
}

#menuleft li a:hover {
	padding-left:30px;
	color: #CCC;
	text-decoration: none;	
	font-weight:normal;
	font-size:12px;
	height:30px;
}
