html, body {
   margin: 0;
   padding: 0;
   height: 100%;
   background-color:#F5F5F5;
   text-align: center;
}

body {
	background-color: #c7d100;
}

input[type="submit"] {
	border-width: 1px;
	background-color: #168acb;
	color: white;
	font-size: 12px;
}

input[type="submit"]:hover {
	background-color: #cadd62;
	color: #0079c1;
}
div#site {
	width: 100%;
	height: 100%;
	text-align: left;
}

div#header {
	height: 100px;
	width: 100%;
	background-color: white;
	text-align: left;
}

div#headerContent {
	margin: 0 auto;
	width: 960px;
}

div#logo {
	float: left;
	width: 217px;
	margin-top: 10px;
	margin-left: 10px;
}


div#header-center {
	float: right;
	margin-top: 34px;
	margin-right: 50px;
}

div#contact {
	float: right;
	margin-top: 34px;
	margin-right: 50px;
}

div#contact p, div#contact a, div#contact a:hover {
	color: #0071B9;
	font-size: 14px;
}

div#main {
	background: url(/im/main_background.jpg) repeat-x top left;
}

div#menuContainer {
	width: 100%;
	min-height: 30px;
}

div#menuBg {
	min-height: 28px;
	background: url(/im/menubg.png) repeat bottom left;
}

ul#menu {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	list-style: none;
}

ul#menu, ul#menu ul {
	list-style: none;
}

ul#menu ul {
	padding: 0;
	margin: 0;
}

ul#menu li {
	float: left;
	position: relative;
}

ul#menu li.main {
	min-height: 23px;
	padding-top: 5px;
	width: 80px;
	margin: 30px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

ul#menu li.main:hover { 
	background-color: #e2e2e2;
}

ul#menu li.main a, ul#menu li.main a:hover {
	text-decoration: none;
	color: #000000;
	font-family : Arial;
	font-size: 1.1em;
	font-weight: bold;
}


/*
ul#menu li.main > a, ul#menu li.main > a:hover {
	margin-left: 16px;
	margin-right: 16px;
}
*/
ul#menu li.main a:hover {
}

ul#menu li.main.active > a {
	color: #0079c1;
}
ul#menu li.main.active{
		background-color: #fff;
}

ul#menu ul.sub {
	position: absolute;
	
	top: 27px;
	/*left: -10px;*/
	/*margin-left: 26px;*/

	display: none;
	padding-left: 16px;
	padding-right: 16px;
	background-color: white;
	/*border: 1px solid white;*/
	border-top: 0;
	
	filter: alpha(opacity=90);
	opacity: 0.9;
}

ul#menu ul.sub li {
	width: 100%;
	border-top: 1px solid #0079c1;
}

ul#menu ul.sub li:first-child {
	border: 0;
}
/*

ul#menu ul.sub li:hover {
	background-color: #cbdd63;
}

ul#menu ul.sub li.active {
	background-color: #1a3180;
}
*/
ul#menu ul.sub li.active a {
	color: #1a3180;
}

ul#menu ul.sub li a {
	padding: 4px;
	padding-left: 0;
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #0079c1;
}

ul#menu ul.sub li a:hover {
	color: #bcd632;
	font-size: 11px;
}

ul#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#menu li:hover ul, ul#menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

div#contentContainer {
	margin: 0 auto;
	margin-top: 10px;
	width: 960px;
}

div#content {
	float: left;
	width: 745px;
	min-height: 550px;
/*	margin-left: 10px;  */
	margin-right: 10px;
}

div#content div.box {
	width: 230px;
	height: 225px;	
}

div#content div.box div.header {
	height: 21px;
	padding: 7px;
	padding-top: 6px;
	padding-bottom: 0;
	vertical-align: middle;
	background: url(/im/box-header.png) no-repeat top left;
	color:  #0071b9;
	font-family :Arial;
	font-weight: bold;
	font-size: 10px;
}

div#content div.box div.content {
	height: 194px;
	background-color: #f5f5f5;
}

div#content div.box div.content p {
	margin: 7px;
}

div#sideBar {
	float: right;
	width: 185px;
}

div#sideBar div.box {
background-color:#F5F5F5;
margin-top:10px;
min-height:177px;
width:185px;
}
div#sideBar div.box div.header {
	height: 21px;
	padding: 7px;
	padding-top: 6px;
	padding-bottom: 0;
	vertical-align: middle;
	background: url(/im/rightbox_header.gif) no-repeat top left;
	color:  #0071b9;
	font-family :Arial;
	font-weight: bold;
	font-size: 10px;
}
div#sideBar div.box div.content{background-color:#F5F5F5;
padding:0 7px 7px;}

div#footer {
	clear: both;
	background: white url(/im/footerbg.png) no-repeat top right;
	margin-top: 11px;
	padding-top: 30px;
}

div#footerContent {
	height: 42px;
	width: 960px;
	margin: 0 auto;
}

div#footer div.logo {
	height:25px;
	padding-left: 53px;
	padding-right: 53px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

div#footer div.logo:first-child {
	padding-left: 0px;
}

div#footer div.logo img {
	margin: 0 auto;
}

/*
#belletjes{
  background-image:url('../img/belletjes.png');
  background-repeat:no-repeat;
  width:58px;
  height:124px;
  position:relative;
  z-index:1001;
  margin:-35px 0 -95px 655px;
}*/
