@import url('debug.css');
@import url('multibox.css');
@import url('flexcrollstyles.css');
@import url('sIFR-screen.css');

/* ALGEMEEN */

html, body {
	margin: 0;
	padding: 0;
	background: #646464;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
}

img, a, p {
	outline: none;
	border: 0;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #ffffff;
}

h1{
	font-family: Arial, Verdana;
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 0px 20px;
}


/* LAYOUT */

.container{
	width: 100%;
	height: 100%;
}

#header{
	width: 492px;
	height: 24px; 
	float: right;
	position: relative;
	overflow: hidden;
	padding: 2px;
	z-index: 100;
}
#content_wrapper {
	height: 600px;
	width: 920px;
	margin: 0px auto;
	border: 1px solid #ffffff;
	position: relative;
	background: #646464 url('../../../../uploads/backgrounds/bg_lampen.jpg'); 
}
#top_left{
	width: 424px;
	height: 120px;
	float: left;
}
#top_right{ 
	margin: 162px 0 0 0;
	padding: 0;
	width: 496px;
	height: 354px;
	float: right;
	overflow: hidden;
}
#top_right_top{
	margin: 0;
	padding: 0;
	position: relative;
	width: 496px;
	height: 354px;
	float: left;
}
#arrow_bg{
	position: absolute;
	right: 0;
	top: 0;
	width: 496px;
	height: 532px;
	overflow: hidden;
	background: url('../images/arrow_bg.png') no-repeat top left;
	z-index: 0;
}

#bottom_left{
	position: relative;
	float: left;
	margin-top: 19px;
	width: 106px;
	height: 438px;
	background: url('../images/purple_bg.png') no-repeat top left;
}
#bottom_left img{
	margin: 9px 0px 0px 9px;
}
#main_nav{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 814px;
	height: 84px;
	background: url('../images/grey_bg.png') no-repeat top left;
}

#welkom{
	height: 0px;
	width: 243px;
	display: block;
	overflow: hidden;
	padding-top: 30px;
	background: url('../images/welkom_stroke.png') no-repeat top left;
	margin: 113px 0px 0px 75px;
}

#logo{
	height: 0px;
	width: 105px;
	display: block;
	overflow: hidden;
	padding-top: 106px;
	background: url('../images/logo_bbs.png') no-repeat top left;
	margin: 2px 0 0 2px;
}

/* INHOUD */

.content{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}

/*.content p{
	margin: 27px 20px 0px 0;
}*/

/* BREADCRUMB */

#breadcrumb {
	font-size: 10px;
	margin-bottom: 20px;
}

#breadcrumb a {
	color: #F8981D;
}

/* FORMULIEREN */



/* NAVIGATIE */

#main_nav ul{
	list-style: none;
	margin: 27px 0px 0px 0px;
	padding: 0;
	float: left;
	display: inline;
}

#main_nav ul li{
	float: left;
	position: relative;
	width: 162px;
	display: inline;
}

#main_nav ul#menu_1_1_show{
	float: left;
}

#main_nav ul#menu_1_1_show{
	margin-left: 2px;
}

#main_nav ul#menu_1_1_show{
	width: 810px;
}

#main_nav a {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	line-height: 38px;
	height: 38px;
	text-align: center;
	white-space: nowrap;
}

#main_nav ul li ul li a{
	background: url('../images/nav_bg_100.png') repeat-x top left;
	text-align: left;
	padding-left: 14px;
}

#main_nav ul li ul li a:link{
    
}

#main_nav ul li ul li a:visited{
}

#main_nav ul li ul li a:hover{
	background: url('../images/nav_bg_purple_100.png') repeat-x top left;
}

#main_nav ul li ul li a:active{

}

#main_nav ul ul {
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 0;
	padding-bottom: 29px;
	bottom: 36px;
	left: 0;
}

div#main_nav ul ul{
	display: none;
}

div#main_nav ul li:hover ul{
	display: block;
}

#bredawinkelstad, #vvvbreda{
	display: block;
	overflow: hidden;
	line-height: 29px;
	height: 29px;
	width: 0px;
	padding-left: 209px;
}

#bredawinkelstad{
	background: url('../images/bredawinkelstad.png') no-repeat top left;
}

