/* 	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;
}

#left {
	position: relative;
	width: 165px;
	height: 505px;
	background-image: url("../images/bergruimte_kast_main.jpg");
	background-repeat: no-repeat;
	float: left;
}




/* LET OP!!! Submenu li moet aangepast worden dat elk item op een nieuwe regel komt. */

#subMenu {
	position: relative;
	padding-left: 30px;
	width: 135px;
	float: left;
	margin-top: 25px;
}

#subMenu a {
  position: relative;
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #3a66a8;
  text-decoration: none;
  width: 135px;
  text-align: left;
  line-height: 20px;
  float: left;
}

#subMenu a:hover {
	color: #c5d2eb;
	text-decoration: none;
}

#subMenu a.current {
	color: #c5d2eb;
	text-decoration: none;
}

#subMenu ul {
	margin: 0px;
  list-style-type: none;
  padding: 0px;
}

#subMenu ul li {
	float: left;
	margin-top: 25px;
}








#contentContainer {
	position: relative;
	width: 645px;
	height: 505px;
	background-image: url("../images/bergruimte_blanco_bg.jpg");
	float: left;
}

#spacerTwo {
	width: 645px;
	height: 20px;
}

#content {
	position: relative;
	left: 30px;
	width: 585px;
	height: 465px;
	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:hover {
  font-weight: bold;
  text-decoration: underline;
}

/* LET OP!!! list moet zo gestyled worden dat er geen inspring is naar rechts en geen witregel boven en onder */

#content ul {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 16px;
  padding: 0px;
}

#content ul li {
  
}


p {
    margin: 0px;
	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;
}

#sloganClickArea {
	position: absolute;
	left: 5px;
	top: 315px;
	width: 155px;
	height: 150px;
	cursor: pointer;
}

a.backToWelcomePage {
    color: #FFFFFF;
    font-family: verdana, arial;
    font-size: 10px;
    text-decoration: none;
    position: absolute;
    left: 520px;
    top: 480px;
}

a.backToWelcomePage:hover {
    text-decoration: underline;
}
