@charset "UTF-8";
/* CSS Document */

body {
background-color: #2c8eb3;
background-repeat: repeat-x;
text-align:center;
font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
height: 100%;
}

h1 {	font-size: 14px;
	color: #d6e9f0;
	font-style: italic;	
	display: inline;
}

h2 {	font-size: 14px;
	color: #fff;
	display: inline;
}

h3 {	font-size: 14px;
	color: #352e34;
	display: inline;
}

a:link {
	font-size: 10px;
	color: #fff;
	text-decoration:underline;
}
a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration:underline;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}


.container { 
position: absolute;
left: 0px; 
right: 0px; 
top: 0px;
height: 100%; 
width: 100%;
}

.main {
margin: 0 auto;
width: 900px;
text-align: left;
}

.menu {	
	margin-top: 50px;
	color: #000;
	height:27px;
	width: 900px;
	background: url(../img/mbg.gif);
	border-bottom: 4px solid #616161; 
}

.menu a {
	float:left;
	display:block;
	padding: 6px 25px 6px 25px;
	color: #000;
	text-decoration:none;
}
.menu a:visited {
	font-size: 12px;
	text-decoration:none;
}
.menu a:hover {
	background: url(../img/mbgo.gif); 
	color: #fff;
	}
.menu a:active {
	color: #fff;
}

body#home a#h,
body#g1 a#g,
body#g2 a#g2,
body#productomschrijving a#o,
body#technischeomschrijving a#b,
body#kosten a#e,
body#contact a#c,
body#bedrijfsfeesten a#f {
	color: #fff;
	background: url(../img/mbgo.gif); 
	}

.header {
width: 900px;
height: 300px;
border-bottom: 4px solid #616161; 
}

.headerleft {
float: left;
width: 700px;
height: 300px;
}

.headerright {
float: left;
width: 200px;
height: 300px;
}

.blockdiv {
width: 900px;
height: 164px;
}

.blocka {
text-align: justify;
color: #fff;
background-color: #2c8eb3; 
border-left: 4px solid #616161;
border-bottom: 4px solid #616161;  
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
float: left;
width: 576px;
height: 160px;
}

.blockb {
color: #fff;
background-color: #2c8eb3;  
text-align: center;
border-left: 1px solid #d6e9f0;
border-right: 4px solid #616161;
border-bottom: 4px solid #616161; 
padding-left: 5px;
padding-right: 5px;
padding-top: 7px;
float: left;
width: 285px;
height: 160px;
}

.content {
width:900px;
background-color:#fff;
}

.pagina {
padding-left: 30px;
width:872px;
height: 580px;
padding: 10px;
background-color:#999999;
border-left: 4px solid #616161;
border-right: 4px solid #616161;
border-bottom: 4px solid #616161; 
}

.pagefooter {
background: url(../img/mbgo.gif); 
color: #fff;
text-align: center;
margin-top: 10px;
padding: 6px;
height: 15px;
font-size: 12px;
}

.footer {
margin-top: 10px;
font-size: 10px;
color: #ccc;
}

.footer a {
font-size: 10px;
color: #ccc;
}

.footer a:visited {
font-size: 10px;
color: #ccc;
}


