
body {
	background: #FAF6F4 url(../img/bg_gradient.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: "Arial","Verdana","Helvetica","sans-serif";
	font-size: 12px;
	color: #003366;
}
.container {
	
	position: relative;
	width: 800px;
	min-height: 1180px;
}

.container_nl {
	background:  url(../img/nl/backgrounds/home.jpg) no-repeat;
}
.container_en {
	background: #FAF6F4 url(../img/en/backgrounds/home.jpg) no-repeat;
}
.rightpart {
	background: url(../img/bg_col.jpg) white;
	background-repeat: repeat-x;
	
	position: absolute;
	left: 801px;
	padding: 5px 5px 5px 5px;
	
	width: 180px;
	min-height:1200px;
	height: 90%;
	border-right: 1px solid #DD5900;
	border-left: 1px solid #DD5900;
	overflow: auto;
}
.small_searchform p {
padding:6px 0;
margin:6px 0;
}

th {
	text-align: left;	
}

a:link, a:visited {
	color: #DD5900;
	text-decoration: none;
}

a:hover, a:active {
	color: #003366;
	text-decoration: underline;
}

img {
	border: 0px;
}

h1, h2, h3 {
	color: #0080C0;
	margin: 0.5em 0 0em 0;
	margin-top:2px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

br.clear {
	clear: both;
}

.hide_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hide_list ul {
	margin-left: 20px;
	padding: 0;	
}
.hide_list li {
	list-style: none;
	margin: 2px;
	padding: 0;	
}


/* container elements */
	
	.logo {
		display: block;
		width: 304px;
		height: 80px;
		position: absolute;
		left: 11px;
		top: 11px;
	}
	
	.menu {
		position: absolute;
		left: 0px;
		top: 120px;
		font-weight: bold;
		font-size: 13px;
		color: #FFFFFF;
		z-index: 1000;
	}
	
	.menu a.unpublished {
		background: url(../img/edit_mode.png);
	}
	
	.current_page {
		position: absolute;
		left: 155px;
		top: 126px;
		color: #FFFFFF;
		font-size: 12px;
		font-weight:normal;
		width: 530px;
		height: 15px;
		overflow: hidden;
	}
	
	.current_page a {
		color: #FFFFFF;
	}
	
	.searchbox {
		position: absolute;
		top: 111px;
		left: 5px;
		padding:0px;
	}
	
	.pagetools {
		position: absolute;
		top: 39px;
		left: 5px;
	}
	.lang_switch {
		position: absolute;
		top: 5px;	
		left: 5px;	
	}
	
	.lang_switch img {
		border: 1px solid #FFFFFF;
	}
	
	.lang_switch a {
		
		text-decoration: none;
	}
	
	.contact_info {
		position: absolute;
		top: 90pc;
		left: 157px;
		color: #CA9E3D;
		font-size: 11px;
	}
	
	.editpanel {
		position: absolute;
		top: 5px;
		left: 473px;
		background: #FFFFFF;
		border: 1px solid orange;
		padding: 5px 10px 10px 10px;
		width: 300px;
		height: 87px;
		opacity: 0.9;
		filter: alpha(opacity: 90);
		font-size: 11px;
		font-family: tahoma;
	}
	.editpanel a {
		color: #DD5900;
		text-decoration: none;
	}
	
	/* icoonen */
	.icon {
		padding: 0px 0px 6px 20px;
		display: block;
		margin: 0px;
	}
	.editpanel_block {
		width: 150px;
		float: left;
	}
	
	.logout {
		background: url(../img/logout.png) no-repeat;
	}
	
	.edit {
		background: url(../img/edit.png) no-repeat;
	}
	
	.view {
		background: url(../img/view.png) no-repeat;
	}
	
	.add {
		background: url(../img/add.png) no-repeat;
	}
	
	.publish {
		background: url(../img/publish.png) no-repeat;
	}
	
	.unpublish {
		background: url(../img/unpublish.png) no-repeat;
	}
	.delete {
		background: url(../img/delete.png) no-repeat;
	} 
	.sort {
		background: url(../img/sort.png) no-repeat;
	}	
	
	
	
	
	.cbf {
		position: absolute;
		left: 18px;
		top: 555px;
		background: url(../img/cbf.png);
		display: block;
		width: 107px;
		height: 100px;
	}
	
	.page {
		position: absolute;
		left: 160px;
		top: 160px;
		width: 638px;
		height: 550px;
		z-index: 800;
	}
	
	
/* inhoud page */
	.inhoud {
		width: 430px;
		height: 550px;
		float: left;
		overflow: auto;
	}
	.inhoud_breed {
		width: 620px;
		min-height: 565px;
		overflow: hidden;
		text-align:justify;
	}
	

	.rightpart ul {
		list-style-type: none;
		margin: 0px 0px 30px 0px;
		padding: 0px;
		width: 180px;
	}
	.rightpart ul li {
		border-bottom: 1pt dashed #D2C295;
		padding: 3px;
	}
	.active {
		font-weight: bold;
	}
	
	.video_player {
		text-align: center;	
	}
	
/* formulieren */

	input, textarea {
		border: 1px solid #CCCCCC;
		background: #FFFFFF;
	}
	
	.form_state {
		z-index:3001;
		position: absolute;
		left: 405px;
		top: 15px;
		width: 200px;
		padding-right: 20px;
		text-align: right;
		font-size: 11px;
	}
	
	.form_overlay_succes, .form_overlay_fail {
		font-size: 18px;
		background: #FFFFFF;
		width: 90%;		
		margin: 0px 5%;
		position: absolute;
		text-align: center;
		padding: 40px 0px;
		top: 100px;
		left: 0px;
		z-index: 4000;
	}
	.form_overlay_succes {
		border: 3px solid green;
		color: green;
	}
	.form_overlay_fail {
		border: 3px solid #CE1111;
		color: #CE1111;
	}
	
	.success {
		color: green;
		background: url(../img/success.png) no-repeat;
		background-position: right;
	}
	
	.fail {
		color: #CE1111;
		background: url(../img/fail.png) no-repeat;
		background-position: right;
	}
	.validator, .error {
		color: #B70606;
		padding-left: 4px;
		font-weight: bold;
	}
	.form_element_error {
		border: 1px solid #B70606;
		background: url(../img/fail.png) no-repeat;
		background-color: #F6F0F0;
		background-position: 3px center;
		padding-left: 20px;
		
	}
	
	.radiolist {
		list-style: none;
		padding-left: 10px;
	}
/* File browser */
.popup {
	padding: 10px;
}
.file_tags a {
	padding-left: 20px;
	background-image: url(../img/folder.png);
	background-repeat: no-repeat;
	backgroud-position: 0 50%;
	line-height: 18px;
}
.file_tags a.active_tag {
	background-image: url(../img/folder_go.png);
	font-weight: bold;
	text-decoration: underline;
}

.file_tags {
	width: 30%;
	float: left;
	overflow: auto;	
}
.file_files {
	width: 68%;	
	float: left;
}

.file_list {
	width: 100%;
	border-collapse: collapse;
}
.file_list td {
	height: 20px;	
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid 1px #d0d0d0;
}
.file_list th {
	text-align: left;
}

.file_icon {
	background-image: url(../img/fileicons/page_white.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 18px;
	padding-left: 20px;
}
.file_link {
	display: block;
	height: 20px;	
}

.file_icon_pdf { background-image: url(../img/fileicons/page_white_acrobat.png); }
.file_icon_xls { background-image: url(../img/fileicons/page_white_excel.png); }
.file_icon_ppt { background-image: url(../img/fileicons/page_white_powerpoint.png); }
.file_icon_doc { background-image: url(../img/fileicons/page_white_word.png); }


				
/* Gallery */
.gallery
{
	list-style: none;
	margin: 5px;
	background: red;
	padding: 0px;
}

.gallery li
{
	background: white;
	position: relative;
	display: block;
	float: left;
	
	width: 160px; /* thumb width + 2 * padding img/span */
	text-align: center;
	
	height: 180px;
	border: solid 1px black;
	margin: 2px;
	padding: 0px;
}

.gallery img
{
	
	padding: 5px;
}

.gallery span
{
	display: block;	
	background-color: #D0D0D0;
	overflow: hidden;
	font-size: 70%;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 20px;
	line-height: 20px;
	width: 160px;	
}

/* Nieuws overzicht */

ul.news_overview, ul.news_archive
{
	list-style: none;
	margin: 0;
	padding: 0;
 
}
ul.news_archive li 
{
	margin-left: 10px;
}
ul.news_overview li
{
	border-top: 1pt solid #C0C0C0;
	margin: 2px;
	padding: 5px 0px;		
}
ul.news_overview .news_lead_image
{
	float: left;
	margin-right: 5px;	
}
ul.news_overview .news_lead
{
}

ul.news_overview h2 
{
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}

.newsitem {
	border-top:1pt solid #DD5900;
	padding: 4px 0 10px 0;
}

.unpublished {
	background: url(../img/edit_mode.png);
}

/* Files (view) */
object.file_view {
	width: 100%;
	height: 400px;	
}

.page_file_cont {
	margin-left: 30px;
	font-size: 11px;
}
.page_file_cont input {
	font-size: 11px;
}
#page_file {
	padding: 3px;
	margin: 4px 0px;
	background-color: #EEEEEE;
	border: solid 1px #D0D0D0;
	width: 400px;
	
}
#page_file span {
	display: block;
	height: 20px;	
}

