/*
Selector	   Example	    Example description
#id	           #firstname	Selects the element with id="firstname"
.class	       .intro	   Selects all elements with class="intro"
element.class	p.intro	  Selects only <p> elements with class="intro"
*	              *	      Selects all elements
element	p	      Selects all     <p> elements
element,element,..	div, p	Selects all <div> elements and all <p> elements
*/
body {
	background-position : top;
	margin: 0;
	marginewidth="0"
	padding: 0;	
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	color:#000000;
   background-image:url(a74740b379eca4d4b08d9f8f3aa9fbc8.jpg);
	background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
	
	
}

div {
margin:0px;
padding:0px;
border:0px;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
}




td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A7B82;
	font-size: 100%;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A7B82;
	font-size: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A7B82;
	font-size: 100%;
} 

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A7B82;
	font-size: 100%;
}
.nadruk {
	font-style: italic;
	font-weight: bolder;
}

.background {
	background: #ecfbfb;
}

a:link, A:visited {
	color: #4A7B82;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #224B4B;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #224B4B;
	font-weight: bold;
	text-decoration: underline;
}


div.grondvlak{
position:relative; 
/*left: 20px;*/
margin:auto;
/*left:5%; 
width:85%;*/
width:950px; 
min-height:810px;  
background-color:#fff
}

div.header{
position:relative;
/*border-right:#EB090D thin solid;*/
left:100;
top:30px;
width:100%; 
min-height:20px;  
background-color:#B0BDE1;
padding:20px;
	margin:0px 30px 50px 0px;

}
.header2{
position:relative;
/*border-right:#EB090D thin solid;*/
left:100;
top:30px;
width:100%; 
min-height:20px;  
background-color:#00ffFF;
padding:20px;
	margin:0px 30px 50px 0px;

}

div#footer{
	position:relative; 
	width:85%; 
	min-height:25px;  
	background-color:#E2EAEF;
	padding:10px;
	margin:0px 30px 0px 30px
       ;
}

div#menu{
	position:relative;
	align-content: center;
	width:55%; 
	min-height:15px;  
	background-color:#ff00ff;
	padding:10px 20px 10px 40px;
	margin:10px 10px 10px 160px
       ;
	
}


.diseas {
	position:fixed;
	width:1100px;
	min-height:100px;
	top:280px;
	left:150px;
	border: 1px solid silver ;
	border-bottom: 2px silver outset;
	border-left:2px silver outset;
	margin:5px;
	padding:5px 5px 5px 15px;
	background-color:#fafafa;
	color:#444;
	z-index:4;
	box-shadow: 13px 13px 13px 3px #888;
	border-radius: 16px

}
	
.kolommen {
  column-count: 3;
  column-gap: 20px;
column-rule-color:darkgrey ;
column-rule-style: solid; 	
column-rule-width: 2px;
	
	}


.alt {
  background-color: #eee; // behoort bij jquery grijze streep in tabel
}


/*
#switcher {
	align-items:flex-end;
  width: 300px;
  padding: .5em;
  
 
}


div#switcher{
	position:absolute;
	right:10px;
	top: 9px;
	color: #ecfbfb;
}

button {
	color:#0000ff;
	border:0px;
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A7B82;
	font-size: 100%;
	text-decoration:underline
}

#romp {
	position:relative;
	min-height:200px;
	width:80%;
	background-color:#Fff;
	align:"center"; 
	padding:10px;
	
#	border: double thick #fff;
	margin:0px 100px 0px 100px;
	
	
}


.label {
  width: 130px;
  margin: .5em 0;
  cursor: pointer;
}
*/ 

