/*===========================
			MAIN			
===========================*/
body {
	background-color: #FFFFFF;
	background-image: url('/afbeeldingen/body_bg2.jpg')top repeat-x;
	margin:0;
	padding:0;
	text-align: center;
	font-size: 12px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: lucida grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
    color: #555;
	
}

* {
	font-size: 12px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: lucida grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
    color: #555;
}

a img {
	border: 0;
}

a {
	color: #C70C0C;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


h1 {
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 0px;
    font-family: lucida grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #7292c5;
    color: #ff7700;
}

/* Shared classes */
.rounded3 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rounded4 {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rounded5 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rounded8 {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.post img {
	border: 1px solid #ddd;
	background: #eee;
	padding: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.transparent {
	background: url('afbeeldingen/transparent.png');
	color: #fff;
}

.mascotbackground {
	background: url('afbeeldingen/mascot.png') 735px -40px no-repeat;
}

#welcome {
	width: 690px;
	padding: 20px;
	margin-bottom: 10px;
}

#welcome a {
	color: #ff9900;
}

#welcome table {
	margin-top: 20px;
	font-size: 12px;
}

#welcome .welcomeheader {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 4px;
}

#tagline {
	font-size: 32px;
	font-family: lucida grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
	letter-spacing: -1px;
	line-height: 40px;
	text-transform: bold;
	color: #fff;
}
#tagline_2{
	font-size: 20px;
	font-family: lucida grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
	letter-spacing: -2px;
	line-height: 20px;
	text-transform: bold;
	color: #fff;
	padding-left:10 px;
}


a#signupbutton {
	float: right;
	width: 180px;
	height: 70px;
	padding: 5px;
	padding-top: 20px;
	background: url(/afbeeldingen/signup.png) no-repeat;
	text-align: center;
	margin-top: 50px;
}

a#signupbutton:hover {
	text-decoration: none;
}

#signupbutton span {
	font-size: 32px;
	font-family: lucida grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
	letter-spacing: -1px;
	display: block;
	margin-bottom:5px;
	color: #fff;
}

/*===========================
		OUTER CONTAINERS	
===========================*/

div#container_outer{
	position: static;
	padding-top: 35px;
	left: 0;
	width: 100%;
}

div#container_outer div#container {
	width:990px;
	margin: 0 auto;
	text-align: left;
}

div#site_container_top {
	position: relative;
	width: 990px;
	height: 14px;
	background: transparent url('/afbeeldingen/site_container_top.png') no-repeat;
	font-size: 1px;
	line-height: 1px;
}

div#site_container_content {
	position: relative;
	width: 990px;
	height: auto;
	background: transparent url('/afbeeldingen/site_container_content.png') repeat-y;
}

div#site_container_bottom {
	position: relative;
	width: 990px;
	height: 33px;
	background: transparent url('/afbeeldingen/site_container_bottom.png') no-repeat;
	margin: 0 auto;
}

div#container_body {
	position: relative;
	width: 941px;
	height: auto;
	padding: 1px 0 1px 0; /* maakt boven en onder rand op 14px */
	margin: 0 auto;
}




/*===========================
		INNER CONTAINERS	
===========================*/

div#header{
	position:relative;
	width: 812px;
	height:215px;
	border-bottom: 3px dashed #BAE9FB;
}

div#header_logo{
	position:relative;
	width:198px;
	height:205px;
	background: url('/afbeeldingen/mkb_shade1.png') no-repeat;
	float:left;
}

div#header_logo_title{
	position:relative;
	text-align:center;
	width: 198px;
	height: 70px;
	font-weight:bold;
	font-size: 20px;
	line-height:70px;
}

div#header_logo_title a{
	font-weight:bold;
	font-size:20px;
	line-height:70px;
	color:#000000;
}

div#header_logo_tagline{
	position:relative;
	text-align:center;
	width: 198px;
	height: 42px;
	padding-top: 65px;
}

div#header_banner{
	position: relative;
	width: 728px;
	height: 205px;
	border-top:3px dashed #BAE9FB;
	border-bottom: 3px solid #BAE9FB;  
	float:right;
}

