/* 
	BNS-CMS Default Template CSS
	V 1.0 15/11/2005 Kristof Rutten
	V 1.1 21/03/2006 Kristof Rutten
	V 1.2 27/06/2006 Kristof Rutten
	V 1.3 28/09/2006 Annelies Bynens
*/

/* Wrappers */

body { 	
		margin: 0; padding: 0;
		background:  #fff url(../_images/bg_body.jpg) repeat-x top left;
		font-family: Verdana, Arial, sans-serif;
		font-size: 1em;
		text-align: center;
}


#container {
		width: 760px;
		margin: 0px auto; padding: 0; 
		background: #fff url(../_images/bg_container.gif) 0 0 repeat-y;
		text-align: left;
		position: relative; /* For Language placing */
}

#content textarea {
		width: 400px; height: 350px;
}


ul { position: relative; }


/* Statische Navigatie - Bovenbanner */

#staticnav {
		text-align: right;
		width: 100%; height: 17px;
		margin: 0; padding: 0; font-size:9px;
		background-color: #565c64;
}

#staticnav a {
	color: #fff; padding-left: 15px; padding-right: 5px;
	text-decoration: none;
	background: url(../_images/bg_language.gif) 50% left no-repeat;
}

#staticnav a:hover {
	color: #fff;
}


/* Banner */
	
#Lbl_Title {
		margin: 0; padding: 0;
}

#banner {
	height: 132px; width: 100%;
	margin: 0; padding: 0; 
	float: left;		
}

/*Dynamic Navigation - Menu */

#dynamicnav {
	width: 200px; 
	float: right;
}

#dynamicnav ul {
	list-style:none;
	padding: 0px; margin: 0px 0px 15px 0px;
	line-height:normal;	
}

#dynamicnav li {
	margin: 0; padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

#dynamicnav a {
	display: block;
	background: url(../_images/bg_bns_li.gif) 8px 50% no-repeat;
	padding: 5px 0px 8px 22px; margin: 0;
	font-size: 70%; font-weight: bold;
	text-decoration: none;
	color: #6a6c62;
}

#dynamicnav a:hover {
	text-decoration: underline;
	color: #ff003c;
}

#dynamicnav ul li a.Back{
	background: url(../_images/bg_bns_li_back.gif) 4px 50% no-repeat;
	padding-left: 17px;
	color: #000;
}

#dynamicnav ul li a:hover.Back {
	background: url(../_images/bg_bns_li_back.gif) 0 50% no-repeat;
	color: #003366;
	text-decoration: none;
}

#dynamicnav h2 {
	background: #de6a0d;
	height: 70px;
	position: relative;
		font-size: 80%; margin: 0; padding: 0;
}

#dynamicnav h2 span {
	position: absolute;
	left: 10px; bottom: 10px;
	color: #fff;
}

#dynamicnav dl {
}

#dynamicnav dt {
	padding: 0px 5px; color: #333; font-size: 70%; font-weight: bold;
}

#dynamicnav dd {
	margin: 0px 0px 10px 0px; padding: 0px; position: relative;
}

#dynamicnav dd a {
	background: none; padding: 0px 5px 0px 5px; margin: 0;
	text-decoration: none;
	color: #666;
	font-size: 70%;
	font-weight: normal;
	line-height: 1.5em;
}

#dynamicnav dd a:hover {
	text-decoration: underline;
	color: #3399CC;
}

#dynamicnav li.menuseparator

{

      margin: 0; padding: 0;

      border-top: 0;

      border-bottom: 0;

      background: #de6a0d;    

      display:inline;

}

 

#dynamicnav li.menuseparator div

{     

      height:5px;

}

 

#dynamicnav li.menutitle 

{     

      color: #fff;      

      display:block;

}

#dynamicnav li.menutitle div

{     

      margin-left:10px;

      font-size: 70%; font-weight: bold;

      text-decoration: none;

      color: #6a6c62;

}



/* Dynamic Menu - Edit mode */

#MainmenuAdmin a {
	display: inline;
}

#MainmenuAdmin a:hover {
	color: red;
}
	
#MainmenuAdmin li {
	margin: 0px; padding: 5px 0px 5px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
		
#MainmenuAdmin a.arrow {
	background: none;
	padding: 0px; margin: 0px;
	float: right;
}

/* Versiecontrol */

#Mnu_Admin ul li a {
	 background: url(../_images/bg_editmode.gif) 6px 50% no-repeat;
	 font-size: 70%;
	 font-weight: normal;
	 color: #FF6600;
}

