body,html{
	background:center #333;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#eee;
}

a{
	color:white;
}
img {
	border:2px solid #444444;
	padding:0px;
}
label{
	display:inline;
	float:none;
	width:auto;
	text-align:justify;
	padding:0;
}

h1{
	padding:0 20px;
}

h2{
	margin:0;
	border-bottom:1px solid #888;
	padding:10px;
	/*color:#FFB119;*/
	color:white;
}

div.block{
	color:#aaa;
	padding:20px;
	text-align:justify;
}

li{
	margin:10px;
}

ul.dependencies{
	font-size:0.8em;
}

ul.dependencies li{
	margin:2px 5px;
}

span.point{
	/*color:#FFB119;*/
	font-weight:bold;
}

div.code{
	color:#ddd;
	font-family:Courier New, Courier New, Courier, monospace;
	font-size:0.7em;
	white-space:nowrap;
	padding:10px 20px;
	overflow:hidden;
	border:1px dotted #444;
}

div.indent{
	padding-left:20px;
}
span.tag{
	color:#3A83DD;
}
span.property{
	color:#FD5C5C;
}
span.comment{
	color:#4DAB20;
}
span.highlight{
	background-color:#FFB119;
	color:#000;
}

#logo{
	display:block;
	height:90px;
	width:100%;
	text-indent:-9999px;
	outline:0;
	margin:1px;
	padding-left:10px;
	background-image:url('/img/logo_1.png');
	background-position: 15px 10px;
	background-repeat:no-repeat;
}

#main{
	width:858px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background-color:#000;
	min-height:550px;
	padding:5px;
}
.main-body {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position:relative;
}

#main-gallery{
	height:500px;
	position:relative;
	overflow:auto;
	color:#aaa;
	padding:5px;
}

span.color-preview{
	float:left;
	height:20px;
	width:30px;
	border:1px solid #666;
	display:block;
	margin-left:20px;
}

p{
	clear:both;
}

#color-demo{
	padding:40px;
}

#color-preview-1{
	background-color:#f00;
}

#color-preview-2{
	background-color:#0f0;
}

#color-preview-3{
	background-color:#00f;
}

#text-demo{
	padding:40px;
}

#text-demo label{
	color:#aaa;
	display:block;
	float:left;
	width:140px;
	text-align:right;
	padding:6px;
}

#crop-demo{
	text-align:center;
}

#preview{
	height:80px;
}

#resize_coords{
	width:300px;
}

.blueMask{
	background-color:#00f;
}

.yellowSelection{
	background:transparent url('blank.gif') center center repeat;
	border: 2px dotted #FFB119;
	cursor:pointer;
}
	
#previewExample2{
	margin:10px;
}

#footer {
	text-align:center;
	color:#FFB119;
	padding:10px;
}

fieldset{
	border:1px solid #888;
	width:50%;
	margin:20px;
	text-align:center;
}

.new{
	color:#f00 !important;
}

.dropdown-rtl{
	display:none;
	direction:rtl;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
}

/* these are the inner menus*/
.dropdown-rtl ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown-rtl li{
	margin:0;
	padding:5px;
	width:120px;
	background-color:#000;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown-rtl a{
	text-decoration:none;
	color:#FFB119;
	width:100%;
}

.dropdown-rtl a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown-rtl ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
}

.dropdown-rtl li.submenu-down{
	background:#000 url('/img/expand_down_bw.png') center right no-repeat;
	padding-right:20px;
	width:105px;
}

.dropdown-rtl li.submenu-left{
	background:#000 url('/img/expand_left_bw.png') center left no-repeat;
}

.audio_sample:hover{
	text-decoration:none;
	background-color:#111
}

img.bezetting_mugshot {
width:200px;
float:left;
	border:1px solid #444;
	margin-right:7px;
padding: 1px;
}
img.bezetting_index {
width:200px;
float:right;
	border:1px solid #444;
	margin-right:7px;
padding: 1px;
}

img.homepage_image{
height:160px;
float:left;
	border:1px solid #444;
	margin-right:7px;
padding: 1px;
}

div.mainpage_top_desc {

position: relative; 
margin: 0 auto;
text-align: left;
}

div#mainpage_desc {
position:relative;
height:160px;
}

div#mainpage_bottom_desc {
bottom: 0px;
right: 0px;
width:400px;
position:absolute;
}

.listing_container {
width: 100%;
text-align:center;
}
ol.listing,
ul.listing {
	list-style:none;
	margin:0 20px 0 -10px;
	padding:10;

}
.listing li {
	border:none;
	float:left;
	clear:none;
	width:240px;
	height:95px;
	overflow:hidden;
	margin:0 0 10px 10px;
	padding:1px;
	background:#050505;
	position:relative;
}
.listing li:hover {

	background:#111111;
}

.listing img {

}
.listing h3 {
	font-size:1.1em;
	margin:2px 0;
}
.listing h4 {
	margin:2px 0;
	color:#9eccff;
}

.listing span {
	margin:4px 2px 2px 2px;
	padding:0 0 2px 0;
	/*border-bottom:2px solid #fff; Removed, white line was not appreciated*/
	display:block;
	clear:both;
	font-size:0.9em;
}
.listing  a {
	display:block;
}

div.agenda {
left:5%;
width:90%;
position:relative;
}

div.bezetting{
width:600px;
position:relative;
}
	 /*
#bezetting a img {
  height: 0;
  width: 0;
  border-width: 0;
}


img.popup img{
  border-width: 2px;
  border-color: white;
}


img.bezetting_img{
  border-width: 2px;
  border-color: white;
}
	   */
ul.bezetting {
	list-style:none;
	padding-left:0px;
}
div.bezetting_cat{
float:left;
text-align:center;
font-weight:bold;
width:100%;
color:#56789a;
margin-bottom:10px;
	background:#050505;
}


a.bezetting_entry{
font-weight:normal;
 padding-left:5px;
 padding-right:5px;
 margin-left:-5px;
border-right:2px solid #232;
text-decoration:none;
}
a.bezetting_entry:hover{
	background-color: #343;
}


ol.agenda,
ul.agenda {
	list-style:none;
	margin:0 20px 0 -10px;
	padding-left:10;
}
li.agenda {
	border:none;
	text-align:left;
	clear:none;
	width:100%;
	overflow:hidden;
	margin:0 0 10px 10px;
	padding-right:1px;
	background:#050505;
	position:relative;
}
.agenda li:hover {

	background:#111111;
}
span.agenda_date {
float:left;
font-weight:bold;
width:150px;
color:#234;
padding-right:10px;
border-right:2px solid #232;
margin-right:10px;
}
span.agenda_entry{
padding-left:10px;
width:100px;
}

ol.news,
ul.news {
	list-style:none;
	margin:0 20px 0 -10px;
	padding-left:10;
}
li.news {
	border:none;
	text-align:left;
	clear:none;
	width:100%;
	overflow:hidden;
	margin:0 0 10px 10px;
	padding-right:1px;
	background:#050505;
	position:relative;
}
.news li:hover {

	background:#111111;
}
span.news_date {
float:left;
font-weight:bold;
width:100px;
color:#234;
padding-right:10px;
border-right:2px solid #232;
margin-right:10px;
}

span.news_entry{
display:inline;
}



/*
.listing ul.progressBar {
	padding-bottom:22px;
	border-top:2px solid #fff;
	position:absolute;
	width:175px;
	bottom:0;
	padding:4px 0 10px;
}
.listing ul.progressBar li.bar {
	height:10px;
}
.listing ul.progressBar li.bar span.progress {
	height:10px;
}
*/