div#header_banner_inner{
	position:relative;
	width:728px;
	height:225;
	padding-top: 31px;
	margin: 0 auto;
	background: url('/afbeeldingen/backgr_intro.png') no-repeat;
	
	
}

div#header_menu_inner{
	position:relative;
	max-width:728px;
	height:27px;
	float:left;
	background-color: #BAE9FB;
}

div#container_content {
	position: relative;
	background: transparent url('/afbeeldingen/content_filler_bg.gif') repeat-y;
	width: 941px;
	background-position:right;
	height: auto;
}
/* kolom links */
#promo_column_right {
	position: relative;
	float: right;
	width:180px;
	height:auto !important; /*all browsers except ie6 will respect the !important flag*/  
	min-height:300px;  
    height:300px;/*Should have the same value as the min height above*/ 
	border: 3px dashed #BAE9FB;
	padding:5px;
}

.promo_column_content {
	font-size: 9px;
	color: #000000;
	text-align:left;
}	
/* kolom rechts*/
div#content_column_01 {
	position: relative;
	float: left;
	width: 700px;
	height:auto !important; /*all browsers except ie6 will respect the !important flag*/  
	min-height:400px;  
    height:400px;/*Should have the same value as the min height above*/ 
	/*min-height: 400px;*/
	margin-left: 25px;
	line-height: 1.5em;	
	background-color:#BAE9FB;
}

/* info boxen 3 of 4 naast elkaar onder*/

div#info_box_wrap {
	position: relative;
	float: left;
	height:auto !important; /*all browsers except ie6 will respect the !important flag*/  
	min-height:215px;  
    height:215px;/*Should have the same value as the min height above*/ 
	width: 905px;
	border-bottom:3px solid #BAE9FB;
	border-top:3px solid #BAE9FB;
	margin-left: 25px;
	moz-margin-left:49px !important;
	padding:5px;
}

div#info_box {
	position: relative;
	width: 220px;
	height:auto !important; /*all browsers except ie6 will respect the !important flag*/  
	min-height:215px;  
    height:215px;/*Should have the same value as the min height above*/ 
	line-height: 1.2em;
	float: left;
	border-right:border: 3px dashed #BAE9FB;
	border-left:border: 3px dashed #BAE9FB;
	
}

div.infobox_header {
	height: 40px;
	width:200px;
	font-size: 16px;
	padding-left:2px;
	padding-right:2px;
	padding-top: 15px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	background: url('/afbeeldingen/info_back.png') center no-repeat;
}

div.infobox_content {
	font-size: 12px;
	padding:10px;
	color: #000000;
	text-align:left;
}

/*===========================
	INNER CONTAINERS CONTENT
===========================*/
/*content kolom*/
div#container_content_columns {
	position: relative;
	margin-top: 15px;
	margin-bottom:15px;
	margin-left: 14px;
	width:650px;
	height:auto !important; /*all browsers except ie6 will respect the !important flag*/  
	min-height:300px;  
    height:300px;/*Should have the same value as the min height above*/ 
	padding: 5px;
	background: url('/afbeeldingen/ackground.png')top no-repeat;
	background-color:#fff;
}

div.article_header {
	font-size: 12px;
	padding:2px;
	font-weight: bold;
	background-color: #665AFF;
	color: #000000;
	text-align:center;
}

div.article_subheader {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 11px;
	color: #3A3A3A;
}

/*===========================
	INNER CONTAINERS HOME / Op de Landings_Page	
===========================*/

div#blok2, div#blok4, div#blok7{
	background-color: #FFF5E4;
	border:1px solid #eedec4;
	margin: 0 -1px -1px -1px;
	padding-top: 14px;
	padding-bottom: 14px;
	width:305px;
}


div#blok1{ /* Search box */
	position:relative;
	width:380px;
	float:left;
}

div#blok2{ /* Text field */
	position:relative;
	float:right;
	padding-left: 14px;
	padding-right: 14px;
}

div#blok3{ /* Recent jobs */
	position:relative;
	float:left;
	width:351px;
	
	padding-left: 14px;
	padding-right: 14px;
	background-color: #FFF5E4;
	border:1px solid #eedec4;
	padding-top: 14px;
	padding-bottom: 14px;
}

div#blok4{ /* Hotlinks */
	position:relative;
	float:right;
	padding-left: 14px;
	padding-right: 14px;
}

