/*

Cubique Webcreations Den Haag
www.cubique.nl
info@cubique.nl

*/

/* -------------------------------------------------------------- layout kenmerken */

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background: #FFF url('img/main/background-notes.gif') fixed;
}
#container{
	height:100%;
	min-height:100%;
	width:727px;
	margin:auto;
	position:relative;
}
#outer{
	min-height:100%;
	margin-bottom:-130px;
	padding: 0;
	width: 724px;
}
* html #outer{
	height:100%;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:724px;
	overflow:hidden;
}
#footer {
	position:relative;
	width:724px;
	clear:both;
	height:130px;
}
* html #footer {
	\height:130px;/* for ie5 */
	he\ight:130px;/* for ie6 */
}
#clearheader-home{
	height:320px;
}
#clearheader-2{
	height:230px;
}
#clearfooter{
	clear:both;
	height:130px;
}
#centrecontent {
	margin-top: 0px;
	margin-bottom: 15px;
	min-height: 200px;
}
#bloklinks {
	position: absolute;
	left: 0;
}
#content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 40px;
}


/* -------------------------------------------------------------- button kenmerken */

#home, #agenda-shop, #contact {
	height: 96px;
	width: 96px;
	position: absolute;
}
#home {
	top: 14px;
	left: 114px;
}

/* --------------------------------------- button home kenmerken */

#home ul.navigation, #contact ul.navigation {
	margin-top: 0px;
	padding: 0;
	list-style: none;
	margin-left: 0;
	}
#home ul.navigation li a, #contact ul.navigation li a, #agenda-shop ul.navigation li a {
	width: 96px;
	display: block;
	background-repeat: no-repeat;
	background-position: -96px 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding:0;
}
#home ul.navigation li a, #contact ul.navigation li a {
	height: 96px; 
}
#home ul.navigation li a:hover {
	background-position: 0px 0px;
}
#home a#buttonhome {background-image: url('img/menu-buttons/button-home.gif')}

/* --------------------------------------- button contact kenmerken */

#contact ul.navigation li a:hover {
	background-position: 0px 0px;
}
#contact a#buttoncontact {background-image: url('img/menu-buttons/button-contact.gif')}

/* --------------------------------------- button agenda en shop kenmerken */

#agenda-shop ul.navigation {
	margin-top: 12px;
	padding: 0;
	list-style: none;
	margin-left: 0;
	}
#agenda-shop ul.navigation li a {
	height: 20px;
}
#agenda-shop ul.navigation li a:hover {
	background-position: 0px 0px;
}
#agenda-shop a#buttonagenda { background-image: url('img/menu-buttons/button-agenda.gif'); }
#agenda-shop a#buttonshop 	{ background-image: url('img/menu-buttons/button-shop.gif'); }
#agenda-shop a#buttoncds 	{ background-image: url('img/menu-buttons/button-cds.gif'); }
#agenda-shop a#buttonlinks 	{ background-image: url('img/menu-buttons/button-links.gif'); }


/* -------------------------------------------------------------- footer tekst kenmerken */

#footer p {
	font-family: Tahoma, Verdana, Arial;
	padding: 0;
	margin: 0;
	margin-left: 480px;
	padding-top: 110px;
	font-size: 70%;
	color: #fff;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #d4d4d4;
	text-decoration: underline;
}

/* -------------------------------------------------------------- tekst kenmerken */

#content p, li, #content table, #content h2, #content h3, h4, #artikel-info-2, #artikel-groot p, #artikel-groot h2, #artikel-groot h3, #intro-ul p, #intro-2 p {
	font-family: Verdana, Tahoma, Arial;
	font-size: 84%;	
}
#content p, li{
	line-height: 150%;
	color: #000;
}
#content p {
	margin-right: 35px;
}
#content a {
	color: #1F1D61;
	text-decoration: underline;
}
#content h1 {
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	letter-spacing: 1px;
	color:#4D5768;
	font-size:95%;
	line-height: 100%;
	font-weight:bold;
}
#content h2, #content h3, #content h4 {
	letter-spacing: 1px;	
	font-weight:bold;
}
#content h2 {
	color:#4D5768;
}
#content h4 {
	color:#9a141b;
	margin-bottom: 10px;
}
#content h3 {
	color:#000;
	margin-top: -10px;
}
.imglinks {
	float: left;
	margin: 5px 5px 5px 0px;
}
.imgrechts {
	float: right;
	display: inline;
	margin: 5px 0px 5px 5px;
}


