* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-color: #a7b0b5;
	color: #000;
	font-size: 0.9em;
	font-family: Helvetica; /*"frutiger linotype", "lucida grande", "verdana", sans-serif;*/
}
a {
	background-color: inherit;
	color: #214284;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #D02D32;
	text-decoration:none;
}


a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight:normal;
}

h1 {
	color: #B9282D;
	font-size: 160%;
}
h2 {
	font-size: 1.4em;
	margin: 10px 0 20px 0;
	color: #215092;
	margin: 0.3em 0;
	padding-top: 1em;
}
h4 {
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.5em;
}

#content ul {
	margin: 1em 0 0 25px;
}
/* Layout */
#container {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;
	background-color: #fff;
    
}
#header{
	width: 950px;
	height: 100px;
	position: relative;
	background: #fff url('../img/ruler.gif') no-repeat;
}
#header-bottom {
	width: 950px;
	margin-bottom: 20px;
}
#actiediv {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 200;
}
#actiediv img {
	z-index: 200;
	height: 150px;
}

#stadkeuze {
	width: 950px;
	text-align: right;
	height: 25px;
}
#stadkeuze a {
	color: #424371;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
}
#stadkeuze a.active {
	border-bottom: 2px solid #919191;
}
#stadkeuze a:hover {
	border-bottom: 2px solid #919191;
}
#topmenu
{
	position: absolute;
	bottom: 20px;
	left: 240px;
	width: 700px;
	text-align: right;
    font-size:1.1em;
}
#topmenu a {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 20px;
	color: #993333;
	font-size: .8em;
}
#topmenu a:hover {
	text-decoration: underline;
}
#menu {
	position: relative;
	clear: both;
	font-size: 14px;
	float: left;
	margin: 0 10px 10px 20px;
	width: 200px;
}
#content{
	float: left;
	width: 480px;
	padding: 0 10px 10px;
	margin: 0 10px 10px 10px;
	font-size: 0.9em;
	z-index: 1;
	line-height: 1.6em;
	color: #333;
	position: relative;
	font-family: Arial;
}
#content-afbeelding {
	width: 470px;
	margin-bottom: 1em;
	margin-top: 10px;
	overflow: hidden;
	height: 100px;
}
#content-afbeelding img {
	width: 488px;
}

#menu ul {
	
	list-style-type: none;
}

#menu li {
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
}
#menu li a {
	display: block;
}

#titel {
	position: absolute;
	top: 40px;
	left: 270px;
	color: #215092;
}

#tekst {
	position: absolute;
	top: 80px;
	font-size: 11px;
	left: 270px;
	height: 225px;
	overflow: hidden;
	width: 375px;
}

#titelf {
	color: #215092;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tekstf {
	font-size: 11px;
	width: 375px;
	margin-left: 50px;
}
#rechts {
	float: right;

	width: 180px;
	margin-right: 10px;
}
.rechtsborder {
	border: 1px solid #FFEFF0;
	background: #fff;
	margin-bottom: 10px;
	padding: 5px;
}
#rechts h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#rechts .tel {
	line-height: 16px;
	margin: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.tel img { margin-right: 5px; }
#rechts1 #contact1 {
	padding: 10px;
	font-size: 0.9em;
	color: #666;  
	background: #EEE;
    border: 0px solid #666666;
}

#rechts #contact {
	padding: 10px;
	font-size: 0.8em;
	color: #fff;  
	background: #CC0166;
    border:0px solid #666666;
}
#footer {
	clear: both;
	width: 950px;
	color: #4d4d4e;
	font-family: Arial;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	border-top: 3px solid #993333;
    text-align:right;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}



/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}

/*  Nav & Actions */
div.nav {
	text-align: left;
	position: absolute;
	top: 9em;
	left: 60%;
}
div.nav ul li a {
	display: block;
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}
div.nav ul {
	background: #003d4c;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.nav ul li a {
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}
div.nav ul li a:hover {
	background: #003d4c;
	color: #fff;
}

/*  Actions  */
div.actions {
	clear: both;
	margin-top: .2em;
	text-align: left;
}
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	margin: 0 2em 0 0;
	padding: 0;
}
div.actions ul li a {
	background: #fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	background: #003d4c;
	color: #fff;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake_debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

.dataform .input .inputHintOverlay {
	text-align: left; 
	color: #999; 
	width: auto;
	cursor: text;
}


.dataform .input {
    
    clear: both;
    border-bottom: 1px solid #eee;
    width: 470px;
    padding: 15px 0;
}

/* labels */
.dataform .input label {
    width: 140px;
    font-size: 1em;
    text-align: right;
    float: left;
    padding: 4px 15px 4px 0;
}

.dataform .error label {
    color: #F00;
}

.dataform .required label {
    font-weight: bold;
}

/* input elementen */
.contactform .input { clear: both; margin-bottom: 4px; }
.contactform label { display: block; float: left; width: 150px; }
.contactform .textarea label { width: auto; }
.dataform .input input[type=text],
.dataform .input input[type=password] {
    border: 2px solid #ccc;
    padding: 4px;
    width: 293px;
    background: #eee;
    margin-right: 10px;
    font-size: 1.1em;    
}

.dataform .input input.halfbreed,
.dataform .input select.halfbreed {
    width: 150px;
}

.dataform .input input.kort {
    width: 50px;
}

.dataform .error-message { 
    width: auto;
    display: inline;
    color: #f00;
    vertical-align: top;
}
.dataform .input input[type=file] {
    border: 2px solid #ccc;
    padding: 4px;
    width: 175px;
    background: #eee;
    margin-right: 10px;
    font-size: 1.1em;    
}

.dataform h3 {
    margin: 10px 0;
    color: #B9282D;
}

.blok {
	margin-bottom: 1em;
}
.dataform .input input[type=radio] {}
.dataform .input input[type=checkbox] {}
.dataform .input input[type=button] {}
.dataform .input input[type=submit] {}

.dataform .input textarea {
    background: #eee;
    border: 2px solid #ccc;
    padding: 4px;
    width: 293px;
    margin-right: 10px;
    height: 150px;
    font-size: 1.1em;   
}
.dataform .input textarea.fullwidth {
	width: 100%;
	height: 350px;
	margin: 0;
}
.dataform .input select {
    border: 2px solid #ccc;
    padding: 4px;
    background: #eee;
    width: 293px;
    margin-right: 10px;
    font-size: 1.1em;   
}
.dataform .input select.kort {
    width: 62px;
}
.dataform .input option {}
.dataform .input select:focus,
.dataform .input textarea:focus,
.dataform .input input:focus {
    background: #fff;
    border-color: #B9282D;
}

.dataform .error option {}
.dataform .error select,
.dataform .error textarea,
.dataform .error input {
    border-color: #FF0000;
} 

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-bottom: 12px;
}
/*--Window/Masking Styles--*/
.window {
	height:200px;	width: 480px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -26px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url('../../img/layout/paging_bg2.png') no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
