* {
	margin:0;
	padding:0;
}

body {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #C2BAC5;
	color: #000;
	text-align:center;
}

html, body {
	height:100%;
}

p {		line-height: 12px;		font-family: "trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px;}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-250px; /* half of container's height */
	float:left;
}

#container, #album {
	border: solid 5px #000000;
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:500px;
	width:800px;
	background-color: white;
	clear: both;
}

#container {
	background-image: url(../images/background.gif);
}

#language {
	color: black;
	position: relative;
	top: -25px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 800px;
	margin:0 auto;
	text-align:right;
}

#language a {
	text-decoration: none;
	color: black;
}

#language a:hover {
	color: white;
}

#footer, #footerhome  {
	color: black;
	position: absolute;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 800px;
	margin:0 auto;
	text-align:right;
	z-index: 10;
}

#footer {
	top: 256px;	
}

#footerhome {
	top: 512px;	
}

#footer a, #footerhome a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#footer a:hover, #footerhome a:hover {
	text-decoration: underline;
}

/* @group Menu */

#menu {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.8);
	opacity: .8;
	-moz-opacity: 0.80;
	font-family: "trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-color: #B099B8;
	text-align: center;
	height: 25px;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	z-index: 10;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu li a {
	text-decoration: none;
	color: black;
	margin: 0;
	padding: 15px 15px 11px;
}

#menu li a:hover {
	color: #fff;
}

/* @end */

.geeninscene {
	padding-left: 450px;
	padding-top: 20px;
}

.homeintro {
	left: 432px;
	position: relative;
	width: 368px;
	height: 368px;
	top: 5px;
}

.award {
	position: absolute;
	top: 175px;
	left: 130px;
}

#PicLeft {
	text-align: left;
	padding: 0;
	position: absolute;
	z-index: 0;
	top: 120px;
	left: 0px;
	width: 432px;
	height: 380px;
	overflow: hidden;
}

#tekst_rechts {
	color: #fff;
	font-size: 11px;
	text-align: left;
	padding: 42px 20px 20px;
	position: absolute;
	top: 0;
	left: 432px;
	width: 299px;
	height: 438px;
	overflow: hidden;
	margin: 0;
}

h1 {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 0;
}

h2 {
	color: white;
	font-size: 21px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 0;
}

h3 {
	color: #bfaad5;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h4 {
	color: #fff;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

#scroller {
	padding-top: 100px;
}

#scroller a {
	color: black;
}

.gallery_img {
	border: 5px solid #333333;
	margin: 10px;
}

#NEW {
	position: absolute;
	top: 130px;
	left: 20px;
	width: 430px;
	height: 380px;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

a {
	color: #f2a3b9;
	text-decoration: underline;
}
/* @group Links */

#links {
	color: #fff;
	font-size: 11px;
	text-align: left;
	padding: 42px 20px 20px;
	position: absolute;
	top: 0;
	left: 432px;
	width: 299px;
	height: 398px;
	overflow: auto;
	margin: 0;
}

#links-left ul li, #links-right ul li {
	color: #74898e;
	padding: 0px;
	margin: 0px;
	line-height: 1.7em;
}

#links-left ul li a, #links-right ul li a  {
	border: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	line-height: 1.8em;
}

#links-left ul li a:link, #links-left ul li a:visited, #links-right ul li a:link, #links-right ul li a:visited {
	color: #bfaad5;
	background: transparent no-repeat left;
	padding: 0;
}

#links-left, #links-right {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
}

html>body #links-left {
	width: 130px; /* ie5win fudge ends */
}

#links-right {
	float: right;
}

html>body #links-right {
	width: 130px; /* ie5win fudge ends */
}

#links-left ul li a:hover, #links-right ul li a:hover {
	color: #e45a49;
}

#links-left ul, #links-right ul {
	background: transparent url(../images/dotted-line.gif) repeat-x bottom left;
	list-style-type: none;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

/* @end */