* {
	margin:0;
	padding:0;
	outline:none;
	border:0;
	}
	
body {
	text-align:center;
	margin:40px 0 0 0;
	padding:0;
	background:#e3e3e3;
	color:#636363;
	font:11px/18px normal Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}
	
#container {
	background:transparent url(../../images/design/container.png) no-repeat;
	text-align:left;
	width:760px;
	padding:0 60px 35px 60px;
	height:550px;
	margin:0 auto;
	}
	
#header {
	border-bottom:1px solid #dbdbdb;
	height:50px;
	padding:25px 0 0 0;
	}
	
#logo h1 {
	background:url(../../images/design/dm_logo.png) no-repeat;
	text-indent:-9999px;
	height:24px;
	width:157px;
	float:left;
	}

#tag h2 {
	background:url(../../images/design/tag_en.png) no-repeat;
	text-indent:-9999px;
	height:24px;
	width:281px;
	float:right;
	}
	
body#nl #tag h2 {
	background:url(../../images/design/tag_nl.png) no-repeat;
	}
	
#main {
	height:405px;
	margin:25px 0 0 0;
	}

#portfolio {
	position:relative;
	border:1px solid #dbdbdb;
	width:440px;
	height:340px;
	padding:4px;
	float:left;
	}

#pagecontent {
	width:290px;
	height:350px;
	float:right;
	}

#pagecontent h1 {
	font-size:16px;
	font-weight:normal;
	color:#719ad1;
	}

#pagecontent h2 {
	font-size:12px;
	font-weight:bold;
	color:#719ad1;
	margin:15px 0 0 0;
	}

#pagecontent p {
	margin:0 0 10px 0;
	}
	
#pagecontent .orange {
	color:#dba218;
	font-weight:bold;
	}
	
#pagecontent .adrL {
	width:120px;
	height:80px;
	float:left;
	}

#pagecontent .adrR {
	width:160px;
	height:80px;
	float:right;
	}
	
#footer {
	border-top:1px solid #dbdbdb;
	height:40px;
	color:#dcdcdc;
	clear:both;
	}
	
#footer p {
	margin:3px 0 0 0;
	}

#footer #copy {
	float:left;
	}
	
#footer #flags {
	width:40px;
	float:right;
	margin:8px 0 0 0;
	}

ul#flags li{float:left;list-style-type:none;}
ul#flags li a{display:block;top:0;text-indent:-9999px;height:11px;width:16px;overflow:hidden;}

body#en li#nlf a {
	background:url(../../images/design/flags.png);
	background-position:0 -33px;
	}

body#en li#nlf a:hover {
	background:url(../../images/design/flags.png);
	background-position:0 -22px;
	}
	
body#en li#enf a {
	background:url(../../images/design/flags.png);
	background-position:0 0;
	margin:0 0 0 8px;
	}

body#nl li#enf a {
	background:url(../../images/design/flags.png);
	background-position:0 -11px;
	margin:0 0 0 8px;
	}

body#nl li#enf a:hover {
	background:url(../../images/design/flags.png);
	background-position:0 0px;
	}
	
body#nl li#nlf a {
	background:url(../../images/design/flags.png);
	background-position:0 -22px;
	}	

a {
	text-decoration:none;
	color:#094c6e;
	}
	
a:hover {
	text-decoration:underline;
	}

/* SLIDER */
#slider, #slider2 {
	overflow:hidden;
	position:relative;
	}
	
#slider2 li {
	width:290px;
	height:360px;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	}
	
#slider li {
	height:340px;
	width:440px;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	}

#slider li h1 {
	position:absolute;
	font-size:14px;
	color:#57b7e7;
	left:10px;
	bottom:28px;
	text-shadow:#000 1px 1px 3px;
	}
	
#slider li p {
	position:absolute;
	left:10px;
	color:#fff;
	bottom:10px;
	text-shadow:#000 1px 1px 1px;
	}
	
.caption {
	position:absolute;
	left:0;
	bottom:0;
	width:440px;
	height:50px;
	background-color:#000;
	}

ol#controls {
	margin:20px 0 0 0;
	height:15px;	
	}
		
ol#controls li {
	margin:0 8px 0 0;
	list-style:none;
	float:left;
	}
	
ol#controls li a {
	background:url(../../images/design/dots.png);
	height:11px;
	width:11px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}
		
ol#controls li.current a {
	background:url(../../images/design/dots.png);
	background-position:0 -11px;
	}
	
#nextBtn, #prevBtn {
	float:right;
	}
	
#nextBtn a {
	background:url(../../images/design/buttons.png);
	display:block;
	width:95px;
	height:23px;
	text-indent:-9999px;
	}
	
#nextBtn a:hover {
	background-position:0 -23px;
	}
	
#prevBtn a {
	background:url(../../images/design/buttons.png);
	background-position:0 -46px;
	display:block;
	width:95px;
	height:23px;
	text-indent:-9999px;
	}
	
#prevBtn a:hover {
	background-position:0 -69px;
	}
	
/* CONTACTFORM */	
#contactform input, #contactform textarea {
	border:2px solid #b5b5b5;
	width:256px;
	height:16px;
	margin:5px 0 5px 0;
	padding:4px 5px 0 25px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#dba218;
	}

#contactform textarea {
	height:86px;
	margin:5px 0 0 0;
	background:url(../../images/design/formbg.png) no-repeat;
	background-position:0 -40px;
	}
	
#contactform input:focus, #contactform textarea:focus {
	border:2px solid #57b7e7;
	}
	
#contactform .Fname, #contactform .Fmail,#contactform .Fmessage {
	background:url(../../images/design/formbg.png) no-repeat;
	}
	
#contactform .Fmail {
	background-position:0 -20px;
	}
	
#contactform .fbsubmit {
	background:url(../../images/design/fsubmit.png) no-repeat;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	width:85px;
	height:22px;
	border:none;
	color:#fff;
	text-align:center;
	padding:0;
	text-shadow:#878787 1px 1px 1px;
	cursor:pointer;
	margin:10px 0 0 102px;
	}

#contactform .fbsubmit:hover {
	background-position:0 -22px;
	}
	
#contactform .user_error {
	font-size:10px;
	line-height:11px;
	color:#FF0000;
	}
	
#contactform .error_message {
	display:none;
	}