#vvvbreda{
	background: url('../images/vvvbreda.png') no-repeat top left;
}

#credits{
	width: 920px;
	margin: 2px auto 0 auto;
	height: 29px;
	background: url('../images/credits.png') no-repeat bottom right;
}

#uma, #bugbyte, #wesselk{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 14px;
	line-height: 14px;
}

#uma{
	padding-left: 62px;
	float: right;
}

#bugbyte{
	padding-left: 50px;
	float: right;
	margin-left: 8px;
}

#wesselk{
	padding-left: 82px;
	float: right;
	clear: right;
}

/* nieuws */

span.date{
	margin-left: 20px;
	display: none;
}

a.read_more{
	float: right;
	display: block;
	height: 0px;
	width: 54px;
	padding-top: 25px;
	background: url(../images/readmore_tiny.png) no-repeat top left;
	overflow: hidden;
}

div.newsblock img, div.newsblock span.date{
	display: none;
	border: none;
}

div.newsblock{
	position: relative;
	float: left; 
	width: 248px;
	overflow: hidden;
	height: 354px;
}

div.newsblock h2{
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	position: relative;
}

div.newsblock p{
	margin: 0;
	padding: 0;
}
 
div.newsblock span.date{
	display: none;
	float: left;
	color: #ffffff;
	margin: 0px 0 10px 0;
	font-size: 10px;
	width: 100%;
}

div.newsblock a.smoothbox{
	display: block;
}

div.newsblock img.news_image{
	display: block;
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #ffffff;
}

div.newsblock div.details_container{ 
	float: left;
	width: 228px;
	height: 308px; 
	margin: 0;
	padding: 10px;
}

div.blog a.block_title{
	height: 0px;
	width: 248px;
	display: block;
	overflow: hidden;
	padding: 0;
	padding-top: 26px;
	margin: 0;
	background: url('../images/blog_block_header.png') no-repeat top left;
}

div.default a.block_title{
	height: 0px;
	width: 248px;
	display: block;
	overflow: hidden;
	padding-top: 26px;
	margin: 0;
	background: url('../images/news_block_header.png') no-repeat top left;
}

div.blog div.details_container{
	background: url('../images/purple_bg.png') no-repeat top left;
}

div.default div.details_container{
	background: url('../images/grey_bg.png') no-repeat top left;
}

div.newsblock div.rm_container{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

a#ecard_button{
	display: block;
	width: 92px;
	margin: 0px auto;
	padding-top: 30px;
	text-decoration: none;
}

a#ecard_button img{
	margin: 0px;
	padding: 5px 0 0 0;
}

.foto_rechts_met_kader{
     border: 1px solid white; 
     margin: 0px 20px; 
     float: right; 
     clear: both;
}

.foto_links_met_kader{
     border: 1px solid white; 
     margin: 0px 20px; 
     float: left; 
     clear: both;
}

ul#contact {
	position: absolute;
	bottom: 21px;
	left: 0px;
	list-style: none;
	margin: 27px 0px 0px 0px;
	padding: 0;
	float: left;
}

ul#contact li{
	float: left;
	position: relative;
	width: 105px;
}

ul#contact li a{
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	line-height: 38px;
	height: 38px;
	text-align: center;
}

/* zoekformulier block */

div#search_form_container_block{
	float: right;
	margin-bottom: 2px;
	position: relative;
	z-index: 200;
	right: 0;
}

div#search_form_container_block label{
	color: #fff;
}

div#search_form_container_block input.searchBtn{
	width: 20px;
	height: 20px;
	margin-left: 3px;
	border-style: none;
	cursor: pointer;
	background: url('../images/submit_arrow.png') no-repeat top left;
}

#searchfield_block{
	position: relative; 
	width: 135px;
	background: #8F8F8F;
	border: 1px solid #CFCFCF;
	padding-top: 2px;
	height: 18px;
	color: #ffffff;
	font-weight: normal;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
}

label.overTxtLabel {
	position: relative;
	padding-top: 2px;
	font-weight: normal;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
}

a.f_twitter{
	text-decoration: none;
	float: right;
	margin: 1px 5px 0 0;
	display: block;
	overflow: hidden;
	height: 0;
	width: 22px;
	padding-top: 22px;
	background: url('../images/t_small-b.png') no-repeat top left;
}