/* © Stef van der Linden - Digitale Communicatie 2008 */

@import url(mark-up.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	background: #fff url(./img/background.jpg); 
/*	background: #fff url('http://www.clube31.nl/kerst/wallpaper.jpg') no-repeat fixed top center;		*/
	font: normal 11px/20px Verdana, sans-serif;	
}

/* framework */
div#container {	
	margin: 0 auto;
	overflow: hidden;
	width: 1020px;
	background-color: #fff;
	border: 5px solid #305985;
	border-top: 0;
	border-bottom: 0;
	padding: 0 15px;
}

div#header {
	background-color: #565656;	
}

div#header h1 {
	padding: 5px 0 5px 10px;
	color: #fff;	
	font-weight: lighter;
}

div#header a {
	color: #fff;
	text-decoration: none;
}

div#header a:hover {
	text-decoration: underline;
}

ul#mainNav {
	background-color: #b3b3b3;
	width: 100%;
	overflow: hidden;
}

ul#mainNav li {
	display: inline;
	list-style: none;
	background-color: red;
}

ul#mainNav li a {
	/*background: #b3b3b3 url(./img/background_flupje.gif) no-repeat center top;*/
	display: block;
	float: left;
	padding: 4px 25px 2px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 1.1em;
}

ul#mainNav li:last-child a {
}

ul#mainNav li:first-child a {
	border-bottom: 1px solid #eee;
}

ul#mainNav li a:hover, ul#mainNav li#active a {
	background: #565656;
}

div#text {
	margin: 9px 0;
	clear: left;
	float: left;
	width: 480px;
}

div#sidebar {
	margin: 9px 0;
	width: 530px;
	float: right;
}	

.block {
	background-color: #eee;
	padding: 10px;
	border: 1px solid white;
}

td {
	padding: 3px;
}
