/* Algemene pagina opmaak */

/* Sitekleuren:
	#660066 - paars
	#ffddff - lichtpaars */

/* Stylesheets voor de gehele website */

@import url("flyout.css");
@import url("content.css");
@import url("snippets.css");


/* Universele selector */

* {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Algemene indeling */

body {
	margin: 0px auto;
	width: auto;
	background-color: #660066;
	color: Black;
	font-size: 12px;
	font-weight: normal;
}

#container {
	width: 955px;
	height: 635px;
	margin: 20px auto;
	background-color: white;
}

/* Vormgeving linkerkolom */

#left {
	float: left;
	display: inline;
	width: 140px;
	height: 595px;
	margin: 20px 10px 5px 20px;
	font-size: 20px;
	text-align: center;
}

#logo {
	float: left;
	display: inline;
	width: 140px;
	height: 100px;
	margin: 0px;
	border-bottom: 2px solid #660066;
	background: url('../images/logo.gif') no-repeat center;
}


/* Vormgeving content gedeelte */

#wrapper {
	float: left;
	display: inline;
	width: 747px;
	height: 589px;
	margin: 20px 20px 5px 10px;
	border: 3px solid #660066;
}

#content {
	float: left;
	display: inline;
	width: 725px;
	height: 567px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #660066;
	overflow: auto;
	visibility: visible;
}

/* Vormgeving footer */

#footer {
	float: left;
	display: inline;
	width: 780px;
	height: 15px;
	margin-left: 170px;
	text-align: center;
	color: Black;
	font-size: 10px;
}

#footer a, #footer a:visited {
	font-weight: normal;
}

/* Om goed te laten werken laatste div clearen */

#clear {
	clear: both;
}

a {	
	outline:none;
}
