* {
	margin: 0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333333; 
	outline:none;
}

html {
	overflow-y: scroll;
	height: 100%;
}
body {
	height: 100%;
	background: black url(../../images/background.jpg) repeat-y right top fixed;
}

a {
	text-decoration: underline;
}

#container {
	width: 780px;
	overflow: auto;
	position: absolute;
/*	margin: 0 150px 0 auto;*/
	right:160px;
	min-height:100%;
}

#nav-top{
	width: 375px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 20px;
}

#nav-top ul{
	margin-right: 30px;
	padding-top: 40px;
	width: 375;
	overflow: auto;
}

#nav-top ul li{
	display: inline;
	list-style:none;
	font-size: 11px;
	color: black;
	padding-right: 11px;
}

#nav-top a {
	font-size: 11px;
	text-decoration: none;
	color: gray;
}

#nav-top a.selected {
	color: black;
}

#nav-top a:hover {
	padding-top: 10px;
	color: #c61900;
	border-top: 4px solid #c61900;
}

#en {
	width: 20px;
	background: url(../../images/uk.jpg) no-repeat;
	margin-top: 0px;
	float:right;
	display: block;
}

#en a{text-decoration: none;}

#en span {
	visibility: hidden;
}

#nl {
	width: 20px;
	background: url(../../images/nl.jpg) no-repeat;
	margin-top: 0px;
	float:right;
	display: block;
}

#nl a{text-decoration: none;}

#nl span {
	visibility: hidden;
}

#bandpic {
	width: 375px;
	height: 275px;
	background: url(../../images/bandpic.jpg) no-repeat;
}

#bandpic a {
	position: absolute;
	color: white;
	padding-right: 35px;
	font-size: 12px;
	top: 342px;
	right: 140px;
	background: url(../images/bandpic.png) repeat-x;
}

#banner {
	margin-top: 10px;
	width: 375px;
}

#content {
	margin: 0 0 0 252px;
	width: 370px;
}

#content ul.gallery { width:380px; padding:0; overflow:auto; }
#content ul.gallery li { display:inline; float:left; padding:0; }
#content ul.gallery li a { display:block; margin:0 8px 8px 0; background:black; border:1px solid #a3a3a3; border-color:#D4D3D3; }
#content ul.gallery li img { display:block; border:4px solid white; width:74px; height:74px; }
#content ul.gallery li img:hover { filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }

#content_gb {
	width: 370px;
}

#footer{
	height: 50px;
}

#sub{
	
}

#meer{
	
}

h1 {
	padding-top: 40px;
	color: #252525;
	font-size: 12px;
}

p.datum {
	margin-top: -14px;
	font-size: 8pt;
	float:right;
	font-weight: normal;
	color:gray;
}

h2 {
	padding-top: 14px;
	padding-bottom: 14px;
	color: #3f3f3f;
	font-size: 28px;
	text-transform: uppercase;
}

.sub {
	cursor: pointer;
}

p.content{
	line-height: 16pt;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #252525;
	font-size: 12px;
	border-bottom: 1px solid #9d9d9d;
	border-bottom-style: dashed;
}

p.leesmeer {
	cursor: pointer;
	text-align: right;
	font-size: 11px;
	border-bottom: 1px solid #9d9d9d;
	border-bottom-style: dashed;
	color:gray;
	padding-bottom: 10px;
}

p.content1{
	line-height: 16pt;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #252525;
	font-size: 12px;
}

p.content2{
	line-height: 16pt;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #252525;
	font-size: 12px;

}

p.contact {
	line-height: 16pt;
	padding-top: 10px;
	color: #252525;
	font-size: 12px;
	
}

p.lijn {
	padding-bottom: 20px;
	border-bottom: 1px solid #9d9d9d;
	border-bottom-style: dashed;
}

#youtube {
	padding-top: 20px;
}

#youtube ul li{
	padding-right: 20px;
	display: inline;
}

.gb th {
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed gray;
}

td {
	padding: 10px 0 0 0;
}

ul.wallpaper { width:390px; padding:0; overflow:auto; list-style: none; }
ul.wallpaper li { display:inline; float:left; padding:0; }
ul.wallpaper li a { display:block; margin:0 2px 2px 0; background:black; border:1px solid #a3a3a3; border-color:#D4D3D3; }
ul.wallpaper li img { display:block; border:4px solid white; width:160px; height:103px; }
ul.wallpaper li img:hover { filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }

ul.gigletter { width:370px; padding-top:30px; overflow:auto; list-style: none; }
ul.gigletter li { display:inline; float:left; padding:0; }
ul.gigletter li.uk { 
	padding-top: 2px;
	float: right;
}
ul.gigletter li img { 
	border: none;
}
ul.gigletter li.gigletter { 
	margin-left: -2px;
	width: 190px;
	height: 30px;
	background-image: url(../../images/gigletter.jpg);
	background-repeat: no-repeat;
	float: left;
}
ul.gigletter li.gigletter p {
	color:white;
	font-size: 11px;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 8px;
}

