/* Presentation Stylesheet */

a { color: #9d0201; background: transparent; font-weight: normal; text-decoration: underline;}
a:hover { color: #000; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #000; background: transparent; font-weight: normal; text-decoration: underline;}


h1 {
	font-size: 150%;
	color: #ca0100;
	background: transparent;
	line-height: 140%;
	font-weight: normal;

	padding: 0;
	margin: 10px 0 10px 0;
}

#home h1 { margin-top: 0px; }
	
h2 {
	font-size: 100%;
	color: #ab1800;
	background: transparent;
	line-height: 140%;
	font-weight: bold;

	padding: 0;
	margin: 10px 0 10px 0;
}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 120%;
	line-height: 120%;
	color: #396cac;
	background: transparent;
}

p{
	margin: 0 0 1em; }

p.intro{
/*
	font-size: 16px;
*/	
}

p.intro-home{

	line-height: 22px;
	
}

/*
strong {
	font-weight: bold;
	color: #525252;
}
*/

hr {
  	border: 0;
  	width: 100%;
  	color: #0585dd;
	background-color: #0585dd;
	height: 1px;
	clear: both;
	margin: 8px 0 8px 0;
}



img.padding-left{
	margin: 0 0 15px 20px;
}

img.border{
	border: 1px solid #333;
}



div.hr{
	font-size: 1px;
	line-height: 1px;
	
	height: 1px;
	
	background: transparent url(../img/hrbg.gif);
	background-repeat: repeat-x;
	
	
	margin: 5px 0 5px 0;
}


div.error {
  border: 2px solid red;
  background-color : #fbaeb0;
  width: auto;
  margin: 5px 0px 15px 0px;
  padding: 10px; 
  color: #000; 
}


.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px; /*for IE*/
}

/* Topnav */

#topnav ul{
	list-style-type: none;
	margin: 2px 0 0 10px;
	padding: 0;
	float: left;
	float: right;
}

#topnav ul li{
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	
	padding: 0px 0px 0 0px;
	margin: 0 2px 0 0px;
	
}

#topnav ul li.first{
	border: 0;
}

#topnav ul li.first{
	background: transparent;
}

#topnav li a{
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 8px;
	text-decoration: none;
}

#topnav li a:hover{
	color: #fff;
	text-decoration: underline;
}

#topnav ul li.first a{
	background: transparent;

}





/* TOP */

/*
#top img.topimg{
	float: left;
}
*/

#top #toptext{

	/*
	width: 500px;
	height: 66px;
	float: right;	
	*/
	
	padding: 30px 0 0 0;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;

}




/* mainnav */

#mainnav ul {
	list-style-type: disc;
	padding: 0;
	margin: 0px 0 0 0;
	font-size: 14px;
	font-weight: normal;	
}

#mainnav ul li{
	display: block;
	float: left;
	margin: 0px 16px 0 16px;
	padding: 0px 0px 0 0px;
	text-align: center;
	background-image: none;
	background-color: transparent;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #FFFFFF;
}

#mainnav ul li a {
	padding: 0 0 0px 0;
	margin: 0 0 0 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#mainnav ul li.first a {
	background-image: none;
	padding-left: 0;
}

#mainnav ul li a:hover{
	color: #ef4327;
	/*text-decoration: underline;*/
}

#mainnav ul li.highlight a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#mainnav ul li.first{
	margin-left: 0;
}






	
/* Content */	

#content div.highlight{
	background: #d3ecf2;
	padding: 0;
	clear: both;
	margin: 0 0 15px 0;
}

#content div.highlight div.highlight-content{
	padding: 10px 15px 0 15px;
	
}


#content div.highlight ul{
	margin-top: 0;
	margin-bottom: 0px;
}

#content div.highlight p{
	font-size: 14px;
}

#quote {
	text-align: left;
	font-size: 12px;	
	margin: 10px 5px 0px 10px;
	float: right;
	width: 376px;
	font-style: italic;
}

#quote p {
	margin: 0 0 5px 0;	
}






/* Breadcrums */

ul#breadcrums{
	
	font-size: 13px;
	color: #919191;
	letter-spacing: 1px;
	text-align:justify;
	list-style-type: disc;
	margin: 0px 0 8px 0;
	padding: 0px 0 0 0;
}



ul#breadcrums li{

	display: inline;
	
	background: transparent url(../img/icons/breadcrum-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	
	padding: 0 0px 0 10px;
}

ul#breadcrums li a{
	color: #919191;
}

ul#breadcrums li a:hover{
	color: #000;
}

ul#breadcrums li.first{
	background: transparent;
	padding: 0 0px 0 0;
}







/* Form elements */

form{
	margin: 0;
	padding: 0;
}



form input.checkbox{
   float: left;
   margin-right: 8px;
}


form input.text{
	color: #565555;
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 5px 0px;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
}

form select{
	padding: 0;
	margin: 2px;
	
	border: 1px solid #396cac;
}

