html,body	{
			width:100%;
			height:100%;
			font-family:Arial, Helvetica, sans-serif;
			margin:0 auto;
			border:0;
			padding:0px;
			background-color: #fff;
			color: white;
			}

#container	{
			width:1024px;
			height:100%;
			height:auto;
			border:0px;
			padding:0px;
			margin:0 auto;
			background-color: #000;
			}

#header	{

			float:left;
			}

/*-----------CONTENT---------------------*/

#menu		{
			width:989px;
			height:30px;
			background-color: white;
			clear:both;
			margin-bottom: 15px;
			white-space: no-wrap;	
			padding-left:35px;
			}

		
.menuitem	{	margin-left:15px;
				margin-right:15px;
				float:left;
			}		

#tekstvak	{
			width:648px;
			float:left;
			height:515px;
			height:auto;
			margin-right:50px;
			font-size:12px;
			line-height:1.5em;
			color:#fff;
			margin-bottom:40px;
			padding-left:50px;
			}
			
#sub		{
			width:239px;
			float:left;
			height:auto;
			font-size:10px;
			color:#fff;
			margin-bottom:40px;
			}
			
		
hr			{
			border-bottom:2px;
			border-left:0px;
			border-right:0px;
			border-top:0px;
			border-style:dotted;
			border-color:#fff;
			margin-top:15px;
			margin-bottom:15px;
			}			
	
/*-----------FOOTER-CONSTRUCTION-----------*/	

.bolding	{
			font-weight:bold;
			color:#fff;
			line-height:14px;
			}
			
.bolding a:visited	{
					text-decoration:none;
					color:#fff;
					}

.bolding a:link		{
					text-decoration:none;
					color:#fff;
					}
				
.bolding a:hover	{
					text-decoration:none;
					color:#ccc;
					}



/*-----------FOOTER-CONSTRUCTION-----------*/

#footer		{
			width:100%;
			height:21px;		
			font-size:10px;
			color:#ffffff;
			background-color:#fff;
			position:fixed;
			bottom:0px;
			
			}
			
#footer a:visited	{
				text-decoration:none;
				color:#000;
				}			

		
#footer a:link	{
				text-decoration:none;
				color:#000;
				}			
						
#footer a:hover	{
				text-decoration:none;
				color:#333;
				}	



.date			{	float:left;	}

td				{	font-size: 12px;	}

a:link			{	color: white;	}
a:hover			{	color: white;	}
a:visited		{	color: white;	}

.dateconcert	{	margin-left: 10px;	}

.galleryimg		{	float:left;
					border: 1px solid #333333;
					padding: 5px 5px 5px 5px;
					margin: 0px 10px 10px 0px;
				}
				
.vidthumb		{	float: left;
					margin-right: 10px;
				}
				
input			{	border: 1px solid #eeeeee;	}

.btn			{ 	border: 1px solid #eeeeee;	
					background-color: white;
					padding: 5px 5px 5px 5px;
					margin-right: 5px;
				}
				
#addthisbtn		{	background-color:#fff;	
					padding: 5px 5px 5px 5px;
				}			
				
.tourdate		{	color: white;	}				
