body{
	Background-color: black;
	margin: 0px;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/******************
	HEADERS
*******************/

h1 {
	font-size: 16px;
	text-align: center;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #f8db81;
	font-weight: bold;
}

/******************
	TABELLEN
*******************/

th {
	border-bottom: 1px solid;
}

/******************
	FORMULIEREN
*******************/

input, textarea, select{
	font-size:11px;
	border: 1px solid;
	border-color: #f8db81;
	background-color: #1e1100;
	color: #f8db81;
	font-family: Helvetica;
}

/******************
	INTRO
*******************/
	
#logo{
 	background-image: url(./img/layout/logo.png);
 	background-position: center;
 	width: 450px;
 	height: 200px;
	margin: auto;
	cursor:url(./IMG/sym57.cur), pointer;
}

/******************
	MAIN DIVS
*******************/

#container{
 	margin-top: auto;
 	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 533px;
	}

#maincontent{
	background-image: url(./IMG/layout/background2.png);
	background-position: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
}

#navigatie{
	background-image: url(./IMG/layout/navigatie2.png);
	position: absolute;
	/*margin-left: 43px;*/
	/*margin-top: 37px;*/
	margin-left: 48px;
	margin-top: 48px;
	/*width: 165px;*/
	/*height: 432px;*/
	width:172px;
	height:340px;
	padding: 10px;
	}

#navigatie a:link, #navigatie a:visited, #navigatie a:active { cursor:url(./IMG/sym57.cur), pointer; font-size: 12px; color: #f8db81; text-decoration: none }
#navigatie a:hover { text-decoration: none; font-weight: bold; }

#main{
	background-image: url(./IMG/layout/main2.png);
	position: absolute;
	/*margin-left: 307px;*/
	/*margin-top: 37px;*/
	/*width: 422px;*/
	/*height: 433px;*/
	margin-left: 297px;
	margin-top: 48px;
	width: 436px;
	height: 452px;
	padding: 10px;
	
	}

#main a:link, #main a:visited, #main a:active { color: #f8db81; text-decoration: none }
#main a:hover { text-decoration: none; }

#mainList{
 	position: absolute;
	/*width: 422px;*/
	/*height: 380px;*/
	width: 436px;
	height: 400px;
	overflow: auto;
}

#mainList a:link, #mainList a:visited, #mainList a:active { color: #f8db81; text-decoration: none }
#mainList a:hover { text-decoration: none;}

#box{
	background-image: url(./IMG/layout/extrabox.png);
	position: absolute;
	margin-left: 48px;
	margin-top: 426px;
	width:182px;
	height:81px;
	padding: 5px;
}

#box a:link, #box a:visited, #box a:active { color: #f8db81; text-decoration: none }
#box a:hover { text-decoration: none; }

/******************
	  NEWS
*******************/

.newsBox{
	width: 400px;
	border-bottom: 1px solid;
	/*position: relative;*/
	padding-bottom: 10px;
	padding-top: 10px;
}

.datumBox{
	font-size: 9px;
}

.newsPicture{
 	position: relative;
}

.bericht{
	position: relative;
}
/******************
	BIOGRAFIE
*******************/

#fotobox{
 	position: absolute;
	height:280px;
	width:180px;
	margin-top: 0px;
	margin-left: 250px;
	margin-right: 10px;
	border: 5px double;
	border-color: #f8db81;
}

#pasfoto{
	height:280px;
	width:180px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border: 5px double;
	border-color: #f8db81;
}

/******************
	DISCOGRAFIE
*******************/
.discografiebox{
	width: 400px;
	border-bottom: 1px solid;
	padding-top: 10px;
	padding-bottom: 25px;
}

.cdcoverimage{
 	position: relative;
 	border: 1px solid;
	border-color: #f8db81;
	height: 150px;
	width: 150px;
	float: left;
}

.tracklist{
 	position: relative;
 	width: 200px;
 	float: right;
}

.spacer{
	clear:both;
}

.releaseBox{
	font-size: 9px;
}

.saleButton{
	right: 0px;
}
/******************
	OVERIGE
*******************/

#banner{
 	position: absolute;
	/*height: 31px;*/
	/*width: 88px;*/
	margin-top: 540px;
	margin-left: 10px;
}

#footer{
 	
 	text-align: center;
	font-size: 10px;
	color: gray;
}

/******************
		TOUR
*******************/

.oldTourData{
	text-decoration: line-through;
}

.cancelled{
	color: red;
	font-weight: bold;
}

.layTabelTour{
 	background-color: black;
	
}
/******************
	WEBSHOP
*******************/

#shopCatBox{
 	position: relative;
	border:1px solid;
	border-color: #f8db81;
	Width: 110px;
	background: black;
	padding: 5px;
	margin-right: 5px;
	float: right;
}

.shopCat{
 	
}

.shopCatHeader{
	background: black;
	border-bottom: 1px solid; 
	border-color: #f8db81;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #f8db81;
}

#winkelWagen{
 	position: relative;
	border:1px solid;
	border-color: #f8db81;
	height: 100px;
	Width: 110px;
	background: black;
	padding: 5px;
	margin-right: 5px;
	float: right;
}