@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
}
body, table {
	font-family: arial;
	font-size:11.5px;
	color: #575756;
}

img {
	display: block;
	border: 0px none;
}

h1 {
	font-size: 22px;
	color: #00718f;
	display: none;
}
h2 {
	font-size: 22px;
	color: #00718f;
}
h3 {
	font-size: 15px;
	color: #00718f;
}
h1, h2, h3 {
	font-weight: normal;
	margin-top: 0px;
}

p {
	margin-top: 0px;
}

a {
	color: #00718f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

tr { vertical-align: top; }
th { text-align: left; }
th, td { padding: 5px; }

/* form */

label {
	display: block;
	font-size: 10px;
	color: #00718f;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=submit] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #abadb3;
	height: 25px;
}
textarea {
	height: 60px;
}

/* default */

.clear { clear: both; }
.hidden { display: none; }
.nowrap { white-space: nowrap; }

/* main */

#main {
	position: relative;
	width: 960px; /*  240 20 220 20 220 20 220  */
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

/* logo + nav */

#logo {
	float: left;
	width: 480px;
	height: 120px;
	margin-right: 20px;
	border-top: 1px solid #575756;
	background: url(../images/logo.jpg) no-repeat left center;
}
#logo a {
	display: block;
	width: 220px;
	height: 120px;
}
#nav {
	position: relative;
	float: left;
	width: 460px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav li {
	float: left;
	margin-right: 15px;
	padding-top: 20px;
	border-top: 1px solid #575756;
	color: #575756;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 15px;
}
#nav li.last {
	margin-right: 0px;
}
#nav li a {
	color: #575756;
}
#nav li.active,
#nav li:hover {
	border-top: 1px solid #00718f;
	color: #00718f;
}
#nav li.active a,
#nav li:hover a {
	color: #00718f;
	text-decoration: none;
}

/* rows & columns */
.row { 
	background-color: #ffffff;
	clear: both; 
	padding-top: 14px;
}
.column {
	float: left;
	width: 220px;
	min-height: 1px;
	padding-top: 20px;
	padding-right: 20px;
	border-top: 1px solid #575756;
}
.column.first {
	margin-right: 20px;
}
.column.last {
	padding-right: 0px;
}
.column.first h2 {
	font-weight: bold;
	font-size: 15px;
	color: #575756;
	text-transform: lowercase;
	margin-bottom: 0px;
}
.column.first .line {
	width: 20px;
	height: 1px;
	background-color: #575756;
	margin-top: 20px;
	margin-bottom: 15px;
}
.column img {
	margin-bottom: 12px;
	width: 100% !important;
	height: auto !important;
}
.column ul {
	padding-left: 17px;
}
/* row grey */
.row.grey {
	background-color: #d9e1e8;
}
.row.grey .column {
	padding-top: 0px;
	border-top: 0px none;
}
.row.grey .column.first {
	padding-left: 20px;
	padding-right: 0px;
}
.row.grey .column.last {
	padding-right: 20px;
	width: 200px;
}

/* row borderless */
.row.borderless .column {
	padding-top: 0px;
	border-top: 0px none;
}

/* row dragging placeholder */
.yellow {
	background-color: #fcffad;
	height: 347px;
	width: 100%;
}

/* footer */

#footer_wrapper {
	width: 100%;
	background-color: #00718f;
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 130px;
}
#footer {
	position: relative;
	width: 960px; /*  240 20 220 20 220 20 220  */
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}

#footer_contact {
	float: left;
	width: 460px;
	padding-top: 15px;
	border-top: 1px solid #ffffff;
}
#footer #kop {
	float: left;
	height: 100px;
	margin-right: 30px;
	font-size: 15px;
}
#footer #adres {
	float: left;
	line-height: 17px;
}
#footer #adres #naam {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

#footer #copyright {
	clear: both;
	padding-top: 5px;
	color: #328eb3;
	border-top: 1px solid #328eb3;
}

/* footer nav */

#footer_nav {
	float: left;
	width: 480px;
	height: 145px;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
	list-style: none;
}
#footer_nav li {
	float: left;
	margin-right: 15px;
	padding-top: 15px;
	border-top: 1px solid #ffffff;
	text-transform: lowercase;
	font-size: 15px;
}
#footer_nav li.last {
	margin-right: 0px;
}
#footer_nav li a {
	color: #ffffff;
}
#footer_nav li.active,
#footer_nav li:hover {
	border-top: 1px solid #328eb3;
	color: #328eb3;
}
#footer_nav li.active a,
#footer_nav li:hover a {
	color: #328eb3;
	text-decoration: none;
}

/* cms */

.cms_forms input[type=text],
.cms_forms select {
	width: 350px;
}
.cms_toolbar {
	font-size: 11.5px;
	font-weight: normal;
}
.cms_toolbar a:hover {
	text-decoration: underline !important;
}
.cms_edit, .cms_delete {
	display: inline;
	margin-right: 5px;
}
#nav .cms_general_toolbar {
	position: absolute;
	top: 2px;
	left: 0px;
}
