/* Wolf Martini Style Sheet */

html,body {
					margin:0;
					padding:0;
					background-color:#333333;
					font-family:Verdana, Helvetica, sans-serif;
					font-size:11px;
					color:white;
}

img, div {
		 behavior:url(iepngfix.htc);
		 border:none
}

a.ongrey:link, a:visited, a:active, a:hover {
				color:#999999;
				text-decoration:none
}

a.onblue:link, a.onblue:visited, a.onblue:active, a.onblue:hover {
				color:white;
				text-decoration:none
}


/* header */

.blueheader {
	width:100%;
	height:110px;
	background:#0066cc; 
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:solid 1px black
}

.logo {
     position:absolute;
     left:0px;
     top:0px;
     width:364px;
     height:68px;
     z-index:2
}


/* navigation */

#container {
	position:absolute;
	left:400px;
	top:5px;
	width:420px;
	height:40px;
	padding:0;
	margin:0 0 20 0
}

#nav {
	position:absolute;
	top:7px;
	left:7px;
	width:400px;
	height:30px;
	margin:0;
	padding:0;
	overflow:hidden
}
	
#nav li {
	margin:0; 
	padding:0;
	display:inline;
	list-style-type:none
}

#nav a {
	float:left;
	padding:30px 0px 0px 0px; /* was 20px 0 0 0 , px waarden erachter zetten, anders grotere waarden */
	overflow:hidden;
	height:0px !important; /* alleen voor oude browser compatibiliteit nodig kennelijk, ook 2e height regel */
	height /**/:20px; /* for IE5/Win, zie txt file Study map JoccaS voor uitleg (offline) */
	}
	
	
#nav a:hover {
	background-position: 0 -30px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -60px;
	}
	
/* menu parts */

#home a {
	width: 54px;
	background: url(images/nav_home.png) top left no-repeat;
}
	
#line1 a {
	width: 7px;
	background: url(images/nav_dividerline.png) top left no-repeat;
}

#news-tourdates a {
	width: 150px;
	background: url(images/nav_news-tourdates.png) top left no-repeat;
}

#line2 a {
	width: 7px;
	background: url(images/nav_dividerline.png) top left no-repeat;
}

#info-bio a {
	width: 90px;
	background: url(images/nav_infobio.png) top left no-repeat;
}

#line3 a {
	width: 7px;
	background: url(images/nav_dividerline.png) top left no-repeat;
}

#gallery a {
	width: 67px;
	background: url(images/nav_gallery.png) top left no-repeat;
}


.credits {
	position:absolute;
	left:660px;
	top:500px;
	width:229px;
	height:30px;
	color:#999999;
	z-index:2
}