/* 	Marganza. Internet, vormgeving & automatisering 
		Zwet 32
		9932 AB  Delfzijl
		T. +31 596 - 635 460
		F. +31 596 - 635 469
		E. info@marganza.nl
		I. www.marganza.nl
		The Netherlands */

body {
	background-color: #bccae8;
	margin: 0 auto 0 auto;
}

#container {
	margin: 0 auto 0 auto;
	width: 810px;
}

#spacer {
	width: 810px;
	height: 30px;
}

#mainMenu {
	width: 810px;
	height: 45px;
/*	background-color: #5d88d9;*/
    background-image: url("/images/mainMenuBG.gif");
    background-repeat: repeat-x;
}

#mainMenu a {
  position: relative;
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 15px;
  display: block;
  float: left;
}

#mainMenu a:hover {
	color: #c5d2eb;
	text-decoration: none;
	display: block;
}

#mainMenu a.current {
	color: #c5d2eb;
	text-decoration: none;
	display: block;
}

#mainMenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mainMenu ul li {
    float: left;
}

#contentContainer {
	position: relative;
	width: 810px;
	height: 505px;
	background-image: url("../images/bergruimte_welkom_bg.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-color: #a6b8e0;
	float: left;
}

#content {
	position: relative;
	left: 30px;
	margin-top: 120px;
	width: 535px;
	height: 320px;
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  line-height: 16px;
	float: left;
	overflow: hidden;
}

#content a {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

#content a:hober {
  font-weight: bold;
  text-decoration: underline;
}






p {
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #3a66a8;
  line-height: 16px;
  text-align: left;
  margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #3a66a8;
  line-height: 16px;
  text-align: left;
  margin-top: 0px;
	margin-bottom: 0px;
}