/*
* Layout styles
*/

body {
	text-align: center;
	padding: 0px; margin: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 76%;
}

.clearboth	{ clear: both; }
.nobr		{ white-space: nowrap; }

#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 576px;
}

#logoleft {
	float: left;
	width: 40px;
	height: 76px;
}

#basebox {
	position: relative;
	float: left;
	width: 960px;
	height: 577px;
}

	#bgbox {
		z-index: 1;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 960px;
		height: 577px;
	}

	#owner {
		z-index: 2;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 960px;
		height: 577px;
	}

	#transp {
		position: absolute;
		width: 624px;
		height: 528px;
		left: 290px; 
		top: 26px;
		background-color: #fff;
		opacity: 0.83;
		filter: alpha (opacity=83);
		z-index: 3;
	}
	
	#navigatie {
		position: absolute;
		width: 296px;
		height: 577px;
		top: 0px;
		left: 0px;
		z-index: 4;
	}
	
		#logo {
			float: left;
			width: 268px;
			height: 110px;
		}
		
		#menu {
			float: left;
			list-style-type: none;
			width: 246px;
			margin: 0px 0px 0px 22px;
			padding: 0px;
			text-align: left;
		}
		
		#menu li {
			margin-bottom: 6px;
		}
		
		#button {
			float: left;
			margin: 48px 0px 0px 22px;
			width: 94px;
			height: 142px; 
		}
		
		#voorstellingen {
			float: right; 
			width: 174px;
			list-style-type: none;
			text-align: right;
		}
		
		#voorstellingen li {
			padding: 4px 0px 4px 0px;
			margin-bottom: 3px;
			font-size: 110%;
		}
		
		#voorstellingen li a {
			padding: 0px 6px 0px 6px;
			background-color: #00aef0;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}

		#voorstellingen li a.active {
			padding: 0px 6px 0px 6px;
			background-color: #51247f;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
		
		#voorstellingen li a:hover {
			padding: 0px 6px 0px 6px;
			background-color: #51247f;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
		
	#content {
		position: absolute;
		width: 582px;
		height: 468px;
		left: 311px; 
		top: 56px;
		z-index: 3;
		overflow: auto;
		text-align: left;
	}
	
		#content ul {
			list-style-type: disc;
			margin: 10px 0px 10px 0px;
			padding: 0px 20px 0px 20px;
			font-size: 100%;
			line-height: 150%;
			color: #333;
		}
		
		#content ul.list {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			font-size: 100%;
			line-height: 150%;
			color: #333;
		}

		#content ol {
			list-style-type: decimal;
			margin: 10px 0px 10px 0px;
			padding: 0px 20px 0px 20px;
			font-size: 100%;
			line-height: 150%;
			color: #333;
		}
	
	#content_back {
		position: absolute;
		width: 582px;
		height: 30px;
		left: 311px; 
		top: 524px;
		z-index: 3;
		overflow: hidden;
		text-align: left;
	}


/*
* Typography styles
*/

h1 {
	font-size: 150%;
	color: #51247f;
	padding: 0px;
	margin: 8px 0px 8px 0px;
}

h2 {
	font-size: 140%;
	color: #00aef0;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 130%;
	color: #333;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 120%;
	color: #333;
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 100%;
	line-height: 150%;
	color: #333;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

p strong {
	font-size: 110%;
	line-height: 150%;
	color: #51247f;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

ul.downloads li {
	padding: 2px 0px 2px 0px;
}

/*
* Anchor styles
*/

A 		{ text-decoration: none; color: #51247f; }
A:link	{ text-decoration: none; color: #51247f; }
A:visited	{ text-decoration: none; color: #51247f; }
A:active	{ text-decoration: none; color: #51247f; }
A:hover	{ text-decoration: underline; color: #00aef0; }
A.active	{ text-decoration: underline; color: #51247f; }


/*
* Table styles
*/

#flvplayer { 
}

#mediacomponent {
    padding: 0px;
    border: 0px solid #333;
    text-align: center;
    margin: 0px auto 0px auto;
}
#mcMediaText {
    padding: 6px;
    text-align: center;
    border: 0px solid #ddd;
    display: block;
}

#mcMediaText h1 {
	margin: 0px; padding: 0px;
}

#mcMediaText h2 {
	display: none;
}

#mcMediaText p {
	display: none;
}

#mcMedia {
	position: relative;
}



.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear { display: inline-block; }

.media {
    text-align: center;
    margin: 0px auto 0px auto;
}

.slideshowContainer {
	background: transparent;
}


/*
* Jplayer - javascript MP3 player css classes
*/

#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:100px;
	border: 1px solid #009BE3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play, #player_pause {
	display: block;
	position: absolute;
	left:40px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("images/spirites.jpg") 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("images/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("images/spirites.jpg") -41px -42px no-repeat;
}
#player_stop {
	position: absolute;
	left:90px;
	top:26px;
	background: url("images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:130px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
	text-align: left;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:274px;
	top:32px;
	background: url("images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:346px;
	top:32px;
	background: url("images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("images/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:292px;
	top:37px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:338px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	background-color:#ccc;
}

#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#play_time, #total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

#play_time {
	float:left;
}

#total_time {
	float:right;
	text-align: right;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, .miaow a:visited, .miaow a:hover, .miaow a:focus, .miaow a:active {
	color:#009be3;
}

/*
* List styles
*/

div.projectmediagroot {
		border-top: 2px solid #f1f0ed;
		padding: 10px 0 0 0;
		width: 580px;
		text-align: center;
	}
		div.projectmediagroot img {
			display: none;
		}
		div.projectmediagroot div {
			display: none;
		}
#projectmediathumbs { 
    position:relative; 
    overflow:hidden; 
    width: 530px; 
    height: 70px; 
    margin: 0;
    padding: 0;
    float: left;
} 
	/* root element for scrollable items */ 
	#projectmediathumbs #thumbitems { 
	    width:20000em; 
	    position:absolute; 
	    clear:both; 
	}
	#thumbitems img {
		margin: 0 5px 0 0;
		padding: 0;
		cursor: pointer;
	} 


a.projectprev { float: left; margin: 25px 4px 0 0px; cursor: pointer; }
a.projectnext { float: right; margin: 25px 0px 0 4px; cursor: pointer; }

