html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	color: #e3e3e3;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #eee;
}

a {
	color: #fff;
	outline: none;
}

div {
 	 outline: none;

}

p strong {
	color: #fff;
}

:focus {
  -moz-outline-style: none;
}

form {
	margin: 0;
}

.errors {
	color: #FF8077;
	padding-bottom: 5px;
}

#container {
	width: 960px;
	height: 575px;
	margin: 0 auto;
	background: url(img/bg.jpg);
	position: relative;
}

body.home #container {
	background: url(img/bg_home.jpg);
}

#goto {
	position: absolute;
	bottom: 10px;
	left: 38px;
}

#gohome {
	position: absolute;
	top: 25px;
	right: 40px;
}
#menu {
	position: absolute;
	bottom: 10px;
	right: 35px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 31px;
	text-decoration: none;
}

#menu span {
	visibility: hidden;
}

#menu a#m1 {
	width: 100px;
	background-image: url(img/menu_01.gif);
}
#menu a#m2 {
	width: 95px;
	background-image: url(img/menu_02.gif);
}
#menu a#m3 {
	width: 140px;
	background-image: url(img/menu_03.gif);
}
#menu a#m4 {
	width: 100px;
	background-image: url(img/menu_04.gif);
}
#menu a#m5 {
	width: 88px;
	background-image: url(img/menu_05.gif);
}
#menu a#m6 {
	width: 149px;
	background-image: url(img/menu_06.gif);
}

#menu a#m1:hover, #menu a#m1.selected {
	background-image: url(img/menu_o_01.gif);
}
#menu a#m2:hover, #menu a#m2.selected {
	background-image: url(img/menu_o_02.gif);
}
#menu a#m3:hover, #menu a#m3.selected {
	background-image: url(img/menu_o_03.gif);
}
#menu a#m4:hover, #menu a#m4.selected {
	background-image: url(img/menu_o_04.gif);
}
#menu a#m5:hover, #menu a#m5.selected {
	background-image: url(img/menu_o_05.gif);
}
#menu a#m6:hover, #menu a#m6.selected {
	background-image: url(img/menu_o_06.gif);
}

#home_menu {
	position: absolute;
	bottom: 30px;
	left: 50px;
	width: 860px;
}

#home_menu a {
	text-decoration: none;
	padding: 0 10px;
}

#home_menu img {
	position: relative;
	top: 4px;
}

#content {
	position: absolute;
	left: 50px;
	top: 90px;
	width: 860px;
	height: 400px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #b8b8b8;
}

.home #content {
	left: 0px;
	top: 0px;
}

#left {
	width: 430px;
	height: 400px;
	float: left;
}

#right {
	width: 398px;
	height: 360px;
	padding: 20px;
	padding-right: 10px;
	float: right;
}


#right_inner {
	width: 378px;
	height: 360px;
	overflow: auto;
	text-align: justify;
	padding-right: 10px;
}

p.headline {
	font-size: 14px;
}

#contactform {
	width:  390px;
	height: 360px;
	background-color: #757575;
	overflow: auto;
	text-align: justify;
	padding: 20px;
}

input.ti {
	width: 385px;
	border: 1px solid #fff;
	background: #fff;
}

textarea.ta {
	width: 385px;
	border: 1px solid #fff;
	height: 55px;
}

/* Form validation */

input.required, textarea.required {
}

input.validation-failed, textarea.validation-failed {
	background-color: #fcc7c2;
	border: 1px solid #fcc7c2;
}

input.validation-passed, textarea.validation-passed {
}

.validation-advice {
	padding: 0;
	margin: 0;
	color : #fb6e67;
	font-weight: bold;
	display: inline;
	font-size: 10px;
}
.custom-advice {
	margin: 0;
	color : #FFF;
	font-weight: bold;
}

/* collectie */

#spc {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

div#grote_foto {
	height: 400px;
	overflow: hidden;
}

table.collectie {
	margin: 5px 0 0 9px;
}

table.collectie td {
	vertical-align: top;
}

table.collectie td .foto_item {
	height: 112px;
	background-color: #f2f2f2;
	margin-bottom: 1px;
	overflow: hidden;
}

table.collectie td .foto_item img {
	margin: 0;
	cursor: pointer;
}

table.collectie td .foto_item img.selected {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	cursor: pointer;
}


table.collectie td.left .foto_item, table.collectie td.middle .foto_item {
	margin-right: 1px;
}

table.collectie a {
	text-decoration: none;
}

table.collectie td.vorige {
	text-align: left;
	padding-top: 3px;
	font-size: 11px;
}

table.collectie td.volgende {
	text-align: right;
	padding-top: 3px;
	font-size: 11px;
}


#comment {
	padding-top: 7px;
}
