/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	background-color: #d3e3fa;
	font-size: 11px;
	font-family: Verdana;
	margin-top :0px;
	margin-bottom: 0px
}
TD 
{
	vertical-align:top;
	font-size: 11px;
	/*border: solid 1px black;*/
}
TABLE 
{
	/*border: solid 1px black;*/
}
.PRINTKOP 
{
	font-size: 13px;
	font-family: Verdana;
}
.TOP 
{
	height: 59px;
}
.MENUBACK 
{
	height: 30px;
	background-color: #0C3E83;
	color: White;
	text-align:center;
	vertical-align :middle;
}
.FOOTER 
{
	height: 30px;
	background-color: #0C3E83;
	color: White;
	text-align: center;
	font-size: 8pt;
	vertical-align :middle;
}
.MIDDEN 
{
	width: 550px;
	background-color: white;
	
}
.MENU 
{
	width: 550px;
}
.TALEN 
{
	width: 250px;
	text-align: center;
	vertical-align: middle;	
}
.TITEL
{
	padding-right: 14px;
	background-position: right top;
	padding-left: 14px;
	font-weight: bold;
	font-size: 12px;
	/*background-image: url(images/titleback.gif);*/
	padding-bottom: 10px;
	color: #0c3e83;
	padding-top: 12px;
	background-repeat: repeat;
	height: 1%;
}
.TEKST 
{
	font-size: 11px;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 12px;

}
.MenuItem 
{
	font-size: 12px;
	font-weight: normal;
	width: 25%;
	text-align: center;
	color: White;
	padding-top: 2px;	
	padding-bottom: 2px;
	cursor: hand;
}
.MenuItemOver 
{
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	width: 25%;
	text-align: center;
	color: White;
	padding-top: 2px;	
	padding-bottom: 2px;
}
.SubItem 
{
	font-size: 12px;
	font-weight: normal;
	width: 33%;
	text-align: left;
	
	color: #002B75;
	padding-top: 2px;	
	padding-bottom: 2px;
	cursor: hand;
}
.SubItemOver 
{
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	width: 33%;
	text-align: left;
	color: #002B75;
	padding-top: 2px;	
	padding-bottom: 2px;
}
.ZOEKENBACK 
{
	width: 250px;
	height: 100%;
	background-color: white;
	border-left: solid 5px #0C3E83;
}
.PRODUCTEN
{
	height: 1%;
	vertical-align: bottom;
}
.PRODUCTTITEL 
{
	height: 10px;	
	vertical-align: middle;
	font-size:11px;
	padding:2px;
}
.PRODUCTTEKST 
{
	vertical-align: top;
	font-size: 10px;
	padding:2px;
	border-bottom: solid 1px #0C3E83; 
	
	
}
.AANBIEDINGENTITEL 
{
	font-weight: bold;	
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.imgProduct 
{
	margin-right:5px;
	border: solid 2px #0C3E83;
	margin-bottom:5px;
	
}

.productback 
{
	padding-left : 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-bottom :dotted 1px #0C3E83;
}
A 
{
	color:Black;	
}
.packagetitel 
{
	border-bottom :dotted 1px #0C3E83;
	font-weight: bold;	
	font-size: 14px;
	padding-left : 5px;
	vertical-align : middle;
}
.reserveermenuactive 
{
	font-weight:bold;
	font-size: 12px;
	color: White;
}
.reserveermenu
{
	font-weight:normal;
	font-size: 12px;
	color: White;
}
.ProductHeader 
{
	
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	
	background-color: #0C3E83;
	color: White;
	text-align:center;
	vertical-align :middle;
}
.ProductTab
{
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	background-color: #0C3E83;
	color: White;
	text-align:center;
	vertical-align :middle;
	padding: 5px;
}
.producttitellink 
{
	font-size:12px;	
	font-weight: bold;
	/*color: #0C3E83;*/
}
.reserveercaption 
{
	font-size: 11px;	
	width : 150px;
	vertical-align : top;
}
.reserveererror
{
	text-align:left;
	height : 25px;
	width : 100%;
	vertical-align :top;
}
.footerlink 
{
	color : White;
}
.rightsideheader
{
	border-right: #0c3e83 1px solid;
	border-top: #0c3e83 1px solid;
	border-left: #0c3e83 0px solid;
	border-bottom: #0c3e83 1px solid;
	background-color : White;
	padding: 1px;
	cursor : hand;
}
.test 
{
	background-image: url(images/rightsideheader.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #0c3e83;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	border: 0px solid white;
	height: 20px;
	padding-left : 5px;
	cursor : hand;
}