@charset "utf-8";

/* --- MainStyles ------------- */
* { margin: 0; padding: 0; }
html, body {
	background: url('../images/mainbg_middle.png') repeat-y;
	background-position: center;
	background-color: #d5e1e6;
	font-family: "Century Gothic", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #241928;
	margin: 0 0 0 0;
	width: auto;
	height: 100%;
}

a { color: #88ccff; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
a:focus { -moz-outline-style: none; }
a:active { outline: none; }

/* --- bodywrapper ------------- */
#bodywrapper {
	width: auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* Modern browsers */
	height: 100%; /* For IE */
	margin: 0 auto -381px;
}

/* --- Main divs ------------- */
#headerwrap {
	background: url('../images/mainbg_top.png') no-repeat;
	background-position: center top;
	min-height: 381px;
}

#contentwrap {
	width: 914px;
	margin: 0 auto;
	padding-top: 66px;
}

#footerwrap {
	background: url('../images/mainbg_bottom.png') no-repeat;
	background-position: center bottom;
	height: 381px;
}

/* --- Menu -------------------- */
#menu {
	width: 276px;
	float: left;
	padding: 140px 0 0 40px;
	margin-right: 8px;
	min-height: 560px;
}

#menu ul { list-style: none; margin-bottom: 20px; }
#menu ul li a {
	background: url('../images/menubg_middle.png');
	display: block;
	width: 215px;
	height: 20px;
	color: #000000;
	text-align: right;
	padding: 2px 20px 0;
}
#menu ul li a:hover { color: #10a2ff; }
#menu ul li.first a {
	background: url('../images/menubg_top.png');
	padding-top: 17px;
	height: 19px;
}
#menu ul li.last a {
	background: url('../images/menubg_bottom.png');
	height: 34px;
	padding-top: 2px;
}
#footertext_topmargin { height: 30px;  }
#footertext {
	position: absolute;
	bottom: 75px;
	width: 238px;
	text-align: center;
}
#footertext p { margin-bottom: -7px; }

/* --- Content -------------------- */
#content {
	background: url('../images/contentbg_middle.png') repeat-y;
	width: 569px;
	float: left;
	margin-bottom: 60px;
	font-size: 12px;
}

#content ul {
	margin-left: 20px;
	list-style-type: circle;
}

#contentheader {
	background: url('../images/contentbg_top.png') no-repeat;
	min-height: 215px;
	padding: 6px 23px 0 0;
}
#contentheaderimage {
	background-repeat: no-repeat;
	background-position: top right;
	padding: 30px 10px 3px 20px;
	min-height: 200px;
}
.contentheaderimagewrap {
	float: right;
	clear: right;
	height: 15px;
}
#contentfooter {
	background: url('../images/contentbg_bottom.png') no-repeat;
	height: 18px;
}

/* --- WaldoBronchart Credits ------------- */
#waldobronchart_credits {
	position: absolute;
	bottom: 6px;
	right: 6px;
}
#waldobronchart_credits a {
	background: url('http://www.waldobronchart.be/images/credits/credits_logo.gif') no-repeat top;
	display: block;
	width: 40px;
	height: 34px;
}
#waldobronchart_credits a:hover { background: url('http://www.waldobronchart.be/images/credits/credits_logo.gif') bottom; }







