﻿/********************************
  TEMPLATE SPECIFIC STYLES
  for control specific styles,
  see below.
********************************/
BODY
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #93aad0;
	color: #000000;
}

*
{
	margin:0px;
	padding:0;
}

TABLE#container
{
	width: 100%;
	height: 100%;
	border: none;
}

TABLE#container TD
{
	vertical-align: top;
}

.content-row
{
	font-family: MS Reference Sans Serif;
	font-size: 9pt;
	min-height: 500px;
	height: 500px;
}

.footer-row
{
	height: 100%;
}

.navigation
{
	width: 165px;
	padding-top: 26px;
	padding-left: 0px;
	text-align: center;
	font-family: Georgia;
	font-size: 12pt;
}

.wetsand
{
	background-color: #e5dbc9;
}

.darkblue
{
	background-color: #576e98;
}

.teaser-image
{
	width: 349px;
	height: 508px;
	background-image: url(Images/uitzicht.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

TD.content
{
	width: 469px;
	padding: 0px; 
	background-color: #ffffff;
}

DIV.content
{
	width: 437px;
	padding-left: 16px; 
	padding-top: 26px; 
	padding-right: 16px;
	padding-bottom: 16px;
	line-height: 15pt;
	background-color: #ffffff;
}

.content-left
{
	width: 251px;
	padding-left: 16px;
	padding-top: 26px; 
	padding-right: 16px;
	padding-bottom: 16px;
	line-height: 15pt;
	background-color: #ffffff;
}

.content-buttons
{
	width: 170px;
	padding-left: 0px;
	padding-top: 26px; 
	padding-right: 16px;
	padding-bottom: 16px;
	line-height: 15pt;
	background-color: #ffffff;
}

DIV.button-dark
{
	width: 170px;
	height: 66px;
	border: solid 1px #93aad0; 
	background-color: #576e98;
	color: #ffffff; 
	margin-bottom: 12px; 
	padding: 4px; 
	padding-left: 8px; 
	padding-right: 8px;
	margin-bottom: 16px;
}

DIV.button-light
{
	width: 170px;
	height: 66px;
	border: solid 1px #b5c7e8; 
	background-color: #93aad0; 
	color: #ffffff; 
	margin-bottom: 12px; 
	padding: 4px; 
	padding-left: 8px; 
	padding-right: 8px;
	margin-bottom: 16px;
}

.company-name
{
	width: 349px;
	height: 58px;
	margin-left: 165px;
	background-image: url(Images/logo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.company-address
{
	width: 349px;
	margin-left: 165px;
	font-family: Arial;
	font-size: 9pt;
	color: #e5dbc9;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 16px;
}

.company-phone
{
	color: #ffffff;
	font-weight: bolder;
}

DIV#title
{
	font-family: Georgia;
	font-size: 14pt;
}

DIV#decoration-bottom
{
	width: 178px;
	height: 87px;
	margin-top: 8px;
	margin-left: 16px;
	background-image: url(Images/decoratie-bottom.jpg);
	background-repeat: no-repeat;
	float: left;
}

DIV#helder-solutions
{
	color: #e5dbc9;
	padding: 16px;
	padding-top: 24px;
	float: right;
}

DIV#helder-solutions A
{
	color: #305087;
}

.Normal
{
	font-family: MS Reference Sans Serif;
	font-size: 9pt;
}

.Normal TD
{
	font-family: MS Reference Sans Serif;
	font-size: 9pt;
}

STRONG
{
	font-family: MS Reference Sans Serif;
	font-size: 9pt;
}

DIV
{
	font-family: MS Reference Sans Serif;
	font-size: 9pt;
}

H1
{
	color: #000000;
	font-family: Georgia;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 8px;
}

H1.button
{
	color: #ffffff;
	font-family: Georgia;
	font-size: 12pt;
	margin-bottom: 5px;
}

/********************************
  CONTROL SPECIFIC STYLES
********************************/
.MainMenu_RootMenuItem
{
	color: #000000;
	font-weight: normal;
	font-family: Georgia;
	font-size: 12pt;
}

.MainMenu_MenuBreak
{
	border-top: none;
	border-bottom: none;
	background-color: #e5dbc9;
}

.MainMenu_RootMenuItemSel
{
	background-color: #93aad0;
	color: #000000;
	font-weight: normal;
	font-family: Georgia;
	font-size: 12pt;
}

.MainMenu_RootMenuArrow
{
    display: none; 
}

.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemBreadCrumb
{
	background-color: #576e98;
	color: #ffffff;
	font-family: Georgia;
	font-size: 12pt;
	font-weight: normal;
}

/* CSS styles for Main menu container */
#NavMenu1 ul
{
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #e5dbc9;
	background-color: #e5dbc9;
    list-style: none;
    float: left;
	font-family: Georgia;
	font-size: 12pt;    
	width: 469px;
}

/* Main menu items */
#NavMenu1 li
{
	position: relative;
	float: left;
	width: 117px;
	list-style: none;  
}

/* First level links */
#NavMenu1 a 
{
	display: block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    width: auto;
    height: 44px;
    color: black;
    background-color: Transparent;
}

/* First level menu links-hover */
#NavMenu1 li a:hover 
{
	background-color: #93aad0;
}

/* First level menu links-hover */
.SelectedTab
{
	background-color: #576e98;
	color: #ffffff;
	font-family: Georgia;
	font-size: 12pt;    
	font-weight: normal;
}

/* Second level menu container */
#NavMenu1 li ul 
{ 
	line-height: 1.25em;
	position: absolute;
	left: -999em;
	height: auto;
	margin: 18 0 0 0; 
    background: transparent;
	border: 1px solid #000; 
}

/* Second level menu items */
#NavMenu1 li li
{
    margin-left: 6px;    
    margin-right: 6px;    
	line-height: 2.0em;
	height: auto; 
}

/* Second level menu links */
#NavMenu1 li li a 
{
    margin-left: 6px;    
    margin-right: 6px;    
	padding: 2px 0 2px 0;
	height: auto;        
	border-bottom: 1px solid #404040; 
	border-right: 0px;
}
