/* CSS 3*/

body
{
	height: 100%;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #135682;
	cursor: default;
}

a
{
/*	text-decoration: none;*/
	color: #135682;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 15px;
	color: #eb231a;
}

h3
{
	font-size: 12px;
}

input
{
	border: solid 1px #135682;
}

select
{
	border: solid 1px #135682;
}

textarea
{
	border: solid 1px #135682;
}

.Main
{
	width: 958px;
	margin-right: auto;
	margin-left: auto;
}

.MainLogo
{
	position: relative;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}

.MainLogoImage
{
	position: absolute;
	top: 1px;
	left: 10px;
	height: 90px;
	width: 285px;
}

.MainLogoTelefoonnr
{
	position: absolute;
	top: 30px;
	right: 100px;
	height: 34px;
	width: 350px;
}


.MainSub
{
	clear: both;
	width: 958px;
/*	border: solid 1px #c2d6eb;*/
	height: 33px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.MainSubLeft
{
	height: 32px;
	width: 3px;
	float: left;
	background-image: url('../images/top_bar_left.gif');
}

.MainSubCenter
{
	height: 32px;
	width: 952px;
	float: left;
	background-image: url('../images/top_bar_middle.gif');
}

.MainSubRight
{
	height: 32px;
	width: 3px;
	float: left;
	background-image: url('../images/top_bar_right.gif');
}


/* ================================== */


.MainContent
{
	position: relative; 

	margin-right: auto;
	margin-left: auto;
	border: solid 1px #c2d6eb;
	background-color: #ffffff;
	background-image: url('../images/background_main.png');
	background-repeat: repeat-x;
	background-position: bottom;
}


.ImagePos1
{
	position: absolute;
	left: 10px;
	bottom: 50px;
	top: expression((MainContent.offsetHeight - 300) + 'px');
}

.ImagePos2
{
	position: absolute;
	left: 10px;
	bottom: 1px;
	top: expression((MainContent.offsetHeight - 183) + 'px');
}

.ImagePos3
{
	position: absolute; 
	left: 120px; 
	width: 80px;
	bottom: 180px; 
	top: expression((MainContent.offsetHeight - 223) + 'px');
}

.MainMenuImage
{
}

.MainMenu
{
	width: 213px;
}

.MainMenu a
{
	text-decoration: none;
}

.MainMenuItem
{
	border-bottom-style: solid;
	border-color: #c2d6eb;
	border-width: 1px;
	width: 200px;
	height: 23px;
	cursor: pointer;
	overflow-x: hidden;
}

.Content
{
	width: 571px;
	height: 500px;
	background-color: #ffffff;
	color: #135682;
}

.ContentBottom
{
	height: 40px;
	background-color: #ffffff;
	background-image: url('../images/background_main.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.BannerBlok
{
	width: 174px;
}

.BannerBlokBanner
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ================================== */

.MainBottom
{
	position: relative;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;

	border: solid 1px #c2d6eb;
	
	height: 57px;
	background-image: url('../images/background_footer.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.MainBottomContact
{
	position: absolute;
	top: 5px;
	right: 40px;
	color: #96b2dd;
}

.MainBottomContact a
{
	text-decoration: none;
	color: #96b2dd;
}

.MainBottomFlags
{
	position: absolute;
	top: 5px;
	left: 10px;
	font-weight: bold;
	color: #96b2dd;
}

.MainBottomFlags a
{
	text-decoration: none;
	color: #96b2dd;
}


.LoginBlock
{
	text-align: center;	
}

.LoginBlock
{
	text-align: -moz-center;	
}

.VideoPlayer
{
	width: 425px;
	height: 344px;
	margin-left: auto;
	margin-right: auto;
}

/* Reken module */
#RekenModule
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

#RekenModule
{
	text-align: -moz-center;
}

#RekenModule input
{
	border: solid 1px #777777;
}

.RekenVeld
{
	text-align: right;
}

.RekenInputTitel
{
	width: 200px;
	text-align: left;
}

.RekenOutput
{
	text-align: right;
}

/******************************
	Offerte aanvraag
 ******************************/
/*
#OfferteFrame
{
	position: absolute;
	border: solid 1px #000000;
	width: 640px;
	height: 480px;
	background-color: #ffffff;
}

#OfferteBackdiv
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #ebf2fa;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#MailFrame
{
	position: absolute;
	border: solid 1px #000000;
	width: 400px;
	height: 300px;
	background-color: #ffffff;
}
*/


#AanvraagFrame
{
	position: absolute;
	width: 637px;
	height: 510px;
}

#AanvraagBackdiv
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #ebf2fa;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.AanvraagClose
{
	position: absolute;
	background-image: url('../images/default/kruisje.png');
	width: 20px;
	height: 20px;
	top: 15px;
	right: 25px;
	border-style: none;
	cursor: pointer;
}

.AanvraagVersturen
{
	position: absolute;
	background-image: url('../images/default/verzenden.png');
	width: 134px;
	height: 38px;
	bottom: 30px;
	right: 30px;
	border-style: none;
	cursor: pointer;
}

.AanvraagSluiten
{
	position: absolute;
	background-image: url('../images/default/sluiten.png');
	width: 128px;
	height: 32px;
	bottom: 33px;
	right: 40px;
	border-style: none;
	cursor: pointer;
}

.AanvraagVeld
{
	position: absolute;
	height: 14px;
	font-family: Arial;
	font-size: 11px;
	border-style: none;
}

.AanvraagList
{
	position: absolute;
	font-family: Arial;
	border-color: #555555;
}


/**********************************
	Menu style
 **********************************/
#Menu_MainMenu
{
	border-top: 1px solid #C2D6EB;
	list-style: none;
	padding: 0;
	left: 0px;
	margin-left: 0px;
	width: 180px;
	font-family: Arial;
	font-size: 12px;
	color: #135682;
}

#Menu_MainMenu li
{
	margin-left: 0px;
	border-bottom: 1px solid #C2D6EB;
	position: relative;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
}

#Menu_MainMenu li:hover
{
	background-color: #0767b4;
}

#Menu_MainMenu li:hover a
{
	color: #ffffff;
}

#Menu_MainMenu li:hover #Menu_SubMenu1
{
	display: block;
}

#Menu_MainMenu li:hover #Menu_SubMenu1 a
{
	color: #135682;
}

#Menu_MainMenu li:hover .Menu_itemicon
{
	background-image: url('../images/bullet_red.gif');
}

#Menu_SubMenu1 li:hover .Menu_subitemicon
{
	background-image: url('../images/subbullet_red.gif');
}

/* Submenu */
#Menu_SubMenu1
{
	border-top: 1px solid #C2D6EB;
	border-bottom: 2px solid #bbbbbb;
	border-right: 2px solid #bbbbbb;
	display: none;
	position: absolute;
	left: 100px;
	top: -1px;
	width: 180px;
	list-style:none;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #135682;
}

#Menu_SubMenu1 li
{
	border-bottom: 1px solid #C2D6EB;
	height: 30px;
	line-height: 30px;
	background-color: #e4ecf8;
}

#Menu_SubMenu1 li a
{
	color: #135682;
}

#Menu_SubMenu1 li:hover
{
	background-color: #C2D6EB;
}

#Menu_SubMenu1 li:hover a
{
	color: #135682;
}


.Menu_Subitem
{
	border-left: 1px solid #C2D6EB;
	background-color: #e4ecf8;
	clear: both;
}

.Menu_itemicon
{
	float: left; 
	width: 20px;
	height: 30px;
	background-image: url('../images/bullet_blue.gif');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

.Menu_subitemicon
{
	float: left; 
	width: 20px;
	height: 30px;
	background-image: url('../images/subbullet_blue.gif');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
