/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body{
	height: 100%;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

body{
	background: url(../images/homepage-bg.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.vervolg{
	background: url(../images/start-bg1.jpg) no-repeat;
}

div.dropdown{
	position: absolute;
	top:263px;
	left: 180px;
}
div.dropdown a{
	font-size:11px;
	padding-left: 10px;
	color:#fff;
}
div.dropdown a:hover{
	font-weight:normal;
	text-decoration: underline;
}

ul#sitemap li{
	font-weight:bold;
}

ul#sitemap li.subitem{
	margin-left:20px;
	list-style: circle;
	font-weight:normal;
}

ul#mainMenu{
	position: absolute;
	left: 190px;
	top: 30px;
	width: 130px;
}

ul#mainMenu a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

ul#mainMenu li{
	font-size: 11px;
	padding: 2px 0;
}

ul#mainMenu li.subitem{
	font-size: 10px;
	margin-left: 10px;
}

ul#mainMenu li.subitem a{
	color: #FF6600;
}

div.wrapper{
	float:left;
	width:100%;
	position: relative;
	min-width: 820px;
	min-height: 100%;
}

div#topMenu{
	position: absolute;
	top: 5px;
	left: 270px;
}

div.dropdown select{
	width: 150px;
}

div.content{
	padding: 155px 20px 0 400px;
	width: 400px;
	margin-bottom: 100px;
	line-height: 18px;
}

body.vervolg div.content{
	padding: 120px 20px 0 400px;
}

div.content ul#menuHome{
	margin-bottom: 30px;
}

div.content ul#menuHome li{
	list-style: none;
	padding: 5px 0;
}

div.content small{
	font-size: 10px;
	display: block;
	margin: 3px 0;
}

div.content span{
	display: block;
	margin: 10px 0;
	font-size: 11px;
}
div.content A{
	color: #ff6600;
}

div.content table tr td{
	vertical-align: middle;
}

div#imageright{
	position: absolute;
	right: 0;
	top: 150px;
	z-index:-1;
}

div#logo{
	position: absolute;
	background: url(../images/logo-ykkhome.jpg) no-repeat;
	width: 182px;
	height: 82px;
	right: 0;
	bottom: 0;
}

p.tagTekst{
	color: gray;
	font-size: 85%;


