/**
 * Created by CCO Automatisering
 * april 2009
 */

/**
 * ALGEMEEN
 * blauw 	 	 		: #005aaa;  
 * tekst 	 			: #101010;
 * licht-blauw  : #c4d9eb; (homenews, menu)
 */

body {
  background: #baae88 url("img/bg_body.jpg") 0 0 repeat-x fixed;
	color: #101010;
	font-family: arial, verdana, sans serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
  color: #005aaa;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

li {
  margin: 0;
	padding: 0;
}

h1 {
  color: #0257a3;
	font-size: 1.0em;
	font-weight: bold;
	margin: 10px 0;
}

h2 {
  color: #0257a3;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0;
}

p {
  margin: 0;
	padding: 0;
}

hr {
  border: none 0; 
  border-top: 1px solid #101010;
  width: 100%;
  height: 1px;

}

/* Opbouw */
#container {
  background: #ffffff url("img/bg_container.jpg") 0 0 repeat-y;
	width: 960px;
  text-align:left;
	padding: 0;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

#header {
  background: transparent url("img/bg_header.jpg") 0 0 no-repeat;
	width: 960px;
	height: 221px;
	position: relative;
	margin: 0;
	padding: 0;
}

#right {
	float: right;
	width: 200px;
	height: 100%;
	margin-right: 80px;
}

#content {
  background-color: #ffffff;
  width: 610px;
	height: 100%;
	min-height: 420px;
  float: left;
	padding: 25px 0 25px 50px;
	text-align: justify;
}

#footer {
  background: transparent url("img/bg_footer.jpg") 0 0 no-repeat;
	width: 948px;
	height: 45px;
	clear: both;
	color: #ffffff;
	padding: 11px 0 0 12px;
	font-size: 0.9em;
}

/* Inhoud Header */

#header #logoHeader {
  float: left;
	margin: 94px 0 0 38px;
}

#header #logoHeader img {
  border: none;
}

#header .title {
  float: left;
  margin: 120px 0 0 20px;
	color: #ffffff;
	font-family: Century Gothic, Verdana, Arial, Sans Serif;
	font-size: 2.8em;
}

/* Menu items bovenaan */
#header .topmenu {
  color: #ffffff;
	font-family: Century Gothic, Verdana, Arial, Sans Serif;
	font-size: 1.1em;
	margin: 5px 0 0 698px;
	width: 300px;
}

#header .topmenu ul {
  list-style-type: none;
	display: inline;
}

#header .topmenu ul li {
  float: left;
	padding: 0 8px;
	height: 15px; 
	border-right: 1px solid #ffffff;
	vertical-align: middle;
  margin: 0;
}

#header .topmenu a {
  text-decoration: none;
	color: #ffffff;
}

#header .topmenu ul li:hover, #header .topmenu .active {
	font-weight: bold;
	cursor: hand;
	padding: 0 8px;
}

/* Hoofdmenu rechts in de header */
#header .menu {
  color: #ffffff;
	font-family: Century Gothic, Verdana, Arial, Sans Serif;
	font-size: 1.2em;
	float: right;
	margin: 81px 50px 0 0;
	width: 240px;
	padding: 0;
	height: 120px;
}

#header .menu ul {
  list-style: none;
	margin-top: 0;
	_margin: 40px;
}

#header .menu a {
  text-decoration: none;
	color: #ffffff;
}

#header .menu ul li:hover, #header .menu .active {
	padding-left: 15px;
	font-weight: bold;
}

/* Het submenu in de rechterbalk */

#menu {
  background: transparent;
	width: 250px;
	text-align: right;
}

#menu ul {
  font-family: Century Gothic, Verdana, Arial, Sans Serif;
	font-size: 1.0em;
	width: 200px;
	color: #0257a3;
	list-style-type: none;
	margin-top: 20px;
	_margin: 40px;
	text-align: right;
}

#menu ul li {
  min-height: 13px;
	margin: 3px 0 3px 0;
	padding: 5px;
	vertical-align: middle;
	cursor: hand;
}

#menu a, #menu a:visited {
  color: #0257a3;
	text-decoration: none;
}

#menu .active {
  background-color: #ffffff;
}

#menu ul li:hover {
  background-color: #deeaf6;
}

#menu h1 {
  color: #0257a3;
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px;
}

/* Inhoud Content */
#content img {
  border: 0; /*1px solid #005aaa;*/
	margin: 10px;
	padding: 2px;
}

#content a img  {
  border: 0;
}

#content .contentimages img {
  border: 0;
	float: left;
	margin: 10px 40px 10px 0;
}

