/* @override http://users.telenet.be/Flanders_Maritime_Consultancy/css/FMC.css */

/*

main colors
blauw: #d4ebf3;

last adaption 15/11: knoppen home etc.

*/

body {
	font: 12px/170% "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #333;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #232729;
	background: #d4ebf3 url(img/bg_degra.png) repeat-x left top;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #356c92;
}

#container {
	width: 620px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
}

#header {
	position: relative;
	padding: 0 10px 0 20px;
	height:  110px;
/*

this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#homebttn {
	position:  absolute;
	top: 0;
	left:  0;;
	display: block;
	width:  220px;
	height: 110px;
	background: url(img/logo.png) no-repeat;
}

#btntraining,
#btnconsult,
#btncontact {
	position:  absolute;
	top: 0;
	display: block;
	width:  60px;
	height: 110px;
}

#btntraining {
	left: 440px;
	background: url(img/btn_training.gif) no-repeat;
}

#btnconsult {
	left: 500px;
	background: url(img/btn_consult.gif) no-repeat;
}

#btncontact {
	left: 560px;
	background: url(img/btn_contact.gif) no-repeat;
}

#mainContent {
	position: relative;
	margin-top:  20px;
	padding: 0;
	background: transparent;
}

body#home #mainContent {
	height:  620px;
}

/* @group tekstContent */
.tekstContent {
	background-color: #fff;
	padding:  20px 40px 40px 40px;
	width: 540px;

	color: #313848;
	font-size: 1.2em;
}

.tekstContent h4,
.capt {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: .5em;
}

.tekstContent p {
	margin-bottom: .5em;
}

.tekstContent  ul {
	margin-top: .5em;
	margin-bottom: 2em;
	padding-left: 1.5em;
	list-style-type: square;
}

.tekstContent dl {
	margin-top:2em;
}

.tekstContent dt {
	font-weight: bold;
	margin-top: 1px;
	color: #fff;
	background-color: #2a619c;
	padding: 4px 15px;
	border: 1px solid #2a619c;
	width: 508px;
	}

.tekstContent dt a:link,
.tekstContent dt a:visited,
.tekstContent dt a:hover,
.tekstContent dt a:active {
	font-weight: bold;
	margin-top: 1px;
	color: #fff;
	background-color: #2a619c;
	width: 508px;
	padding-left: 0;
	text-decoration: none;
}

.tekstContent dd {
	margin-bottom: 2em;
	width: 508px;
	padding: 15px 15px 5px 15px;
	border-left: 1px solid #d4ebf3;
	border-right: 1px solid #d4ebf3;
	border-bottom: 1px solid #d4ebf3;
	background-color: #f0f9fe;
	border-color: #2a619c;
}

.tekstContent dd p,
.tekstContent dd ul {
	font-size: 12px;
}

/* @end */


#homebtnwho {
	position:  absolute;
	top: 0;
	left:  0;
	display: block;
	width:  295px;
	height: 295px;
	background: url(img/home_btn_who.png) no-repeat;
}

#homebtntraining {
	position:  absolute;
	top: 0;
	left: 325px;
	display: block;
	width:  295px;
	height: 295px;
	background: url(img/home_btn_training.png) no-repeat;
}


#homebtnconsult {
	position:  absolute;
	left:  0;
	top: 325px;
	display: block;
	width:  295px;
	height: 295px;
	background: url(img/home_btn_consultancy.png) no-repeat;
}

#homebtncontact {
	position:  absolute;
	top: 325px;
	left: 325px;
	width:  295px;
	height: 295px;
	background: url(img/home_btn_contact.png) no-repeat;
}

#footer {
	padding: 10px;
	text-align: right;


/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #d4ebf3;
	font-size: 9px;
}

#footer p {
	margin: 0;


/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;

/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#sponsors,
#banners {
	margin:2em 0 0 0;
	padding:0;
	text-align: center;
}

#banners a {
	display: block;
	text-decoration: none;
	text-indent:-3000px;
	width: 468px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../banners/waterproof468x60.gif) no-repeat;
	border:1px solid #000;
}