/**
 * Main style
 *
 * @author Corneel W <corneel@voltrex.be>
 * @author-site www.voltrex.be
 * @version 1.0
 * @license http://www.voltrex.be/archief/kadodderlicense.txt
 * @copyright May not be used for/by other projects or/and organisations. This may only be used for Kadodder.be and all rights go to the author.
 */
body {
	background: url(images/layout/bg001.jpg) top repeat-x;
	background-attachment: fixed;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #FFF;
}
a:link, a:hover, a:visited, a:active, .nrmllink a, .nrmllink a:hover, .nrmllink a:visited, .nrmllink a:active  {
	color: #2a5389;
	text-decoration: none;
}
a:hover, .nrmllink a:hover {
	text-decoration: underline;
}
ul {
	list-style: circle;
	list-style-type: circle;
}
#mainconholder {
	background: url(images/layout/containerholderbg.png);
	width: 900px;
	height: auto;
	margin:0px auto;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 13px;
}
#maincon {
	background: #91add4;
	width: 881px;
	height: auto;
	padding: 9px;
	clear: both;
}
#header {
	width: 100%;
	min-height: 95px;
	margin-bottom: 10px;
	clear: both;
}
#header .newsitem {
	min-width: 90%;
	background: #C0D2EB;
	color: #333;
	padding: 5px;
	
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#header .newsitem:hover {
	background: #fff;
}
#header .newsitem a {
	color: red;
	text-decoration: underline;
}
.heading1 {
	font-variant: small-caps;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #2a5389;
}
h1,h2,h3,h4,h5,h6 {
	text-shadow: 0px 0px 1px #2a5389;
}
#footer {
	margin-top: 20px;
}
.light, .light a, .light a:hover {
	color: #c4d5ed;
}
#bgmenubut {
	z-index: 100;
	background: #2676bd;
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 23px;
	width: 44px;
	position: absolute;
	margin-left: 40px;
	display: none;
	clear: both;
}
#menuhold {
	height: 25px;
	margin-bottom: 8px;
	margin-left: 220px;
	position: relative;
	clear: both;
}
#menuhold ul {
	list-style: none;
	list-style-type: none;
	z-index: 500;
	position: relative;
}
#menuhold ul li {
	display:inline;
}
#menuhold ul li.sameaslink {
	float:left;
	margin-right: 8px;
	padding: 5px;
	color: #fff;
}
#menuhold ul li a {
	float:left;
	margin-right: 8px;
	padding: 5px;
	color: #fff;
	/* background: #91add4; */
	text-decoration: none;
	
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}/*
#menuhold ul li a:hover {
	background: #2676bd;
	color: #fff;
	text-decoration: none;
}
*/
#menuhold ul li.current a {
	background: #2a5389;
}
.incontentoverlay {
	background: url(images/layout/containerholderbg.png);
	padding: 7px;
	color: #2a5389;
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 5px 0 0 5px;
}
.incontentoverlay a:link, .incontentoverlay a:active, .incontentoverlay a:visited {
	color: #2a5389;
	border-bottom: 1px #2a5389 dotted;
}
.incontentoverlay a:hover {
	color: #2a5389;
	border-bottom: 1px #2a5389 solid;
}
.incontentoverlay h1, .incontentoverlay h2, .incontentoverlay h3, .incontentoverlay h4, .incontentoverlay h5, .incontentoverlay h6 {
	color: #fff;
}
