body {
	overflow:auto;
	color:#2e2e2e;
	margin:0;
	padding:0;
	background-image: url(img/bg01.gif);
	background-color:#838383;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: center;
	height: 100%;
}
a {
	outline: none;
}

a img {
	border: none;
}
hr {
	border: 1px solid #fff;
	border-top: 1px solid #ffc700;
}
table {
	font-size: 12px;
}
#container {
	position: relative;
	width: 700px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
}
* html #container {
	height: 100%;
}
#header {
	position: relative;
	background-image:url(img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 245px;
	margin: 0;
}
#header h1 {
	display: none;
}

#schuif {
	position: absolute;
	right: 0;
	top: 25px;
	width: 495px;
}

#menu {
	position: relative;
	top:188px;
	/*_top: 202px;*/
	width:690px;
	float:right;
	right:35px;
	font-size:11px;
	line-height:40px;
	text-align:center;
	letter-spacing:1px;
}
#menu a{
	color: #494949;
	text-decoration: none;
}
#menu a:hover{
	border-top:10px solid #bfbfbf;
	border-bottom:11px solid #bfbfbf;
}

#menu #ori a:hover{
	border: none;
}

#ori {
	position:absolute;
	right: -30px;
	bottom: 4px;
}

#content {
	background-color:#fff;
	position: relative;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #333333;
	min-height:300px;
}
#content #foto-home {
	text-align: right;
	/*width: 300px;*/
	height:200px;
	float: right;
	position: relative;
	top: 5px;
}
#content #foto-home img{
	border:2px solid #B2B2B2;
}
#content #foto img{
	border:2px solid #B2B2B2;
}
#content a {
	color: #838383;
	text-decoration: underline;
}
#content a:hover {
	color: #838383;
	text-decoration: none;
}
#content p{
	margin-top: 0px;
	margin-bottom: 12px;
}
#content h1 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#fec900;
}
#content h2 {
	font-size: 20px;
	margin-top: 0;
}
#content h3 {
	font-size:16px;
	margin-top:-10px;
}
#content h4 {
	font-size:14px;
}
#content h4 a{
	font-size:14px;
}
#content form {
	margin: 0;
}
#content input,textarea {
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 1px solid #b2b2b2;
	font-size: 12px;
	color: #484848;
	padding-left: 3px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	overflow: auto;
}
#content .btn {
	background-color: #fde101;
	color: #000;
	border: 1px solid #000;
	padding: 0;
	font-weight: bold;
	width: 100px;
}
#content ul li {
	list-style:square;
}
#content ul li ul {
	margin:0;
	padding:0;
	padding-left:20px;
}
#content ul li ul li{
	list-style:disc;
}
#content .rood{
	color:#ee3d00;
	text-decoration: blink;
}
#footer {
	margin: -35px auto 0 auto;
	font-size: 10px;
	height: 32px;
	_height: 35px;
	position: relative;
	width: 700px;
	text-align: left;
	color: #000;
	text-indent: 20px;
	background-color: #B2B2B2;
	padding-top: 3px;
}
#footer img{
	margin-left: 20px;
}
/* Navigation
-------------- */
ul#nav {
	padding:0;
	margin:0;
	position:relative;
	top: 181px;			/* set the exact position of the navigation */
	left: 218px;			/* set the exact position of the navigation */
	width: 60px;
	height: 14px;
	float: left;
	font-size:1px;
}
ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;	
	list-style-type:none;
	float:left;
}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background-image:url(img/nav.gif);
	font-size:1px;
}
li#home a {
	width: 14px;
	height: 14px;
	margin-right:8px;
}
li#sitemap a {
	width: 14px;
	height: 14px;
	margin-right:8px;
}
li#contact a {
	width: 14px;
	height: 14px;
}
li#home a {	
	background-position:0px 0px;
}
li#sitemap a {	
	background-position:-19px 0px;
}
li#contact a {	
	background-position:-35px 0px;
}

