@import url(/css/menu.css);
@import url(/css/forms.css);
@import url(/css/includes.css);

/********************************************************
   default.css
   (C) Mangrove 2006
   Default style properties
********************************************************/

* 
{
  margin: 0;
  padding: 0;
}

html, body 
{
  height: 100%; /* nodig voor plaatsing footer */
}

html
{
  background: #ffffff url('/images/bg.gif') repeat top center;
	color: #747474;
}

body
{
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.7em;
	color: #747474;
}

body#home
{
	background-color: #007ea2;
	color: #747474;
	background-image: none;
}

/***************************************************/
/*****                   text                  *****/
/***************************************************/

a
{
	color: #18a7cf;
}

a:hover
{
	color: #00618d;
}

h1, h2, h3, h4, h5, h6
{
  font-size: 1.3em;
	color: #18a7cf;
	background-color: #FFFFFF;
}

h1
{
	/* background:url('/images/icon_h1.gif') left no-repeat; */
	margin:0;
	height:20px;
	/* padding-left:55px; */
}

h2
{
	background: none;
  font-size: 1.2em;
}

h3, b
{
  font-size: 1.1em;
}

img
{
  border: 0;
}

hr
{
	height:0; 
	border-top:1px solid #d5d5d5; 
	margin:10px 10px 10px 0;
	float:none;
	clear:both;
}

address
{
	font-style:normal;
}

div.spacer
{
  clear: both;
}

ul
{
	margin: 0 0 0 10px;
}

ol
{
	margin: 0 0 0 30px;
}

.melding
{
  color:#0982a5;
}

.bereik
{
  color: #753658;
	background-color: #FFFFFF;
}

.ict
{
  color: #ffae00;
	background-color: #FFFFFF;
}

p.right
{
	text-align: right;
	padding: 5px 20px 5px 0px;
}

#news_message p {
	padding: 4px 0;
}

img.right
{
  float: right;
}

img.left
{
  float: left;
	vertical-align:middle;
}

/***************************************************/
/*****                  opmaak                 *****/
/***************************************************/


#wrapper 
{
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#wrapperhome 
{
  margin: 0 auto;
  text-align: left;
  position: relative;
  background: transparent url('/images/bg.gif') repeat-y top center;
}

#header
{
  width: 100%;
  margin: 0 auto;
  position: relative; 
  height: 128px;
  background: #379ab7 url('/images/bg_header.gif') repeat-x top center;
	color: #747474;
  padding: 0;
	text-align: center;
}

#wrapperfooter
{
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 93px;
  background: url('/images/bg_footer.gif') repeat-x bottom center; 
}

#wrapperfooter_home 
{
  width: 100%;
  min-height: 250px;
  background: transparent url('/images/bg_footerhome.gif') repeat-x top center; 
}

/* for Internet Explorer */
/*\*/
* html #wrapperfooter_home 
{
  height: 250px;
}
/**/

div.footercontent
{
	position:relative; 
  width: 775px;
  margin: 0 auto;
}

div.footerspace
{
  height: 40px; 
  margin: 40px;
}

.content 
{
  width: 776px;
	min-height: 450px;
  margin: 0 auto;
  padding: 0;
  position:relative; 
}

/* for Internet Explorer */
/*\*/
* html .content 
{
  height: 450px;
}
/**/

div.dyncontent 
{
  margin: 0 12px 24px 12px;
}

#productsubmenu
{
  margin: 0 12px 4px 12px;
}

.contenthome
{
  width: 776px;
  margin: 0 auto;
  padding: 0;
  position:relative; 
}

.contenttext
{
  margin:12px;
}

div#left
{
  float: left;
  margin: 0; 
  padding: 0 0 5px 0;
  width: 525px; 
}

div#right
{
  float: right;
	margin: 0; 
  padding: 0;
  width: 250px;
}

div.content_left
{
  float: left; 
	width: 235px; 
	margin: 0;
	padding: 0 12px;
}

div.content_right
{
  float: left; 
  width: 235px;
	clear: right;
	margin: 0;
	padding: 0 12px;
}

/***************************************************/
/*****                 extranet                 *****/
/***************************************************/

div.extranet_right_top
{
	background: url(/images/extranet/bg_right_top.gif) no-repeat top left;
	padding: 65px 20px 20px 20px;
	min-height: 25px;
}

* html div.extranet_right_top
{
	height: 25px;
}

div.extranet_right_top p, div.extranet_werkzaamheden
{
	background: #f2f2f2;
	border: 1px solid #dcdcdc;
	padding: 5px 5px 10px 5px;
	text-align: center;
}

div.extranet_right_bottom
{
  background: url(/images/extranet/bg_right.gif) no-repeat bottom right;
	padding: 0px 25px 25px 25px;
	min-height: 200px;
}

* html div.extranet_right_bottom
{
	height: 200px;
}

div.extranet_storingen
{
	width: 505px;
	float: none;
	clear: both;
	padding: 15px 0px 10px 0px;
}

div.extranet_storingen p
{
	background: #f2f2f2 url(/images/extranet/bg_storingen.gif) no-repeat left top;
	border: 1px solid #dcdcdc;
	padding: 5px 5px 10px 65px;
	margin: 0px 10px 0px 20px;
}

ul.extranet_medewerkers
{
	list-style-type: none;
}

ul.extranet_medewerkers li
{
	width: 220px;
	height: 85px;
}

div.extranet_account
{
	float: none;
	clear: both;
	height: 120px;
	padding: 10px 0px 0px 0px;
}

div.extranet_medewerker_frame, div.extranet_acc_frame
{
	width: 53px;
	height: 67px;
	float: left;
	padding: 18px 0px 0px 17px;
	background: url(/images/extranet/bg_medewerker.gif) no-repeat left top;
}

div.extranet_medewerker
{
	width: 145px;
	float: right;
	padding: 20px 0px 0px 5px;
}

div.extranet_acc
{
	float: right;
	width: 150px;
	padding: 10px 0px 0px 0px;
}

div#flashvideo
{
	margin-top: 10px;
}