@charset 'UTF-8';
@import url('tinymce.css');

html {
	height: 100%;
}

form, html, body {
	margin: 0;
	padding: 0;
}

body, input {
	font: 11px Arial, Tahoma, Verdana sans-serif;
	line-height: 17px;
}

:focus,
input:focus {
	outline: 0;
}

img {
	border: 0;
}

a,
a:link,
a:active,
a:visited {
	color: #86151c;
	text-decoration: none;
}

a:hover {
	color: #990033;
}

/***
Div elementen
***/
#header {
	float: right;
	position: relative;
	right: 0;
	width: 285px;
	height: 730px;
}

#content {
	float: left;
	margin: 173px 0 0 0;
	width: 530px;
	height: 580px;
	overflow: auto;
}

#content_full {
	margin: 173px 0 0 285px;
	width: 675px;
	height: 580px;
	position: absolute;
	overflow: auto;
}

#content_home {
	float: left;
	margin: 193px 0 0 311px;
	position: absolute;
	width: 600px;
}

#memories_holder {
	background: url(../_images/memories_bgr.png) no-repeat top left;
	float: left;
	position: absolute;
	margin: 170px 0 0 300px;
	width: 465px;
	height: 470px;
	padding: 20px 25px 0px 25px;
	overflow-y: auto;
	overflow-x: hidden;
}

#button_holder {
}

#cd_holder {
	float: left;
}

/***
Main menu
***/
#menu {
	margin: 165px 0 0 0;
	float: left;
	width: 282px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	width: 282px;
	cursor: pointer;
	text-indent: -999em;
}

#menu ul li a {
	display: block;
	width: 282px;
	height: 37px;
}

#menu ul li.home {
	background: url(../_images/menu/home.jpg) no-repeat;
	height: 38px;
}

#menu ul li.home:hover {
	background-position: bottom left;
}

#menu ul li.biography {
	background: url(../_images/menu/biography.jpg) no-repeat top left;
	height: 46px;
}

#menu ul li.biography:hover {
	background-position: bottom left;
}

#menu ul li.concerts {
	background: url(../_images/menu/concerts.jpg) no-repeat top left;
	height: 35px;
}

#menu ul li.concerts:hover {
	background-position: bottom left;
}

#menu ul li.recordings {
	background: url(../_images/menu/recordings.jpg) no-repeat top left;
	height: 47px;
}

#menu ul li.recordings:hover {
	background-position: bottom left;
}

#menu ul li.shop {
	background: url(../_images/menu/shop.jpg) no-repeat top left;
	height: 40px;
}

#menu ul li.shop:hover {
	background-position: bottom left;
}

#menu ul li.press {
	background: url(../_images/menu/press.jpg) no-repeat top left;
	height: 40px;
}

#menu ul li.press:hover {
	background-position: bottom left;
}

#menu ul li.nederlandse_fluit_academie {
	background: url(../_images/menu/nederlandse_fluit_academie.jpg) no-repeat top left;
	height: 58px;
}

#menu ul li.nederlandse_fluit_academie:hover {
	background-position: bottom left;
}

#menu ul li.japanese_page {
	background: url(../_images/menu/japanese_page.jpg) no-repeat top left;
	height: 38px;
}

#menu ul li.japanese_page:hover {
	background-position: bottom left;
}

#menu ul li.links {
	background: url(../_images/menu/links.jpg) no-repeat top left;
	height: 42px;
}

#menu ul li.links:hover {
	background-position: bottom left;
}

#menu ul li.contact {
	background: url(../_images/menu/contact.jpg) no-repeat top left;
	height: 38px;
}

#menu ul li.contact:hover {
	background-position: bottom left;
}

#menu ul li.memories {
	background: url(../_images/menu/memories.jpg) no-repeat top left;
	height: 41px;
}

#menu ul li.memories:hover {
	background-position: bottom left;
}

/**
Div elements
**/

#container {
	width: 990px;
	height: 849px;
	background: url(../_images/bgr_container.jpg) no-repeat top left;
	margin: 0 auto;
}

#content_l {
	float: left;
	margin: 173px 0 0 10px;
	width: 375px;
	height: 570px;
	overflow: auto;
}

#content_r {
	float: right;
	width: 230px;
	height: 485px;
	position: absolute;
	top: 173px;
	margin-left: 715px;
}

#concertsHolder {
	height: 530px;
	overflow: auto;
}

/** POPUP WINDOW **/
#popupContainer {
	width: 740px;
	height: 600px;
	margin: 0 auto;
	position: absolute;
	background: url(../_images/popup_bgr.png) no-repeat top center;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -340px 0 0 -300px; 
	display: none;
	opacity: 0;
}

#popupButtons {
	margin: 15px 0 0 25px;
}

#popupContent {
	width: 655px;
	height: 510px;
	margin: 0 0 0 45px;
	overflow: hidden;	
}

#popupOverflow {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.header {
	font-size: 17px;
	font-weight: bold;
}