/*
BEGIN CSS RESET
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
		font-family: inherit;
	vertical-align: baseline;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #FFF;
	background: #000;
	font-size: 62.5%;
	line-height: 150%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
EINDE CSS RESET
*/


#logo {
	position:relative;
	left:57px;
	top:38px;
	width:123px;
	float:left;
}




#navContainer {
	position: absolute;
	top:88px;
	left:220px;
	width: 740px;
/*	background-color: red;*/
}

#nav {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
}


#contentContainer{
	position: absolute;
	top:180px;
	left:220px;
}

#sidebar {
	position:relative;
	width:220px;
	background-image: url('../img/bg_contentOverview.gif');
	background-repeat: repeat-y;
	float:left;
	padding-right: 12px;
	min-height: 240px;
}



#contentContainer {
	position:absolute;
	left:220px;
	top:160px;
	width:740px;
	clear:both;
	min-height: 480px;
	z-index: 100;
/*	background-color : #EEE;*/
}

#content {
	position:relative;
	width: 480px;
	float: left;

}

#contentOverview {
	position:relative;
	width:220px;
	background-image: url('../img/bg_contentOverview.gif');
	background-repeat: repeat-y;
	float:left;
}

#titleIcon {
	padding-left:190px;
	padding-top:20px;
}

#sticker {
	padding-left:110px;
	padding-top:20px;
}

#contentDetail {
	position:relative;
	left:6px;
}

#title {

}


#flashcontent {
	text-align: center;
}


#footer {
	clear: both;
	position: relative;
	top:24px;
	text-align:right;
}

#footer a {
	color:#09af38;
	font-size: x-small;
}

a:link {
	color:#d2cb9a;
}
a:visited {
	color:#d2cb9a;
}
a:hover {
	color:#09af38;
}

a:active {
	color:#FFF;
}



p, td, div {
	font-size: 1.1em;
}

p.date {
	font-size: 0.9em;
	color:#187833;
	font-weight: bold;
}

hr {
	visibility: hidden;
	padding-bottom: 24px;
}

#icon {
	width: 210px;
	text-align: right;
}
#btnSidebar {
	width: 145px;
	text-align: right;
}

#sidebar ul {
	width: 95%;
	text-align: right;
}

#content img {
	padding: 0 10px;
}

li.sidebarActive {
	font-style: italic;
}

div.discoRow {
	clear: both;
	text-align: right;
	position: relative;
	left:50px;
	min-height: 55px
	
}
.discoList, .discoListActive {
	float:left;
	padding: 5px;
	width: 44px;
/*	background-color: fuchsia;*/
	border: 2px none #000;
}

.discoListActive {
	border: 3px solid #a49633;
	padding: 2px;
}