@charset "utf-8";
/* CSS Document shmakelaars.nl layout */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 13px "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
}

#background {
	width: 838px;
	height: 100%;
	margin: 0 auto;
}

#header {
	height: 93px;
	width: 838px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#print-header {
	display: none;
}

#main {
	width: 838px;
	height: 100%;
	margin: 0 auto;
	background: #fff url(../images/bg_repeat.jpg) repeat-y;
	background-position: center; 
}

#content {
	padding: 0px 30px 0px 30px;
}

#content h1 {
	font-size: 21px;
	color: #362110;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 15px;
	color: #362110;
	margin-top: 10px;
}

#content h3 {
	font-size: 12px;
	color: #444;
}

#content hr {
	border: 0;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	width: 100%;
	text-align: left;	
}

#content img {
	margin-bottom: 5px;
	margin-right: 5px;
}

#footer {
	height: 87px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 10px;
	color: #000;
}

#footer-copyright {
	float: left;
	width: 409px;
	height: 20px;
	text-align: right;
	margin-right: 10px; 
	padding-top: 33px;
	
}

#footer-address {
	float: right;
	width: 409px;
	height: 20px;
	padding-left: 10px;
	padding-top: 33px;
}

#footer a {
	color: #fff !important;
}


/* links */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ff7f00;
	border-bottom: 1px #fff dashed;
}

.image {
	border-bottom: 0px !important;
}

.left {
	float:left;
	margin-right: 10px;
}

.right {
	float:right;
	margin-left: 10px;
}

/* various */

img {
	border: 0;
}

.copyright {
	font: 10px Trebuchet, Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}
