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


* { 
	margin: 0;
	padding: 0; 
}

body {
	margin:0;
	padding:0;
	color: #000;
	background: #124E9C;
	font-size:12px;
	line-height:18px;
	font-family: Arial;
}


#wrapper {
	margin:0 auto;
	width:972px;
	background-color: #fff;
}


#header {
	margin:0 1px 0 1px;
	height:330px;
	z-index: -10;
	text-align:left;
}

#logo {
	background: #FFF url(../img/logo.gif) no-repeat;
	height: 108px;
	width: 970px;
	z-index: 1;
	text-indent: -2000px;
	clear:both;
}

#logo a {
	text-indent:0;
	display: block;
	height 108px;
	width: 100px;
}

#logo2 {
	background: #FFF url(../img/logo2.gif) no-repeat;
	height: 108px;
	width: 970px;
	z-index: 1;
	text-indent: -2000px;
	clear:both;
}

#content {
	background: #FFF;
	text-align: left;
	min-height: 300px;
	margin: 20px 80px 20px 305px;

}

#contentleft {
	float: left;
	width: 155px;
	margin: 58px 0 0 120px;
	font-size: 10px;
	text-align: center;
}


#referenties {
	background: #FFF;
	text-align: left;
	min-height: 300px;
	margin: 20px 20px 20px 50px;
}

#footer {
	background: #E51913;
	margin:0 1px 1px 1px;
	border-bottom: solid 1px #FFF;
	text-align:left;
	padding: 10px 20px 10px 20px;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}


.topbg1 {
	background: #000 url(../img/bg1.jpg) no-repeat;
}

.topbghome {
	background: #000 url(../img/bghome.jpg) no-repeat;
}

.topbg2 {
	background: #000 url(../img/bg2.jpg) no-repeat;
}

.topbg3 {
	background: #000 url(../img/bg3.jpg) no-repeat;
}

.topbg4 {
	background: #000 url(../img/bg4.jpg) no-repeat;
}

.topbg5 {
	background: #000 url(../img/bg5.jpg) no-repeat;
}

.topbg6 {
	background: #000 url(../img/bg6.jpg) no-repeat;
}

/* ------------------- navigatie ------------------------ */


#topnav ul {
	width: 400px;
	margin-top: 45px;
	padding-left: 10px;
	height: 20px;
	list-style: none;
	float: right;
	background: url(../img/cornertopnav.png) repeat-x;
	font-size:11px;
}


#topnav li {
	float: left;
}

#topnav li a {
	display: block;
	text-decoration:none;
	margin: 4px 0px 4px 10px;
	color: #124E9C;
}

#topnav li a:hover {
	text-decoration: underline;
}




#mainnav {
	width: 305px;
	height: 158px;
	background: #E51913;
	border-right: 1px solid #FFF;
	font-family: Georgia;
	font-size: 13px;
	font-weight; bold;
}

#mainnav ul {
	list-style: none;
	margin: 0 20px 0 20px;
}

#mainnav li a {
	display: block;
	color: #FFF;
	padding-left: 25px;
	text-decoration: none;
	text-align: left;
	height: 31px;
	line-height: 31px;
}

#mainnav a:hover {
	text-decoration: underline;
}

.s {
	background: url(../img/s.gif) no-repeat;
}

.d {
	background: url(../img/d.gif) no-repeat;
}

.g {
	background: url(../img/g.gif) no-repeat;
}

.b {
	background: url(../img/b.gif) no-repeat;
}

.m {
	background: url(../img/m.gif) no-repeat;
}



/* Font styling */

h1 {
	color: #E51913;
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.8px;
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;

}


/* site elements */

.referentie {
	border: 1px solid #CCC;
	display: block;
	padding: 10px;
}

.referentielink {
	display: block;
	padding: 5px;
	background: #E51913;
	font-size: 12px;
}


.referentielink a {
	color: #FFF;
	text-decoration: none;
}

.referentielink a:hover {
	text-decoration: underline;
}

.referentieblok {
	width: 155px;
	float: left;
	text-align: center;
	margin-right: 20px;
}


