/* Default CSS Stylesheet for a new Web Application project */
/* Standaard Elementen */
BODY
{
	font-size: 12px;
	font-family: Verdana;
}
TD
{
	font-size: 12px;
	font-family: Verdana;
}
A
{
	color:Black;
}


/* Menu Elementen */
.MenuItemOver
{
	cursor: hand;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
	color: #005BAB;	
	font-style: normal;
	font-family: Verdana;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	width: 14%;
	/*color: #FFFFFF;
	background-image: url(../images/BackGround-Blok.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/

}
.MenuItem
{
	cursor: hand;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
	color: black;
	font-style: normal;
	font-family: Verdana;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
	width: 14%;
 
}
.SubItem
{
	font-weight: normal;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	height: 20px;
	background-color: #adcae4;
	text-align: left;
}

.SubItemOver 
{
	cursor: hand;
	color: #005BAB;
	background-color :#adcae4;
	text-align : left;
	height : 20px;
	font-weight: normal;
	border-bottom-color : White;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	
	/*color: #FFFFFF;
	background-image: url(../images/BackGround-Blok.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
}

/* Pagina Elementen */
.Navigator 
{
	font-size:8pt;
	color:#005BAB;
	height:20pt;	
	vertical-align:top;
}
.Titel 
{
 	font-weight :bold;
 	color:#005BAB;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}
.Tekst
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}

/* Blok elementen */
.BlokTitel
{
	border-right: #005bab 1px solid;
	border-top: #005bab 1px solid;
	font-weight: bold;
	font-size: 10pt;
	background-color: #adcae4;
	background-image: url(../images/BackGround-Blok.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	border-left: #005bab 1px solid;
	color: #FFFFFF;
	border-bottom: #005bab 1px solid;
	font-family: Verdana;
	padding : 2px;
}
.BlokItem
{
	border-style:solid;
	border-color: #005bab;
	border-width:1px;
	padding:2px;
	background-color: #adcae4;
}
.BlokImg 
{
	border: solid 1px #005bab;
	margin: 2px;
}

/* Bottom elements */
.Sponsors 
{
	background-color: #005bab;
	height:20px;
	vertical-align: middle;
	text-align: center; 
}
.Adres 
{
	font-size:8pt;
	height: 8pt;
	vertical-align: middle;
	text-align: center; 
}
.sponsorlogo 
{
	padding: 0px;
	margin: 2px;
	border: solid 0px #adcae4;
	/*height: 50px;*/
}

/* Nieuwsitems */
.Nieuwstitel
{
	/*font-size:10pt;*/
	font-family: Verdana;
	font-weight :bold;
	color:#005BAB;	
}

/* Informatie aanvragen */
.FirstCell 
{
	width: 100px;
	vertical-align:top;
}
