/* 
CSS Document voor Huninga's
Datum: Januari 2010
Media: Screen
Ontwikkelaar: Wout Mager (www.woutmager.nl)
*/

/* Reset
=================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited {
	text-decoration: underline;
	color: #0331c8;
}

a:visited {
	color: #4903c8;
}

a:hover {
	text-decoration: none;
}

.inline li {
	display: inline;
}

.grey {
	color: #7f7e7e;
}

body {
	font: 75%/18px arial, verdana, sans-serif;
	color: #1a1a1a;
	background: url("../images/bg.jpg") no-repeat fixed center top;
}

/* Algemeen
=================================================================*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 920px;
	padding: 0 20px;
	height: 177px;
	float: left;
	clear: both;
	position: relative;
}

#language {
	width: 251px;
	float: left;
	display: block;
}

#language li, #servicemenu li {
	padding: 8px 0;
	display: block;
	float: left;
	font-size: 11px;
}

#language a, #language a:visited {
	padding-left: 20px;
	margin-right: 10px;
}

#deutsch {
	background: url("../images/sprite.png") no-repeat left -42px;
}

#nederlands {
	background: url("../images/sprite.png") no-repeat left -73px;
}

#servicemenu {
	width: 669px;
	display: block;
	float: left;
	position: absolute;
	left: 271px;
	top: 0;
}

#servicemenu li {
	padding-right: 20px;
}

#servicemenu .current a, #servicemenu .current a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#logo {
	position: absolute;
	left: 20px;
	top: 52px;
}

#photo {
	position: absolute;
	left: 271px;
	top: 43px;
}

#menu {
	width: 920px;
	padding: 0 20px;
	display: block;
	float: left;
	clear: both;
	background: #f69306;
}

#menu li {
	display: block;
	float: left;
}

#menu li a, #menu li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 11px 15px;
	display: block;
	float: left;
	background: url("../images/sprite.png") no-repeat left -172px;
	font-size: 14px;
}

#menu li.current a
, #menu li.current a:visited
, #menu li a:hover {
	background-color: #c26000 !important;
	position: relative;
	z-index: 100;
	background-image: none !important;
}


#breadcrumbs {
	width: 920px;
	height: 16px;
	padding: 4px 20px 0 20px;
	margin-bottom: 26px;
	float: left;
	clear: both;
	font-size: 11px;
	color: #5b5b5b;
}

#breadcrumbs a, #breadcrumbs a:visited {
	text-decoration: none;
	background: url("../images/sprite.png") no-repeat right -282px;
	padding-right: 8px;
	margin-right: 4px;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#leftcolumn #submenu li {	
	width: 162px;
	display: block;
	border-bottom: 1px solid #d8e0f7;
}

#leftcolumn #submenu a, #leftcolumn #submenu a:visited {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 10px;
	background: url("../images/sprite.png") no-repeat left -137px;
}

#leftcolumn #submenu a:hover, #leftcolumn a.current, #leftcolumn a:visited.current {
	color: #000;
	background: #eef1f9 url("../images/sprite.png") no-repeat left -137px !important;
}

#centercolumn #submenu {
	padding: 0;
	margin-bottom: 40px;
}

#centercolumn #submenu li {
	list-style-type: none;
}

#centercolumn #submenu a, #centercolumn #submenu a:visited {
	text-decoration: none;
	padding-left: 10px;
	background: url("../images/sprite.png") no-repeat left -141px;
}

#centercolumn #submenu a:hover {
	text-decoration: underline;
}

/* Content
=================================================================*/
#content {
	width: 544px;
	padding: 0 20px 0 208px;
	float: left;
	position: relative;
}

.reserveren {
    width: 920px !important;
    padding-left: 20px !important;
}

#leftcolumn {
	width: 168px;
	position: absolute;
	left: 20px;
	top: 0;
}

#centercolumn {
	width: 544px;
	float: left;
}

.reserveren #centercolumn {
    width: 920px !important;
}

.centercolumnwide {
    width: 700px !important;
}

.article {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 45px;
}

.article img {
	border: 1px solid #d0d0d0;
	padding: 2px;
}

#content p, #content ul, #content table, #content ol {
	margin-bottom: 18px;
}

h2 {
	font-size: 28px;
	margin: 0 0 15px;
}

h3 {
	font-size: 22px;
	clear: both;
}

.entry h3 {
	margin-bottom: 10px;
}

#content ul {
	list-style-type: disc;
	padding-left: 15px;
}

#leftcolumn ul {
	padding-left: 0;
}

#content ol {
	list-style-type: decimal;
	padding-left: 22px;
}

#rightcolumn {
	width: 168px;
	float: left;
}

#rightcolumn .block {
	width: 146px;
	padding: 12px 10px;
	border: 1px solid #f1bd88;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#rightcolumn .block h3 {
	margin-bottom: 15px;
}

#leftcolumn a.cta, #leftcolumn a.cta:visited {
	width: 158px;
	height: 30px;
	padding: 7px 0 0 0;
	margin: 10px 0 4px;
	display: block;
	float: left;
	clear: both;
	font-size: 17px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url("../images/sprite.png") no-repeat;
}