/* -------------------------------------------------------------- algemene kenmerken */

img {
	border: 0px none;
	}
th {
	text-align: left;
	vertical-align: top;
}
/* -------------------------------------------------------------- kalender kenmerken */

#kalender {
	margin: 0;
	width: 180px;
	height: 300px;
	padding: 2px;
	float: left;
	background: #efefef;
	border: 1px solid #799C12;
}
#maandjaar {
	float:left;
	width: 80px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 84%;
}
#maandjaar td {
	border: 1px solid #c0c0c0;
	text-align: center;
	height:24px;
}
#kalender ul {
	list-style: none;
	margin: 0;
	padding:0;
	float:left;
	width: 190px;
}
#kalender li {
	width: 22px;
	height: 22px;
	border: 1px solid #c0c0c0;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	text-align: center;
	overflow: hidden;
}
#kalender li a {
	display:block;
}
#kalender .dag {
	font-weight: bold;
	background-color: #799C12;
}
#kalender .othermonth {
	color: #646466;
	background: #d4d4d4;
}
#kalender a {
	height: 22px;
	color: #000;
	width: 22px;
}
#kalender .act {
	background: #fcc860;
}
#kalender .act a:hover, .noact a:hover {
	font-weight: bold;
}
#kalender .act a:hover {
 	text-decoration: none;
 	background-color: #799c12;
}
#kalender .noact a:hover {
 	text-decoration: none;
 	background-color: #d4d4d4;
}
#agendadetails {
 	margin-left: 190px;
	width: 350px;
	min-height:300px;  
	height:auto !important;  
	height:300px;
	border: 1px solid #799C12;
	background: #efefef;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	padding: 2px;
}
#agendadetails-height {
	height: 300px;
	width: 0px;
	float: left;
	visibility: hidden;
}
.info-agenda a {
	 display: inline;
}
#agendadetails p {
	margin: 5px
}
#agendadetails a {
	text-decoration: underline;
}
.agendadetails-header {
	background: #4d5768;
	color: #fff;
	font-weight: bold;
	border: 1px solid #c0c0c0;
}
.tussenrij2 {
	height: 3px;
}
.agenda-k1 {
	width: 80px;
	font-weight: bold;
	vertical-align: top;
}
.agenda-k2 {
	width: 263px;
	vertical-align: top;
}
.combomaanden {
	margin-top: 5px;
	width:180px;
	border: 1px solid #799C12;
}

/* -------------------------------------------------------------- contactformulier kenmerken */

.kolom1 {
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}
.kolom2 {
	text-align: right;
	vertical-align: top;
}
.formfields {
	width: 330px;
	border: 1px solid #c0c0c0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
}
.formbuttons {
	background: #4D5768;
	border: 1px solid #6A6A6C;
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
}

/* -------------------------------------------------------------- grayed effect kenmerken */

#artikel-groot {
	width: 700px;
	padding: 10px;
}
#artikel-info-2 {
	width: 365px;
	border: 1px solid #799c12;
	background: #d4d4d4;
	margin: 0;
	padding:0;
}
#artikel-groot p, li{
	line-height: 140%;
	color: #000;
}
#artikel-groot a {
	color: #1F1D61;
	text-decoration: underline;
}
#artikel-groot h1, #artikel-groot h2, #artikel-groot h3 {
	letter-spacing: 1px;	
	font-weight:bold;	
}
#artikel-groot h1 {
	font-family: Tahoma, Verdana, Arial;
	color:#4D5768;
	font-size:100%;
	line-height: 150%;
}
#artikel-groot h2 {
	color:#4D5768;
}
#artikel-groot h3 {
	color:#000;
	font-size:84%;
	margin-top: -10px;
}

/* -------------------------------------------------------------- shop hoofdoverzicht kenmerken */

