* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

img {
	border: none;
}


html {
	border-top: 12px solid #7d378a;
	background: #9a6ea9 url(/themes/trouwen/header.jpg) center top repeat-x;
}

body {
	margin: 0 auto;
	width: 960px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 160%;
	color: #fff;
}

#movieplayer {
	margin: 20px 0 0;
}

h1 {
	position: relative;
	margin: 160px 0 0;
	width: 300px;
	height: 42px;
	text-indent: -3000em;
	background: url(/themes/trouwen/nielswilma.gif) no-repeat top left;
}
h1 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 42px;
}

h2 {
	margin: 0.5em 0 1em;
	font-size: 1.4em;
}
h2 a {
	color: #fff;
	text-decoration: none;
}


#message {
	float: left;
	width: 600px;
	padding: 0 0 60px 0;
}
#message h3 {
	margin: 2em 0 0;
	font-size: 1.2em;
}
#message h4 {
	margin: 1em 0 0;
	font-size: 1em;
}
#message p {
	margin: 0 0 0.5em;
}
#message a {
	color: #fff;
}
#message img.left {
	float: left;
	margin: 4px 10px 10px 0;
}
#message img.right {
	float: right;
}
#message ul {
	clear: both;
	width: 600px;
	overflow: hidden;
	padding: 0 0 2em 0;
	list-style-type: none;
	font-size: 0.9em;
}
#message ul li {
	float: left;
	width: 290px;
	color: #fff;
	margin: 10px 10px 0 0;
}
#message ul li a {
	background: #b189bf;
	color: #fff;
	text-decoration: none;

	display: block;
	position: relative;
	height: 58px;
	
	padding: 6px 0 0 74px;
}
#message ul li a:hover {
	background: #9a6ea9;
}
#message ul li img {
	position: absolute;
	top: 0;
	left: 0;	
	
	width: 64px;
	height: 64px;
}
#message p.bedankt {
	clear: both;
	font-size: 0.9em;
	font-style: italic;
}




#albums {
	float: right;
	width: 268px;
	
	background: #b791c4;
	padding: 10px;
}
#albums h2 {
	font-size: 1.2em;
	margin: 0;
}
#albums ul {
	list-style-type: none;
	font-size: 0.9em;
}
#albums ul li {
	color: #fff;
	margin: 10px 0 0 0;
}
#albums ul li a {
	background: #b189bf;
	color: #fff;
	text-decoration: none;

	display: block;
	position: relative;
	height: 58px;
	
	padding: 6px 0 0 74px;
}
#albums ul li a:hover {
	background: #9a6ea9;
}
#albums ul li img {
	position: absolute;
	top: 0;
	left: 0;	
	
	width: 64px;
	height: 64px;
}




#album {
	position: relative;
}
#album #resize {
	position: absolute;
	top: 0;
	right: 0;
	background: #b791c4;
	padding: 10px;
}
#album #track {
    width: 200px; 
    height:18px; 

	display: block;
	text-align: left;
	background: #b791c4 url(/themes/trouwen/slider_track.gif) left 1px no-repeat;
	cursor: pointer;
}
#album #handle {
    width: 8px; 
    height: 18px;
}
#album #images {
	margin: 32px 0;
}
#album #images img {
	border: 3px solid #fff;
}
#album ul {
	list-style-type: none;
}
#album ul li {
	float: left;
	margin: 0 28px 28px 0;
}
#album .pagelist {
	clear: both;
}
#album .pagelist ul {

}
#album .pagelist ul li {
	margin: 0;
}
#album .pagelist ul li.prev {
	margin: 0 16px 0 0;
}
#album .pagelist ul li.next {
	margin: 0 0 0 16px;
}
#album .pagelist ul li a {
	color: #fff;
	border: 1px solid #9a6ea9;
	text-decoration: none;
	display: block;
	padding: 0 3px;
}
#album .pagelist ul li a:hover {
	border: 1px solid #fff;
}
#album .pagelist ul li.current a {
	background: #b791c4;
}
#album .pagelist ul li span {
	border: 1px solid #9a6ea9;
	color: #b791c4;
	display: block;
	padding: 0 3px;
}
#album #buttons {
	clear: both;
	font-size: 0.9em;
	margin: 32px 0;
	text-align: right;
}
#album #buttons a {
	color: #fff;
	text-decoration: none;
}


#image {
	float: left;
	width: 600px;
	padding: 0 0 60px 0;
}
#image img {
	border: 10px solid #fff;
}

#navigation {
	float: right;
	width: 288px;
	overflow: hidden;

	background: #b791c4;
	margin: 0 0 20px 0;

	font-size: 0.9em;
	font-weight: bold;
}
#navigation h3 {
	background: #a981b7;
	padding: 0 10px;
	line-height: 200%;
}
#navigation ul  {
	margin: 10px 0 0 10px;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	margin: 0 10px 6px 0;
}
#navigation ul li img {
	border: 3px solid #fff;
}

#meta {
	float: right;
	width: 288px;
	
	background: #b791c4;
	margin: 0 0 20px;
}
#meta ul {
	list-style-type: none;
	font-size: 0.9em;
}
#meta ul li {
	margin: 0 0 20px;
}
#meta ul li h3 {
	background: #a981b7;
	padding: 0 10px;
	line-height: 200%;
}
#meta ul li p {
	padding: 6px 10px 0;
}
#meta ul li #imageDescEditable {
	padding: 6px 10px 0;
}
#map div {
	border: 1px solid #fff;
	margin: 12px 0 0 10px;
	width: 266px;
	height: 266px;
}
#map div div {
	border: none;
	margin: 0;
	width: auto;
	height: auto;
}