#leftcolumn a.cta:hover {
	background: url("../images/sprite.png") no-repeat left -233px;
}

ul.cta a, ul.cta a:visited {
	padding-left: 10px;
	background: url("../images/sprite.png") no-repeat left -143px;
}

#centercolumn a.cta, #centercolumn a.cta:visited {
	background: url("../images/sprite.png") no-repeat left -459px;
	padding-left: 12px;
}

table {
	width: 100%;
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 3px 10px;
}

td {
	border-bottom: 1px solid #f8dec3;
}

th {
	background: #f8dec3;
}

.print, .print:visited {
  background: url("../images/sprite.png") no-repeat left -287px;
	padding: 2px 0 2px 24px;
	text-decoration: none;
	display: inline-block;
}

.print:hover {
	text-decoration: underline;
}

.entry {
	width: 356px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	position: relative;
	padding-left: 188px;
	float: left;
	margin-bottom: 18px;
}

.entry img {
	position: absolute;
	left: 0;
	top: 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: right;
	margin: 0 15px 15px 0;
}

ul.prices span {
  width: 100px;
  display: block;
}

/* Forms
=================================================================*/
form div {
	padding: 5px 0;
	clear: both;
}

form label {
	width: 150px;
	display: block;
	float: left;
	cursor: pointer;
}

form label.error {
    width: auto;
    padding-left: 150px;
    clear: both;
    float: none;
    cursor: text;
    color: #f00;
    padding-top: 3px;
    font-weight: bold;
}

.btns {
	margin: 20px 0 0 0;
	padding-left: 150px;
}

span.labelmargin {
	padding-left: 150px;
	display: block;
	clear: both;
	color: #777;
	margin-bottom: 5px;
	font-size: 11px;
}

textarea {
	width: 350px;
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	min-height: 160px;
    line-height: 18px;
}

input.zemText {
	width: 240px;
	font-size: 12px;
}

#Telefoonnummer, #Datum, #Aanvang {
	width: 120px;
}

#Aantal {
	width: 30px;
}

#content ul.zemError {
	width: 534px;
	display: block;
	border: 1px solid #f7c1c1;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	background: #fadada;
}

#content ul.zemError li {
	padding: 2px 0 2px 26px;
	background: url("../images/sprite.png") no-repeat 10px -317px;
}

input.zemRequirederrorElement, textarea.zemRequirederrorElement {
	background: #fadada;
}

input.zemRadio {
	width: auto;
	float: left;
}

label.zemRadio {
	width: auto;
	float: none;
}

.zemSubmit {
	width: 114px;
	padding: 6px 0 12px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	background: url("../images/sprite.png") no-repeat left -351px;
	color: #fff;
}

.zemSubmit:hover {
	background: url("../images/sprite.png") no-repeat left -389px;
}

form em {
	margin: 0 0 15px 0;
	display: block;
}

.req {
	font-size: 16px;
	font-family: Georgia, "times new roman", serif;
}

/* Doormat
=================================================================*/
#doormat {
	width: 920px;
	padding: 20px;
	float: left;
	clear: both;
	background: #e47b12 url("../images/doormat.png") repeat-x left bottom;
	color: #fff;
	margin-top: 50px;
}

#holder {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

#doormat #holder div {
	width: 168px;
	display: block;
	float: left;
	margin-right: 20px;
}

#doormat h2 {
	font-size: 12px;
	margin: 0;
}

.type
, .country-name
, .type
, .url
, .geo
{
	display: none;
}

.tel {
	margin-top: 20px;
}

#doormat ul {
	margin-bottom: 20px;
}

#doormat ul a, #doormat ul a:visited {
	text-decoration: none;
	color: #fff;
	background: url("../images/sprite.png") no-repeat left -431px;
	padding-left: 10px;
	display: inline-block;
}

#doormat ul li.img a, #doormat ul li.img a:visited {
	padding: 6px 0 0;
	background: none;
	float: left;
}

#doormat ul a:hover {
	text-decoration: underline;
}

#doormat .vcard {
    width: 200px !important;
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
}

#doormat .vcard, .vcard a, .vcard a:visited {
	color: #000;
}

#ui-datepicker-div {
	background: #fff;
	position: relative;
	border: 1px solid #F1BD88;
	font-size: 11px;
	display: none;
}

.ui-datepicker-prev {
	position: absolute;
	left: 10px;
	top: 5px;
	text-decoration: none;
	cursor: pointer;
}

.ui-datepicker-next {
	position: absolute;
	right: 10px;
	top: 5px;
	text-decoration: none;
	cursor: pointer;
}

.ui-datepicker-header {
	text-align: center;
	padding: 5px 0;
}

.ui-datepicker-calendar tbody a, .ui-datepicker-calendar tbody a:visited {
	text-decoration: none;
	display: block;
	padding: 2px;
	text-align: center;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
	padding: 0 4px;
}

.ui-datepicker-calendar tbody a:hover, .ui-datepicker-today a, .ui-datepicker-today a:visited {
	background: #F8DEC3;
}

form h3 {
	margin: 24px 0 4px;
	font-size: 12px;
}

#verzekering {
    margin-top: 40px;
}
