.blockquote1 {
	margin-left:0px;
	display:block;
}

.blockquote2 {
	margin-left:120px;
	display:block;
}

#content div.block{
	display:block;
	float:right;
	margin:0px;
	padding:0px;
}

/* ********** METANAVI ********* */

#snavi ul#langswitch {
	position:relative;
	z-index:5;
}

ul#langswitch li ul{
	display:none;
	background-color:#eee;
	padding:5px;
	padding-right:15px;
}


ul#langswitch li.iehover ul,
ul#langswitch li:hover ul{
	display:block;
}

ul#langswitch li ul {
	position:absolute;
	left:-5px;
	top:-5px;
}

ul#langswitch li ul li{
	clear:both;
	padding-left:20px;
	padding-bottom:7px;
}

li.lang0, li.lang1, li.lang2, li.lang3, li.lang4 {
	padding-left:20px;
}

li.lang0 { background:url(/files/de.gif) 0 1px no-repeat; }
li.lang1 { background:url(/files/nl.gif) 0 1px no-repeat; }
li.lang2 { background:url(/files/en.gif) 0 1px no-repeat; }
li.lang3 { background:url(/files/fr.gif) 0 1px no-repeat; }
li.lang4 { background:url(/files/es.gif) 0 1px no-repeat; }

