* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font-family: verdana;
	color: #FFFFFF;
	font-size: 0.7em;
}

a { color: #AB2023; }

img {
	border: none;
}

br.high_height {
	clear: both;
	line-height: 60px;
}

/*Div Elementen
---------------------------------------------------*/
div#wrapper {
	width: 765px;
	margin: 0 auto;
}

div#header {
	width: 765px;
	height: 156px;
	background: url('../images//header.gif') no-repeat;
	border-right: solid 1px #AB2023;
	border-left: solid 1px #AB2023;
	text-indent: -99999px;
}	

div#titel {
	width: 685px;
	padding: 50px 40px 0 40px;
	background: url('../images//top.gif') no-repeat;
	border-right: solid 1px #AB2023;
	border-left: solid 1px #AB2023;
}

div#titel h1 { height: 23px; margin: 20px 0 0 0; text-indent: -99999px; background-repeat: no-repeat;}
div#titel h1#h_home { width: 89px; background-image: url('../images/headings/home.gif');}
div#titel h1#h_brr { width: 62px; background-image: url('../images/headings/brr.gif');}
div#titel h1#h_artists { width: 137px; background-image: url('../images/headings/artists.gif');}
div#titel h1#h_releases { width: 164px; background-image: url('../images/headings/releases.gif');}
div#titel h1#h_merchandise { width: 230px; background-image: url('../images/headings/merchandise.gif');}
div#titel h1#h_contact { width: 143px; background-image: url('../images/headings/contact.gif');}

div#content {
	width: 685px;
	padding: 50px 40px 40px 40px;
	line-height: 13pt;
	background: url('../images//mid.gif');
	border-right: solid 1px #AB2023;
	border-left: solid 1px #AB2023;
}

div#content p { padding: 5px 0 5px 0; line-height: 1.7em;}

div#content strong {
	color: #AB2023;
}

div#content img {
	border: solid 2px #AB2023;
	margin: 0 35px 0 0;
}

div#artist_con {
	width: 700px;
}

div.links/*, div.rechts*/ { float: left;}
/*div.links { clear: left;}
div.rechts { width: 500px;}*/

div#footer {
	width: 765px;
	background: url('../images//foot.gif') no-repeat bottom left;
	text-align: center;
	color: #AB2023;
	font-weight: bold;
	padding: 105px 0 15px 0;
	border: solid 1px #AB2023;
	border-top: none;
}

/*Navigatie
---------------------------------------------------*/
div#navigatie {
	width: 765px;
	border-left: solid 1px #AB2023;
	border-right: solid 1px #AB2023;
	height: 53px;
}

ul#topnav {
	list-style-type: none;
	display: block;
}

ul#topnav li  {
	float:left;
	display: block;
}

ul#topnav li a {
	height: 53px;
	display: block;
	text-indent: -99999px;
	outline: none;
}

	/*home*/
	ul#topnav li a#home {
		width: 101px;
		background: url('../images/nav/home.gif') no-repeat top left;
	}

	ul#topnav li a#home:hover {
		background-position: bottom left;
	}

	/*brr*/
	ul#topnav li a#brr {
		width: 85px;
		background: url('../images/nav/brr.gif') no-repeat top left;
	}

	ul#topnav li a#brr:hover {
		background: url('../images/nav/brr.gif') no-repeat bottom left;
	}

	/*artists*/
	ul#topnav li a#artists {
		width: 122px;
		background: url('../images/nav/artists.gif') no-repeat top left;
	}

	ul#topnav li a#artists:hover {
		background: url('../images/nav/artists.gif') no-repeat bottom left;
	}
	
	/*releases*/
	ul#topnav li a#releases {
		width: 133px;
		background: url('../images/nav/releases.gif') no-repeat top left;
	}

	ul#topnav li a#releases:hover {
		background: url('../images/nav/releases.gif') no-repeat bottom left;
	}
	
	/*merchandise*/
	ul#topnav li a#merchandise {
		width: 177px;
		background: url('../images/nav/merchandise.gif') no-repeat top left;
	}

	ul#topnav li a#merchandise:hover {
		background: url('../images/nav/merchandise.gif') no-repeat bottom left;
	}
	
	/*contact*/
	ul#topnav li a#contact {
		width: 128px;
		background: url('../images/nav/contact.gif') no-repeat top left;
	}

	ul#topnav li a#contact:hover {
		background: url('../images/nav/contact.gif') no-repeat bottom left;
	}
