body, html {
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#202020;
	background-image:url(../images/dandee_bg_bottom.jpg);
	height:100%;
	line-height:16px;
}
a {
	color:#202020;
}
a:hover {
	color:#555;
}
h1, h3 {
	font-size:17px;
	color:#065276;
	font-family:cambria, verdana;
	margin-top:12px;
	margin-bottom:5px;
}
.links_uitlijnen {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.rechts_uitlijnen {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.rechts_achtergrond {
	position:absolute;
	right:0;
	z-index:-1;
}
#background_wrapper {
	width:100%;
	padding-top:25px;
	position:relative;
	background-image:url(../images/dandee_bg_right.jpg);
	background-repeat:repeat-x;
	min-height:900px;
}
#background_left {
	position:absolute;
	height:900px;
	width:1126px;
	left:0px;
	top:0px;
	background-image:url(../images/dandee_bg_left_top.jpg);
	background-repeat:no-repeat;
}
#wrapper {
	width:908px;
	margin-left:auto;
	margin-right:auto;
	padding-left:19px;
	padding-right:22px;
	padding-bottom:30px;
	position:relative;
	background-color:white;
	min-height:850px;
	box-shadow: 3px 3px 13px #333;
	-webkit-box-shadow: 3px 3px 13px #333;
	-moz-box-shadow: 3px 3px 13px #333;
	z-index:0;
}
#bg_flower {
	position:absolute;
	height:80px;
	width:80px;
	top:-25px;
	left:-40px;
	background:url(../images/flower.png);
}
#bg_visual_left {
	position:absolute;
	left:-69px;
	top:18px;
	height:434px;
	width:69px;
	background:url(../images/bg_visual_left.png) no-repeat;
}
#bg_visual_right {
	position:absolute;
	right:-72px;
	top:300px;
	height:243px;
	width:72px;
	background:url(../images/bg_visual_right.png) no-repeat;
	background-position:-80px 0;
}
#top {
	height:103px;
	width:100%;
}
#top .banner {
	float:left;
	margin-top:20px;
	margin-left:5px;
	width:623px;
	height:79px;
	border:0;
}
#top .logo {
	float:left;
	width:212px;
	height:103px;
	border:0;
}
#top .paypal {
	float:left;
	margin-top:20px;
	margin-left:10px;
	width:58px;
	height:80px;
	border:0;
}
#header_text {
	position:absolute;
	height:11px;
	top:-2px;
	right:22px;
	padding-top:4px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	font-family:cambria, verdana;
}
#header_text img {
	padding:0 3px 0 3px;
	border:0;
}
#language_selector {
	position:absolute;
	right:0;
	top:-18px;
	height:15px;
	width:50px;
	text-align:right;
}
.language_flag {
	border:0;
	margin-left:2px;
}

/* menu */
#menu {
	clear:both;
	margin-top:12px;
	padding-top:19px;
	padding-bottom:10px;
	padding-right:15px;
	height:25px;
	width:100%;
	background:url(../images/menu_bg.jpg) no-repeat;
	background-position:15px 0;
	margin-left:-15px;
	text-transform:capitalize;
}
#menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#menu li {
	margin:0px;
	float:left;
}
#menu li a {
	display:block;
	height:18px;
	background:url(../images/menu_bg_home.jpg) no-repeat center right;
	color:#222;
	font-size:16px;
	font-family:cambria, verdana;
	text-decoration:none;
	padding:4px 12px 5px 12px;
}
#menu li a:hover, #menu li .amenu_active {
	color:#065276;
}


#footer_clear {
	width:949px;
	margin-left:auto;
	margin-right:auto;
	height:0;
	clear:both;
	position:relative;
}
#footer {
	width:100%;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	position:absolute;
	text-align:right;
	line-height:16px;
	font-size:10px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7c7f80;
	font-weight:bold;
}
#footer a {
	color:#7c7f80;
}
#footer a:hover {
	color:#999;
}
#clear {
	clear:both;
}