@charset "utf-8";
/* CSS Document */

 body {
	background-color: #d0c8b1;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: 980px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;

 }
 
 #container {
	background-image: url(../../site/images/bgcontainer.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 980px;
	background-color: #AAAAAA;
	
 }
 #header {
	background-image: url(../images/header-bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 220px;
 }
 #navigation {
	background-image: url(../images/navigation---bg.jpg);
	margin: 0px;
	height: 42px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#navigation ul li {
	display: inline;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: 700;
	padding-left: 20px;
	margin: 0px;
}
#navigation li a {
	color: #DBEDFD;
	text-decoration: none;
}
#navigation li a:hover {
	color: #ffc834;
}

 #content {
	background-image: url(../images/image---bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	font-size: 14px;
	font-style: normal;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	min-height: 350px;
 }
 #contenttekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: auto;
	width: 605px;
 }
 #rightimage {
	text-align: right;
	float: right;
	padding-right: 30px;
	padding-top: 140px;
	position: relative;
}
 #logo {
	text-align: right;
	padding-top: 30px;
	padding-right: 35px;
 }
   
 #sidebar {
 }
 #footer {
	background-image: url(../images/footer.jpg);
	margin: 0px;
	height: 36px;
	color: #DBEDFD;
	font-size: 80%;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-decoration: none
 }
#footer a {
	text-decoration: none;
	color: #b5bdc8;
}
#footer a:hover {
	color: #FFFF00;
}

#webton {
	text-align: right;
	float: right;
	padding-right: 35px;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	
}
#left {
   float:left;
   margin: 0;
   padding: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 6px;
	margin-bottom: -1px;
	background-image: url(../images/button.png);
	padding-left: 5px;
	background-repeat: no-repeat;
	text-indent: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b4265;
	width: 600px;
}

h1:first-letter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #FF8631;
