/* Basis */

body, html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #007ac3;
}

h2 {
	font-size: 12px;
	color: #007ac3;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin-top: 5px;
}

a {
	outline: none;
}

a img {
	border: none;
}

p {
	line-height: 17px;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.break, .clear {
	clear: both;
}

.info {
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	outline: none;
}

input[type="text"], input[type="password"] {
	width: 200px;
	border: 1px solid #abadb3;
	background: #fff;
	margin: 3px 0px;
}

textarea {
	padding: 3px 4px;
	margin-top: 3px;
	border: 1px solid #abadb3;
	background: #fff;
}

textarea.small {
	width: 250px;
	height: 42px;
}

textarea.medium {
	width: 198px;
	height: 124px;
}

textarea.big {
	width: 460px;
	height: 150px;
}

input[type="submit"], input[type="button"] {
	padding: 5px 12px;
	background-color: #007ac3;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #005182;
}

input[type="checkbox"], input[type="radio"] {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

label {
	line-height: 22px;
}

select {
	width: 208px;
}

.fout {
	color: red;
	font-weight: bold;
	margin-bottom: 6px;
}

.voltooid {
	color: #060;
	font-weight: bold;
	clear: both;
	margin-bottom: 6px;
}

/* Opbouw website */

#container {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#topbar {
	background: #007ac3;
	height: 55px;
	margin: 20px 0 5px 0;
}

#menu {
	float: left;
	margin-left: 15px;
}

#menu a {
	display: block;
	float: left;
	padding: 18px 18px 12px 18px;
	text-decoration:none;
	color: white;
	height: 25px;
	font-size: 16px;
}

#menu a:hover, #menu a.active {
	background: center bottom url('../images/menu_active.gif') no-repeat;
}

#logo {
	float: right;
	width: 242px;
}

#banner.home {
	margin-bottom: 8px;
}

#banner.home #slideshow {
	width: 738px;
	height: 440px;
}

#left {
	float: left;
}

#right {
	float: right;
	width: 202px;
	background: url('../images/bg_right.gif') repeat-y;
	padding: 10px 5px 0 35px;
	color: white;
	min-height: 230px;
}

#right.project {
	height: 407px;
}

#right.home {
	height: 430px;
}

#right a {
	display: block;
	height: 30px;
	color: white;
	text-decoration: none;
	text-align: right;
}

#right a:hover {
	text-decoration: underline;
}

#sub {
	float: right;
	width: 207px;
	background: url('../images/bg_right.gif') repeat-y;
	padding: 10px 0 0 35px;
	color: white;
	height: 230px;
}

#sidebar {
	float: right;
	width: 236px;
	min-height: 213px;
	background: #007ac3;
	color: white;
	padding: 10px 0px 10px 0px;
	margin-top: 16px;
}

#content.projecten #sidebar {
	margin-top: 5px;
	height: 359px;
}

#sub a, #sidebar a {
	display: block;
	min-height: 20px;
	color: white !important;
	text-decoration: none;
	padding: 5px 30px 5px 20px;
	text-align: right;
}

#sidebar a { 
	padding: 7px 30px 3px 20px;
}

#sub a:hover, #sub a.active {
	background: url('../images/sub_active.gif') no-repeat center right;
}

#sidebar a:hover, #sidebar a.active {
	background: url('../images/sidebar_active.gif') no-repeat center right;
}

#sub a.active, #right a.active, #sidebar a.active {
	font-weight: bold;
}

#sidebar h3 {
	margin: 5px 5px 10px 0px;
	text-align: right;
}

#main.home > div {
	width: 365px;
	float: left;
	padding-right: 20px;
	max-height: 93px;
	overflow: hidden;
}

#main.home > div#last {
	width: 200px !important;
	padding: 0 !important;
}

#main a {
	color: #007ac3;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	margin-top: 10px;
	width: 738px !important;
	padding: 0 !important;
	margin-bottom: 20px;
}

#content.simple {
	width: auto !important;
}

#content.form {
	width: 900px !important;
}

#content.projecten, #content.project {
	float: left;
	margin-top: 0px;
}

#content .project {
	display: block;
	width: 165px;
	height: 147px;
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #007ac3;
	margin: 4px 4px 5px 5px;
	text-align: center;
}

#content .project.first {
	margin-left: 0px;
}

#content .project.last {
	margin-right: 0px;
}

#content .project span.image {
	display: block;
	width: 165px;
	height: 110px;
	background: no-repeat center center;
}

#content .project span.text {
	display: table-cell;
	vertical-align: middle;	
	width: 165px;
	height: 30px;
	padding: 6px 0px 1px 0px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

#content .project:hover span {
	text-decoration: none;
}

#content .formulier tr {
	height: 30px;
}

#content .formulier td {
	height: 22px;
	line-height: 1em;
	vertical-align: middle;
}

#content .formulier td:first-child {
	padding-top: 8px;
	vertical-align: top;
}

#content .formulier tr td:first-child {
	font-weight: bold;
}

#content #formulier {
	padding-top: 6px;
}

#content .table td {
	vertical-align: top;
	padding: 5px;
}

.left.column1 {
	width: 400px;
}

.left.column2 {
	width: 500px;
}

.left.column2 td > input[type="text"] {
	width: 252px;
}

.keuzes {
	padding-top: 6px;
}

#storingen > label > span {
	font-weight: bold;
}

#storingen > label > span > span {
	font-weight: normal;
}

.keuzes input[type="checkbox"] {
	margin-right: 0px;
}

.keuzes .textfield, .keuzes .textfield2 {
	width: 230px !important;
	margin: 2px 0px 6px 22px;
	display: none;
}

.keuzes .textarea, .keuzes .textarea2 {
	width: 228px !important;
	margin: 2px 0px 6px 22px;
	height: 100px;
	display: none;
}

.keuzes label > span.text, #storingen.keuzes > label > span {
	cursor: pointer;
}

.keuzes .substoringen {
	margin-left: 22px !important;
	display: none;
}

.keuzes .textfield2 {
	width: 208px !important;
}

.keuzes .textarea2 {
	width: 206px !important;
	height: 80px;
}

html {overflow-y: scroll;}