/* Index edit */

#index_page_list
{
	
}
#index_page_list li
{
	position: relative;	
}
#index_page_list li a 
{
	position: absolute;
	display: block;
	right: 2px;
	top: 4px;
	padding-left: 16px;
	background-image: url(../img/delete.png);
	background-repeat: no-repeat;
}

/* Sorter */

.sorter {
	
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: white;
}
.sorter li {
	cursor: pointer;
	list-style: none;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 3px 0px;
}

/* Search */
.pager_item
{
}
.active_pager_item
{
	font-weight: bold;	
}
.searchresults h2
{
	margin: 2px;
}
.searchresults p
{
	margin: 5px 8px 5px 2px;	
	text-align: justify;
}
.searchresults .result_location
{
	font-size: 7pt;
	margin: 5px 4px 12px 2px; 
}

/* Index */
.index_lead_image
{
	float: left;
	margin-right: 5px;	
	border:1pt solid #DD5900;
}

.rsslink
{
	font-size: 7pt;
	
}
.rsslink a 
{
	padding: 4px 2px 3px 18px;
	margin: 0px;
	display: block;
	
	background-image: url(../img/rss.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.rssimport 
{
	margin: 0;
	padding: 0;
}

.rssimport li
{
	list-style: none;	
	margin: 0 0 0.5em 0;
	padding: 0;
}

.btn_affirm 
{
	padding: 0.5em 1em;
	background-color: #D0FFD0;
}

#lead_image_thumb {
	padding: 3px;
	margin: 4px 0px;
	background-color: #EEEEEE;
	border: solid 1px #D0D0D0;
	
}

#mini_search
{
	width: 100px;	
}

#mini_searchbtn
{
	padding: 2px 5px;
	font-size: 10px;
	width: 60px;
}

.right_sub
{
	position: absolute;
	top: 151px;	
}
form {padding:0;margin:0}