html {
	overflow-y: scroll; /* reserves room for scrollbar */
	xheight: 100%;
}

body {
	margin: 0 auto 0 auto;
	background-color: #d9eaf2;
	text-align: center;
	padding: 0px;
	font-size: 0;
}

img {
	border: none;
}

img.icon {
	vertical-align: middle;
}

a {
	color: #b5007c;
	text-decoration: none;
}

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

#header {
	margin: 10px auto 0 auto;
	background: white url(../images/header.gif) no-repeat;
	width: 1020px;
	height: 96px;
}

#header #menu {
	padding-top: 70px;
	margin-right: 20px;
	text-align: right;
}

#header #menu img {
	margin-left: 10px;
}

#container {
	margin: 0 auto 0 auto;
	width: 1020px;
	background: #fff url(../images/container.gif) repeat-y;
}

#mainvisual {
	background-color: transparent;
}

#left {
	float: left;
	width: 920px;
	text-align: left;
	margin: 20px 0 0 20px;
}

#left h1 {
	margin: 10px 0 10px 46px;
	font: normal 17px/20px "Trebuchet MS",sans-serif;
	color: #b5007c;
}

#left p{
	margin: 0 0 20px 46px;
	font: normal 11px/17px Arial, sans-serif;
}

#left p.visie {
	margin: 0;
	font: normal 11px/15px Arial, sans-serif;
	padding-top: 15px;
}

.video {
	xheight: 106px;
	background: #f0f0f0 url(../images/video_back.gif) repeat-y;
	padding-right: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #dbdbdb;
}

.video .omschrijving {
	float: left;
	width: 190px;
	padding-top: 150px
}

.omschrijving .highlight {
	color: #b5007c;
}

.player {
	float: right;
}

.visieOdd {
	height: 106px;
	background: transparent url(../images/visie_back_odd.gif) repeat-x;
	padding-right: 10px;
}

.visieEven {
	height: 106px;
	background: transparent url(../images/visie_back_even.gif) repeat-x;
	padding-right: 10px;
}

.logo {
	float: left;
}

.themabutton {
	float: left;
	margin: 8px 10px 0 8px;
}

#right {
	text-align: right;
	margin: 20px 0 0 10px;
	width: 262px;
	float: left;
}

#right #kieskompas {
	margin: 10px 0 0 0;
}

#right .blok {
	margin: 10px 0 0 0;
	background: #ededed url(../images/block_background.jpg) no-repeat scroll;
	xborder: 1px solid;
	display: table;
	padding-bottom: 10px;
	text-align: center;
}

#right p.naam {
	margin: 10px 0 5px 0;
	font: normal 11px/17px Arial, sans-serif;
}

.lijsttrekker {
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
}

ul {
	text-align: left;
	margin: 10px 0 0 15px;
	padding: 0;
	xwidth: 100px;
	list-style: none;
	font: normal 11px/17px Arial, sans-serif;
	padding-bottom: 20px;
}

ul.colleft {
	float:left;
	margin-right: 20px;
}

ul.bullit {
	list-style: disc;
	margin: 0 0 20px 80px;
	padding: 0;
}

#thema {
	clear: both;
	text-align: left;
	margin-left: 20px;
}

#thema img {
	margin: 10px 10px 0 0;
	padding: 0;
}

#clear {
	clear: both;
}

#footer {
	margin: 0 auto 10px auto;
	background: white url(../images/footer.gif) no-repeat;
	width: 1020px;
	height: 39px;
	clear: both;
}

