/* Begin Standard Styles */
/* reset appearance of all elements */
* {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-size: 100%;
}
/* firefox cosmetics */
html { 
	overflow: -moz-scrollbars-vertical; 
} /* always show vertical scrollbar */
html { overflow-x: auto; } /* avoid hiding horizontal scrollbar */
:-moz-any-link:focus {outline: none; } /* no outline around focussed links */
/* default font */
* {
	padding:0;margin:0;
}
/* Special Font-faces */
@font-face {
		font-family: 'DFBV-Regular';
		src: url('dfbvregular.eot');
		src: url('dfbvregular.eot?#iefix') format('embedded-opentype'),
				 url('dfbvregular.woff') format('woff'),
				 url('dfbvregular.ttf') format('truetype'),
				 url('dfbvregular.svg#dfbvregular') format('svg');
		font-weight: normal;
		font-style: normal;
}
.noScreen {
	display: none;
}
html {
	background:url('../img/bg_html.png') repeat-x #000000;
	height:100%;min-height:100%;
}
body {
	font: 12px/130% 'DFBV-Regular','Myriad Pro','Arial','Helvetica','Verdana';
	color: #ffffff;
	background:url('../img/bg_body.png') center 141px no-repeat;
	height:100%;
	min-height:930px;
}
/* default links */
a {
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #e52671;
}
/* alignment */
.left			{ float: left; display: inline; }
.right			{ float: right; display: inline; }
.imgTop			{ margin: 0 0 1.5em 0; }
.imgBot			{ margin: 1.5 0 0 0; }
.imgLeft		{ float: left; display: inline; margin: 0.3em 1.5em 1em 0; }
.imgRight		{ float: right; display: inline; margin: 0.3em 0 1em 1.5em; }
.videoTop		{ margin: 10px 0 1.5em 0;width:340px; }
.videoBot		{ margin: 1.5em 0 10px 0;width:340px; }
.videoLeft		{ float: left; display: inline; margin: 0.3em 1.5em 1em 0;width:340px; }
.videoRight		{ float: right; display: inline; margin: 0.3em 0 1em 1.5em;width:340px; }


.txtLeft		{ text-align: left; }
.txtRight		{ text-align: right; }
.center			{ text-align: center; }
.valignTop		{ vertical-align: top; }
.valignMiddle	{ vertical-align: middle; }
.valignBottom	{ vertical-align: bottom; }

/* float clearing */
.clear,
.clearBoth,
.clearLeft,
.clearRight {
	clear: both;
	margin: 0; padding: 0;
	height: 0; line-height: 0%; font-size: 0;
	overflow: hidden; visibility: hidden;
}
.clearLeft	{ clear: left; }
.clearRight	{ clear: right; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
.ie6 .clearfix {
    height: 1%; overflow: visible;
}

/* various */
img 		{ -ms-interpolation-mode: bicubic; }
img.border	{ border: 1px solid #807f7f; }
address		{ font-style: normal; }
.noWrap		{ white-space: nowrap; }
.bold		{ font-weight: bold; }
.normal		{ font-weight: normal; }
.caps		{ text-transform: uppercase; }

/* headers */
h1, h2, h3, h4, h5, h6 {
	padding:0;margin:0;
	color:#e52671;
}
h1 { font-size: 30px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
h2 a, h3 a, h4 a, h5 a, h6 a { 
	text-decoration: none; 
}
p, table, dl, ol, ul {
	padding:0; margin-bottom:0;
}

/* default list positioning  */
ol, ul { margin-left: 30px; }

table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.form {
	padding:0;
	margin:0;
}
ul.formfields {
	margin: 0; padding: 0;
	list-style: none;
} 
ul.formfields li {
	clear: left;
}
ul.formfields div.label {
	float: left; display: inline;
	width: 175px;
	margin: 0 0 5px 0;
}
ul.formfields div.input {
	float: left; display: inline;
	width: 205px;
	margin: 0 0 5px 0;
}
ul.formfields label {
	padding: 2px 5px 0 0;
	cursor: pointer;
}
/* checkbox / radiobutton */
ul.formfields li.check div.input {
	width: 22px;
}
ul.formfields li.check div.label {
	width: 358px;
}
input {
	padding:4px 0px 4px 4px;
	border:solid 1px #d0d0d0;
	font: 12px Arial, Helvetica, Sans-serif, Tahoma, Verdana;
	color:#606060;
}
textarea {
	padding:4px 4px 4px 4px;margin:0;
	border:solid 1px #d0d0d0;
	font: 12px Arial, Helvetica, Sans-serif, Tahoma, Verdana;
	width:246px;
	color:#606060;	
}
submit {
	background:#00ff00;
	color:#ffffff;
}
input.textfield, 
textarea.textarea, 
select.select {
	background: #ffffff;
	color:#333;
	border:solid 1px #ffffff;
	padding:4px;margin:0px 5px 0 0;

}
input.textfieldsmall {
	background: #ffffff;
	color:#333;
	border:solid 1px #ffffff;
	padding:4px;margin:0px 5px 0 0;
	width:100px;
}
input.textfieldError, 
textarea.textareaError, 
select.selectError {
	background: #ffffff;
	color:#ff0000;
	border:solid 1px #ff0000;
	padding:4px;margin:0px 5px 0 0;
	width:250px;
}
input.disabled,
select.disabled,
textarea.disabled  {
	background: #cccccc;
	border-color: #cccccc;
}
input.error,
select.error,
textarea.error {
	background: #f9e9e9;
	border-color: #ff0000;
	margin:0px 5px 0px 0;
}
label {
	padding:0;margin:0;
}
.button {
	cursor: pointer;
}
.button:hover {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.required {
	color: #7fb52f;
}
.error {
	color: #ff0000;
}
.error ul {
	margin-left: 10px;
}
.error li {
	list-style: inside square;
}
.defaultWidth {
	width: 200px;
}
select.defaultWidth {
	width: 205px;
}
.width1	{ width: 10px; }
.width2 { width: 20px; }
.width3 { width: 28px; }
.width4 { width: 35px; }
.displayNot {
	display:none;
	padding:0;margin:0;
}
/* End Standard Styles */
#wrapper {
	height: auto !important;
	height: 100%;	
	min-height: 930px;
	width:960px;
	margin:0 auto -75px;
}
#header {
	position:relative;
	width:960px;height:140px;
	background:url('../img/bg_header.png') right bottom no-repeat;
	margin-bottom:1px;
}
#logo {
	position:absolute;
	top:10px;left:0;
}
#logo a {
	display:block;
	width:290px;height:120px;
	background:url('../img/logo_defriesebewindvoerder.png') right bottom no-repeat;
	text-indent:-9999em;
}
#navi {
	position:absolute;
	top:91px;left:300px;
}
#navi ul {
	list-style:none;
	padding:0;margin:0;
}
#navi ul li {
	float:left;display:inline;
	padding:0 0 0 11px;margin:0;
}
#navi ul li a {
	display:block;
	height:31px;
	padding:18px 7px 0 0;margin:0;
	text-decoration:none;
	font-size:14px;
}
#navi ul li a:hover {
	color:#f0cbda;
}
#navi ul li.active {
	background:url('../img/bg_navi_active_left.png') left bottom no-repeat;
}
#navi ul li.active a {
	background:url('../img/bg_navi_active_right.png') right bottom no-repeat;
}
#push {
	height:75px;
}
#visualHorizontal {
	width:960px;
	margin:20px 0 0 0; 
}
#imageHorizontalHolder {
  -moz-border-radius:30px; /* Firefox */
  -webkit-border-radius:30px; /* Safari, Chrome */
  border-radius:30px; /* CSS3 */
}
#imageHorizontalTextHolder {
	width:255px;height:178px;
	padding:75px 0 0 705px;
	overflow:hidden;
	background:url('../img/bg_visual_horizontal.png') right top no-repeat;
	font-size:15px;
	line-height:22px;	
}
#imageHorizontalTextHolder .phone {
	font-size:19px;
	margin-bottom:5px;
}
#imageHorizontalTextHolder .time {
	font-size:12px;
	margin-bottom:15px;
}
#imageHorizontalTextHolder .login {
	font-size:14px;
	margin-bottom:5px;
}

