@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}  

body, ul, li, div, h1, h2, h3, a, img, p{
	margin:0;
	padding:0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	list-style:none;
	color:#767676;
	border:none;
}

p{
	font-size:0.8em;	
}

h1{
	font-size:1.4em;
	font-weight:normal;
}

#containter{
	width:960px;
	height:auto;
	margin:auto;
}

#bovenheader{
	width:950px;
	height:80px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

#logo{
	width:180px;
	height:60px;
	float:left;
}

#contactboven{
	width:200px;
	height:50px;
	padding:10px 10px 0px 10px;	
	float:left;
	font-size:0.7em;
	line-height:18px;
}

#nav_wme{
	margin-top:10px;
	width:190px;
	height:60px;
	float:right;
}

#nav_wme2{
	width:110px;
	height:60px;
	float:right;	
}

li#muziekwinkel a{
	margin-top:10px;
	width:60px;
	height:20px;
	background: url(images/muziekwinkel.png);
	float:left;
}

li#muziekwinkel a:hover{
	margin-top:10px;	
	width:60px;
	height:20px;
	background: url(images/muziekwinkel.png) no-repeat;
	background-position: 0 -20px;
	float:left;
}

li#muziekschool a{
	margin-top:10px;
	width:110px;
	height:20px;
	background: url(images/muziekschool.png);
	float:left;
}

li#muziekschool a:hover{
	margin-top:10px;	
	width:110px;
	height:20px;
	background: url(images/muziekschool.png) no-repeat;
	background-position: 0 -20px;
	float:left;
}

li#events a{
	margin-left:10px;
	margin-top:10px;
	width:70px;
	height:20px;
	background: url(images/events.png);
	float:left;
	display:block;
}

li#events a:hover{
	margin-top:10px;	
	width:70px;
	height:20px;
	background: url(images/events.png) no-repeat;
	background-position: 0 -20px;
	float:left;
	display:block;
}

#naarWinkel{
	width:180px;
	height:60px;
	float:right;	
}

#naarWinkel p{
	display:inline;
	font-size:0.7em;
	line-height:18px;	
}

#header{
	width:940px;
	height:180px;
	margin:10px;
	margin-top:10px;
	margin-bottom:0;
	background-image:url(images/header2.jpg);
}

#navigatie{
	width:940px;
	height:40px;
	margin:10px;
	margin-top:0;
	margin-bottom:20px;
	background:url(images/nav_bg.gif);
}

#global_nav{
	width:730px;
	height:40px;	
}

.hide{
	display:none;
}

#global_nav li {
	float: left;
	overflow: hidden;
} 

li#home a{
	width:80px;
	height:40px;
	background: url(images/home.gif) no-repeat;
	float:left;
}

li#home a:hover{
	height:40px;
	width:80px;
	background: url(images/home.gif) no-repeat;
	background-position: -80px 0;
	float:left;
}

li#assortiment a{
	width:120px;
	height:40px;
	background:url(images/assortiment.gif) no-repeat;
	float:left;
}

li#assortiment a:hover{
	height:40px;
	width:120px;
	background: url(images/assortiment.gif) no-repeat;
	background-position: -120px 0;
	float:left;
}

li#aanbiedingen a{
	width:130px;
	height:40px;
	background:url(images/aanbiedingen.gif) no-repeat;
	float:left;
}

li#aanbiedingen a:hover{
	height:40px;
	width:130px;
	background: url(images/aanbiedingen.gif) no-repeat;
	background-position: -130px 0;
	float:left;
}

li#verhuur a{
	width:90px;
	height:40px;
	background:url(images/verhuur.gif) no-repeat;
	float:left;
}

li#verhuur a:hover{
	height:40px;
	width:90px;
	background: url(images/verhuur.gif) no-repeat;
	background-position: -90px 0;
	float:left;
}

