@CHARSET "UTF-8";

h1{
	color: #ad208e;
	font-size: 16px;
}
a{
	text-decoration: none;
	color: #ad208e;	
}
a:hover{
	text-decoration: underline;	
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
#menu li {
	margin: 0;
	padding: 0;
    float: left;
    margin-left: 15px;
}
#menu a {
    display: block;
    width: 15px;
    text-decoration: none;
    height: 15px;
	margin-top:5px;
	background-image: url('menu_off.png');
}
#menu a:hover {
	background-image: url('menu_on.png');
}
#menu a.current{
	background-image: url('menu_on.png');
}

#bottom a{
	text-decoration: none;
	color: #a6a6a6;
}
#bottom a:hover{
	color: #7e7e7e;
	text-decoration: underline;	
}

img{
	border: none;	
}

body{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper{
	width: 920px;
	margin: 0 auto;
}
#top{
	width: 920px;
	height: 90px;
	position: relative;	
}
#content{
	width: 920px;
	background-color: #f2e9d1;
	height: 600px;
}
#contentleft{
	width: 410px;
	height: 425px;
	float: left;
	margin: 50px 25px;
	position: relative;
	line-height: 1.6em;
}

#contentright{
	width: 410px;
	height: 425px;
	float: right;
	margin: 50px 25px;
	line-height: 1.6em;
}
#menu{
	width: 870px;
	height: 25px;
	background-color: #ad208e;
	padding: 0px 25px;
}
#logo{
	position: relative;
	width: 410px;
	height: 90px;
	float: right;
	z-index: 2;
	margin: 0px 25px;
}
#menutekst{
	height: 50px;
	line-height: 50px;
	vertical-align: center;
	padding-right: 25px;
	float: right;	
}
#bottom{
	width: 920px;
	height: 60px;
	font-size: 10px;
	color: #a6a6a6;
	margin-top: 10px;	
}
#bottomleft{
	float: left;
	margin-left: 25px;
}
#bottomright{
	float: right;
	margin-right: 25px;
}

.clear{
	clear: both;
}
.quote{
	font-style: italic;
}
.quotegroot{
	font-size: 18px;
}
.scrollable{
	height: 380px;
	overflow: auto;
}
.img_absolute{
	position: absolute;
	bottom: 0;
}

.special{
	display: none;	
}
#flags{
	margin-top: 50px;
	height: 24px;
	float: left;	
}

#contactform {vertical-align:top; }
#contactform fieldset {width:360px; border:none; }
#contactform dl {clear:both;}
#contactform dt {float: left; width: 100px;}
#contactform dd {}
#contactform .button {float: right;}
#contactform .input {width: 250px;}
