@charset "utf-8";
/* CSS Document */
body, html {
	padding:0px;
	margin: 0px;
	height: 100%;
	overflow:auto; 	
}

body {
	background-color: #621314;
}

body, p, td, li, div {
	color:#fff8c8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

h2 {
	font-size:14px;
}

a {
	color:#fff8c8;
	text-decoration:none;
}

a:hover {
	color:#9a5813;
	text-decoration:underline;
}


a.return {
	color:#9a5813;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

a.return:hover {
	color: #fff8c8;
	text-decoration:underline;
}

#fullheight{height:100%}

#hidden {display:none;}

#tree {
	background-image:url(/assets/kerstmarkt/left.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	width:370px;
}

#content {
	border: 1px solid #9a5813;
/*	background-color: #671b1c; */
	width: 578px;
	padding: 10px;
	height: 340px;
}

#footer {
	text-align:center;
	font-size:11px;
	vertical-align: bottom;
	padding: 5px;	
}

.albumTitle {
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	vertical-align: top;
	padding-top:3px;
	padding-bottom: 15px;
}

.albumData {
	font-size: 11px;
	text-align:left;
}

.albumCover {
	border: 1px solid #fff8c8;
}

.albumFile {
	border: 1px solid #fff8c8;
	margin-bottom:5px;
}
