* {
	font-family:verdana;
}

html {
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
    	background-color: rgb(228, 227, 227);
}

a {
	text-decoration:none;
}

font {
	font-family:inherit;
	font-size:inherit;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:785px;
}
#page {
	width:785px;
	background-color:#fff;
}


#header {
	width:785px;
	height:285px;
}
#header h1 {
	display:none;
}
#header #overlay {
	background-image:url(/domains/studiovdb/amsterjan.nl/images/header_overlay.png);
	background-repeat:no-repeat;
	width:785px;
	height:285px;
}
#header #overlay #flags {
	position:relative;
	top:265px;
	left:60px;
	float:left;
	z-Index:1000;
	height:25px;
}
#header #overlay #menu {
	margin-top:265px;
	padding-right:20px;
	float:right;
}


#content {
	margin:20px;
}
#content a {
	color:#F92802;
}
#content a:hover {
	color:#C21E01;
}

#footer hr {
	display:none;
}
#footer .copyrights {
	font-size:7pt;
	color:rgb(74, 79, 81);
	text-align:center;
}
#footer .copyrights a {
	color:rgb(74, 79, 81);
}

#bottom {
	background-image:url(/domains/studiovdb/amsterjan.nl/images/bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:785px;
	height:13px;
}


.article,.content, font {
    font-size: 8pt;
    color:#000;
    line-height: 16px;
	
}
.title,h1 {
    font-size: 11pt;
    font-weight:bold;
	padding-bottom: 5px;
}

img {
	border-color:#F92802;
}

/* Some defaults needed */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {display: inline-block;}
