@import url("language.css");
@import url("menu.css");
@import url("tagcloud.css");
@import url("breadcrumbs.css");

* {
	margin: 0;
}

body {
   background: url(../img/logo_bg.png) repeat top left;
	

}

html, body {
	width:100%;	
	height: 100%;
	margin:0px;
	padding:0px;	
}

html,body,table,tr,td,a{
	font-family:verdana,arial;
	font-size: 14px; 
	font-weight:normal;
	color: #000000; 
	text-decoration:none;
}

img{
	border:0px;	
}


h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;	
}

h1{
	color:#e2001a;
	font-size:16px;
}
h2{
	color:#e2001a;
	font-size:14px;	
}
h3{
	color:#e2001a;
	font-size:13px;		
}
p{
	margin:0px 0px 10px 0px;
}

#wrapper_bg{
	width:100%;
	margin:0px auto;
	/*background:#eeeeee url('../img/body_gradient.png') top left;
	background-repeat:repeat-x;
	background-attachment:fixed;*/
	min-height: 100%;
	height: auto !important;
}
#wrapper_bg_logo{
	width:100%;
	margin:0px auto;
	/*background:transparent url('../img/logo_bg.png') top left;
	background-repeat:repeat;
	background-attachment:fixed;*/
	min-height: 100%;
	height: auto !important;
}

/* -- Voor de footer bottom -- */
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px 0px; /* hoogte footer eraf */
	width:945px;
	margin:0px auto;
	background:url('../img/content_bg.png') repeat-y top left;	
}


/* -- header -- */
#header{
	margin:0px auto;
	width:945px;
	height:222px;
	background:url('../img/header_bg.png') no-repeat top left;
	clear:both;
}

#header_cntr #logo{
	margin:32px 0px 0px 11px;
	width:279px;
	height:188px;
	float:left;
}
#header_cntr #showcase{
	width:500px;
	height:222px;
	float:right;
}


/* -- menu -- */
#menu{
	width:924px;	
	margin:0px 0px 0px 10px;
	border-top:1px solid #e2001a;
}

/* -- Content -- */
#content{
	width:930px;
	line-height:20px;
	color:#999;
}


#breadCrumbs{
	margin-bottom:10px;
}


#content_cntr_l{
	float:left;
	width:600px;
	padding:5px 10px 10px 25px;
}

#content_cntr_l a{
	color:#e2001a;
	text-decoration:underline;
}
#content_cntr_l a:hover{
	color:#a5080e;
}

#content_cntr_r{
	float:right;
	width:250px;	
}

.clear{
	clear:both;
	height:10px;	
	width:945px;
	margin:0px auto;
}

/* -- footer -- */
#footer_crumbs{
	margin:0px auto;
	width:935px;
	height:28px;	
	padding:0px 0px 0px 25px;
	background:url('../img/content_bg.png') repeat-y top left;		
}

#footer{
	background:transparent url('../img/footer_bg.png') no-repeat bottom left;
	width:945px;
	margin:0px auto;
	height:65px;
	text-align:center;
}

#footer_cntr{
	text-align:center;
	color:#ffffff;
	padding:5px;
	font-size:12px;
}


.table_kader{padding:0px;margin:0px;width:242px;}
.table_kader_top{background:url('../img/kader_top.jpg') no-repeat top left;width:242px;height:6px;}
.table_kader_center{background:url('../img/kader_center.jpg') repeat-y top left;padding:0px 6px;}
.table_kader_bottom{background:url('../img/kader_bottom.jpg') no-repeat top left;width:242px;height:6px;}

.table_kader_center .text{padding:10px;}
