html,body,div,span, applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, dd,dl,dt,li,ol,ul, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after, blockquote:before,blockquote:after {
	content: "";
}

/* The lines above have the purpose to 
   reset the style for all browsers so 
   you can start with a clean sheet below. */

body {
	background: #211e1e;
	color: #6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
    width: 700px;
    margin: 0 auto;
}

#slider {
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 370px;
    width: 640px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px 10px 20px 60px;
    height: 510px;
    width: 580px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 10px 50px;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343; 
}

ul.navigation li {
    display: inline;
    margin-right: 20px;
}

ul.navigation a {
    padding: 10px;
    color: #aaa;
    text-decoration: none;
}

ul.navigation a:hover {
    color: #ffd049;
}

ul.navigation a.selected {
    color: #6f6f6f;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}

#header {
	color: #211e1e;
	width: 700px;
	height: 175px;
	float: none;
	padding-bottom: 10px;
	background: #211e1e url(../images/BadExclusiefLogo_700x175.png) no-repeat scroll;
}

#leftColumn {
	float: left;
	display: inline;
	width: 400px;
	height: 350px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #6f6f6f; 
}

#rightColumn {
	float: right;
	display: inline;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	display: block;
	margin: 5px 0px 10px 0px;
	line-height: 140%;
}

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

a:hover {
	color: #e1b23d;
}

h4 {
	font-size: 100%;
	color: #996666;
}

ul {
	padding-left: 40px;
}

li {
	list-style-type: square;
	line-height: 140%;
	list-style-position: outside;
} 

table {
	margin: 5px 0px 10px 0px;
}

th {
	color: #996666;
	padding-bottom: 5px;
}

td {
	padding-top: 5px;
}

#footer {
	width: 580px;
	clear: both;
	color: #999;
	border-top: 1px solid #434343;
	background: #211e1e;
	margin: 0px 0px 10px 0px;
	padding: 10px 60px;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	color: #e1b23d;
}
