/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-family: 'Comic Sans MS' , Verdana, Arial;
	font-variant: normal;
}
TD 
{
	vertical-align : top;
	font-size: 10pt;	
}
.Top
{
	background-position: 0px 0px;
	background-attachment: scroll;
	background-image: url(images/Top.jpg);
	background-repeat: repeat-x;
	height: 17px;
	border: solid 1xp #999999;
	font-size: 1pt;
}
.TopLogo
{
	background-position: 0px 0px;
	background-attachment: scroll;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	height: 117px;
	vertical-align : middle;	
	padding-left: 5px;
	border: solid 1xp #999999;
	border-top: 0px;
}
.Menu
{
	border-right: #999999 1px solid;
	background-position: 0px 0px;
	border-top: 0px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(images/Menu.jpg);
	vertical-align: middle;
	font-variant: small-caps;
	
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	
}
.Footer 
{
	height: 17px;
	background-position: 0px 0px;
	background-attachment: scroll;
	background-image: url(images/Top.jpg);
	background-repeat: repeat-x;	
	border: solid 1xp #999999;
	font-size: 10px;
	font-weight: bold;
	border-top: 0px;		
}
.Content 
{
	border: solid 1xp #999999;
	background-color: White;
	border-top: 0px;
}
.Titel
{
	font-weight: bold;
	font-size: 11pt;
	padding: 5px;
}
.Tekst 
{
	font-size: 10pt;
	padding: 5px;
	padding-top: 0px;
}
.MenuItem 
{
	cursor: hand;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	font-variant: small-caps;
	text-align: center;
}
.MenuItem A 
{
	color :Black;
	text-decoration : none;	
}
.MenuItem A:hover
{
	color : #FF6600;
	text-decoration : none;	
}
.SubMenu
{
	padding: 5px;
}
.SubMenuItem 
{
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	
}
.SubMenuItem A 
{
	color :Black;
	text-decoration : none;	
}
.SubMenuItem A:hover
{
	color : #FF6600;
	text-decoration : none;	
}
.ContentLayer 
{
	height: 100%;
	width: 772px;
	overflow: auto;
	position: absolute;
	
}
.SubItem
{
	font-weight: normal;
	cursor: hand;
	color: black;
	height: 20px;
	text-align: left;
	background-color: #FEFD7F;
}

.SubItemOver 
{
	cursor: hand;
	color: #FF6600;
	text-align : left;
	height : 20px;
	font-weight: normal;
	background-color: #FEFD7F;
}