/* Style sheet for emilm.com */
body
{ 
background-image: url(images/bg.gif);
background-repeat: repeat-y
} 

a:link img { border-style: none }
a:visited img { border-style: none }
a { 
	color: #000278; 
	text-decoration:underline;
	
	/* it is als je rode tekst wil hebben bij links:  
	color: #af1632;
	font-weight: bold;
	 text-decoration:none;*/	 
}

.positionheader { 
	/* hiermee fixeer de je positie, zie ook header */	
	position: absolute; 
	top: 20px; 
}

.header {
	font-family: arial, sans-serif;
	font-size: 28px;
	color: #000000;
	padding-bottom: 3px;
	text-align: center;
}

.forminhoud {
	background: #FAF8DB;
	border-color: #9999FF; 
	border-width:1px; 
	border-style:solid;
}

.flagopacity {
	/* hiermee fixeer de je positie, doe ook header
	position: absolute; 
	top: 25px; */
	font-family: arial narrow, arial, sans-serif;
	font-size:10px;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;	
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}


.data { 
	padding-left: 100px;
	padding-right: 160px;

}

.copyright {
	padding-left: 50px;
}
.contactblok {
	font-family: arial, sans-serif;
	font-size:16px; 
/*	background: #FAF8DB; hiermee krijgt contactblok een gele achtergrond*/
	border-color: #9999FF; 
	border-width:1px; 
	border-style:solid; 
	text-align: center;
	width: 593px;
}
.timetext10 {
 	position: absolute;
 	top: 3px;   
 	font-family: arial, sans-serif;
 	font-size:10px;
}
.copyrighttext10 {
	/* niet toegepast maar kan wel */
 	position: absolute;
 	top: 470px;   
 	font-family: arial, sans-serif;
 	font-size:10px;
}
.maintext10 {
	font-family: arial, sans-serif;
	font-size:10px;
}
.maintext12 {
	font-family: arial, sans-serif;
	font-size:12px;
}
.maintext12b {
	font-family: arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000; 
}
.maintext14 {
	font-family: arial, sans-serif;
	font-size:14px;
	color: #000; 
}
.maintext14b {
	font-family: arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000; 
}
.maintext14c {
	font-family: arial, sans-serif;
	font-size:14px;  
	text-align:center;
}
.maintext14bc {
	font-family: arial, sans-serif;
	font-size:14px; 
	font-weight:bold; 
	text-align:center;
}

.maintext20l {
	font-family: arial, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-bottom: 3px;
	text-align: left;
}

.linkblok {
	font-family: arial, sans-serif;
	font-size:12px;
	color: #000278; 
}

dl, dt, dd, ul, li {
margin: 0px 2px; /* 0 */
padding: 0;  /*0px 2px 0px 2px;  top right bottom left*/
list-style-type: none;
}

#menu {
position: absolute; 
left: 20px;    /* bij 0 is in firefox geen balk onderop, bij 20 wel */
z-index:100;
width: 940px;   /* was 100%  */
font:normal 12px arial, sans-serif; /* was Verdana; */
}

#menu dl {
float: left;
/*width: 81px; /* 81px met 11 menu onderwerpen, 90 met 10 menu onderwerpen */
margin: 0; /* 0 1px; */
text-align:center;
}

#menu dt {
cursor: pointer;
text-align: center;
/* font-weight: bold;  */
/* background: white;  */
border: 1px solid gray;
}

#menu dd {
border: 1px solid gray;
}

#menu li {
background: #fff;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;

}
#menu li a:hover, #menu dt a:hover {
background: #FFFF99; 
}