#shopfront-cd {
	width: 550px;
}
#shopfront-cd img {
	float: left;
	margin-right: 5px;
}
#shopfront-cd td {
	vertical-align: top;
	width: 275px;
	background: #f2f2f2;
	border: 1px dotted #4d5768;
}
#shop-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#shop-list li {
	border: 1px solid #c0c0c0;
	margin-top: 2px;
	width: 350px;
	height: 20px;
}
#shop-list a {
	text-decoration: none;
	padding-left: 30px;
	display: block;
	color: #393939;
	height: 20px;
	font-weight: bold;
}
#shop-list .cd a:hover {
	background: url('img/main/cd-icon.gif') no-repeat 3px 0px #c9d7a0;
	border-left: 5px solid #4d5768;
}
#shop-list .sound a:hover, #shop-list .blad a:hover {
	background: url('img/main/blad-icon.gif') no-repeat 3px 0px #c9d7a0;
	border-left: 5px solid #4d5768;
}
.cd a {
	background: url('img/main/cd-icon.gif') no-repeat 3px #cac9e3;
	border-left: 5px solid #932D19;
}
.sound a, .blad a {
	background: url('img/main/blad-icon.gif') no-repeat 3px #cac9e3;
	border-left: 5px solid #799c12;
}

/* -------------------------------------------------------------- shop categorie overzicht kenmerken */

.shopitem, .shopitem2 {
	width: 550px;
	min-height: 80px;
	border: 1px solid #c0c0c0;
	border-left: 5px solid #799c12;
	margin-top: 5px;
}
.shopitem {
	background: #e7e7e7;
}
.shopitem2 {
	background: #dfdfdf;
}
h4 {
	color: #932d19;
	margin-top: 3px;
	margin-bottom: -3px;
}
.shop1 {
	vertical-align: top;
	width: 120px;
	padding: 3px;
}
.shop2 {
	width: 356px;
	vertical-align: top;
	font-size: 110%;
}
.shop3 {
	vertical-align: top;
	width: 21px;
	padding: 3px;
}
.shop-img {
	margin-left: 3px;
}
.shopicons {
  	margin: 2px 0 0 4px;
}
#shopdetail {
	width: 550px;
	min-height: 80px;
	border: 1px dotted #4d5768;
	background: #f2f2f2;
	margin-top: 5px;
	font-size: 110%;
}
.shop4 {
	width: 430px;
	vertical-align: top;
	font-size: 100%;
}
.shop5 {
	width: 120px;
	vertical-align: top;
}
#shopdetail ul {
	margin-left: 20px;
	padding: 0;
}
#shopdetail h4 {
	font-size: 100%;
}
.bestellen {
	margin-top: 0;
	margin-bottom: 7px;
}
#mp3speler {
	position: absolute;
	z-index: 0;
	width: 300px;
	height: 40px;
	vertical-align: center;
	background: #d4d4d4;
	border: 1px solid #000;
	margin-left: -280px;
	margin-top: 20px;
	padding: 3px;
}
#shopdetail2 {
	width: 363px;
	min-height: 80px;
	border: 1px solid #c0c0c0;
	background: #e7e7e7;
	margin-top: 5px;
	font-size: 84%;
}
.werk1 {
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}

/* -------------------------------------------------------------- home kenmerken */

.header-home {
	background: url('img/main/header-home.gif');
	height:320px;
}
.header-home p {
	font-family: Tahoma, Verdana, Arial;
	text-align:  right;
	color: #fff;
	font-size: 74%;
	margin-top: 90px;
	margin-right: 10px;
}
.outer-home {
	background: url('img/main/background1.gif');
}
.menu-home {
	top: 192px;
}
.footer-home {
	background: url('img/main/footer1.gif');	
}
.bloklinks-home {
	top: 320px;
	width: 110px;
	height: 205px;
	background: url('img/main/bloklinks-home.gif');
}
.centrecontent-home {
	margin-left:130px;
}
.agenda-shop-home {
	top: 114px;
	left: 214px;
}
.contact-home{
	top: 214px;
	left: 14px;
}
#koor-home, #orgel-home {
	position: absolute;
	width: 96px;
}
#koor-home {
	height: 196px;
	top: 114px;
	left: 114px;
	background: url('img/main/koor1.jpg');
}
#orgel-home  {
	height: 96px;
	top: 94px;
	left: 14px;
	background: url('img/main/orgel-kloosterkerk.jpg');
}
/* -------------------------------------------------------------- contact kenmerken */

