﻿*{
	padding: 0;
	margin: 0;
	border: 0;
	color: #676767;
	font-family: "Trebuchet MS";
}

body,html{
}

* a{
	outline: none;
}

h1{
	font-size: 24px;
	font-weight: normal;
}

h2{
	font-size: 13px;
}

p{
	font-size: 11px;
	margin-bottom: 17px;
	line-height: 18px;
}

form{
	margin-top: 20px;
}

form p{
	margin-bottom: 5px;
}

input,textarea{
	border: 1px solid #676767;
	font-size: 11px;
	width: 250px;
}

input.submit{
	margin-top: 5px;
	margin-left: 65px;
	height: 25px;
	background: #e96d00;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

input.submit:hover{
	background: #df5900;
}

label{
	font-size: 11px;
	width: 60px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

#container{
	margin: auto;
	margin-top: 28px;
	width: 900px;
	height: 600px;
}

#left{
	float: left;
}

#photo{
	width: 300px;
	height: 400px;
}

#contact{
	width: 300px;
	height: 155px;
	margin-top: 5px;
}

#right{
	float: right;
}

#contact_flags{
	float: right;
	margin-top: 35px;
	margin-right: 10px;
}

#contact_flags h2.nl{
	background: url(../images/vlag_nl.gif) no-repeat top left;
	padding-left: 25px;
}

#contact_flags h2.sr{
	background: url(../images/vlag_sr.gif) no-repeat top left;
	padding-left: 25px;
}

#header{
	width: 580px;
	height: 155px;
}

#navbar{
	width: 580px;
	height: 30px;
	position: absolute;
	z-index: 10;
	margin-top: -30px;
}

#navbar a{
	color: #fff;
	height: 30px;
	display: inline-block;
	padding: 0 20px;
	padding-top: 6px;
	margin-right: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navbar a.active,
#navbar a.active:hover{
	color: #ffff00;
	background: url('../images/bg_nav.gif') repeat-x top left;
	cursor: default;
}

#navbar a:hover{
	color: #ffff00;
	background: url('../images/bg_nav_hover.gif') repeat-x top left;
}

#content{
	width: 507px;
	height: 343px;
	margin-top: 5px;
	padding: 22px 30px 35px 43px;
	background: #fff url('../images/bg_content.gif') repeat-x top left;
}

#contentscroll{
	height: 300px;
	overflow: auto;
	margin-top: 14px;
	padding-right: 20px;
}

#contentscroll p img{
	margin-top: 8px;
	margin-bottom: 8px;
}

#fotokader{
	position: absolute;
	z-index: 20;
	margin: 40px 0 0 150px;
	width: 600px;
	height: 450px;
	border: 5px solid #fff;
	box-shadow: 0 2px 8px #222;
	-moz-box-shadow: 0 2px 8px #222;
	-webkit-box-shadow: 0 2px 8px #222;
	background: #fff url('../images/loading.gif') no-repeat center;
}

#fotokader p.close{
	position: absolute;
	z-index: 30;
	text-align: center;
	margin-left: 575px
}

#fotokader p.close a{
	background: #e96d00;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 20px;
	height: 20px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#fotokader p.close a:hover{
	background: #df5900;
}

#contentscroll div.thumbs{
	clear: both;
}

#contentscroll div.thumbs p{
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 0;
}

#contentscroll div.thumbs p img{
	margin-top: 0;
	margin-bottom: 0;
}

.off{
	display: none;
}

#footer{
	width: 900px;
	height: 40px;
}

#footer p{
	font-size: 10px;
	color: #a3a3a3;
}

#footer p.copyright{
	float: left;
	padding-left: 3px;
}

#footer p.designedby{
	float: right;
	padding-right: 15px;
}

#footer p.designedby a{
	text-decoration: none;
	color: #a3a3a3;
}

#footer p.designedby a:hover{
	color: #676767;
}
