@import url(http://fonts.googleapis.com/css?family=Chivo);

body {
	background-color: #d6d6d6;
	color: black;
	font-family: verdana;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}

div, table, td {
	margin:0;
	padding:0;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

p {
	line-height: 20px;
}


a { 
	color: #0759A9;
}

a:active, a:active * {
	outline: none !important;
	-moz-outline-style: none !important;
}

a:focus, a:focus * {
	outline: none !important;
	-moz-outline-style: none !important;
}

div.clear {
	clear: both;
}

div.page-top {
	height: 24px;
	background: url('../images/page-top.png') no-repeat center top;
}

div.page-bottom{
	height: 24px;
	background: url('../images/page-bottom.png') no-repeat center top;
}


div.container {
	background: url('../images/page-main.png') repeat-y;
	position: relative;
	width: 884px;
	margin: 0 auto;
	text-align: left;
	padding: 24px 48px;
}

div.header {
	position: relative;
	height: 95px;
}

div.header-logo {
	padding-top: 11px;
	padding-left: 73px;
}

div.header-languages {
	position: absolute;
	top: 12px;
	right: 12px;
}

div.header-languages img {
	width: 24px;
}

div.header-menu {
	position: absolute;
	bottom: 0px;
	left: 255px;
}

div.main {
	color: black;
}

div.col-left {
	width: 246px;
	float: left;
}

div.col-main {
	position: relative;
	width: 634px;
	float: left;
	padding-bottom: 24px;
	min-height: 450px;
	background-image: url(../images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-attachment : fixed;
	background-position: center center;
}

.logo {
	width: 246px;
	height: 95px;
	background-color: White;
	vertical-align: middle;
	text-align: center;
}

.common {
   background: #0759A9;
   margin-bottom: 60px;
}

.maincell
{ 
   padding-left: 20px;
	padding-right: 20px;

}

.menu {
	background-color: White;
	padding-left: 15px;
}

.keuze {
	background-color: #949ED4;
	height: 33px;
	vertical-align: middle;
	padding-left: 20px;
	font-weight: bold;
}

.vlaggen {
	height: 31px;
	padding-left: 12px;
	padding-right: 8px;
}

.vlaggen img {
	height: 29px;
	width: 44px;
	margin-left: 8px;
}

.afbeeldingen {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

body.left
{ 
   background-color :  #034B93;
 }
 
.left {
	height: 100%;
/*	background-color: #034b93; */
	background-color: #0759A9;
} 
 
span.bladzijdekop
{
   font-size : 18px;
   letter-spacing : 0px;
   line-height: 40px;
   vertical-align: baseline;
}

table.menu
{ 
background-color: #949ED4; }

span.kleinkopje
{
   font : bold 13px;
}

td.menumidden
{ 
   background: White;
}

td.markeer{ 
background-color: Red;
height: 18 }
 
select.markeer,input.markeer,textarea.markeer{
background-color: Red;
color: White;
}

a.menu
{ 
 font-size : 11px;
 text-decoration :  none;
 font-weight :  bold;
 color: White;
 }

 td.regel
 { font-weight: bold;
  }
  
span.master { 
color: #C2C9ED;
font-weight: bold; }  

.vlagregel { 
background-color: #0759A9; }

/*************** speciaal voor het menu ***************/

#menuh {
  background: white;  
  float: left;
}

#menuh ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 5px;
  line-height: 13px;
  padding-top: 0px;
}

#menuh ul ul {
  position: absolute;
  z-index: 500;
}

#menuh ul ul ul {
  top: 0;
  left: 100%;
}

div#menuh ul ul, div#menuh ul li:hover ul ul, div#menuh ul ul li:hover ul ul {
  display: none;
}

div#menuh ul li:hover ul, div#menuh ul ul li:hover ul, div#menuh ul ul ul li:hover ul {
  display: block;
}

/********************  classes tbv menu  ********************/

#menuh a {
	display: block;
	margin: 0;
	color: #808080;
	text-decoration: none;
	padding: 0 5px 12px 10px;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Chivo', sans-serif;
	margin: 0;
}

#menuh a:hover {
	color: #646464;
}

#menuh ul ul {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #E6E6E6;
}

#menuh ul ul a {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
	border-top: 0px;
	background: white;
	padding-bottom: 0px;
	font-family: verdana;
	font-size: 10px;
	width: 135px;
}

#menuh ul ul a:hover {
	background-color: #E6E6E6;
	color: #646464;
}

#menuh li {
	position: relative;
}

