*  { text-shadow: #fff 0px 0px 0px; outline: none; }

html,body { 
	width: 100%; 
	height: 100%; 
	color: #5c5c5c;
	font-family: "Lucida sans", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

html,body,div,form { margin: 0px; padding: 0px; }
img { border: none; }
a:link, a:visited { text-decoration: none; color: #57525a; }
a:hover, a:active {	text-decoration: none; color: #c477c3; }
img.button { cursor: pointer; }
.underline { padding: 0px 0px 5px 0px; margin: 0px 0px 5px 0px; border-bottom: #000000 1px solid; }

.clear { clear: both; height: 0px; width: 0px; }
.wrapper { width: 100%; height: auto; position: relative; }
div.col1 { width: 129px; float: left; }
div.col2 { width: 632px; float: left; margin: 0px 0px 0px 27px; }
div.float { float: left; }

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #5c5c5c;
}

div#container {
	position: relative;
	top: 0px;
	left: 23px;
	width: 788px;
	padding: 0px 0px 25px 0px;
}

	div#header {
		width: 788px;
		height: 62px;
		padding: 0px 0px 13px 0px;
		margin: 0px 0px 13px 0px;
		border-bottom: #ffffff 1px solid;
	}
	
	div#menu {
		width: 129px;
		height: auto;
		float: left;	
		margin: 0px;
		padding: 0px;
	}
	
	div#content {
		width: 632px;
		height: auto;
		float: left;	
	}
	
	div#footer {
		width: 592px;
		height: 60px;
		margin: 10px 0px;
		padding: 5px 20px;
		border-top: #ffffff 1px solid;
		font-size: 0.8em;
		font-weight: bold;
	}
	
	div#footer a:link, div#footer a:visited {
		color: #ffffff;
	}
	
	div#footer a:hover, div#footer a:active {
		color: #c477c3;
	}
	
	/* Rounded corners */
	
	div.rounded {	
		margin: 0px 0px 10px 0px;
	}
	
		div.rounded div.wrapper div.top-left {
			float: left;
			width: 10px;
			height: 10px;
			background: transparent url("../images/rounded-tl.png") no-repeat;
		}
		
		div.rounded div.wrapper div.top {
			float: left;
			height: 10px;
			background: #ffffff;
		}
		
		div.rounded div.wrapper div.top-right {
			float: left;
			width: 10px;
			height: 10px;
			background: transparent url("../images/rounded-tr.png") no-repeat;
		}
		
		div.rounded div.middle {
			float: left;
			padding: 0px 10px;
			background: #ffffff;
		}
		
		div.rounded div.wrapper div.bottom-left {
			float: left;
			width: 10px;
			height: 10px;
			background: transparent url("../images/rounded-bl.png") no-repeat;
		}
		
		div.rounded div.wrapper div.bottom {
			float: left;
			height: 10px;
			background: #ffffff;
		}
		
		div.rounded div.wrapper div.bottom-right {
			float: left;
			width: 10px;
			height: 10px;
			background: transparent url("../images/rounded-br.png") no-repeat;
		}
		
	/* Width stylings */
	
	div.fullwidth { width: 612px; }
	
	div.halfwidth { display:block; width: 290px; }
	
	div.first-rounded { margin: 0px 10px 0px 0px; } /* for use in multi-columns */
	
	/* Dotted properties */
		
		div.rounded div.dotted-top div.top {
			background: #ffffff url("../images/dotted-tb.gif") no-repeat;
		}	
		div.rounded div.dotted-bottom div.bottom {
			background: #ffffff url("../images/dotted-tb.gif") no-repeat;
		}
		div.rounded div.dotted-middle {
			background: #ffffff url("../images/dotted-middle.gif") repeat;
		}
		div.rounded div.dotted-middle-overzicht {
			background: #ffffff url("../images/dotted-middle-overzicht.gif") repeat;
		}
		div.rounded div.wrapper div.detail-top {
			background: #ffffff ;
		}