/* Textpagina */
.textpageTitle {
  font-family: Century Gothic, Verdana, Arial, Sans Serif;
	font-size: 1.8em;
	font-weight: bold;
}

.textpageSubtitle {
  font-family: Century Gothic, Verdana, Arial, Sans Serif;
  font-size: 1.2em;
	font-weight: bold;
  margin-bottom: 20px;
}

.textpageIntro {
  color: #222222;
	font-weight: bold;
	margin-bottom: 15px;
}

.textpageContent {
  color: #222222;
	font-weight: normal;
}

#meldingfout {
  color: #b30000;
	font-style: italic;
	margin-bottom: 10px;
}

#meldinggoed {
  color: #005aaa;
	font-style: italic;
	margin-bottom: 10px;
}

/* Homepage */
/*
#homenews {
  float: right;
	width: 286px;
	margin: 0 0 0 10px;
	padding: 0;
	height: 100%;
	background: #c4d9eb url('img/homenews_bg.png') 0 0 repeat-y;
}

#homenews .header {
  height: 24px;
	width: 286px;
  background: #c4d9eb url('img/homenews_header.png') 0 0 no-repeat;
}

#homenews .footer {
  height: 25px;
	width: 286px;
  background: #c4d9eb url('img/homenews_footer.png') 0 0 no-repeat;
}

#homenews h1 {
  font-weight: bold;
	margin: 0 0 10px 25px;
	font-size: 1.5em;
}

#homenews ul {
  list-style-type: square;
	color: #005aaa;
	width: 225px;
}

#homenews ul li {
  margin: 8px 0;
}

#homenews a {
  color: #101010;
	text-decoration: none;
}

#homenews a:hover {
  color: #101010;
	text-decoration: underline;
}
*/

#homepics {
  float: right;
	width: 324px;
	height: 244px;
	background-color: #fff;
	margin-left: 10px;
	border: 1px solid #005aaa;
	position: relative;
}

#homepics ul {
  margin: 0;
	padding: 0;
	list-style: none;
}

#homepics img {
  border: 0;
	margin: 2px;
	padding: 0;
}

#alttext {
  width: 324px;
	font-style: italic;
	color: #005aaa;
	text-align: right;
	position: absolute;
	z-index: 10000;
	top: 245px;
	left: 0;
}

#homeproducts{
  margin-top: 20px;
	text-align: center;
	width: 610px;
}

#homeproducts ul {
  list-style: none;
	margin: 0 0 0 -40px;
	display: inline;
	text-align: center;
	width: 610px;
}

#homeproducts ul li {
  background: #c4d9eb url('img/homeproducts_bg.png') 0 0 no-repeat;
	float: left;
	width: 150px;
	height: 15px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-family: Century Gothic, Verdana, Arial, Sans Serif;
	line-height: 10px;
	overflow: hidden;
}

/* Nieuwspagina */
.newstitel {
  float: left; 
	margin: 10px 0;
  color: #005aaa;
  font-weight: bold;
	font-size: 1.1em;
}

.newsdatum {
  font-style: italic;
	float: right; 
	clear: right;
	width: 70px;
}

.newscontent{
  border-bottom: 1px solid #005aaa;
	clear: both;
	display: block;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

/* Vacatures */

#vacature {
  border-bottom: 1px solid #005aaa;
	font-weight: bold;
	text-align: left;
	padding: 15px;
}

#vacature img {
  border: 0;
	padding: 0;
	margin: 1px 7px;
}

#vacature ul {
  font-weight: normal;
  color: #005aaa;
	display: inline;
	margin-left: -35px;
}

#vacature ul li {
  color: #101010;
	list-style-type: none;
  display: inline;
}

/* Contactformulier */

#contactForm label {
  float: left;
  width: 170px;
}

#contactForm input, textarea {
  border: 1px solid #005aaa;
  width: 240px;
  margin-bottom: 5px;
  background-color: #ffffff;
}

#contactForm textarea {
  width: 400px;
  height: 150px;
	font-family: arial, verdana, 
}

#contactForm #submitContact {
  margin-left: 170px;
	width: 100px;
	background-color: #005aaa;
	color: #ffffff;
	cursor: hand;
}

.textpageContent iframe {
  position: absolute;
  z-index: 1;
}

#routepijlen {
  position: absolute;
	top: 290px;
	left: 50px;
	z-index: 2;
	cursor: hand;
}

#routepijlen img {
  cursor: hand;
	border: 0;
}

/* Inhoud Footer */
#footer a {
  color: #bfd6ea;
	text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}