/*		Copyright Nikki Veldhuis	*/
/*		www.nikkiveldhuis.nl     	*/
/*		www.maprima.nl			    */
/*		flag icons by FamFamFam     */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#2d2a7b;
	background-image:url(../images/splashbg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	line-height: 170%;
} 

#content {
	width: 923px;
	background-image:url(../images/splash.jpg);
	background-repeat:no-repeat;
	margin: 100px auto;
	height: 500px;
	background-color:#FFF;
}

#image {
	width: 923px;
	height: 400px;
}

#footer {
	width: 903px;
	padding: 10px;
	background-image:url(../images/splashshade.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:center;
	height: 70px;
	background-color:#FFF;
}

h2 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration:none;
	line-height: 225%;
}

#splash_menu {
   margin: 0; 
   padding: 0;
   margin-left: 45px;
}

#splash_menu li.ned {
	background-image: url(../images/flag_nl.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline;
	list-style-type: none;
	padding: 3px 50px 3px 20px;
	margin: .4em 0;

}

#splash_menu li.rus {
	background-image: url(../images/flag_ru.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline;
	list-style-type: none;
	padding: 3px 50px 3px 20px;
	margin: .4em 0;	
}

#splash_menu li.eng {
	background-image: url(../images/flag_en.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline;
	list-style-type: none;
	padding: 3px 50px 3px 20px;
	margin: .4em 0;
}

#splash_menu li.deu {
	background-image: url(../images/flag_de.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline;
	list-style-type: none;
	padding: 3px 50px 3px 20px;
	margin: .4em 0;
}

#splash_menu li.fra {
	background-image: url(../images/flag_fr.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline;
	list-style-type: none;
	padding: 3px 50px 3px 20px;
	margin: .4em 0;
}

h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	line-height: 225%;
}

h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	line-height: 225%;
}

A:link {
	color: #006;
}

A:visited  {
	color: #036;
}

A:hover {
	color: #009;
}