/* Pages-News archive */	
	
#Sl ul li a {
	background: url(../_images/bg_editmode.gif) 6px 50% no-repeat; 
	color: #FF6600;
	font-size: 70%;
	font-weight: normal;
}

/* DynamicNavigation Header */

/* #dynamicnavtop {
	position: relative;
	height: 70px;
	background-color: #de6a0d; color: #fff;
	}

#dynamicnavtop h2 {
	position: absolute;
	left: 10px; bottom: 10px;
	margin: 0px; padding: 0px;
	font-size: 80%;
	} */
	
/* Content block Default definitions */

#content {
	width: 560px;
	margin: 0; padding: 0px;
	float: left;
	}

#content h1 {
	clear:left;
	margin: 10px 15px 15px 0px;
	color: #de6a0d;
	font-size: 130%;
	}
	
#content h2 {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	color: #3399CC;
	font-size: 85%;
	}

li.link {
	background: url(../_images/icon_link.jpg) 0 50% no-repeat;
	padding-left: 15px;
	}
	
li.pdf {
	background: url(../_images/icon_pdf.jpg) 0 50% no-repeat;
	padding-left: 15px;
	}
	
#content p {
	color: #666;
	margin: 10px 30px 10px 0px;
	letter-spacing: 0.5px;
	font-size: 70%;
	line-height: 1.5em;
	}
	
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style: square;
	color: #222;
	margin: 1em 4em 1em 50px;
	font-size: 70%;
	padding: 0;
	}
	
#content ul ul {
	font-size: 100%;
}

#content ul ul ul {
	font-size: 100%;
}

#content li {
	line-height: 1.7em;
	}

#content img.lefty {
	margin: 5px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #737373;
	float: left;
	}

#content blockquote {
	margin: 2em 4em 2em 1.75em;
	background: url(../_images/bg_blockquote.gif) 0 0 no-repeat;
	padding: 10px 0px 0px 50px;
	font-size: 70%;
	line-height: 1.6em;
	letter-spacing: 0.5px;
	font-style:italic;
	}

#content ACRONYM {
	border-bottom: 1px dotted #6a6c62;
	font-weight: bold;
	cursor: pointer;
}

#contenttop {
	position: relative;
	height: 70px; padding: 0;
	background-color: #565c64;
	}

#contenttop h1 {
	position: absolute; font-size: 170%;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Arial, sans-serif;
	bottom: 10px; left: 15px;
	margin: 0; padding: 0; color: #fff;
	}

/* Breadcrumbs Styling */

#breadcrumbs {
	color: #535353;
	margin: 10px 10px;
	width: 80%; height: 15px;
	font-size: 65%;
	}

#breadcrumbs ul {
	margin: 0; padding: 0;
	}

#breadcrumbs li {
	list-style: none;
	float: left;
	margin: 0px; padding: 0px;
	}

#breadcrumbs a {
	color: #003366;
	text-decoration: underline;
	}

/* Typering Document Lijst */

ul.doclist {
	margin: 20px; padding: 0;
}

ul.doclist li {
	font-size: 70%;
	list-style: none;
	margin: 0px; padding: 5px 0px 0px 0px; 
	}

ul.doclist a {
	margin: 0px; padding: 0px 0px 0px 20px;
	background: url(../_images/icon_document_neutral.jpg) 0 50% no-repeat;
	text-decoration: none; color: #333;
}

/* Language Table */

#language {
	background: #e4e5e2;
	width: 200px;
	position: absolute;
	top: 17px;
	right: 0;
	}

#language input {
	width: auto;
	border: none;
}

#tbl_language {
	border: 1px solid #565c64;
	border-top: none;
	border-right: none;
	text-align: right;
	width: 100%;
	font-size: 60%;
	color: #7373737;
	margin : -50px;
 
}

#Lbl_Language {
	font-weight: bold;
}

#tbl_language td {
	padding: 2px;
	}
	
.tabname {
	margin: 3px 0px 10px 0px;
	border-top: 
	width: 350px;
	color: #FF0000;
	background: #efefef;
	padding: 7px;
	font-size: 70%;
	}

/* More info */

#moreinfo {
	color: #de6a0d;
	font-size: 70%;
	
}

/* Footer*/

#footer {
	width: 100%;
	height: 150px;
	background: #565c64;
	font-size: 60%;
	text-align: left;
	color: #fff;
	}
	
#footer span {
	padding: 5px;
	}
	
