/* --- BODY ------------------------------- */

html {
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;

	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background: #A5C1F1 url(/images/bg.gif) repeat-y 0px 0px;
}

a:link    {text-decoration: underline; color: #1C1E7C; outline: none; }
a:visited {text-decoration: underline; color: #1C1E7C; outline: none; }
a:active  {text-decoration: underline; color: #D1241B; outline: none; }
a:hover   {text-decoration: underline; color: #D1241B; outline: none; }	

#container {
	margin: 0px;
	padding: 0px;
	width: 766px;
	margin-top: 145px;
	margin-left: 200px;
}

/* --- HEADER ------------------------------- */

#head {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 766px;
	height: 145px;
	background: url(/images/head.jpg) no-repeat;
}

#head span {
	display: none;
}

#decodiv1 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 385px;
	background: url(/images/bg_gradient.gif) repeat-x;
}

#decodiv2 {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 750px;
	width: 270px;
	height: 600px;
	background: url(/images/bg_image.jpg) no-repeat;
}

/* --- FOOTER ------------------------------- */

#foot {
	display: block;
	z-index: 100;
	margin: 0px 20px 10px 20px;
	padding: 10px 0px 0px 0px;
	width: 510px;
	background-color: #FFFFFF;
	background: url(/images/footer.gif) repeat-x;
	font-size: 10px;
}

#foot a:link    {text-decoration: none; color: #000000; }
#foot a:visited {text-decoration: none; color: #000000; }
#foot a:active  {text-decoration: underline; color: #D1241B; }
#foot a:hover   {text-decoration: underline; color: #D1241B; }	

/* --- NAVIGATION ------------------------------- */

#menu {
	display: block;
	position: absolute;
	z-index: 3;
	top: 136px;
	left: 0px;
	width: 200px;
	height: 306px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	width: 336px;
	float: left;
}

#menu li a:hover {
	background-image: none;
}

#menu span {
	display: none;
}

/* --- NAV BUTTONS ------------------------------- */

#menu_home_i {
	width: 200px;
	height: 51px;
	background: url(/images/menu_01.gif) 0px 0px no-repeat;
	}
#menu_home_o {
	width: 200px;
	height: 51px;
	background: url(/images/menu_01.gif) -200px 0px no-repeat;
}

#menu_domeinen_i {
	width: 200px;
	height: 51px;
	background: url(/images/menu_02.gif) 0px 0px no-repeat;
	}
#menu_domeinen_o {
	width: 200px;
	height: 51px;
	background: url(/images/menu_02.gif) -200px 0px no-repeat;
}

#menu_waarde_i {
	width: 200px;
	height: 51px;
	background: url(/images/menu_03.gif) 0px 0px no-repeat;
	}
#menu_waarde_o {
	width: 200px;
	height: 51px;
	background: url(/images/menu_03.gif) -200px 0px no-repeat;
}

#menu_procedure_i {
	width: 200px;
	height: 51px;
	background: url(/images/menu_04.gif) 0px 0px no-repeat;
	}
#menu_procedure_o {
	width: 200px;
	height: 51px;
	background: url(/images/menu_04.gif) -200px 0px no-repeat;
}

#menu_contact_i {
	width: 200px;
	height: 51px;
	background: url(/images/menu_05.gif) 0px 0px no-repeat;
	}
#menu_contact_o {
	width: 200px;
	height: 51px;
	background: url(/images/menu_05.gif) -200px 0px no-repeat;
}

#menu_referenties_i {
	width: 200px;
	height: 51px;
	background: url(/images/menu_06.gif) 0px 0px no-repeat;
	}
#menu_referenties_o {
	width: 200px;
	height: 51px;
	background: url(/images/menu_06.gif) -200px 0px no-repeat;
}

/* --- CONTENT ------------------------------- */

#contentwindow {
	top: 0px;
	left: 10px;
	z-index: 100;
}

#content {
	display: block;
	position: relative;
	z-index: 100;
	padding: 20px 20px 10px 20px;
	width: 510px;
	background-color: #FFFFFF;
}

#content p {
	margin: 5px 0px 20px 0px;
	padding: 0px;
}

#seperator {
	margin-bottom: 15px; 
	display: block;
	height: 1px;
	width: 100%;
	background: url(/images/dots.gif) repeat-x;
	overflow: hidden;
}

#content h2, #contentright h2, #contentwide h2 {
	margin: 0px 0px 0px 0px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	text-decoration: none;
	color: #CF5508;
}

#content h3, #contentright h3, #contentwide h3 {
	margin: 0px 0px 0px 0px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #DE5900;
}

#references {
	padding: 0px;
	margin: 0px;
}

#references td {
	width: 175px;
	vertical-align: top;
	padding: 10px;
	font-size: 11px;
}

#ulleft {
	margin: 0;
	padding-left: 10px;
}

#ulright {
	margin: 0;
	padding-left: 20px;
}

#references .tdborder {
	border-right: 1px dotted #B2B2B2;
}

#references img {
	border-style: none;
}

.warning {
	margin: 5px !important;
	padding: 15px 15px 15px 100px !important;
	background:url(/images/warning.gif) no-repeat 18px 16px;
	min-height: 80px !important;
	border: 1px solid red;
}


/* --- CONTACT FORM ------------------------------- */

form {
	display: table;
	margin: 0px;
	padding: 0px;
}

form #contact_text {
	float: left;
	margin-left: 20px;
	width: 139px;
}

form table {
	float: left;
	width: 350px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	border-right: 1px dotted #B2B2B2;
}

form table td, form table th {
	padding: 5px 10px 5px 0;
	border-bottom: 1px dotted #B2B2B2;
	font-weight: normal;
	color: #565656;
	text-align: left;
	vertical-align: top;
	line-height: 22px;
}

form label, form table th {
  text-transform: lowercase;
  font-weight: bold;
}
form label.inline {
  font-weight: normal;
}
form label {
  cursor:pointer;
}

form td.buttons, form th.buttons {
  border-width: 0px;
}

form input, form textarea, form select {
  margin:1px 0;
}

form textarea {
  display: block;
  clear:left;
  width:97%;

  background: #FFFFFF;
  border: 1px solid #B2B2B2;
  border-color: #AAAAAA #EEEEEE #EEEEEE #AAAAAA;
  color: #333333;
}

form select {
  display: block;
  clear:left;
  width:97%;
}

input.text {
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
  border-color: #AAAAAA #EEEEEE #EEEEEE #AAAAAA;
  color: #333333;
}

input.error {
  border-color: #D70000 #E6A0A0 #E6A0A0 #D70000 !important;
}

input.valid {
  border-color: #079D0E #9ADC9D #9ADC9D #079D0E !important;
}

.button {
	height: 29px;
	width: 120px;

	background-color: #F5F4F2;
	background-image: url('/images/button.jpg');
	border-width: 1px;
	border-style: solid;
	border-color: #DCD7D1 #A59A8C #A59A8C #DCD7D1;

	color: #696259;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
}

.formerror {
	display: block;
	background: url(/images/icon_warning.gif) no-repeat 0px 1px;
	padding: 1px 0px 0px 20px;
	color: #660000;
}

.required {
	background: url(/images/icon_required.gif) 205px 9px no-repeat;
}