.header-contact {
	background: url('img/main/header-contact.gif');
	height:225px;
}
/* -------------------------------------------------------------- auteur, componist kenmerken */

.header-auteur, .header-auteur2, .header-componist, .header-componist2, .header-shop, .header-dirigent, .header-dirigent2, .header-agenda, .header-organisator, .header-organisator2 {
	height:225px;
}
.header-auteur {
	background: url('img/main/header-auteur.gif')
}
.header-auteur2 {
	background: url('img/main/header-auteur-2.gif')
}
.header-componist {
	background: url('img/main/header-componist.gif')
}
.header-componist2 {
	background: url('img/main/header-componist-2.gif')
}
.header-dirigent {
	background: url('img/main/header-dirigent.gif')
}
.header-dirigent2 {
	background: url('img/main/header-dirigent-2.gif')
}
.header-agenda {
	background: url('img/main/header-agenda.gif')
}
.header-organisator {
	background: url('img/main/header-organisator.gif')
}
.header-organisator2 {
	background: url('img/main/header-organisator-2.gif')
}
.header-shop {
	background: url('img/main/header-shop.gif')
}
.outer-2 {
	background: url('img/main/background2.gif')
}
.footer-2 {
	background: url('img/main/footer2.gif')
}
.bloklinks-2, .bloklinks-3 {
	top:225px;	
	height: 300px;
	background: url('img/main/bloklinks-2.gif');	
}
.bloklinks-2 {
	width: 158px;
}
.bloklinks-3 {
	width: 110px;
}
.agenda-shop-2 {
	top: 114px;
	left: 14px;
}
.contact-2{
	top: -11px;
	left: 14px;
}
.menu-auteur, .menu-componist, .menu-dirigent, .menu-organisator  {
	margin-top: 100px;
}
.menu-contact, .menu-agenda, .menu-shop {
	top: 100px;
}
.centrecontent-2 {
	margin-left:230px;
	margin-right: 220px;
}
#ulspec {
	padding-top: 20px;
	padding-bottom: 60px;
	margin-right: 15px;
}
#intro-ul {
	line-height: 70%;
	position: absolute;
	top: -117px;
	left: -16px;
	width: 296px;
	height: 175px;
	background: url('img/main/intro-ul.gif') no-repeat;
}
#intro-ul p {
	width: 280px;
	margin-left: 7px;
	color:#000;
	margin-top: 3px;
}
#intro-ul h1 {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	color:#932d19;
	font-size: 84%;
}
#overzicht-ul {
	background: #fedea5 url('img/main/ul-bottom.gif') no-repeat;
	background-position: bottom;
	position: relative;
	margin-left: -16px;
	margin-top: 42px;
	width: 296px;
	min-height:300px;  
	height:auto !important;  
	height:300px;
}
#overzicht-ul li {
	list-style-image: url('img/main/ul-overzicht.gif');
	padding-top: 0;
	padding-left: 5px;
	margin-left: -10px;
	margin-top: 5px;
}
#overzicht-ul a {
	text-decoration: none;
	color: #4d5768;
}
#overzicht-ul a:hover {
	text-decoration: underline;
}
#intro-2 {
	position: absolute;
	top: -120px;
	left: 80px;
	width: 308px;
	height: 148px;
	background: url('img/main/intro-2.gif') no-repeat;
}
#intro-2 h1 {
	margin-top: 9px;
	margin-left: 9px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	color:#932d19;
	font-size: 84%;
}
#intro-2 p {
	width: 260px;
	margin-left: 9px;
	color:#000;
	margin-top: 0px;
}
#art-icons {
	position: absolute;
	top: -5px;
	left: 381px;
	height: 15px;
	width: 55px;
}
#art-icons img {
	margin-left: 3px;
	float: left;
	display: inline;
}
#table-comp {
	width: 565px;
}
#table-comp td, #table-comp th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
#table-comp td {
	vertical-align: top;
}
#table-comp th {
	background: #4d5768;
	color: #FFF;
	padding-left: 3px;
}
.title1 {
	width: 200px;
}
.title2, .title6 {
	width: 90px;
}
.title3, .title4 {
	width: 50px;
}
.title5 {
	width: 190px;
}
.title7, .comp {
	width: 120px;
}
.title8 {
	width: 250px;
}
.title9 {
	width: 450px;
}
.btext {
	width: 130px;
}
.voices, .voices1, .price, .price1 {
	width: 60px;
}
.icons, .icons1 {
	text-align: right;
	width: 55px;
}
.firstrow1 {
	width: 360px;
}
.firstrow2, .firstrow4 {
	width: 290px;
}
.firstrow3 {
	width: 160px;
}
.icons img, .icons1 img {
	margin-left: 1px;
}
.tussenrij {
	height: 1px;
}
.tr1 {
	background: #e1e1e1;	
}
.tr2 {
	background: #f0f0f0;
}
#thankyou {
	position: absolute;
	z-index: 0;
	width: 300px;
	height: 100px;
	vertical-align: center;
	background: #fedea5;
	border: 2px solid #4d5768;
	margin-left: -330px;
	margin-top: -120px;
	padding: 10px;
	font-size: 110%;
	text-align: left;
}
.ty-visible {
	visibility: visible;
}
.ty-notvisible {
	visibility: hidden;
}
#thankyou p {
	margin-top: 0;
	padding: 0;
}
#choir-agenda {
	width: 550px;
	border: 1px dotted #4d5768;
	padding: 5px;
	background: #f2f2f2;
}
#choir-lookback {
	margin-top: 10px;
	width: 550px;
	border: 1px dotted #4d5768;
	padding: 5px;
	background: #f2f2f2;
}
h5 {
	font-weight: bold;
	margin-top: 0;
	color: #4c5668;
	font-size: 100%;
}

