body {
margin:0 auto;
	padding: 0;
	background: #333333 url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3, h4 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
list-style:none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
	margin-bottom:3px;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

	.kopje {
	padding: 2px 0 2px 15px;
	width:452px;
	background: url('http://www.martijnburg.nl/v2/images/list1.gif') left center no-repeat;
	vertical-align:middle;
	font-weight:bold;
	border-bottom:1px dashed #666666;
	border-top:1px dashed #666666;
	display: block;
	margin-top:10px;
}
/* Header */
#wrap {
width:778px;
	margin: 0 auto;
	}
#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 778px;
	height: 45px;
	background: #F6F6F6 url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu p {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	color: #333333;
	margin:0px;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}
#nieuws {
height:80px;
overflow:hidden;
}

#nieuws img{
margin: 4px;
padding:1px;
border: 2px #000000 solid;
float:left;
}

#tooltip
{
	border: 1px solid #000;
	background: url(http://www.martijnburg.nl/v2/images/tooltip.png) bottom right;
	padding: 4px;
	width:auto;
	max-width:150px;
	position: absolute;
	z-index:40;
}

#tooltip h3, #tooltip div {
    text-align: left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0;
	}

/* Page */

#page {
	width: 778px;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 0px 24px;
	background: url(images/img03.jpg) no-repeat;
}
#website {
	padding: 0px;
	font-weight:bold;
	min-height:40px;
	height:auto;
}
/* Content */

#content {
	float: left;
	width: 470px;
	padding: 10px 0 0 10px;
}

#content img {

border:#000000 1px solid;
}
#beeld img {

border:#000000 0px solid;
}

#content h3 {

font-size: 1.45em;
}
#content h4 {

font-size: 1.1em;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	margin: 0;
	margin-bottom:10px;
	padding: 0;
	list-style: none;
}

#content li {
	padding: 0px 20px 0px 35px;
	background: url(/v2/images/list.gif) no-repeat 20px 50%;
	border-bottom: 0px;
}

.post {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 0px;
}

.entry {
}


/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
	padding-right: 10px;
	text-align:left;
}
#sidebar p {
margin-left:25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 5px 20px 5px 35px;
	background: url(/v2/images/list.gif) no-repeat 20px 50%;
	border-bottom: 0px;
}

#sidebar h2 {
	margin: 0;
	padding: 14px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
	border-bottom: 1px #666666 dotted;
	text-decoration:none;
}

input.door {
	width:200px;
	font-size:11px;
	background-image:url('images/arrow_refresh.png');
	background-repeat:no-repeat;
	margin-left:25px;
	padding-left:20px;
	}

input.address_box
{
    width: 530px;
	background-color:#666666;
	color:#FFFFFF;
	border: 1px #666666 solid;
	height:18px;
}
input.upload
{
    width: 260px;
	background-color:#666666;
	color:#FFFFFF;
	border: 1px #666666 solid;
	height:18px;
}
#error, #auth
{
    background-color: #BF6464;
    border: 1px solid #44352C;
	color:#030303;
}


#error p, #auth p, #auth form
{
    margin: 5px;
}
	.browser {
	padding: 2px 0 2px 20px;
	background: url('images/browser_sniff.png') left center no-repeat;
	display: block;
}
	.browser1 {
	padding: 2px 0 2px 20px;
	background: url('images/arrow_refresh.png') left center no-repeat;
	display: block;
}
	.browser2 {
	padding: 2px 0 2px 20px;
	background: url('images/images.png') left center no-repeat;
	display: block;
}
	.belangrijk {
	padding: 2px 0 2px 20px;
	background: url('http://www.martijnburg.nl/images/fout.png') left center no-repeat;
	vertical-align:middle;
	display: block;
}	