li#openingstijden a{
	width:140px;
	height:40px;
	background:url(images/openingstijden.gif) no-repeat;
	float:left;
}

li#openingstijden a:hover{
	height:40px;
	width:140px;
	background: url(images/openingstijden.gif) no-repeat;
	background-position: -140px 0;
	float:left;
}

li#route a{
	width:80px;
	height:40px;
	background:url(images/route.gif) no-repeat;
	float:left;
}

li#route a:hover{
	height:40px;
	width:80px;
	background: url(images/route.gif) no-repeat;
	background-position: -80px 0;
	float:left;
}

li#contact a{
	width:90px;
	height:40px;
	background:url(images/contact.gif) no-repeat;
	float:left;
}

li#contact a:hover{
	height:40px;
	width:90px;
	background: url(images/contact.gif) no-repeat;
	background-position: -90px 0;
	float:left;
}


#content{
	width:960px;
	height:auto;
}

#content_left{
	width:220px;
	height:380px;
	background-image:url(images/nieuws.png);
	float:left;
	margin-left:10px;
}

#nieuwsitem1{
	height:78px;
	width:158px;
	margin:70px 20px 10px 20px;
	padding:10px;
	background:#FFFFFF;
	border:#e2e2e2 1px solid;
}

#nieuwsitem1 h1{
	font-size:18px;
}

#nieuwsitem2{
	height:68px;
	width:158px;
	margin:0px 20px 10px 20px;
	padding:10px;
	background:#FFFFFF;
	border:#e2e2e2 1px solid;
}

#nieuwsitem2 h1{
	font-size:18px;
}

#nieuwsitem3{
	height:68px;
	width:158px;
	margin:0px 20px 10px 20px;
	padding:10px;
	background:#FFFFFF;
	border:#e2e2e2 1px solid;
}

#content_midden{
	width:460px;
	height:770px;
	float:left;
	margin-left:20px;
}

#column_midden2{
	width:460px;
	height:220px;
	float:left;
	margin-top:20px;
}


#aanbieding_groot{
	width:460px;
	height:220px;
	float:left;
	background-image:url(images/londoncityadvertentie_12.jpg);
}

#aanbiedingen_klein{
	width:460px;
	height:140px;
	float:left;
	margin-top:20px;
}

.aanbieding_klein h2{
	font-size:0.8em;
	margin:20px 0 0 20px;	
}

#klein1{
	float:left;
	width:140px;
	height:140px;
	background-image:url(images/icon_gitaar.png)	
}

#klein2{
	float:left;
	width:140px;
	height:140px;
	margin-left:20px;
	background-image:url(images/icon_toetsen.png)	
}

#klein3{
	float:left;
	width:140px;
	height:140px;
	margin-left:20px;
	background-image:url(images/icon_drum.png)	
}

#klein4{
	float:left;
	width:140px;
	height:140px;
	background-image:url(images/icon_blaas.png)	
}

#klein5{
	float:left;
	width:140px;
	height:140px;
	margin-left:20px;
	background-image:url(images/icon_zang.png)	
}

#klein6{
	float:left;
	width:140px;
	height:140px;
	margin-left:20px;
	background-image:url(images/icon_versterking.png)	
}


#content_right{
	width:220px;
	height:200px;
	float:left;
	margin-left:20px;
}

#content_right img{
	float:left;	
}

#aanbieding_rechts{
	width:220px;
	height:140px;
	background:url(images/bladmuziek.jpg);
	margin-bottom:20px;	
}

#spacer{
	clear:both;
	width:100%;
	height:20px;
		
}

#footer{
	margin: 10px 10px 0 10px;
	width:940px;
	height:210px;
	background-color:#f3f3f3;
}


#footer_bg{
	width:100%;
	height:220px;
	background:#f3f3f3;
	border-top:#e2e2e2 1px solid;	
	border-right:#e2e2e2 1px solid;	
	border-left:#e2e2e2 1px solid;	
}

