/*#######################################################*/
/*                     basis                             */
/*#######################################################*/	
body
	{
	background: #D2CAA5 url(../beeld/bg_body_v3.gif) top center repeat-x;
	}

h3
	{
	font-size: 10px;
	font-weight: bold;
	}

#container
	{
	position: relative;
	}
	
#header
	{
	position: relative;
	height: 108px;
	background: url(../beeld/bg_header_v3a.gif) top center repeat-x;
	}
	
#content
	{
	position: relative;
	z-index: 999;
	top: -15px;
	min-height: 250px;
	margin: -2px 0 0 0;
	background: #E1DDC8 url(../beeld/bg_content_v2.gif) top center repeat-x;
	}
	
#label_agenda
	{
	position: absolute;
	z-index: 1000;
	top: 10px;
	left: 0;
	}
	
#label_nieuws
	{
	position: absolute;
	z-index: 1000;
	top: 10px;
	right: 0;
	}	

#aquakol
	{
	width: 240px;
	float: left;
	}

.wrapper
	{
	padding: 13px 0 0 0;
	width: 960px;
	}

.kol1
	{
	width: 450px;
	float: left;
	}

.kol2
	{
	width: 220px;
	float: right;
	}

.kartel0
	{
	height: 15px;
	width: 375px;
	position: absolute;
	}

.kartel
	{
	height: 15px;
	width: 480px;
	position: absolute;
	}
	
.kartel0,
.kartel
	{
	background: url(../beeld/bg_kartel_beige.png) 7px 0 repeat-x;
	}

#rss_links
	{
	width: 960px;
	margin: -30px 0 0 0;
	background: #E1DDC8;
	padding: 20px 0 40px 0;
	}

#bottom
	{
	position: relative;
	height: 100px;
	width: 960px;
	background: #E1DDC8 url(../beeld/bg_bottom.gif) 0 0 no-repeat;
	}

/*#######################################################*/
/*                     header                            */
/*#######################################################*/		
a#home
	{
  	position: absolute;
  	z-index: 1000;
	left: 390px;
	top: -75px;
	width: 180px;
	height: 180px;
	text-indent: -9000px;
	background: url(../beeld/bg_logo_goudanet_groot_v4_24.png) 0 0 no-repeat;
	}

a#home:hover
	{
	background-position: 0 -180px;
	cursor: pointer;
	}
	
	
/*#######################################################*/
/*                     links                             */
/*#######################################################*/			
#linkscontainer
	{
	background: #FFFEF1;
	margin: 30px 0;
	}
	
#links
	{
	padding: 25px 15px 15px 22px;
	}	


/*#######################################################*/
/*                     kolom3 voorpagina                 */
/*#######################################################*/	
#kol3
	{
	position: absolute;
	top: 0;
	right: 0;
	min-height: 630px;
	background: #F1ECD9;
	width: 200px;
	color: #666;
	font-size: 10px;
	line-height: 140%;
	}
	
#kol3 span
	{
	display: block;
	padding: 10px;
	}


/*#######################################################*/
/*                     dossiernavigatie                  */
/*#######################################################*/	
ul#dossiernavigatie
	{
	padding: 20px 0 30px 9px;
	display: block;
	list-style-type: none;
	background: url(../beeld/bg_dossiernav.gif) left bottom repeat-x;
	}

ul#dossiernavigatie li
	{
	float: left;
	margin: 0 0 0 -9px;
	}
	
ul#dossiernavigatie li a
	{
	display: block;
	width: 130px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	}
	
ul#dossiernavigatie li a.nav-dossiers
	{	
	position: relative;
	z-index: 1000;
	width: 110px;
	background: url(../beeld/nav-dossiers.png) 0 -60px no-repeat;
	}
	
ul#dossiernavigatie li a.nav-sportstad
	{
	margin: 0 0 0 -5px;
	background: url(../beeld/nav-sportstad.png) 0 -60px no-repeat;
	}
	
ul#dossiernavigatie li a.nav-waterstad
	{
	background: url(../beeld/nav-waterstad.png) 0 -60px no-repeat;
	}
	
ul#dossiernavigatie li a.nav-cultuur
	{
	background: url(../beeld/nav-cultuur.png) 0 -60px no-repeat;
	}
	
ul#dossiernavigatie li a.nav-toerisme
	{
	background: url(../beeld/nav-toerisme.png) 0 -60px no-repeat;
	}
	
ul#dossiernavigatie li a.nav-vrijhaven
	{
	background: url(../beeld/nav-vrijhaven.png) 0 -60px no-repeat;
	}
	
ul#dossiernavigatie li a.nav-plateel
	{
	background: url(../beeld/nav-plateel.png) 0 -60px no-repeat;
	}	

ul#dossiernavigatie li a.nav-migranten
	{
	background: url(../beeld/nav-migranten.png) 0 -60px no-repeat;
	}
	
ul#dossiernavigatie li a.nav-boeken
	{
	background: url(../beeld/nav-boekenstad.png) 0 -60px no-repeat;
	}	

ul#dossiernavigatie li a.actief,
ul#dossiernavigatie li a.actief:hover
	{
	background-position: 0 0;
	}
	
ul#dossiernavigatie li a:hover
	{
	background-position: 0 -30px;
	}
	
/*#######################################################*/
/*                     bottom                            */
/*#######################################################*/	
#bottom2
	{
	position: relative;
	top: 10px;
	height: 30px;
	width: 960px;
	margin: -15px 0 0 0;
	text-align: right;
	}

#bottom2 a
	{
	line-height: 30px;
	color: #716558;
	text-decoration: none;
	}

#bottom2 a:hover
	{
	color: #9E1C41;
	}
	
	
/*#######################################################*/
/*                     footer                            */
/*#######################################################*/	
#footer
	{
	position: relative;
	height: 108px;
	top: -30px;
	background: url(../beeld/footer.gif) top center repeat-x;
	}
