/**
 * Venema Advies BV Website
 * Copyright © 2010 Maarten Hogenboom, Venema Advies
 * Pagina styles/default.css
 */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 20px 0 0 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #3e3e3e;
	background-color: #dadada;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(/layout/back.gif);
	text-align: center;
}

* html body{
	height: 100%;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	border: 1px solid #aaaaaa;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	background-image: url(/layout/wrapper_back.gif);
}

#container {
	margin: 0;
	padding: 0 10px;
	width: 960px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/layout/container_back.gif);
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 220px;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 70px;
	background-image: url(/layout/logo_back.gif);
}

#slogan1 {
	float: right;
	margin: 0;
	padding: 0;
	width: 455px;
	height: 70px;
	background-image: url(/layout/slogan1_back.gif);
}

#image {
	clear: both;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 150px;
}

#menu {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 34px;
	background-color: #333333;
}

#middle1 {
	background-image: url(/layout/middle1_back.gif);
}

#middle2 {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(/layout/middle2_back.gif);
}

#middle3 {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(/layout/middle3_back.gif);
}

#main {
	float: left;
	margin: 0;
	padding: 25px;
	width: 660px;
}

#title {
	padding: 0 0 10px 0;
	font-size: 16px;
	border-bottom: 1px dotted #3e3e3e;
}

#content {
	padding: 8px 0 0 0;
	line-height: 20px;
}

#content a {
	color: #0087ba;
}

#content a:hover {
	text-decoration: none;
}

#content span.head {
	font-size: 14px;
	font-weight: bold;
}

#content td.form {
	padding-top: 7px;
}

#bar {
	float: right;
	margin: 0;
	padding: 16px 0 0 0;
	width: 250px;
	color: #ffffff;
	line-height: 16px;
	background-color: #3e3e3e;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/layout/bar_back.gif);
}

#bar a {
	color: #ffffff;
	text-decoration: none;
}

#bar a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#section {
	margin: 0;
	padding: 2px 10px;
	width: 230px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(/layout/section_back.gif);
}

#contact {
	margin: 0;
	padding: 0 10px 5px 10px;
	width: 230px;
}

#news {
	margin: 0;
	padding: 0 10px 5px 10px;
	width: 230px;
}

#news span {
	font-size: 10px;
	line-height: 12px;
}

#information {
	margin: 0;
	padding: 5px 10px;
	width: 230px;
	text-align: center;
}

#information img {
	border: 0;
}

#information img.mcp {
	padding: 8px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 20px;
	background-image: url(/layout/footer_back.gif);
}

#slogan2 {
	width: 960px;
	height: 20px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/layout/slogan2_back.gif);
}

#bottom {
	margin: 0;
	padding: 16px 20px;
	width: 940px;
	font-size: 11px;
	line-height: 22px;
	background-color: #dadada;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/layout/bottom_back.gif);
	text-align: right;
}

#bottom a {
	color: #3e3e3e;
	text-decoration: none;
}

#bottom a:hover {
	color: #000000;
	text-decoration: underline;
}
