﻿*
{
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body
{
  font-size: 13px;
  margin-top: 20px;
  background-color: #EFF1F8;
}
h2
{
  margin-top: 1em;
}
p
{
  margin-top: 0.5em;
}
#wrapper
{
  background-image: url('../images/GMSoft_logo.png');
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 1024px;
  background-color: #EFF1F8;
  -moz-box-shadow: rgb(128,128,128) 5px 5px 12px 12px;
  -webkit-box-shadow: rgb(128,128,128) 5px 5px 12px 12px;
  box-shadow: rgb(128,128,128) 5px 5px 12px 12px;
  border-radius: 30px;
}
/* ==== algemeen ========================================== */
.clear
{
  clear: both;
  background: none;
}
/* ==== bovenkant ========================================== */
#header
{
  color: #004C98;
  width: 1004px;
  padding: 10px 10px;
  height: 110px;
  margin: 0 0 5px 0;
}
.adres, .contact
{
  display: inline;
  width: 160px;
  float: right;
  text-align: right;
}
.officieel
{
  display: inline;
  width: 185px;
  float: right;
  text-align: right;
  margin-right: 5px;
}
div#twitter
{
  float: right;
  text-align: right;
  margin-right: 15px;
}
/* ==== header navigatie =================================== */
#navigation
{
  padding: 10px;
  margin: 10px 0px 5px 0px;
}
#navlist
{
  padding: 4px 0;
  margin: 0 5px;
  border-bottom: 1px solid #778;
}
#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}
#navlist li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
  font-weight: bold;
}
#navlist li a:link
{
  color: #448;
}
#navlist li a:visited
{
  color: #667;
}
#navlist li a:hover
{
  color: #fff;
  background: #AAE;
  border-color: #227;
}
#navlist li a#current
{
  color: #004C98;
  background: white;
  border-bottom: 1px solid white;
}
/* ==== kolommen ========================================== */
#faux
{
  margin-bottom: 5px;
  overflow: auto;
  width: 100%;
  min-height: 575px;
}
#leftcolumn
{
  display: inline;
  color: #333;
  margin: 5px 15px;
  padding: 0px;
  width: 170px;
  float: left;
}
div#welkom
{
  position: relative;
  margin-top: 325px;
  text-align: center;
  font-style: italic;
}
#content
{
  float: left;
  color: #333;
  margin: 5px 13px;
  padding: 0px;
  width: 560px;
  display: inline;
  position: relative;
}
#rightcolumn
{
  display: inline;
  position: relative;
  color: #333;
  margin: 5px auto;
  padding: 0px;
  width: 212px;
  float: right;
  
}
/* ==== onderkant ========================================== */
#footer
{
  clear: both;
  color: #FFFFFF;
  text-align: center;
  height: 20px;
  background: #004C98;
  margin: 15px;
  padding: 5px 0;
  font-weight: bold;
  border-radius: 5px;
}
#bottom
{
  clear: both;
  width: 1024px;
  height: 5px;
}
/* ==== error ============================================== */
.errorsum
{
	border: 1px red solid;
	background-color: #FFB9B9;
	padding-left: 2em;
	margin-top: 1em;
	width: 25.5em;
}
.errorsum li
{
  list-style-position: inside;
}
.errorsum ul
{
  margin-top: 0.5em;
}
.errorbox input, .errorbox textarea
{
	border: 2px red solid;
}
.errormessage
{
	background-color: #FFB9B9;
	float: right;
	text-align: right;
	padding-left: 2.5em;
	padding-right: 2.5em;
	margin-right: 1em;
}
.errorbox
{
  border: 1px red solid;
  width: 26.5em;
  margin-top: 0.5em;
  padding: 0.5em;
}
/* ==== formulier ========================================== */
input[type=text]
{
  width: 25.5em;
}
/* deze input:focus selector is voor IE */
input:focus
{
  background-color:#FFFFCC;
}

input[type=text]:focus, textarea:focus, input[type=text]:hover, textarea:hover
{
  background-color:#FFFFCC;
}

form p
{
  margin-bottom: 5px;
}
#verzenden
{
  margin-top: 1em;
}
/* ==== bedankt box ======================================== */
#bedanktbox
{
  margin: 5em;
  text-align: center;
}
/* ===== sidebar navigatie ================================= */
ul#sbnavlist
{
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul#sbnavlist li
{
  margin-bottom: 8px;
}
ul#sbnavlist li a
{
  display: block;
  background-color: #dde;
  border: 1px solid #aae;
  border-left: 20px solid #aae;
  margin-right: 5px;
  padding: 3px 3px 3px 5px;
}
ul#sbnavlist li a:link, ul#sbnavlist li a:visited
{
  color: #000;
  text-decoration: none;
}
ul#sbnavlist li a:hover
{
  background-color: #EFF1F8;
  margin-left: 15px;
  color: #004c98;
}
ul#sbnavlist li a#sbcurrent
{
  background-color: #fff;
  color: #004C98;
  border-left: 20px solid #aae;
  font-weight: bold;
  margin-left: 0;
}
div.align-center
{
  text-align: center;
}
div.lijst
{
  margin-left: 15px;
}