#footer_wrapper{
	width:960px;
	height:auto;
	margin:auto;
}

#ot_footer{
	text-align:left;
	float:left;
	margin:20px 0 0 0;	
}

#ot_footer th{
	font-size:0.8em;
	padding-bottom:5px;	
}

#ot_footer td{
	font-size:0.75em;	
	padding-bottom:10px;
	width:80px;
}

#contact_footer{
	text-align:left;
	float:left;
	margin:20px 0 0 80px;	
}

#contact_footer th{
	font-size:0.8em;
	padding-bottom:5px;	
}

#contact_footer td{
	font-size:0.75em;	
	padding-bottom:10px;
	width:110px;
}

#contact_footer a:hover{
	color:#F69;	
}

#social_network{
	height:100px;
	width:100px;
	float:left;
	margin:30px 0 0 80px;
}

#fdvl{
	width:145px;
	height:25px;
	background-image:url(images/fdvl.png);
	display:block;	
	float:right;
	margin-top:185px;
}

#fdvl p{
	padding:6px 0 0 12px;
	font-size:11px;	
	text-decoration:none;
}

/*TEMPLATE 01*/

#T01_content_left{
	width:220px;
	height:380px;
	float:left;
	margin-left:10px;
}

#T01_navigatie_left{
	margin-left:10px;
	font-size:0.9em;
	text-decoration:underline;
	color:#b9b5b5;
	width:208px;
	height:auto;
/*	background-color:#f3f3f3;	
	border:#e2e2e2 1px solid; */
	margin-top: 10px; 
}

#T01_navigatie_left li{
	list-style-type:disc;
	margin-bottom:10px;
	margin-left:10px;
}

#T01_content_midden{
	width:460px;
	height:540px;
	float:left;
	margin-left:20px;
}

#T01_content_piano{
	width:460px; 
	height:1220px; /* 1 item = 240px */
	float:left;
	margin-left:20px;
}

#T01_content_drum{
	width:460px; 
	height:2160px; /* 1 item = 240px */
	float:left;
	margin-left:20px;
}

/*ASSORTIMENT*/

#T01_Assortiment{
	width:460px;
	height:680px;
	float:left;
	margin-left:20px;
}

.assortiment_nav{
	width:30px;
	height:30px;
	float:right;
	text-decoration:underline;	
}

#T01_assortiment_item1{
	width:140px;
	height:240px;	
	float:left;
}

#T01_assortiment_item2{
	width:140px;
	height:240px;	
	float:left;
	margin-left:20px;
}

#T01_assortiment_item3{
	width:140px;
	height:240px;	
	float:left;
	margin-left:20px;
}

#item_img{
	width:140px;
	height:140px;	
}

.T01_assortiment_item_groot{
	margin-bottom:20px;
	width:460px;
	height:220px;	
	float:left;
	background-image:url(images/Artikel_groot.jpg);
}


.T01_assortiment_item_groot h2{
	padding: 10px 0px 0px 10px;
	font-size:20px;
}

.T01_assortiment_groot_foto{
	float:left;
	width:260px;
	height:130px;
	margin-top:55px;	
}

.T01_assortiment_drum_foto{
	float:left;
	width:190px;
	height:190px;
	margin-top:5px;	
}

.T01_assortiment_groot_beschrijving{
	float:left;
	width:200px;
	height:150px;	
}


/* Einde Assortiment */


#T01_openingstijden{
 	text-align:left;
	float:left;
	margin:0 0 0 0;	
}

.artikel_naam{
	margin-top:20px;
	margin-bottom:10px;	
}

.artikel_prijs{
	color:#000;
}

#T01_openingstijden th{
	font-size:1em;
	padding-bottom:5px;	
}

#T01_openingstijden td{
	font-size:0.9em;	
	padding-bottom:10px;
	width:120px;
}

/*  SLIDESHOW   */

#slideshow {
    position:relative;
    height:220px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}