@charset "utf-8";
/* CSS Document Lucille Werner Foundation */

body {
	font:11px/1.6em "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	color:#23172b;
}

h1 {
	color:#56017a;
	font:32px/42px "Trebuchet MS", Tahoma, Verdana;
	width:560px;
}

h3 {
	color:#56017a;
	font:22px/32px "Trebuchet MS", Tahoma, Verdana;
	width:560px;
}

.clear {
	clear:both;
}

:focus {
	outline: none;
} 

#lang {
	top: 20px;
	left: 400px;
	position: absolute;
}

#lang .gb_flag {
	display: block;
	height: 22px; 
	width: 16px;
	text-indent: -9999px;
	background: url("../images/icons/flag_gb.png") top right;	
	float: left;
	margin: 0 5px 0 0;
}

#lang .gb_flag_hover,
#lang .gb_flag:hover {
	display: block;
	height: 22px; 
	width: 16px;
	text-indent: -9999px;
	background: url("../images/icons/flag_gb.png") top left;	
	float: left;
	margin: 0 5px 0 0;
}

#lang .nl_flag {
	display: block;
	height: 22px; 
	width: 16px;
	text-indent: -9999px;
	background: url("../images/icons/flag_nl.png") top right;
	float: left;
}

#lang .nl_flag_hover,
#lang .nl_flag:hover {
	display: block;
	height: 22px; 
	width: 16px;
	text-indent: -9999px;
	background: url("../images/icons/flag_nl.png") top left;
	float: left;
}

input {
	border:#CCCCCC 1px solid;
	font:11px "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	color:#999999;
}

#main_container {
	width:941px;
	margin:0 auto;
}

#header {
	position: relative;
	width:100%;
	height:99px;
	background:url(../images/bg_header.gif) no-repeat;
}

#logo {
	height:59px;
	width:100%;
}

#menu {
	font:bold 14px "Trebuchet MS", Tahoma, Verdana;
	height:40px;
	line-height:40px;
	padding:0;
	margin-left:20px;
	width:850px;
	color:#FFFFFF;
}

#menu a:link,
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	margin-right:8px;
	display: block;
	float: left;
	background: url('../img/sep.png') center right no-repeat;
	padding: 0 8px 0 0;
}

#menu a:hover,
#menu a:active {
	color:#e2d5e4;
	text-decoration:none;
	margin-right:8px;
}

#wrapper {
	width:100%;
}

#column_left {
	width:650px;
	position:relative;
	float:left;
	background:url(../images/bg_column_left.gif) top right no-repeat;
}

#content {
	margin-left:35px;
	margin-top:30px;
	width:560px;
	min-height:350px;
}

#content a:link {
	color:#56017a;
	text-decoration:none;
}
#content a:active {
	color:#56017a;
	text-decoration:none;
}
#content a:visited {
	color:#56017a;
	text-decoration:none;
}
#content a:hover {
	color:#56017a;
	text-decoration:underline;
}

#footer {
	width:470px%;
	height:82px;
	margin-top:30px;
	padding-top:35px;
	padding-left:90px;
	color:#FFFFFF;
	background:url(../images/bg_footer.gif) no-repeat;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#column_right {
	position:relative;
	float:right;
	width:291px;
	height:321px;
	background:url(../images/bg_column.jpg) no-repeat;
}

#column_right img {
	margin-left:26px;
	margin-top:26px;
}

.sponsors {
	width:260px;
	text-align:center;
	margin-top:10px;
	margin-right:25px;
	position:relative;
	float:right;
}

#contact input[type=text] {
	display:block;
	padding: 5px;
	font-size: 13px;
	color: #333333;
}

#contact input[type=submit] {
	display:block;
	color: #333;
	font-size: 13px;
}

#contact textarea {
	display:block;
	width:300px;
	height:100px;
	border:#CCCCCC 1px solid;
	font:13px "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	color:#333333;
	padding: 5px;
}

#contact .error {
	color: #ff0000;
}