html{
	margin:0px;
	padding:0px;
}
body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	color: #573B30;
	font-size:1em;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
#center{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	white-space: no-wrap;
}
#header{
	position:absolute;
	left:275px;
	top:10px;
	z-index:5;
}
#yui-history-iframe {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px; /* avoid scrollbars */
  visibility:hidden;
}
#main{
	position:relative;
	margin:0px;
	width:980px;
	background-image: url(../images/back_content.png);
	background-repeat: repeat-y;
}
#footer{
	position:relative;
	width:980px;
	border:none;
	background-image: url(../images/back_footer.png);
	height:50px;
	background-repeat: no-repeat;
}
#content{
	font-size:0.8em;
	position:relative;
	top:0px;
	left:320px;
	width:610px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-image: url(../images/elise_graph.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height:180%;
}
#content h1{
	color: #573B30;
	padding-bottom:0.2em;
	border-bottom:1px dashed #573B30;
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:1.3em;
}
#content h2{
	color: #573B30;
	padding-bottom:0.2em;
	margin-bottom:0.3em;
	font-weight:bold;
	font-size:1.2em;
}
#content h3{
	color: #573B30;
	padding-bottom:0.2em;
	margin-bottom:0.1em;
	font-weight:bold;
	font-size:1.1em;
}
#content .blogKort{
	color: #573B30;
	padding-top:0.3em;
	padding-bottom:0.3em;
	font-weight:normal;
	font-style: italic;
}
#datum{
	width:600px;
	text-align:right;
	color: #9B9A9C;
}
#mood_image{
	position:absolute;
	right:70px;
	top:0px;
	z-index:2;
}
#logo{
	position:absolute;
	right:400px;
	top:30px;
	z-index:2;
}
#main{
	background-image:url(../images/background_middle.png);
	background-repeat: repeat-y;
	width:980px;
}
#top_filler{
	background-image:url(../images/background_top.png);
	background-repeat: no-repeat;
	width:980px;
	height:25px;
}
#bottom_filler{
	background-image:url(../images/background_bottom.png);
	background-repeat: no-repeat;
	width:980px;
	height:25px;
}
#navigatie li img{
	cursor:hand;
	cursor:pointer;
}
#subnavigatie{
	display:none;
}
.datum{
	color: #9B9A9C;
	padding-bottom:0.2em;
	font-style: italic;
	text-align:right;
	position:relative;
	right:0px;
	font-size:0.9em; 
}
#navigatie li{
	padding:0px;
	margin:0px;
	display:inline;
}
.song{
	position:relative;
	display:block;
	width:400px;
	background-color:#B7D0DC;
	padding:3px;
}
#home-blog {
	position: relative;
	width: 355px;
	float: left;
}
#home-songbook {
	position: relative;
	width: 225px;
	float: right;
}
.blog-item {
	clear: both;
}
.blog-item-links {
	position: relative;
	width: 70px;
	float: left;
	height: 70px;
	overflow-x: hidden;
	background-image: url(../images/home-blog-icon.png);
	background-repeat: no-repeat;
}
.blog-item-rechts {
	position: relative;
	float: right;
	width: 275px;
}
.blog-item-rechts h1 {
	padding-top: 0px;
	margin-top: 0px;
}
.blog-item-datum {
	color: #9B9A9C;
}
#songbook-titel {
	width: 225px;
	height: 45px;
	background-image: url(../images/uit-het-songbook.png);
	background-repeat: no-repeat;
}
.songbook-song-tabel-titel a {
	color: #55372F;
}
.songbook-song-tabel-titel a:hover {
	color: #B7D0DC;
}

#songbook-onderkant {
}
.songbook-tabel {
	width: 225px;
}
.songbook-song-tabel-titel {
	width: 185px;
	padding-left: 10px;
	height: 50px;
	vertical-align: middle;
	border-left: 2px solid #55372F;
	border-bottom: 2px solid #55372F;
}
.songbook-song-tabel-icon {
	width: 40px;
	height: 50px;
	vertical-align: middle;
	border-right: 2px solid #55372F;
	border-bottom: 2px solid #55372F;
}
.songbook-tabel-onderkant {
	padding: 10px;
	background-color: #55372F;
	color: white; 
}
.songbook-tabel-onderkant a {
	color: white;
}
a {
	color: #55372F;
}
a:hover {

	color: #58a2c8;

}
.tekst-item {
	position: relative;
	left: 70px;
	background-color: #b4d1dc;
	clear: both;
	width: 275px;
	margin-bottom: 10px;
}
.tekst-item div {
	position: relative;
	width: 265px;
	left: 10px;
	margin-bottom: 7px;
}
ul {
	list-style-image: url(../images/arrow.png); 
}