body{
	margin:0 auto;
	padding:0;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#DDDAD8;
	background-image:url('/images/bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	color:#4b4b4d; 
}
#container{
	position:relative;
	margin:0 auto;
	padding:0;
	width:893px;
	margin-top:100px;
	background-image:url('/images/container.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}
h1{
	font-size:16px;
}

h2,h3,h4{
	font-size:16px;
	font-weight:normal;
}
a{
	color:#1a171b;
	text-decoration:underline;
}

#menu{
	float:left;	
	width:150px;
}

#header{
	width: 721px;
	height: 192px;
	background-image: url('/images/header.png');
	background-repeat:no-repeat;
	float:left;
}

#content{
	float:left;
	width:621px;
	min-height: 481px;
	padding:35px;
	padding-right:65px;
}

#bottom{
	font-size:12px;
	width:721px;
	height:17px;
	text-align:center;
	color:#58585a;
	float:left;
	background-image:url('/images/bottom.png');
	background-repeat: no-repeat;
}
#bottom a{font-size:12px;color:#1a171b;text-decoration:none;}


tr.sponsoren_lijst1{background-color:#FAFFFF;height:25px;cursor:pointer;}
tr.sponsoren_lijst1:hover{background-color:#CCF2FF;}
tr.sponsoren_lijst2{background-color:#FFFFFF;height:25px;cursor:pointer;}
tr.sponsoren_lijst2:hover{background-color:#CCF2FF;}

#nav, #nav ul{
	padding:0;
	margin:0;
	list-style:none;
	z-index:999;
	float:left;
}

#nav li{
	float:left;
	height:auto;
	text-align:left;
	background-image: url('/images/menu.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

ul a{cursor:default;}
#nav a{
	display:block;
	font-weight:bold;
	width:130px;
	height: 87px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	cursor:	pointer;
	float:left;
	font-size:16px;
	color:#FFF;
	padding-top:64px;
	padding-left:10px;
	padding-right: 10px;
}



#nav a:hover{color:#FFF; font-size:14px;}
ul li{margin:0 auto;}