#contentHorizontal {
	width:860px;
	padding:50px;
	font-size:16px;
	line-height:32px;;
}
#contentHorizontal h1 {
	font-weight:normal;
	font-size:40px;
	margin-bottom:30px;
	text-shadow: 1px 1px 2px #000;
}
#contentHorizontal h2 {
	font-weight:normal;
	font-size:24px;
	margin-bottom:10px;
	text-shadow: 1px 1px 2px #000;	
}
#contentHorizontal p {
	margin-bottom:32px;
}
#visualVertical {
	float:left;display:inline;
	width:273px;
	margin:20px 0 50px 0;
}
#imageVerticalHolder {
  -moz-border-radius:30px; /* Firefox */
  -webkit-border-radius:30px; /* Safari, Chrome */
  border-radius:30px; /* CSS3 */
}

#contentVertical {
	float:left;display:inline;
	width:587px;
	padding:50px 50px 50px 50px; 
	font-size:16px;
	line-height:32px;;
}
#contentVertical p {
	margin-bottom:32px;
}
#contentVertical h1 {
	font-weight:normal;
	font-size:40px;
	margin-bottom:30px;
	text-shadow: 1px 1px 2px #000;	
}
#contentVertical h2 {
	font-weight:normal;
	font-size:24px;
	margin-bottom:10px;
	text-shadow: 1px 1px 2px #000;	
}

#imageVerticalTextHolder {
	width:253px;height:185px;
	padding:495px 0 0 20px;
	overflow:hidden;
	background:url('../img/bg_visual_vertical.png') left bottom no-repeat;
	font-size:15px;
	line-height:22px;	
}
#imageVerticalTextHolder .phone {
	font-size:19px;
	margin-bottom:5px;
}
#imageVerticalTextHolder .time {
	font-size:12px;
	margin-bottom:15px;
}
#imageVerticalTextHolder .login {
	font-size:14px;
	margin-bottom:5px;
}

#footer {
	height:74px;
	border-top:solid 1px #ffffff;
}
#footerWrapper {
	width:960px;height:74px;
	margin:0 auto;
	background:url('../img/bg_footer.png') left top no-repeat;
}
#copyright {
	padding:18px 0 0 25px;
	font-size:14px;
}
#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	color:#ffffff;
}
#contact {
	font-size:18px;
}
#contact input,
#contact textarea {
	padding:8px;
	width:300px;
	font-size:13px;
	border:solid 1px #ffffff;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
}
#contact textarea {
	height:100px;
}
#contact .submitButton {
	font:18px 'DFBV-Regular','Myriad Pro','Arial','Helvetica','Verdana';
	background:#e52671;
	color:#ffffff;
	border:none;
	width:120px;
	font-weight:bold;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
}