html, body {
	margin:0;
	padding: 127px 0 51px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

* html body { /* alleen IE */
	overflow:hidden; /* anders maakt IE nog een scrollbar aan de rechterkant*/
}
 
div#header {
	position:absolute;
	top: 0px;
	width: 800px;
	left: 50%;
	margin: 0 0 0 -400px;
	height: 126px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #95A6A8;
}

div#content {
	position: relative;
	width: 800px;
	left: 50%;
	margin: 0 0 0 -400px;
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
	overflow: auto;
}

* html div#content { /* alleen IE */
	height: 100%;
}

div#footer {
	position: absolute;
	bottom: 0px;
	width: 800px;
	left: 50%;
	margin: 0 0 0 -400px;
	height: 50px;
	text-align: center;
	font-size:9px;
	background-color:#FFFFFF;
	border-top: 1px solid #95A6A8;
}

@media screen {
	body>div#content {
		position: absolute;
		width: 780px;
		bottom: 51px;
		top: 127px;
	}
}

div#innerContent{
	padding: 10px 0 10px 5px;
}

div.photoAlbum{
	position: relative;
	left: 50%;
	width: 650px;
	text-align: center;
	margin-left: -325px;
}
*div.photoAlbum{
	margin-left: -340px;
}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.redText{
	color:#FF0000;
}

a:link, a:hover, a:visited, a:active{
	color: #000000;
}

a.nounderline{
	text-decoration:none;
}

a.artistlink:link, a.artistlink:hover, a.artistlink:visited, a.artistlink:active{
	text-decoration: none;
	color: #ffffff;
}

a.nounderline:hover, a.artistlink:hover{
	text-decoration: underline;
}



 

img{
	border: 0px;
}
/*
De CSS voor de Navigatie balk:
*/

#navbar {
  	list-style-type: none;
  	padding: 0;
	margin: 0;
	height: 1.4em;
	margin-top: -4px;
}

#navbar li {
	display: inline;
	padding: 0;
	margin: 0;
}

#navbar li a:link, #navbar li a:visited {
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	padding: 1px 10px;
	margin: 0;
	color: #95A6A8;
	
}

#navbar li a#selected:link, #navbar li a#selected:visited {
	background-color: #95A6A8;
	color: #FFFFFF;
}

#navbar li a:hover {
	background-color: #95A6A8;
	color: #FFFFFF;
	text-decoration:underline;
}

#navbar li a:active {
	background-color: #95A6A8;
  	color: #FFFFFF;
	text-decoration:underline;
  
}

td.tableLeft{
	font-weight: bold;
	vertical-align: top;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

h2.header{
	font-size:22px;
	margin-top: 8px;
	margin-bottom: 8px;
}

h3{
	font-size: 14px;
}

div.wrapperGuestbook{
	width: 650px;
	padding-bottom: 10px;
	padding-left: 60px;
}

div.guestbookMessage, div.guestbookTitle{
	border-bottom: 1px solid #cccccc;
	padding: 1px 3px;
}

span.bold{
	font-weight: bold;
}

span.guestbookDate{
	font-style:italic;
	font-size: 10px;
}

span.infoHeader{
	font-weight: bold;
	color: #990000;
}

p.artistsGroup{
	position: relative;
	left: 10px;
}

span.artistype{
	position: relative;
	left: -5px;
	font-weight: bold;
}

