
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #595858;
	font-family: verdana;
	background: #3F014E url(../img/img_background.jpg) no-repeat left bottom;
	scrollbar-face-color: #9676A3;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-Color: #ffffff;
}

.container {
	width: 820px;
	margin:  40px auto;
	text-align: left;
}

.header {
	position: relative;
	height: 162px;
}

.header a {
	color: #fff;
	text-decoration: none;
}

.header a:hover {
	color: #9676a3;
}

.header h1 {
	font-size: 10px;
	line-height: 10px;
}

.header h1 a {
	width: 97px;
	height: 150px;
	background: url(../img/img_flaglogo.gif) no-repeat;
	display: block;
	position: absolute;
	left: 26px;
}

.header h1 span {
	visibility: hidden;
}

.header .topmenu {
	position: absolute;
	left: 142px;
	top: 113px;
	font-size: 10px;
}

.header .topmenu ul,
.header .taalmenu ul,
.header .hoofdmenu ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

.header .topmenu ul li {
	float: left;
	margin: 0 10px 0 0;
}

.header .hoofdmenu ul li  {
	margin: 0 15px 0 0;
	float: left;
}

.header .taalmenu ul li {
	margin: 0 0 0 10px;
	float: left;
}

.header .taalmenu {
	position: absolute;
	right: 0;
	top: 113px;
	font-size: 10px;
}

.header .hoofdmenu {
	position: absolute;
	left: 142px;
	top: 131px;
	border-top: 1px solid #9676a3;
	width: 678px;
}

.header .hoofdmenu ul li {
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
}

.header .hoofdmenu ul li a.active, .header .topmenu ul li a.active {
	color: #9676a3;
}

.header .hoofdmenu .rss {
	float: right;
	padding-right: 6px;
}

.content-container {
}

.sidebar {
	width: 121px;
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 22px 0 0 0;
	list-style: none;
}

.sidebar li {
	text-align: right;
	background: url(../img/bullet.gif) right center no-repeat;
	padding-right: 10px
}

.sidebar li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

.sidebar li a:hover, .sidebar li a.active {
	color: #9676a3;
}

.bg-content {
	float: left;
	background: url(../img/bg-content.gif) no-repeat right bottom;
	width: 676px;
	display: inline;
	margin-left: 23px;
}

.content {
	display: block;
	padding: 20px 20px 25px 20px;
	color: #3f014e;
	font: 12px/16px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

.inner-content {
	height: 340px;
	overflow: auto;
}

.content h2 {
    color: #3f014e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.content h3 {
    color: #3f014e;
    font-size: 14px;
    font-weight: bold;
}

.content h4 {
    font-weight: normal;
    color: #3f014e;
    font-size: 11px;
}

.contactform input, .contactform textarea {
	color: #000000;
	width: 257px;
	height: 15px;
	font-size: 10px;
	font-family: Arial;
	border-top: 1px solid #9676A3;
	border-left: 1px solid #9676A3;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #CABAD1;
}