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

* {
	margin: 0;
	padding: 0;
}

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

#background {
	width: 810px;
	height: 100%;
	margin: 0 auto;
	background: #fff url(../images/sh-bg-grey.gif) repeat-y;
	background-position: center; 
}

#background-1col {
	width: 810px;
	height: 100%;
	margin: 0 auto;
	background: #fff url(../images/sh-bg-1col-grey.gif) repeat-y;
	background-position: center; 
}

#header {
	height: 116px;
	width: 810px;
	background-image: url(../images/sh-top-grey.gif);
	background-repeat: repeat-y;
	background-position: center; 
}

#header h1 {
   text-indent: -9999px;
   width: 335px;
   height: 102px;
   background: url(../images/logo-shbm.gif) no-repeat 35px 35px;
   margin: 0;
   padding: 0;
}

#print-header {
	display: none;
}

#menu {
	background: #00829b;
	font-size: 16px;
	font-weight: bold;
	/*margin: 0px 30px 0px 15px;*/
	/*padding-left: 15px;*/
}

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

#content p{
	margin-top: 3px;
	margin-bottom: 10px;
}

.displaynone { display:none; }

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

#content h3 {
	font-size: 17px;
	color: #555;
	margin-top: 10px;
}

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

#content ul {
	margin-left: 5px;
	margin-bottom: 10px;
	list-style-type: none;
}

#content .sublist {
	margin-left: 25px;
}

#content li {
	padding-left: 20px;
	background: url(/images/bullet.png) left 5px no-repeat;
}

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

#flashcontent {
	padding-left: 15px;
	padding-bottom: 15px;
	height: 186px;
}

#main_col {
	float: left;
	width: 497px;
	margin-right: 15px;
}

#right_col{
	margin-left: 15px;
	margin-right: 0px;
	float: right;
	width: 223px;
}

#right_col p{
	font-size:11px;
	margin-top: 3px;
	color:#666;
}

#footer {
	height: 158px;
	background-image: url(../images/sh-bottom-grey.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#footer-1col {
	height: 158px;
	background-image: url(../images/sh-bottom-1col-grey.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#footer-copyright {
	height: 20px;
	text-align: right;
	font-size: 10px;
	color: #ddd;
	padding-top: 155px;
	margin-right: 30px;
}

#footer-copyright a {
	color: #fff;
}


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

a:hover {
	border-bottom: 1px #999 solid;
}

.first {
	margin-top: 0px !important;
}

.site-link {
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.link {
	margin-top: 10px;
}

.link-logo {
	float:left;
	margin: 8px 11px 8px 11px;
}
.onderzin {
	margin-top: 0px;
	color: #999;
	font-size: 11px;
}

.blauw {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	color: #00829b;
}

.begrip {
	margin-bottom: 0px !important;
	color: #00829b;
	font-weight: bold;
	font-size: 14px;
}

.uitleg {
	margin-top: 0px !important;
	color: #555;
}

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

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

.image-left {
	float:left;
	padding-right: 10px;
}

.image-right {
	float:right;
	padding-left: 10px;
}

/* various */

img {
	border: 0;
}

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

.clear {
	clear: both;
}

*::-moz-selection {
	background-color:#00829b;
	color:#fff;
}

/* google */
#map {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Footer */
.form {
	margin: 0px 0px 10px 0;
	padding-top: 10px;
}

/* Form */
fieldset { 
	border:0;margin:0;padding:0; 
}

label { 
	display:block; 
}

input.text,textarea { 
	width:300px;
	font:12px/12px 'courier new',courier,monospace;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc; 
}

input.submit { 
	float: right;
	margin-top: 15px;
	padding:2px 5px;font:bold 
	12px/12px verdana,arial,sans-serif;
	border: 1px solid #ccc;
    background: #fff; 
}

input.submit:hover {
    border: 1px solid #000;
    background: #eee;
}
