/**
 * Stylesheet for <project name>
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <author@example.net>
 */

/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}
img {
	border: none;
}
/**
 * font-size: 76% = 12px
 * line-height: 140% = 16px
 */
body {
	font: 76%/140% Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #59686c;
	background-color: #4c595c;
}

br.clear{
	clear:both;
}

h1, h2, h3, h4, h5, h6 {

}
h2{

}
h3{
	font-size: 115%;
	border-bottom: 1px solid #b2d1c1;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 20px 0px;
}

h4{
	font-size: 115%;
	color: #036633;
	border-bottom: 1px solid #a4c89f;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 20px 0px;
}


h5{
	font-size: 115%;
	color: #59686c;
	border-bottom:  1px solid #b2d1c1;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
}
h5 small{
	color: #59686c;
}

h6{
	font-size: 115%;
	color: #59686c;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
}

p {
	margin: 0 0 1em 0;
	padding: 0px;

}

#content_left ul {
	list-style-image: url(../images/bullet.jpg);
}

ul li {
	margin-left: 25px;
}

dl {

}

dl dt {

}

dl dd {

}

blockquote {

}

blockquote p {

}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

abbr, acronym {
    font-style: normal;
    cursor: help;
}

a abbr {
    border: none;
}

address {
    margin: 0;
    padding: 0;
    font-style: normal;
}

a{
	color: #59686c;
}

a:hover {

}

a img {
    border: none;
}

/**
 * = Forms
 * ----------------------------------------------------------
 */


span.form-error{
	color: #a20a0a;
	display: block;
}

form {

}

form p {

}

label {

}

fieldset {

}

fieldset legend {

}

input, select, textarea {
	border: 1px solid #c2d0c7;
}

input.input-button{
	color: white;
	background-color: #4c595c;
	padding: 0px 3px 2px 3px;
}

select {

}

textarea {
	width: 300px;
	height: 100px;
}

.required {

}

/**
 * = Tables
 * ----------------------------------------------------------
 */

table {

}

caption {

}

tr {

}

th {

}

td {

}

thead {

}

tbody {

}

tfoot {

}

/**
 * = Page structure
 * ----------------------------------------------------------
 */

#container {
	margin: 20px auto;
	border: 10px solid white;
	width: 892px;
	background: url(../images/bg_container.jpg) repeat-y;
}

#menu{
	float: left;
	width: 187px;
	border-right: 10px solid white;
}

#menu div.top_img{
	background-image: url(../images/bg_logo.jpg);
	width: 172px;
	height: 188px;
	padding: 0px 0px 0px 15px;
}

div.logo{
	background:transparent url(/modules/core/layout/images/logo_beyaert.jpg) no-repeat 0 0;
	text-indent: -10000px;
	width: 150px;
	height: 89px;
}
div.logo a{
	display: block;
	width: 150px;
	height: 89px;
}


/**
 * = Header
 * ----------------------------------------------------------
 */

#header {

}


#language{
	width: 60px;
	height: 18px;
	margin: 78px 0px 0px 5px;
	_margin: 76px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	clear: both;

}



#language span.language, #language span.language selected{
	color: white;
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	padding: 0px 3px 0px 3px;

}

#language span.language a{
	color: white;
	text-decoration: none;
	background-color: #026632;
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	padding: 3px 3px 0px 5px;
}
#language span.language a.selected{
	background-color: #9BC50B;
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	padding: 3px 3px 0px 5px;
}

/**
 * = Navigation
 * ----------------------------------------------------------
 */


#nav{
	padding: 5px 0px 5px 5px;
	margin: 22px 10px 10px 10px;
}

#nav li{
	margin: 0px;
	width: 157px;

}

#nav li a{
	color: #59686c;
	border-bottom: 1px solid #c2d0c7;
	display: block;
	padding: 3px 0px 3px 8px;
	text-decoration: none;
	margin: 0px;
}

#nav li a.button selected {
	font-weight: bold;
	background-color: red;
}