#footer table {
	border: 0;
	margin: 0px; padding: 0;
	text-align: left;
	font-size: 9px;
	}

#footer td {
	}
	
#footer input  {
	width:auto;
}

/* Nieuws */

#Pnl_Context {
	margin: 10px;
}

.NewsItem {
	margin: 10px 0px; padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}

.NewsItem h5 {
	background: url(http://www.bns-be.com/_images/page.png) 0 0 no-repeat;
	clear: right;
	font-size: 90%; min-height: 18px;
	color: #de6a0d;
	margin: 0px;
	padding: 0px 0px 5px 20px;
}

.NewsItem p {
	display: none;      
        line-height: 1.5em;
	color: #666;
}

.newstitle {
	clear: right;
	font-weight: bold;
	font-size: 100%;
	color: #de6a0d;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.date p {
	display: none;
	color: #666;
	margin: 0; padding: 0;
}

.NewsContent {
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
}

.NewsContent p {
	display: inline;
        font-family: Verdana, Arial, sans-serif;
        font-size: 100%;
	line-height: 1.5em;
	color: #666;
}

.morebutton {
	font-weight: bold;
	color: #003366;
	padding: 0px;
	font-size: 70%;
	margin: 10px 0px;
}

.backbutton {
	font-weight: bold;
	color: #003366;
	padding: 0px;
	font-size: 70%;
	margin: 10px 0px;
}

/* Static footer */

#anker {
	clear: both;
	margin: 0 auto; padding: 0;
	height: 80px; width: 100%;
	background: url(../_images/bg_footer.gif) 0 0 repeat-x;
	text-align: center;
	}

#anker p {
	margin: 0; padding: 20px 0px;
	font-weight: bold;
	font-size: 60%;
	color: #333333;
}

#anker #Btn_Admin {
	height: 10px;
}

#anker input { 
	width: auto;
	border: none;
}

/* Editeer paneel */

#Pnl_Buttons input {
	display: inline;
	height: 16px;
	width: 50px;
	margin: 0; padding: 0px;
	font-size: 9px;
	}

.PageTable {
	clear: left;
	float: left;
	width: 75px;
	color: #737373;
	height: 16px;
	font-size: 65%;
}


.comboselect {
	color: #737373;
	font-size: 75%;
}

.checkboxselect {
	color: #737373;
	font-size: 85%;
}

.searchtitle {
	padding: 5px 0px 8px 0px;
	margin: 0;
	font: bold #737373;
	font-size: 70%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #ccc;
}

/* Login */

#login {
	position: relative;
	clear: left; margin: 0 auto; padding: 5px;
	width: 350px;
	border: 1px solid #565c64;
	font-size: x-small;
}

#login input {
	margin-left: 100px; 
	border: 1px solid #ddd;
	width: 200px;
	}
	
#login span {
	font-weight: bold;
	height: 25px;
	}
	
#loginsubmit {
	height: 35px;
	}
	
#loginsubmit input {
	width: 70px; margin: 12px 0px 0px 100px; padding: 0;
	background: url(../_images/bg_edit_menu.jpg) repeat-x 0 0 #efefef;
	border: 1px solid #ddd;
	}

#error {
	}

#error span {
	margin: 5px 0px 0px 0px; padding: 5px 0px 5px 15px;
	display: block;
	color: #fff;
	font-weight: bold;
	}



/* Wysiwyg Block */

.common a {
	padding: 5px; font-size: 75%;
	font-weight: bold; color:#535353;
	text-decoration: none;
	border: 1px solid #efefef;
	border-right: 1px solid #bbb;
	border-bottom: none;
	}
.common a:hover {
	background: #fafafa;
	}

.common td {
	font-size: 75%;
	}

.tabname {
	padding: 5px;
	border: #efefef;
	}
/* Opruimdoos voor overtollige rommel */

#garbage_collection {
	display: none;
	}

/* Fixes */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#inthepicture {
	border: #535353 1px solid; background: url(http://www.bns-be.com/_images/sembg.jpg) 0 0 no-repeat #114f64; color: #c4d2de; padding: 15px; margin-left: 0px; margin-bottom: 15px;
}

#inthepicture h1 {
	color: #fff; margin: 0; padding: 0;
}

#inthepicture p { 
	color: #fff; margin: 0; padding: 0;
	}

#inthepicture a {
	color: #ffc600;
}
table.contact  {
	width: 100%; font-size: 100%;
	margin: 0px;
	color: #666;
}
.contact td {
	font-size: 70%;
}

.contact thead td {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-weight: bold;
}
