/* Algemeen */

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font: 70%/1.3em Verdana, arial, helvetica, sans-Serif;
	text-align:center;
	background-color:#686866;
	color: 000000;
	/*background-image:url('images/bg.jpg');
	background-repeat:no-repeat;*/
}

#oudebrowsers {
	display:none;
}

/* Opmaak teksten */

h1 {
	font-family: Trebuchet MS, Arial, verdana, sans-Serif;
	font-size: 2em;
	color: #313525;
	margin-bottom: 5px;
}

h2 {
	font-family: Trebuchet MS, Arial, verdana, sans-Serif;
	font-size: 1.6em;
	color: #313525;
	margin-bottom: 5px;
}

h3 {
	font-family: Trebuchet MS, Verdana, arial, sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #C15600;
}

p {
	line-height: 1.6em;
	color: #000000;	
}

/* Opmaak plaatjes */

.imgover {
	border: 0px solid #323232;
}

img {
	border:0px;
	margin: 0px;
}

.foto {
	background-color: #ffffff;
	padding:3px;
	margin:5px;
	border: 1px solid #4B4E4C;
}

/* Opmaak links */

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

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


#navigation a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
}

#navigation a:hover {
	color: #aaaaaa;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

/* opmaak overig */


#content ul, #content ul ul {
	color:#5C5C5C;
	list-style-image: none;
	list-style-type: circle; 
}

input, textarea {
	color: #000000;
	font-size: 1.0em;
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #8F8F8F;
}

.input {
	background-color: #ffffff;
	border: 1px solid #8F8F8F;
}

.inputbutton {
	background-color: #C15600;
	font-weight: bold;
	color:#FFFFFF;
	border: 1px solid #000000;
}

/* site layout */

#container {
	background-image:url('images/achtergrond.jpg');
	background-repeat:repeat-y;
	background-position:left 250px;
	margin:0px auto;
	padding:0px;
  	width: 740px;
	text-align:left;
	background-color:#ffffff;
}


html>body #container {
	margin:0px auto;
  	width: 740px;
	text-align:center;
}


#header {
	background-image:url('images/header.jpg');
	background-repeat:repeat;
	height:250px;
	text-align:left;
	margin:0px auto;
	color:#ffffff;
}

#sidebar {
float:left;
	text-align: center;
	/*border: 0px solid black;*/
	color: #FFFFFF;
	width: 190px;
	padding: 0px 0px 0px 0px;
	margin:0px auto;
	clear: both;
}

#upcomingshows{
float:left;
	text-align: right;
	/*border: 1px solid black;*/
	color: #FFFFFF;
	width:180px;
	padding:100px 0px 3px 0px;
	margin:0px auto;
	clear: both;
}
#merch{
float:left;
	text-align: right;
	/*border: 1px solid black;*/
	color: #FFFFFF;
	width:180px;
	padding:3px 10px 3px 0px;
	margin:0px auto;
	clear: both;
}

#content {	
	text-align:left;
	/*border-left: 1px solid #313525;*/
	z-index:2;
	float:left;
	padding: 15px 0px 0px 3px;
	width:400px;
}

#footer {	
	text-align: center;
	color: #FFFFFF;
	width:auto;
	height: 97px;
	padding:3px;
	margin:0px auto;
	background-image:url('images/footer.jpg');
	clear: both;
}

#hr {
width: 100px;
color: #313525;
}

td {
	color:#FFFFFF;
	}