/* -------------------------------------------------------------- shoppingcard kenmerken */

.shoppingcardtabel {
	background: #f2f2f2;
	border: 1px solid #799c12;
	width: 550px;
	font-size: 84%;
	margin-bottom: 10px;
}
.shoppingcardtabel th {
	background: #4d5768;
	color: #fff;
}
.shoppingcardtabel td {
	vertical-align: top;
}
.sc-kolom-1 {
	width: 310px;
}
.sc-kolom-pps, .sc-kolom-aantal, .sc-kolom-ptotaal {
	width: 80px;
}
.h3shop {
 	padding-top: 5px;
	margin-bottom: 5px;
}
.h4shop {
 	padding-top: 10px;
	margin-bottom: -5px;
}
.pshopcard {
	margin-top: 0px;
}
.aantalveld {
	width: 45px;
	border: 1px solid #d4d4d4;
}
#buyercontact {
	background: #f2f2f2;
	border: 1px dotted #4d5768;
}
#shopcard {
	width: 96px;
	height: 20px;
	position: absolute;
	left: 14px;	
	overflow: hidden;
	background: #ddff55;
}
.shopcard-home {
	top: -6px;
}
.shopcard-wide {
	top: 89px;
}
#shopcard a {
	background-image: url('img/menu-buttons/button-shoppingcard.gif');
	width: 96px;
	height: 23px;
	display: block;
	}
#shopcard a:hover {
	background-position: -96px 0px;
}
#shopcard ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------------- agenda-full kenmerken */

.agenda-full {
	margin-top: 12px;
	width: 550px;
	border: 1px dotted #4d5768;
	background: #f2f2f2;
}
.agenda-full td {
	vertical-align: top
}
.kolom-info {
	width: 130px;
	font-weight: bold;	
}

/* -------------------------------------------------------------- agenda-zoomed kenmerken */

#zoomed-agenda {
	width: 350px;
	margin-top: 5px;
	min-height:365px;  
	height:auto !important;  
	height: 365px;
	background: #fff;
	padding: 8px;
	border: 1px solid #789d12;
}
