ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color: #0A2E50;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
  color: #0A2E50;
}

a:visited
{
  color: #0A2E50;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
	padding: 20px;
  background-color: #F2F4F6;
}

h1
{
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #718699;
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

h2, h2 a
{
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #0A2E50;
  font-size: 15px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 5px;
}

p
{
  margin: 5px 7px;
}

ul, li
{
  margin-left: 10px;
}

input, select  {
  color: #000000;
  font-family: Verdana, Geneva, Arial, sans-serif;
  background-color: #F2F4F6;
  border: 1px solid #718699;
  /* padding: 2px 0; */
  font-size: 11px;
}

input[type="submit"], input[type="button"] {
  color: #fff;
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, sans-serif;
  background-color: #355873;
  border: 1px solid #0A2E50;
  padding: 4px 3px;
  line-height: 10px;
  height: 23px;
  display: inline;
  cursor: pointer;
  float: right;
  margin-right: 2px;
}

#container {
  width: 785px;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
}


#header
{
  float: left;
  background-image: url('../images/header.jpg');
  width: 784px;
	height: 100px;
}

#menu
{
  float: left;
  width: 100%;
  height: 26px;
  margin-top: 74px;
  
}

#menu_background
{
  float: left;
  height: 26px;
  width: 100%;
  
	background-color: #0a2e4f;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}	

.menu_item 
{  
}

#menu a
{
  position: relative;
  top: -26px;
	padding: 6px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	float: left;
}

.menu_item a:hover, .menu_item.active a
{
	background-color: #0a2e4f;
	cursor: pointer;
	text-decoration: none;
}

.menu_item a:hover, .menu_item.active a
{
  background-color: #0a2e4f;
  cursor: pointer;
  text-decoration: none;
}

.menu_item a:hover
{
  background-color: #355873;
  cursor: pointer;
  text-decoration: none;
}

.menu_item.active a
{
  background-color: #0a2e4f;
}

#main 
{
	margin: 18px 22px 0 0;
}

#page_content
{
	background-color: #fff;
	float: left;
	margin: 0;
  width: 785px;
  padding-bottom: 20px;
}

.content_page 
{
	padding: 0 10px;
	margin-top: -10px;
}

.frontpage_column
{
  background-color: #d1e0ee;
  margin-right: 25px;
  height: 600px;
  width: 156px;
  float: left;
}


.frontpage_column h1
{
  margin-left: 7px;
	color: #294966;
	font-size: 16px;
}

.frontpage_column h2
{
  margin-left: 7px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.frontpage_column p
{
  margin: 6px 7px 12px 7px;
}

#frontpage_offer
{
  background-color: #718699;
  height: 400px;
  width: 240px;
  float: right;
  margin-right: -22px;
  color: #fff;
}

#frontpage_offer h1
{
  color: #fff;
  font-weight: bold;
  margin-left: 7px;
}

#mission
{
  float: right;
  margin-right: -22px;
}

.column_image
{
  width: 156px;
}

#products .column_image
{
  background-image: url('../images/product.jpg');
  height: 97px;
}

#projects .column_image
{
  background-image: url('../images/project.jpg');
  height: 88px;
}

#mission .column_image
{
  background-image: url('../images/building.jpg');
  height: 87px;
}

.formulier th, .formulier td
{
	 padding-top: 3px;
}

.formulier th
{
  text-align: left;
  width: 241px;
}

.formulier td
{
  width: 290px;
}

.formulier input, .formulier select
{
	margin-right: 3px;
}

.formulier input[type="submit"], .formulier input[type="button"]
{
  margin-top: 20px;
}

.formulier #voornaam
{
	width: 100px;
}

.formulier #tussenvoegsels
{
  width: 50px;
}

.formulier #achternaam
{
  width: 125px;
}

.formulier #bedrijfsnaam, .formulier #email, .formulier #telefoon, .formulier #betalen_per
{
  width: 285px;
}

.formulier #straatnaam
{
  width: 200px;
}

.formulier #huisnummer
{
  width: 80px;
}

.formulier #postcode
{
  width: 80px;
}

.formulier #plaats
{
  width: 200px;
}

.formulier #code_tekst
{
  float: left;
  width: 220px;
}

.formulier #code
{
  width: 60px;
  margin-right: 1px;
  float: right;
}

.formulier #gevonden
{
  width: 138px;
}

.formulier #anders
{
  width: 143px;
}

.formulier .high_row td, .formulier .high_row th
{
	padding-top: 10px;
  padding-bottom: 10px;
}

.half_formulier
{
	float: left;
  width: 130px;
}

.half_formulier input[type="text"]
{
  width: 155px;
}

#loginArea
{
	padding: 8px;
}

#connectbutton
{
  float: none;
}

#remote_login
{
  background-color: #0A2E50;
  padding: 4px 0;
}

#news
{
	width: 428px;
	float: left;
}

.edit_icon
{
  float: right;
}

#logout
{
  margin-right: 5px;
  float: right;
}

#logout a
{
}

#sf_guard_auth_form .form-row
{
  padding: 3px 10px;
}

#sf_guard_auth_form label
{
  padding-right: 10px;
}

#sf_guard_auth_form input
{
  left: 200px;
}
