/* kronenberg music CSS stylehseet Copyright (c)2006 redelephants | www.redelephants.nl */

body {
margin: 0; padding: 0;

background-color: #1a1a1a;
background-image: url(../afbeeldingen/bg.jpg);
background-repeat: repeat-y;
background-position: center; 

font-family: Arial, Helvetica, sans-serif;
color: #EEE;
font-size: 10px;
}

a:link, a:visited { 
color: #CC6633; 
text-decoration: none;
font-weight: bold;
}

a:hover, a:active {
color: #FFCC66;
text-decoration: underline; 
}

#main {
margin: 0 auto 0 auto; padding: 0;
width: 764px;
}

#header {
margin: 0; padding: 0;

height: 200px;

background-image: url(../afbeeldingen/header.jpg);
background-repeat: no-repeat;

}

#header h1 { display: none;}

/*###########  NAVIGATIE  #########*/


#nav {
margin: 0 0 0 47px; padding: 0;
}

#nav h6 {
display: none;
}

#nav li {
display: inline;
}

#nav li h6 {
display: hidden;
}

		#nav a {
		display: block;
		height: 23px;
		float: left;
		margin: 0; padding: 0;
		background-position: 0 23px; 
		}
		
		#nav a:hover {
		background-position: 0 0;
		}
		
		#home{
		width:53px;
		background-image: url(../afbeeldingen/but_home.gif);
		
		
		
		
		}
		
		#about {
		width: 41px;
		background-image: url(../afbeeldingen/but_about.gif);
		}
		
		
		#demo {
		width: 53px;
		background-image: url(../afbeeldingen/but_demo.gif);
		}
		
		#credits {
		width: 50px;
		background-image:url(../afbeeldingen/but_credits.gif);
		
		}
		
		#gallery {
		width: 50px;
		background-image:url(../afbeeldingen/but_gallery.gif);
		}
		
		#contact { 
		width: 55px;
		background-image: url(../afbeeldingen/but_contact.gif);
		
		}
		
     	/*########## EINDE NAVBLOK ###########*/

#content {
margin:  60px 64px 0 67px;
}

#content h4 {
font-size: 11px; 
font-weight: bold;
color: #FFFFFF;
}



.titel {
color: #FFF;
font-size: 10px;
line-height: 20px;
font-weight: bold;
}

#red {
background-image: none;
padding: 70px 0 0 0 ;
text-align: center;
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;

clear: left;


}

#red a:hover {
font-weight: bold;
}