div#blok5{ /* Lastest news */
	position:relative;
	width:728px;
}

div#blok6{ /* Banner */
	position:relative;
	width:728px;
	margin:-1px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align:center;
}

div#blok7{ /* Colofon */
	position:relative;
	width:572px;
	padding-left: 14px;
	padding-right: 14px;
}

/*===========================
			TEKST			
===========================*/




/*===========================
		FORM ITEMS			
===========================*/

form{
	margin: 0;
}

input.button {
	border: 1px solid #000000;
	background-color: #EEDEC4;
}

input.buttonLight {
	border: 1px solid #000000;
	background-color: #FFF5E4;
}


/*===========================
			MENU			
===========================*/

/* TOP MENU */

#topmenu {
    margin: 0 auto;
    width: 728px;
    text-align: left;
    height: 25px;
	
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	display: inline;
}

#topmenu ul li a {
	float: left;
	line-height: 11px;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 8px;
}

#topmenu ul li a:hover {
	text-decoration: none;
	color: #ff9900;
}

#topsubmenu {
	font-size: 12px;
	color: #fff;
}

#topsubmenu ul {
	display:  block;
	margin: 0;
	height: 22px;
	padding: 0 0 0 20px;
}

#topsubmenu li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 14px;
}

#topsubmenu li.activetab {
	background: #3f5d8b;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#topsubmenu a {
	display: block;

	padding: 4px 10px;
	color: #fff;
}

#topsubmenu a:hover {
	text-decoration: none;
	color: #ff9900;
}

#topsubmenu .activetab a {
}

#signupnow {
    background: url('/afbeeldingen/signup.png') no-repeat;
    text-align: left;
    width: 170px;
    height: 70px;
    color: #fff;
    padding: 10px 10px 10px 90px;
    letter-spacing: -1px;
	float:right;
}

#signupnow:hover {
    background: url('afbeeldingen/signup.png') bottom no-repeat;
}

#signupnow a {
    color: #ffbb00;
    text-decoration: none;
}

#signupnow a:hover {
    color: #ffca00;
}

#signupnow .mini {
    font-size: 13px;
}

#signupnow .big {
    font-size: 27px;
}



/* MAIN MENU */

div#submenu { /* menu container */
	position: relative;
	margin-bottom:10px;
	width: 198px;
}

div#submenu a.submenu {
	font-family: lucida grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	line-height: 25px;
}

div#submenu a.selected {
	color: #000000;
	font-weight: bold;
}

div.menuDivider {
	position:relative;
	height: 5px;
	background-color: #665AFF;
}

div#submenu a.submenu2 {
	font-family: lucida grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left: 20px;
	line-height: 20px;
}

div#submenu a.selected2 {
	color: #000000;
	font-style: italic;
}

/* CONTENT MENU */

div.top_contentmenu {
	margin-bottom:5px;
	margin-top:15px;	
}
div.top_contentmenu a {
	padding:0px 3px 0px 3px;
}


div.bottom_contentmenu {
	margin-top:5px;
	margin-bottom:15px;
	font-size:11px;
}

div.bottom_contentmenu a {
	padding:0px 7px 0px 7px;
	font-size:11px;
	text-transform:lowercase;
}

/* FOOTER */

#footer {
	position: relative;
	float:left;
	width: 915px;
	height: 100px;
	margin-left: 49px;
	color: #DBE2EA;
	font-size:10px;
}

#footer.tekst {
	width: 250px;
	text-align: left;
	padding-top: 10px;
	color: #DBE2EA;
	font-size: 10px;
	float:left;
}

#footer a {
	font-size: 10px;
	text-decoration: none;
	color:#DBE2EA;
}

#footer.copyright {
	
	width: 200px;
	text-align: left;
	padding-top: 10px;
	color: #DBE2EA;
	font-size: 10px;
	float:right;
}

#footer.copyright a {
	font-size: 10px;
	text-decoration: none;
	color:#DBE2EA;
}





/*===========================
			OTHERS			
===========================*/

hr{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

hr.page_divider {
	margin: 6px 0;
	height: 1px;
	border: 0;
	color: #665AFF;
	background-color: #665AFF;
}

div.divider{
	height:14px;
}

