*
{
    font-family: Arial;
    font-size: 14px;
    color: #000;
}
body
{
    background-image: url(../img/back2.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;   
    margin-top: 150px;
}

.floatLeft 									
{ 
	float: left; 
	margin-right: 10px;
}


.main
{
    background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll; 
    margin-top: 0px;
}

td
{
    padding: 5px;
    margin-right: 30px;
    vertical-align: top;
}
strong
{
    color: #004C68;
}

a {
     /*text-decoration:none;*/
     color: #004C68;
     border-width: 0px 0px 1px 0px;
     border-style: none none dotted none;
     border-bottom: #ABABAB; 
}

.navigation *
{	
	margin-left: 10px;
	font-size: 16px;
	color: #004C68;	
}

.navigation a
{
	text-decoration:none;
	color: gray;
}

.screenshot
{
	border: 2px solid #3D6DB4;
	margin-left: 15px;
}

a img
{
    border: none;
}
p
{
    margin-top: 5px;
}

h1 img
{
	position:relative;
	top:7px;
	left: -10px;
	z-index: 110;
}

h1, h1 a
{
	font-size: 20px;
	font-weight: bold;
	color: #004C68;
	margin-bottom: 15px;
	margin-top: 5px;
}

h2
{
	font-size: 17px;
	color: black;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3, h3 a
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	color: #ABABAB;
}

h4, h4 a
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
	color: black;
}

.maintable
{
	border: 0px;
	text-align:left;
	width: 900px;
	margin: 0 auto; 
}

.maintableimg
{
	border: 0px;
	text-align:left;
	width: 900px;
	margin: 0 auto; 
}

.maintableimg td 
{
	text-align:left;
	vertical-align: middle;
}


.inhoud
{
	margin-left:0px;
	padding: opx;
}

.inhoud li
{
	list-style-image: url(../img/topic_icon.gif);
	list-style-position: inside;	
}

ul li
{
	list-style-image: url(../img/vinkje.gif);
	list-style-position: inside;	
}

ul
{
	margin-top: 0px;
	padding-top: 0px;
}

.veilig
{
	list-style-image: url(../img/veilig2.png);
}

.hide
{
	display: none;
	visibility: hidden;
}

.navigation
{
	font-size: 15px;
}

.answer
{
	margin-left: 20px;		
}

/* Format van cellen die dmv klik getoond worden */
.show 
{
}

div#header
{	
	top:0;
	left: 0;
	position: fixed;
	min-width: 100%;
	background-color: #FFF;
	border-bottom: 5px solid #98BED1;	
	z-index: 1000;
	margin: 0;
}

div#header2
{	
	top:0;
	left: 0;
	position: absolute;
	min-width: 100%;
	background-color: #FFF;
	border-bottom: 5px solid #98BED1;	
	z-index: 1000;
	margin: 0;
}


/* Fix scrolling bug caused by fixed header */
.scrollid
{
	position:relative;
	top: -150px;	
	visibility: hidden;	
}
 
.scrollid2
{
	position:relative;
	visibility: hidden;	
}
 
 
div#content
{	
	text-align: center;	
	
}

.title
{
	background-image: url(../img/tab1.png);
	background-repeat: no-repeat;
	background-attachment: scroll; 
    margin: 0px;
    padding-left: 15px;
    width: 238px; 
    height: 67px;
    bottom: -6px;   
    position: absolute;  
    vertical-align: text-top;    
}

.title h1
{
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

.title h1 img
{
 padding-left: 8px;
}

.bestgetest
{
	margin-top: 20px;
	margin-right: 80px;
}

@media print {
div#header
{	
	top:0;
	left: 0;
	position: absolute;
	min-width: 100%;
	background-color: #FFF;
	border-bottom: 5px solid #98BED1;	
	z-index: 1000;
	margin: 0;
}
}