/* keep the footer at the bottom of the page */
html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background: #fff;
	color: #333;
	font-family: arial;
	font-size: 14px;
}

#wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
}

html>body #wrapper {
	height: auto;
}

#container {
	position: relative;
	width: 850px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 160px;
}

#mul_logo {
	width: 210px;
	height: 75px;
	background: url('../img/mul_logo.jpg');
}

#nofloat {
	clear: both;
}

.text {
	width: 590px;
	float: left;
}
.floatright {
	padding-top: 20px;
	width: 250px;
	float: right;
}

/* Styles for the top links (contact, sitemap etc) */

#top_links {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 400px;
	text-align: right;
	height: 20px;
}
#top_links ul {
	margin: 0px;
	padding: 0px;
}
#top_links ul li {
	display: inline;
	margin-left: 10px;
}
#top_links ul li a {
	
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	text-decoration: none;

}

/* Styles for the main menu (Home, Nieuws etc) */

#main_menu {
	position: absolute;
	right: 0px;
	top: 70px;
}

#main_menu ul {
	margin: 0px;
	padding: 0px;
}

#main_menu ul li {
	display: inline;
	margin-left: 15px;
}

#main_menu ul li a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}
#main_menu ul li a:hover, #main_menu ul li.active a {
	color: #3875D7;
}
#main_menu ul li.active a {
	font-weight: bold;
}

/* Styles for the content container */

#content {
	padding-top: 10px;
}
/* Styles for the sub menu (Werktuigbouw, Energie etc.) */

#sub_menu {
	background: #3875D7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}



#sub_menu ul {
	margin: 0px;
	padding: 6px;
}

#sub_menu ul li {
	display: inline;
}
#sub_menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 15px;
}

#sub_menu ul li.active a {
	background: #fff;
	color: #3875D7;
	-webkit-border-radius: 5px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* text styles */

h1,h2,h3,h4,h5 {
	color: #3875D7;
}
h1 {
	font-size: 30px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #3875D7;
}

/* image styles */

.image_right {
	float: right;
	margin-left: 20px;
}


/* styles for the footer */
#footer {
	position:absolute;
	bottom: 0;
	width:100%;
	height: 150px;			/* Height of the footer */
	padding-top: 50px;
	background: url('../img/footer_shadow.png') repeat-x;
}

#footer_sitemap {
	height: 120px;
	background: #EAEAEA;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#footer_columns {
	padding-top: 4px;
	width: 850px;
	margin: auto;
}
.footer_column {
	width: 200px;
	float: left;
	font-size: 14px;
}

.footer_column strong {
	font-size: 13px;
	color: #666;
}
.footer_column ul {
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
}
.footer_column ul li {
	list-style-type: none;
}
.footer_column ul li a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

#footer_links {
	font-size: 13px;
	color: #666;
	width: 850px;
	margin: auto;
}
#footer_links ul {
	margin: 0px;
	padding: 5px 0px;
}
#footer_links ul li {
	display: inline;
	margin-right: 30px;
}
#footer_links ul li a {
	display: inline;
	margin-right: 10px;
	text-decoration: none;
	color: #666;
}
#footer_links ul li a:hover {
	text-decoration: underline;
}

p, #news {
line-height: 20px;
}

