/* CSS FOR ABDIJSITE HERKENRODE */
/* ---------------------------- */

/* GENERAL */

*
{
	margin: 0; padding: 0;
	border: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666;
	background: #012F41;
}

a
{
	color: #48290A;
	text-decoration: none;
}

a:hover
{
	color:#C7BAAC;
}

ul
{
	list-style: none;
}


/* DIV: OUTER */ 

div#outer
{
	position: relative;
	margin: 35px auto 0 auto;
	width: 925px; height: 627px;
	text-align: center;
	background: url("../images/bg_outer_intro.jpg") no-repeat top left;
}

ul
{
	padding: 0 0 0 355px;
	text-align: left;
	list-style: none;
}

div#languages
{
	padding: 355px 0 0 0;
}

div#languages ul#language li
{
	display: inline;
	padding: 0 85px 0 0px;
}