form input.submit{
  	border: 1px solid #d2d2d2;
	padding: 4px 12px 4px 18px;
	margin: 5px 0 0 0;
	
	color: #565555;
	font-size: 11px;
	font-weight: bold;
	
	background: #e2e2e2 url(../img/terugbelform-submit.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;

}

form textarea{
	color: #565555;
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 5px 0px;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
}





/* HOME */




#content #home{
	float: left;
	/*margin-top: 30px;*/
	width: 452px;
	height: 381px;	
	font-size: 16px;
	margin-right: 25px;
	
}

#content #content-text{
	float: left;
	width: 462px;
	margin-right: 10px;
}

#content #content-text-full{
	
	width: 800px;
	margin-right: 0;
}


#content #home-slideshow{

	/* height: 358px; */
	padding: 13px 0 0 0;
	text-align: right;
	
}

#myGallery
{
	width: 387px !important;
	height: 358px !important;
	border: 0 !important;
}

#content #home div.intro{
	display: block;
	width: 100%;
	height: 138px;
	padding: 28px 0 0 0;
	overflow: hidden;
	line-height: 26px;
}

#content #home div.intro h1{
	font-size: 115%;

}


#youtubemovie{
	background: #eee;
	width: 387px;
	/*height: 400px;*/
	float: right;
	text-align: center;
	margin: 15px 0px;
	clear: right;
}

#youtubemovie div.boxcontent{
	padding-top: 5px;
	
}



/* highlight boxes op home */



#content div.highlight-box{
	background: #f3d3d3;
	margin: 0 0 20px 0;
}

#content div.highlight-box div.boxcontent{
	padding: 5px 15px 0px 15px;
	overflow: auto;
}


#content div.highlight-box h2{
	margin: 0px 0 5px 0;
	padding: 0;
	/*color: #263b40;*/
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}




#content div.highlight-box p.small{
	font-size: 11px;
	line-height: 22px;

}

#content div.highlight-box a.readmore{
	display: block;
	margin-top: 5px;
	padding: 0 0 0 18px;
	background: transparent url(../img/icons/home-read-more.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-decoration: none;
}

#content div.highlight-box a.readmore:hover{
	text-decoration: underline ;
}



#content div.highlight-box ul {
	padding-left: 0px;
	margin: 0px 0 3px 0px;
	font-size: 100%;
	list-style: none;
	
	font-size: 13px;
}



#content div.highlight-box li {
	margin: 0;
	padding:  3px 0 3px 12px;
	
	background: transparent url('../img/icons/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 10px;
}



#content div.highlight-box div.block1{
	width: 200px;
	float: left;
}

#content div.highlight-box div.block2{
	width: 200px;
	float: left;
	margin-left: 10px;
}


/* uitbreidingen op highlightbox voor home page */

#content #home div.highlight-box{
	width: 200px;
	height: 200px;
	float: left;
	margin: 0 0 15px 22px;
	padding: 13px 12px 0 18px;
	text-align: left;
	color: #000;
	line-height: 18px;
	background: transparent;
}

#content #home div.first{
	margin-left: 0;
	border: 0;
}

#content #home div.highlight-box h2{	
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 0 26px;
}

#content #home div.highlight-box ul{
	margin: 8px 0 10px 25px;
}







#content div.buttons a.boekbutton{
	color: #c61414;
	font-weight: bold;
	font-size: 14px;
	display: block;
	width: 221px;
	height: 28px;
	
	overflow: hidden;
	padding: 6px 0 0 0px;
	text-align: center;
	
	background: transparent url('../img/boekbuttonbg.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
	
	margin: 0 0 10px 10px;
	
	float: left;
	
}

#content div.buttons a.boekbutton:hover{
	background: transparent url('../img/boekbuttonbg_hover.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
	
}

#content div.buttons a.first{
	margin-left: 0px;
}






/* artiesten overzicht */

#content #artiestenoverzicht div.artiest{
	width: 410px; 
	margin: 0 0 10px 35px; 
	float: left;
	
	border-top: 1px solid #dedede;
}

#content #artiestenoverzicht div.first{
	margin-left: 0;
}

#content div.artiest h2{
	margin-bottom: 5px;
}

#content #artiestenoverzicht div.artiest img{
	margin:15px 15px 15px 0;
	border: 0;
}




/* FOOTER */

#footer  p#copyright{
	padding: 0;
	margin: 2px 0 2px 0;
	color: #c90d0c;
	font-size: 11px;
	float: left;
}

#footer  p#tndmedia{
	padding: 0;
	margin: 2px 1px 2px 0;
	color: #c90d0c;
	font-size: 11px;
	float: right;
}

#footer a { color: #c90d0c; background: transparent; font-weight: normal; text-decoration: underline;}
#footer a:hover { color: #FFFFFF; background: transparent; font-weight: normal; text-decoration: underline;}

