/* HTML formatting */

body {
	background-attachment: fixed;
	background-image: url(../images/back_large_saz.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #000000;
	margin: 0;
	padding: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight : normal;
	line-height: normal;
}

a {
	color : #FF0000;
	font-weight : bold;
	text-decoration : underline;
}

a:hover {
	color : #CCCCCC;
	font-weight : bold;
	text-decoration : underline;
}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	border-collapse: collapse;
	}
	
.entry table tr td {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.sign table tr td {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	}

/* specifiek stijlen */

.subtitel {
	color : #CCCCCC;
	font-size : 14px;
	font-weight : bold;
}

.subtitelrood {
	color : #FF0000;
	font-size : 14px;
	font-weight : bold;
}

a.subtitelrood {
	color : #FF0000;
	font-size : 14px;
	font-weight : bold;
}

a:hover.subtitelrood {
	color : #CCCCCC;
	font-size : 14px;
	font-weight : bold;
}

.date {
	font-size: 12px;
	color : #FF0000;
	font-weight : bold;
	}




/*********************** STYLE SHEET SPECIFICS ********************************/

/* nav bar */

#nav {
	margin: 0;
	padding: 0;
	height: 54px;
	list-style: none;
	display: inline;
	overflow: hidden;
	top: 175px;
	position: absolute;
	}

#nav li {
	margin: 0; 
	padding: 0;
  list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 54px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:54px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -54px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -54px;
	}

#thome a {
	width: 124px;
	background-image: url(../images/but_home.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#tifunk a {
	width: 167px;
	background-image: url(../images/but_funk.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#tnocs a {
	background-image: url(../images/but_nocturnal.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 171px;
}
#tartist a {
	background-image: url(../images/but_artist.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
}

#tstore a {
	width:89px;
	background-image: url(../images/but_store.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#tcontact a {
	width:149px;
	background-image: url(../images/but_mail.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Container */
#wrap {
	height: auto;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	/* border: 1px solid red; */
}

#container {
	border: 0px solid white;
	margin: 20px 0px 0px 0px;
	width: auto;
	}

#toolbar {
	height: 229px;
	width: 100%;
	overflow: hidden;
}

#header-gast {
	width: 715px;
	margin: 0px 35px 0px 35px;
	padding: 0px 0px 15px 0px;
	float: left;
	border-bottom: 1px dashed white;
}

#arrow {
	clear: both;
	margin-top: 35px;
	padding-bottom: 15px;
	}
.entry {
	width: 715px;
	margin: 0px 35px 0px 35px;;
	padding: 15px 0px 15px 0px;
	float: left;
	border-bottom: 1px dashed white;
	line-height: 1.5em;	
}

#form {
	width: 715px;
	margin: 0px 35px 0px 35px;;
	padding: 15px 0px 15px 0px;
	float: left;
	border-bottom: 1px dashed white;
	line-height: 1.5em;	
}

#error {
 	width: 715px;
	margin: 0px 35px 0px 35px;;
	padding: 15px 0px 15px 0px;
	float: left;
}

#footer {
 	width: 715px;
	margin: 0px 35px 0px 35px;;
	padding: 15px 0px 15px 0px;
	float: left;
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
}

