/***********************************
*** Medicines for Mankind - http://www.medicinesformankind.eu
*** Design en development by Megaluna - http://www.megaluna.be
*** Medium: Screen
***********************************/

/** Eric meyer's reset
******************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/** Body
******************************************/
body
{
	font: 62.5% "Trebuchet MS", Verdana, Arial, sans-serif;	
	background: transparent url(../images/achtergrond.jpg) repeat-y;
}


/** Containers
******************************************/
#container

{
	background-color: #092650;
	width: 790px;
	float: left;
}

#intro
{
	background: transparent url(../images/taal.jpg) repeat-x;
	width: 340px;
	height: 400px;
}

#foto
{
	background: transparent url(../images/foto.jpg) no-repeat;
	width: 450px;
	height: 466px;
	margin: 0;
	padding: 0;
}

#foto, #intro
{
	float: left;
}	

/** header + slagzin
******************************************/
.h1en
{
	background: transparent url(../images/logoen_nieuw.jpg) no-repeat;
	width: 790px;
	height: 110px;
	text-indent: -9999px;
}

.langen
{
	background: transparent url(../images/slagzinen.jpg) no-repeat;
	width: 760px;
	height: 22px;
	padding: 8px 0 0 30px;
	font-size: 1.3em;
}

.h1fr
{
	background: transparent url(../images/logofr_nieuw.jpg) no-repeat;
	width: 790px;
	height: 110px;
	text-indent: -9999px;
}

.langfr
{
	background: transparent url(../images/slagzinfr.jpg) no-repeat;
	width: 760px;
	height: 22px;
	padding: 8px 0 0 30px;
	font-size: 1.3em;
}

.h1de
{
	background: transparent url(../images/logode_nieuw.jpg) no-repeat;
	width: 790px;
	height: 110px;
	text-indent: -9999px;
}

.langde
{
	background: transparent url(../images/slagzinde.jpg) no-repeat;
	width: 760px;
	height: 22px;
	padding: 8px 0 0 30px;
	font-size: 1.3em;
}


#lang a
{
	text-decoration: none;
	color: white;
}

#lang .current
{
	text-decoration: underline;
}

#lang a:hover
{
	text-decoration: underline;
}

h2
{
	display: none;
}


/** Taalkeuze
******************************************/
#intro .text #welcome
{
	color: white;
	font-size: 1.5em;
	width: 270px;
	height: 180px;
	padding: 0;
	margin: 130px 0 0 0;

}

#intro .text ul
{
	list-style-type: none;
}

#intro .text ul li
{
	background: transparent url(../images/taallijst.jpg) 0 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

#intro .text ul li a
{
	color: white;
	text-decoration: none;
}

#intro .text ul li a:hover
{
	text-decoration: underline;
}

#intro .text .taalkeuze
{
	color: white;
	font-size: 2em;
	width: 310px;
	padding: 15px 0 0 30px;
}

#intro .text .hoofdmenu
{
	color: white;
	font-size: 2em;
	width: 310px;
	padding: 15px 0 0 30px;
}



/** Disclaimer
******************************************/
#disclaimer
{
	float: left;
	width: 170px;
	height: 310px;
	margin: 260px 0 0 9px;
}

/** Footer
******************************************/
#footer
{
	font-size: 1.2em;
	color: #082952;
	width: 934px;
	height: 21px;
	padding: 10px 0 4px 15px;
	clear: both;
}

#footer a
{
	text-decoration: none;
	color: #082952;
	border-bottom: #082952 1px dotted;
}	

#footer .megaluna
{
	float: right;
	margin: 0 170px 0 0;
}

#footer .m4m
{
	float: left;
}


/** Clearfix
******************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
