/* Style sheet for emilm.com */


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;*/
	 
}

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

.headerleft {
	font-family: Verdana;
	font-size: 28px;
	color: #000000;
	padding-bottom: 3px;
	text-align: left;
	text-decoration:underline;
}
.headercolor {
	background-color: #FFFFFF;
}

.contactblok {
	font-family: Verdana;
	font-size: 12px;
/*	background: #FAF8DB; hiermee krijgt contactblok een gele achtergrond*/
	border-color: #9999FF; 
	border-width:1px; 
	border-style:solid; 
	text-align: center;
	line-height:20px;
}

.flagopacity {
	font-family: Arial, Verdana;
	font-size:9px;
	width: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}

.menutext16 {
	margin-left: 0px;
	margin-top: 20px;
	font-family: Verdana;
	font-size:12px;
	
	}

.maintext16 {
	font-family: Verdana;
	font-size:12px;
	color: #000; 
}

.maintext10 {
	font-family: Verdana;
	font-size:8px;
}

.maintext12 {
	font-family: Verdana;
	font-size:10px;
}

.maintext4 {
	font-family: Verdana;
	font-size:4px;
}

.maintext12c {
	font-family: Verdana;
	font-size:10px;
	text-align: center;
}

.maintext16b {
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
}
.maintext20 {
	font-family: Verdana;
	font-size:18px;
}
.maintext14 {
	font-family: Verdana;
	font-size:11px;
}
.maintext14b {
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color: #000; 
}



#menuitems ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

#menuitems li { margin: 0 0 23px 0; }

#menuitems a
{
display: block;
padding: 2px 2px 2px 2px;
border: 0px solid #333;
width: 150px;
/*was 110px  */
text-decoration: none;
color:  #CD5C5C; /* #EEE;  */
text-align: left;
}

#navlist a:visited, #menuitems a:link
{
color: #000;  /* kleur van de menutekst*/
text-decoration: none;
}

#menuitems a:hover
{
border: 0px solid #333;
background-color: #e9967a; /*#f08080; CD5C5C; */ 
color: #EEE; 
opacity: .5;
filter: alpha(opacity=50);
-moz-opacity: .5;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid #333;
background-color: #e9967a; /*#f08080; CD5C5C; */  
color: #EEE;
opacity: .5;
filter: alpha(opacity=50);
-moz-opacity: .5;
}

/* deze zijn voor nieuwe drop down menu*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute; 
/* left: 0; */
z-index:100;
width: 90%;
font:normal 12px Verdana; 
}
#menu dl {
float: left;
width: 200px;
margin: 0 1px;
}

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

}
#menu li {
text-align: center;
background: #fff;

}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
background: white;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: yellow; /* was  #eee;  */
}


