/* standard elements */
html	{min-height: 100%;}
*	{margin: 0; padding: 0;}
a	{color: #FF9600; text-decoration:none;}
a:hover {color: #000000;}

body {
	background: #FFFFFF;
	color: #444444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

h1	{color: #484848; padding: 20px; font: bold 1.8em Tahoma,sans-serif;}
h2	{color: #FF9600; font: bold 1.4em sans-serif;}
h3	{color: #FF9600; padding: 20px; font: bold 1em Tahoma,sans-serif;}
p	{padding: 10px; font-family: "Lucida Sans Unicode",sans-serif;}
ul	{list-style: none;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left	{float: left;}
.right	{float: right;}

/* structure */
.inner-container {
	background: #FFFFFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 760px;
}

.outer-container {
	background: #FFFFFF;
	padding-bottom: 64px;
}

/* header */
.header {
        background: #FFFFFF url('dienstenplek_style/header.jpg') no-repeat center;
	height: 170px;
}

.header marquee {
	padding-top: 117px;
	color: #FFFFFF;
	width: 660px;
}

/* path */
.path {
	background: #FFFFFF url('dienstenplek_style/nav.gif') no-repeat right;
	width: 760px;
	height: 30px;
}

/* main */
.main {
	width: 760px;
}

.main p.endmenu {
	background: #484848 url('dienstenplek_style/menubottom.gif') no-repeat bottom center;
	padding: 0px;
	height: 30px;
}

.main p.endcontent {
	background: #F1F1F1 url('dienstenplek_style/navbottom.gif') no-repeat center;
	width: 610px;
	height: 30px;
	float: right;
	padding: 0px;
}

/* content */
.content {
	background: #F1F1F1;
	float: right;
	width: 570px;
        padding: 20px;
}

.content input {
	border: 1px solid #FF9600;
	background: #FFFFFF;
}

/* navigation */
.navigation {
	color: #FFFFFF;
	background: #484848;
	float: left;
	width: 140px;
}

.navigation h2 {
	background: #484848 url('dienstenplek_style/menu.gif') no-repeat top center;
	font: bold 1.2em Tahoma,sans-serif;
	text-align: center;
	line-height: 50px;
	height: 50px;
}

.navigation li a {
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #FF9600;
	color: #484848;	
}

.navigation select {
	width: 80%;
	border: 1px solid #FF9600;
	background: #484848;
	color: #FFFFFF;
}

/* footer */
.footer {
	background: #FFFFFF url('dienstenplek_style/footer.gif') no-repeat top center;
	height: 100px;
	color: #FFFFFF;
}

.footer .spacer {
	height: 35px;
}

.footerad {
	background: #FFFFFF url('dienstenplek_style/ads.gif') no-repeat center;
	width: 760px;
	height: 115px;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	text-align: center;
	margin-top: 5px;
	padding-top: 25px;
}

.klein {
	font-size: 0.8em;
}
v\:* {
	behavior:url(#default#VML);
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}

