/* CSS Document */

#maintable{
	width: 780px;
}
#header{
	background-image: url(../img/header_bg.jpg);
	height: 137px;
	width: 780px;
	background-repeat: no-repeat;
}
#leftcolumn {
	height: 400px;
}
#leftcolumn  {
	position:relative;
	width:180px;
	height:40px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#leftcolumn  .hfditem, #leftcolumn  .hfditemactive{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 3px;
	width: 180px;
}
#leftcolumn  .hfditem a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E40465;
	text-decoration: none;
}
#leftcolumn  .hfditemactive a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

#leftcolumn .subnavigatie {
	position:relative;
	height:40px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#leftcolumn  .subitem{
	padding-right: 10px;
	padding-left: 3px;
	list-style-position: inside;
	list-style-type: circle;
}
#leftcolumn  .subitem a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E40465;
	text-decoration: none;
}
#bottom{
	background-image: url(../img/bottom_bg.jpg);
	height: 40px;
	width: 780px;
	background-repeat: no-repeat;
}
#middle{
	background-image: url(../img/middle_bg.jpg);
	background-repeat: repeat-y;
}
#content{
	width: 500px;
	padding: 20px;
	vertical-align: top;
}
#content h3{
	text-transform: uppercase;
	color: #e40465;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#content a{
	color: #e40465;
	text-decoration: underline;	
}
#content a:hover{
	text-decoration: none;	
}


#content span a{
	color: #e40465;
	text-decoration: underline;	
}
#content span a:hover{
	text-decoration: none;	
}


 .hide{
display: none;
}

.show{
}
.paging{
	width: 75px;
}
.paging a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3333;
	text-decoration: none;
}
#prod{
	
}
#prod td{
	
}
#prod .dummy{
	vertical-align: top;
}

#prod .img{
	vertical-align: top;
}

#prod .intro{
	vertical-align: top;
	padding-right: 10px;
	padding-left: 30px;
}
#prod .youtube{
	vertical-align: top;
	padding-right: 10px;
	padding-left: 30px;
}
#prod .leesmeer{
	vertical-align: bottom;
	padding-right: 10px;
	padding-left: 30px;
	text-align: right;
}
#prod hr{
	color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #E40465;
	border-right-color: #e40465;
	border-bottom-color: #e40465;
	border-left-color: #e40465;
}
#prod .name{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 30px;
	vertical-align: top;
	font-size: 14px;
	color: #E40465;
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#proddetail .img{
	vertical-align: top;
	margin-right: 20px;
	margin-top: 10px;
}
#proddetail .name{
	color: #E40465;
	font-size: 20px;
	font-weight: bold;
}


#reserveren{
}

#reserveren .head1, #speellijst .head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E40465;
	font-size: 16px;
	font-weight: bold;
}

#reserveren .head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	background-color: #F6eaea;
	padding: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#reserveren .totrow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


#speellijst td.datum,
#speellijst td.tijd,
#speellijst td.locatie,
#speellijst td.opmerking,
#speellijst td.reserveren
{
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#speellijst tr.even{
	background-color: #FFFFFF;
}

#speellijst tr.odd{ 
	background-color: #FFFFFF;

}
#speellijst tr.soldout{
	background-color: #FFFFFF;
	color: #999999;
}

#speellijst .titel{
	color: #E40465;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 20px;
}
#speellijst a{
	color: #e40465;
	text-decoration: none;	
}


#speellijst td.newdate{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	font-weight: bold;
}

#gastenboek td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
#gastenboek td.firstrow{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#gastenboek .datum{
	padding-left: 4px;
	font-size: 11px;
}
#gastenboek td.web{
}
#gastenboek .naam{
	padding-right: 4px;
	font-weight: bold;
}
#gastenboek td.text{
	border: 1px solid #FF6699;
	padding: 5px;
}
#gastenboek td.email{
}
#gastenboek a{
	color: #E40465;
	text-decoration: none;
	font-size: 11px;
}
#gastenadd a{
	color: #E40465;
	font-weight: bold;
	text-decoration: none;
}



#albums td.afbeelding{
	vertical-align: top;
	padding-bottom: 10px;
}
td.home_youtube{
	text-align: center;
	padding: 20px;
}