body, input, textarea {
	background-color: #000;
	text-align: center;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color:#fff;
}

#main-wrapper {
	text-align: left;
}

#page-wrapper {
	width: 800px;
	height:590px;
	border:1px solid #fff;
	margin: 0px auto;
	text-align:center;
	margin-top: 25px;
	position:relative;
}

#page-wrapper.home {
	background-image: none;
}

/* ------ GENERAL PROPERTIES ------- */

a {
	outline: none;
}

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

a:active, a:hover, a.active {
	color: #e4ddd4;
	text-decoration: none;
}

em {
	color:#e4ddd4;
}

hr {
	clear:both;
	height: 0;
	border: 0;
	border-top: 1px solid #fff;
	width:720px;
	margin:0px auto;
	padding:0px;
}

div, ul, li, p {
	margin: 0px;
	padding:0px;
}

p {
	padding: 10px 0 0 0;
	font-size:12px;
	line-height: 200%;
	text-align:left;
}

/* ------ HOME ------- */

#logoHome {
	width: 303px;
	height: 69px;
	background: url(../img/logo.jpg) no-repeat top left;
	margin: 0px auto;
	padding: 0px;
	margin-top:42px;
}

#logo {
	width: 207px;
	height: 47px;
	background: url(../img/logo_klein.jpg) no-repeat top left;
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	top: 520px;
	left:297px;
}

h3 {
	display:none;
}

#slogan {
	width: 449px;
	height: 279px;
	background: url(../img/intro.jpg) no-repeat top left;
	margin: 0px auto;
	margin-top:50px;
}

.welkom {
	display:block;
	width: 162px;
	height: 16px;
	background: url(../img/welkom.jpg) no-repeat top left;
	margin: 0px auto;
	margin-top:55px;
}

#logo span, #logoHome span, #slogan span, .welkom span {
	display: none;
}

/* ------ MENU ------- */

#menu {
	position: relative;
	display:block;
	clear:both;
	width: 720px;
	margin:0px auto;
	padding-top: 60px;
	height: 35px;
	border-bottom: 1px solid white;
}

#menu ul {
	clear:both;
	padding:0px;
	margin: 0px;
	margin-bottom: 5px;
	list-style: none;
	width: 720px;
}

#secundary a {
	color:#e4ddd4;
}

#menu ul li {
	margin: 0px;
	padding:0px;
	padding: 0 15px 0 15px;
	border-right: 1px solid #fff;
	list-style: none;
	float: left;
	text-transform: uppercase;
}

#menu ul li a {
	display: block;
	text-decoration:none;
}

#menu ul li.first {
	padding-left: 0px;
}

#menu ul li.last {
	border: 0px;
	padding-right:0px;
}

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

#content {
	width:720px;
	margin:0px auto;
	height:400px;
}

#tekst {
	float: left;
	width: 348px;
	text-align:left;
	height:336px;
	padding-right: 12px;
}

#tekst ul {
	float:left;
	width: 172px;
	height: 100px;
	list-style: none;
}

#adresses {
	margin: 20px 0 0 0;
}

#pics {
	float: right;
	clear:right;
	width: 360px;
	height:312px;
	background-image: url('../img/picloader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 12px 0 12px 0;
}

#picthumbs {
	clear:both;
	margin: 0px;
	padding:0px;
	width:720px;
	margin: 0 auto;
	border-top: 1px solid white;
}

#picthumbs ul {
	clear:both;
	height: 60px;
	list-style: none;
	margin: 0px auto;
	padding:0px;
}

#picthumbs li {
	width:60px;
	height:60px;
	float:left;
	list-style: none;
	text-align:left;
	padding: 12px 0 0 0;
}

#picthumbs li img {
	margin:0px;
	padding:0px;
	border: 2px solid #e4ddd4;
}

#picthumbs li img:hover {
	margin:0px;
	padding:0px;
	border: 2px solid #fff;
}

/* ------ CONTACT FORMULIER ------- */

label {
	float:left;
	width: 94px;
	height: 17px;
	padding: 3px 0 3px 0;
}

input, textarea {
	width: 240px;
	background-color:#1d1c1c;
	border: 0px;
	height: 17px;
	color:#fff;
	padding: 3px;
	margin: 0 0 5px 0;
	text-align:left;
}

textarea {
	height: 80px;
}

#submit {
	width: 120px;
	height: 25px;
	padding: 0 0 3px 0;
	text-align:center;
}

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

#footer {
	clear:both;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	width: 800px;
	margin: 0px auto;
}

a.multimedium
{
	float:right;
	background: url(../img/hrefMultimedium.jpg) no-repeat;
	display: block;
	width: 18px;
	height: 19px;
}

a.multimedium:hover
{
	background-position: 0 -19px;
}

a.multimedium span
{
	display:none;
}

/* ------ SHORTCUT CLASSES ------- */

.clear {
	clear: both;
}
 
.error {
	color:#b32c36;
}
