/*colori: 
blu: #3c78b4, #326598
grigio:#d0d4d8
*/

/*Algemeen*/
body { 
	margin:	0; 
	padding: 0; 
	font:	11px  Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/bk2.gif) repeat;
}
hr { display:none }

.normal {font-weight:300;}

#principale p {
	margin-bottom:0;
	margin-top:10px;}

h1, h2{
	font-weight:700;
	color: #326598;
	font-size:13px;
	text-align:left;
	
	}
	
h3 {
	font-weight:700;
	color: #326598;
	font-size:13px;
	font-variant:small-caps;
	text-align:left;
	margin:0;
	margin-top:20px;
	}

a, a:active, a:link, a:visited {
	color: #326598;
	text-decoration: none;
	font-weight:600;
	}
	
	
a:hover {
	text-decoration:none;
	background:#d0d4d8 url(../images/bk_link.gif) repeat-x;
}

/*Structuur*/
#container {
	width: 70%; 
	margin: 0 auto;
	padding:0px;
	background:#ffffff;
	}
	
#header {
	padding:0;
	background: transparent url(../images/logo.gif) 20% 8px no-repeat;
	height:120px;
}

#fasciamenu {
width:100%;
margin:0;
padding:0;
background: #fff url(../images/header.png) center left no-repeat;
float:right;
margin-left:0;
height:100px;
}

#principale { 
	clear:both;
	color:	#326598;
	padding: 3px;	
	line-height:1.5;
	/*background:transparent url(../images/bktekst.png) top right no-repeat;*/
	min-height:300px;
}



/*Menus*/

/*Talenmenu*/
#header ul {
	list-style:none;
	margin:0;
	position:relative;
	right:10px;
	top: 95px;
	font-size: 20px;
	text-align:right;
	font-variant:small-caps;
	font-size: 15px;
	color:#326598;
	font-weight:700;
	}

#header li {
	display:inline;
	margin-left:10px;
}

/*hoofdmenu*/

#menu {
	background: transparent; 
	width: 125px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	font-weight:bold;
	line-height:13px;
	height:100px;
	}

#menu a, #menu a:active, #menu a:link, #menu a:visited {
	color: #326598;
	text-decoration: none;}
	
#menu ul {
	list-style:none;
	margin:0;
	padding-left:0px;}

#menu li {
		margin:0;
		display: block;
		width:125px;
		padding-left:0px;
		background: transparent  url(../images/bk_menu.gif) repeat-x;
		height:25px;
		
		}
	
#menu li a {
	display:block;
	width: 60px;
	padding-top:5px;
	padding-left:12px;
	
	}
	

	
#menu a:hover, #header a:hover{
	color:#c0c0c0;
	text-decoration:none;
	background:transparent;
}

/*Lijsten*/

#principale ul {font-weight:600;
	text-align:left;
	list-style: square;
	margin-left: 60px;
		}
ul.align {
		display: inline;
		float:left;
		width:110px;
		margin-top:5px;
		}
	
#principale ol.links {font-weight:500;
	text-align:left;
	list-style-type:decimal;
	}

ol.links a, ol.links a:active, ol.links a:link, ol.links a:visited {
	color: #326598;
	text-decoration: none;
	font-weight:normal;;
	display:inline;
	line-height:15px;
	font-weight:600;
	}
	
ol.links a:hover {
	background:#d0d4d8 url(../images/bk_link.gif) repeat-x;
	
}


/*Overig*/

#principale .box { 
		margin:10px 80px 5px 130px;
		text-align:justify;
}
#quote_nl {
		margin-left:130px;
		height:220px;
		width:460px;
		background:#fff url(../images/quote_nl.gif) 25% 0 no-repeat;
		}
#citazione{
		margin-left:130px;
		height:220px;
		width:460px;
		background:#fff url(../images/citazione.gif) 25% 0 no-repeat;
		}

#quotation {
		margin-left:130px;
		height:220px;
		width:460px;
		background:#fff url(../images/quotation.gif) 25% 0 no-repeat;
		}

.timbro {
	display:inline-block;
	padding-right:130px;
	margin-bottom:0;
	}
#timbro {
	background:#fff url(../images/timbro.gif) top right no-repeat;
	}

#adres p {
	line-height:5px;
 *line-height:3px; /*hack IE*/
 margin-bottom: 7px;

 }
 
#adres {margin-left:60px;
		margin-top:20px;
		height:227px;}
		
		

#footer { 
	padding:		10px 0 5px 0;
	background:		#fff; 
	color:			#ccc;
	font-size:			9px;
	line-height:		1em;
	text-align:center;
	}

#footer a {
	text-decoration:none;
	color:#ccc;

}

#footer a:hover {
	text-decoration:none;
	background:transparent;
	color:#326598;
	}

#clr {clear: both;}