/* Style sheet for emilm.com */

 @media (min-width: 960px) {
        body { width: 960px;
        margin-left: auto;
   		margin-right: auto;
        }
      }
@media (min-width: 600px) {
        .tabel600 { width: 580px;
        				float: left;
						text-align: left;
        }
      }
@media (min-width: 750px) {
        .tabel750 { width: 730px;
        				float: left;
						text-align: left;
        }
      } 
.halve {
	float:left;
	width: 300px;
	text-align: left;
	}
.driehonderd {
	float:left;
	width: 300px;
	text-align: left;
	}
.tweehonderd {
	float:left;
	width: 200px;
	text-align: left;
	}
/*body
{ 
background-image: url(images/bg.gif);
background-repeat: repeat-y
} */

.centered { /*
background-image: url(images/bg.jpg);
background-repeat: repeat-y;*/
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing:0;
}

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


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

.header {
font-family: arial, sans-serif;
font-size: 24px;
color: #000000;
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;
margin-left: 4px;
margin-right: 4px;
opacity: .5;
filter: alpha(opacity=50);
-moz-opacity: .5;	
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}

#about1, #about2 {
/*position: absolute; */
/* left: 0; */
background: #fdeeee; 
z-index:100;
width: 100%;
font:normal 12px Verdana; 
}

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

.copyright {
padding-left: 50px;
}

.timetext10 {  
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;
}

.maintext4 {
font-family: arial, sans-serif;
font-size:4px;
}

.maintext10 {
font-family: arial, sans-serif;
font-size:10px;
}

.maintext12 {
font-family: arial, sans-serif;
font-size:12px;
font-weight: normal;
}

.maintext12b {
font-family: arial, sans-serif;
font-size:12px;
font-weight:bold;
color: #000; 
}

.maintext14 {
font-family: arial, sans-serif;
font-size:14px;
font-weight: normal;
color: #000; 
}

.maintext14b, .paintings {
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;
}
.maintext14l {
font-family: arial, sans-serif;
font-size:14px;  
text-align:left;
}
.maintext14bc {
font-family: arial, sans-serif;
font-size:14px; 
font-weight:bold; 
text-align:center;
}
.maintext14bl {
font-family: arial, sans-serif;
font-size:14px; 
font-weight:bold; 
text-align:left;
}
.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 */
height: 45px;
z-index:100;
width: 100%;   /* was 940px  */
font:normal; 
font-family: arial, sans-serif;
font-size: 12px; 
}

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

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

#menu dd {
	border: 1px solid gray;
	position: absolute;
	border-radius: 2px;
}

#menu li {
	background: #fff;
	border-radius: 2px;
}

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

#menu li a:hover, #menu dt a:hover {
	background: #ffd6d6; 
	border-radius: 2px;
}


#menu2 {
/*position: absolute; */
/* left: 0; */
z-index:100;
width: 100%;
font:normal 12px Verdana; 
}
#menu2 dl {
	display: block;
float: left;
margin-left: 4px;
margin-right: 4px;
/*margin-bottom: 4px; */
/*width: 170px; voor vaste breedte menu dl*/
text-align: center;
background: white; 
width: 210px;
}

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

}
#menu2 dd {
border: 1px solid gray;
position: absolute;
}
#menu2 li {
text-align: center;
background: #fff;

}
#menu2 li a, #menu2 dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
background: #fdf6ee;  /*was #fdeeee; */
border: 0 none;
min-height: 330px;
}
#menu2 li a:hover, #menu2 dt a:hover {
background: #ffd6d6; /* was  #E6E6FA; yellow; */
}

.FAQ { 
	/*cursor: hand; */
	cursor: pointer;
	}

.FAA { 
	display: none; 	 
	}

.paintings {
	float: left;
	width: 210px;
	text-align: center;
	}
	

	