body,td,th {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:18px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#003366;
}
a:link {
	color: #003366;
	text-decoration:underline;
}
a:visited {
	color: #003366;
	text-decoration:underline;
}
a:hover {
	color: #003366;
	text-decoration:underline;
}
a:active {
	color: #003366;
	text-decoration:underline;
}

img{
	vertical-align:top;
	border:none;
}

h1,h2,h3,p{
	margin:0px;
	padding:1em 0px 1em 0px;
}

h2{
	font-size:18px;
	color:#003366;
}
h3{
	font-size:14px;
	color:#003366;
	
	
}

.clear{
	clear:both;
	border-bottom:1px solid #ffffff;
	width:100px;
}

*{ outline:none; }


/* ----------------	*/
/* WRAPPERS			*/
/* ----------------	*/

#siteWrapper{
	width:999px;
	margin:0px auto;
	background-image:url(../img/site_bg.jpg);
	background-repeat:repeat-y;
}

#header{
	position:relative;
	height:167px;
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
}

#lan-nav{
	position:absolute;
	width:100px;
	top:50px;
	left:190px;
}
#lan-nav a{
	display:block;
	text-decoration:none;
}
#lan-nav img{
	padding-top:5px;
}



#contentWrapper{
	padding-top:25px;
	/* ijsdans bg */
	background-image:url(../img/ijsdanser.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#nav{
	float:left;
	width:190px;
	height:410px;
}

#content{
	float:left;
	width:554px; /* 604px */
	padding:0px 25px;
}

#sponsors{
	float:left;
	width:160px; /* 190px */
	padding:0px 15px;
	text-align:center;
}

#footer{
	height:75px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	text-align:right;
}


/* ----------------	*/
/* HEADER			*/
/* ----------------	*/

#header h1{
	display:none;
	margin:0px;
	padding:0px;
}


/* ----------------	*/
/* NAV				*/
/* ----------------	*/

#nav ul{
	margin:0px;
	padding:0px 15px;
	list-style:none;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	line-height:13px;
	font-size:12px;
}

#nav li{
	display:block;
	padding-bottom:2px;
}

#nav a{
	display:block;
	padding:2px 10px;
	text-decoration:none;
	color:#000000;
	background-color:transparent;
}

#nav a:hover, #nav a.active{
	color:#FFFFFF;
	background-color:#003366;
}


/* ----------------	*/
/* SPONSORS			*/
/* ----------------	*/

#sponsors img{
	border:1px solid #000000;
	margin-bottom:15px;
}

/* ----------------	*/
/* ACTUEEL			*/
/* ----------------	*/

.tabel_actueel{
	margin-bottom:10px;
	vertical-align:top;
}
.img_actueel{
	border:1px solid #FFF;
	margin-top:4px;
}

#gallerythumbs img{
	border:1px solid #FFFFFF;
	margin:0px 10px 10px 0px;
}
/* ----------------	*/
/* CONTENT		*/
/* ----------------	*/
.img_default{
	border:1px solid #FFF;
	margin:5px 5px 4px 0px;
	float:left;
}

