html{
	height: 100%;
	overflow-y: scroll;
}

body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	height: 100%;
	text-align: center;
	background: url('http://www.ot301.nl/img/bg.gif') repeat-y center #ffffff;
}

.divider{
	clear: both;
	height: 0px;
	font-size: 0px;
}

.myForm label{
	position: relative;
	top: -2px;
}

/*
**
*/

#media_overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #474542;
	cursor: pointer;
	z-index: 90;
	display: none;
}

#media_container{
	position: absolute;
	width: 498px;
	height: 0px;
	background-color: #000000;
	left: 50%;
	top: 0px;
	margin-left: -250px;
	display: none;
	z-index: 100;
	overflow: auto;
	border: 1px solid #ffffff;
	overflow-x: hidden;
}

#media_close, #media_close a{
	color: #ffffff;
	text-decoration: none;
}

#media_close a:hover{
	color: #B1AFAC;
}

.player_container{
	text-align: center;
}

.player{
	margin-top: 50px;
	border: 1px solid #474542;
	background-color: #000000;
	width: 400px;
	height: 300px;
}

.player_buttons{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.player_button{
	display: inline;
	font-size: 10px;
	background-color: #474542;
	color: #ffffff;
	padding: 2px 10px 2px 10px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 2px;
}

/*
*****************************
**	SITE
*****************************
*/

#spreader{
	z-index: 1;
	width: 900px;
	height: 1px;
}

#site{
	width: 900px;
	text-align: left;
	z-index: 2;
	background: url('http://www.ot301.nl/img/bg.gif') repeat-y center #ffffff;
	height: 100%;
}

#header{
	background: #474542;
	height: 30px;
}

#header p{
	line-height: 30px;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	color: #ffffff;
}

#mainmenu{
	height: 605px;
	width: 900px;
	background-color: #474542;
	overflow: hidden;
}

#backmenu{
	position: absolute;
	margin-top: 25px;
	margin-left: 6px;
	font-size: 15px;
	font-weight: bold;
	text-indent: 5px;
	cursor: pointer;
	text-decoration: underline;
	display: none;
	z-index: 10;
}

.menubutton{
	position: absolute;
	width: 112px;
	height: 23px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	text-indent: 5px;
	cursor: pointer;
	overflow: hidden;	
	display: none;
}

#container{
	width: 900px;
}

#loader{
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

#content_left, .left{
	width: 450px;
	float: left;
	overflow: hidden;
}

#content_right, .right{
	width: 450px;
	float: right;
	overflow: hidden;
}

#content_full{
	width: 900px;
	overflow: hidden;
}

/*
**	HEADER BAR
*/

.headerbar{
	font-size: 16px;
	width: 900px;
}

.headerbar .left, .headerbar .right{
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.headerbar .full{
	height: 42px;
	line-height: 42px;
	float: left;
	width: 900px;
	clear: both;
}

.headerbar h1{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	padding-left: 11px;
}

/*
**	AGENDA
*/

.filter_button{
	float: left;
	width: 76px;
	height: 23px;
	text-align: center;
	background-color: #ffffff;
	color: #ffffff;
	margin-left: 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 23px;
}

.agenda_month{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.agenda_day{
	color: #474542;
	text-decoration: none;
	font-weight: bold;
}

.agenda_year_active{
	color: #24F708 !important;
}

.agenda_month_active{
	color: #24F708 !important;
}

.agenda_day_active{
	color: #189E05 !important;
}

.agenda_other_year{
	color: #63605E;
}

/*
*****************************
**	STYLE
*****************************
*/

.padder{
	margin: 10px;
}

.content{
	font-size: 12px;
}

.content h2{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.content p{
	color: #ffffff;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 12px;
}

.content a{
	color: #ffffff;
	text-decoration: underline;
}

.list_item{
	height: 241px;
	overflow: hidden;
}

.list_image{
	margin-right: 5px;
}

.list_button{
	font-weight: bold;
	height: 24px;
	text-align: center;
	line-height: 24px;
	display: block;
	width: 85px;
	float: left;
	font-size: 11px;
	margin-right: 5px;
	text-decoration: none !important;
}

.list_name{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.list_type{
	font-weight: normal !important;
	padding: 0px;
	margin: 0px;
}

.list_price{
	font-weight: normal !important;
	padding: 0px;
	margin: 0px;
}

.list_date{
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.list_title{
	font-size: 16px;
	padding: 1px 3px 1px 3px;
	margin: 1px 0px 1em 0px;
	font-weight: bold;
	display: block;
	float: left;
}

.list_divider{
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	clear: both;
}

.detail_item{
	border: 1px solid #ff0000;
}

/*
*****************************
**	COLORS
*****************************
*/

.base_color{ color: #000000; }
.base_menu{	background-color: #ffffff; color: #000000; }

.home_color{ color: #FB2795; }
.home_menu{	background-color: #FB2795; color: #ffffff; }

.studios_color{ color: #08B2F9; }
.studios_menu{ background-color: #08B2F9; color: #ffffff; }

.cinema_color{ color: #F80B32; }
.cinema_menu{ background-color: #F80B32; color: #ffffff; }

.peper_color{ color: #0F4705; }
.peper_menu{ background-color: #0F4705; color: #ffffff; }

.gallery_color{ color: #BA0BE6; }
.gallery_menu{ background-color: #BA0BE6; color: #ffffff; }

.workshops_color{ color: #000000; }
.workshops_menu{ background-color: #000000; color: #ffffff; }

/*
*****************************
**	SLIDEBOX
*****************************
*/

#box_left, #box_right, #box_video{
	position:absolute;
}

#box_left span, #box_right span, #box_video span{
	display:block;
	float:left;
}

.slidebox .mask{
	position:relative;
	width:430px;
	height:290px;
	overflow:hidden;
}
.slidebox span img{
	display:block;
	border:none;
}

.slidebox .buttons{
	position: absolute;
	margin-top: -15px;
	margin-left: 395px;
}

.slidebox .buttons span{
	cursor: pointer;
}

/*
*****************************
**	FORMS
*****************************
*/

#form{
	margin: 0px;
	padding: 0px;
}

.formset{
	clear: both;
}

.formset .formgroup{
	clear: both;
}

.formset .formtip{
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.formset .formfieldset{
	border: 2px solid #D8D2BD;
	margin-bottom: 1em;
	margin-top: 0px;
}

.formset .formfieldset legend{
	font-weight: bold;
}

.formset .formlabel{
	font-weight: bold;
}

.formset .forminput{
	border: 1px solid;
}

.formset .formbutton, .formbutton{
	border: 1px solid #5C5957;
	background-color: #F0F0F0;
	color: #000000;
	font-size: 12px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
	padding-bottom: 4px;
}

.formset .formtextinput{
	width: 375px;
	font-family: Arial, helvetica, sans-serif;
}

.formset .noborder{
	border: 0px solid !important;
}

.formset .error{
	color: #ff0000 !important;;
}
.formset input .error{
	border: solid 1px #ff0000 !important;
}

.formset .formfield{
	margin-bottom: 1em;
}