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

* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	min-width: 980px;
	margin:0;
	padding:0;
	height: 100%;
	background-position: top center;
	color: #000;
	font-family: "Trebuchet", Arial, Verdana, Helvetica, sans-serif;
	background:  url(../images/bg.gif) repeat;
	font-size: 12px;
}

img, div { behavior: url(../iepngfix.htc) }

h2 {
	font-size:18px;
	font-weight:bold;
	color: #a3a60f;
	clear:none;
	text-transform:uppercase;
	margin-bottom: 18px;
}
#head {
	width: 980px;
	height: 108px;
	background: #fff;
}
#head img {
	display:block;
}
#toppert{
position: relative;
}
.headoverlay{
	position:absolute;
	top:0px;
	left: 30px
}
.clear { clear: both; }

/*/// links en rechts ///*/
#left-side-outer {
	width:50%;
	float:left;
	margin-right:-490px;
	height:108px;/**/
}
#left-side{
	margin-right:490px;
	background: #fff;
	height:108px;
}
#center-column {
	width:980px;
	float:left;
	/*background-color: #fff;*/
	position:relative;
	z-index:10;
	height: 100%;
	display:inline;
}
#right-side-outer {
	width:50%;
	float:right;
	margin-left:-490px;
	height: 108px;/**/
}
#right-side {
	margin-left:490px;
	height: 108px;
	background: #fff;
}

/*/// linkercolumn ///*/
#leftcolumn { 
	margin: 30px 0px 24px 42px;
	float: left;
	display: inline;
	padding: 90px 10px 0px 10px;
}
/*/// rechtercolumn ///*/
#rightcolumn { 
	float: right;
	margin: 30px 30px 0px 0px;
	width: 637px;
}
#rightcolumn span {
	color: #929292;
	line-height: 20px;
	font-size: 11px;
	background: #fff;
	padding:38px;
	display:block;
	margin-bottom: 3px;
}
#rightcolumn img{
	padding: 3px;
	margin-bottom: 3px;
	background: #fff;
}
/*/// footer ///*/
#footer {
	margin-left: 341px;
	padding: 15px 0px;
	color:#fff;
	float: left;
	width:263px;
	display:inline;
	font-size: 11px;
}
a.footerlink{
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
a.footerlink:hover{
	text-decoration: none;
	color: #d61c23;
}
#copyright {
	color:#fff;
	float: right;
	margin-right: 24px;
	width: 248px;
	display:inline;
	font-size: 11px;
	padding: 15px 0px;
}