#nav li a.selected {
	font-weight: bold;

}

#nav li ul li a{
	padding: 3px 0px 3px 35px;
}

#nav li ul li a.selected{
	padding: 3px 0px 3px 35px;
	background: transparent url(../images/arrow.gif) no-repeat 25px 6px;
}

#nav li.selected {

}

#nav li a:link,
#nav li a:visited {

}

#nav li a:hover,
#nav li a:visited {

}

/**
 * = Main
 * ----------------------------------------------------------
 */

#main {

}

/**
 * = Content
 * ----------------------------------------------------------
 */

#content {
	float: left;
}


#content_left{
	float: left;
	background-color: white;
	border-right: 10px solid white;
	overflow: hidden;
}
#content_left div.top_img{
	width:390px;
	height:187px;
	background-image: url(../images/img_overbc.jpg);
}

#content_left div.title_img{
	color: white;
	float: left;
	padding: 6px 0px 0px 12px;
	margin: 154px 0px 0px 10px;
	width: 250px;
	height:27px;
	background-color: #59686c;
}

#content_right{
	float: left;
}
#content_right div.top_img{
	width: 295px;
	height:187px;
	background-color: white;
	background-image: url(../images/img_nieuws.jpg);
	margin: 0px 0px 0px 0px;
}

#content_right div.title_img{
	color: white;
	float: left;
	width: 250px;
	height:27px;
	padding: 6px 0px 0px 12px;
	background-color: #9bc50b;
	margin: 153px 0px 0px 10px;
}

#intro_top_img{
	background: transparent url(../images/intro_top_img2.jpg) no-repeat;
	width:695px;
	height: 273px;
}

div.left_txt{
	color: #74878c;
	width: 345px;
	overflow: hidden;
	padding: 27px 20px 0px 25px;
	font-size: 100%;
	line-height: 165%;
}

div.left_txt a.more{
	 display:block;
}

div.left_txt img{
	padding: 5px 0px 5px 0;
}

div.left_txt img.center {
	margin: 0 auto;
}

div.right_txt{
	width: 293px;
	font-size: 100%;
	/*text-align: justify;*/
	padding: 20px 0px 0px 0px;
}

div.news_item{
	background-color: #dee6c3;
	padding: 10px 16px 14px 20px;
}

div.news_item img{
	padding: 4px;
}

#groeph{
	clear: both;
	float: left;
	width: 690px;
	text-align: right;
	margin-top: 14px;
}

div.intro_title_img1{
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 246px 180px 0px 15px;
	background-color: #59686c;
}

div.intro_title_img1 h2, div.intro_title_img2 h2{
	padding:0px 40px 0px 10px;
}

div.intro_title_img2{
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 246px 0px 0px 0px;
	background-color: #9bc50b;
}

#intro_top_img{

}

#intro_top_img h2{
	margin-top: 253px;
	float: left;
	height:20px;
}

#intro_top_img h2.blue{
	width:330px;
	margin-left:20px;
	_margin-left:10px;
	padding-left: 5px;
	background-color: #59686c;
}
#intro_top_img h2.green{
	width:200px;
	margin-left:62px;
	_margin-left:45px;
	padding-left: 5px;
	background-color: #9bc50b;
}

div.top_img h2{
	margin-top: 167px;
	float: left;
	height:20px;
}

div.top_img h2.blue_index{
	width:330px;
	margin-left:20px;
	_margin-left:10px;
	padding-left: 5px;
	background-color: #59686c;
}
div.top_img h2.green_index{
	width:200px;
	margin-left:18px;
	_margin-left:10px;
	padding-left: 5px;
	background-color: #9bc50b;
}

/**
 * = Sidebar
 * ----------------------------------------------------------
 */

#sidebar {

}

/**
 * = Footer
 * ----------------------------------------------------------
 */

#footer {
	color: white;
	width: 900px;
	margin: 8px auto;
	text-align:right;
}
#footer a{
	color: white;
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see	http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}
