@charset "UTF-8";

body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #C2C2C2;
	background-repeat: repeat-x;
	background-image: url(../images/1page_bkgd.png);
}


h1 {
	color: #4F6179;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 { color: #333333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }
a:visited  { color: #ba7007; }
a:hover    { color: black; }


.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/newcontent_tile.png);
	background-repeat: repeat-y;
	color: #364957;
}


/* BANNER AREA */
.bannerArea {
	width: 980px;
	height: 145px;
	background-color: #cfd6ff;
	background-image: url(../images/2newban_bkgd.png);
	background-repeat: no-repeat;
}



.bannernav {
	padding-top: 10px;
	padding-right: 40px;
	float: right;
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a {
	color: white;
	text-decoration: none;
}
.bannernav a:visited {
	color: white;
}
.bannernav a:hover {
	color: #666;
}
.rond {
	float: left;
	margin-top: 28px;
	margin-left: 730px;
}


.toplogo {
	margin-left: 22px;
	padding-top: 20px;
}



.content {
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(../images/newcontent_bkgd.png);
	background-repeat: no-repeat;

}


/* LEFT NAVIGATION */


.leftnavigation {
	width: 200px;
	padding-left: 0px;
	float: left;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 50px;
}

.leftnavigation a{
	margin-left: 0px;
	width: 160px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	color: #364957;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
	height: 30px;
	background-image: url(../images/1menu_bkgd.png);
}
.oranje {
	color: #Ff9600;
}


.texttable {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}


.leftnavigation a:visited{
	color: #364957;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(../images/1menu_over.png);
}


/* CONTENT AREA */

.contentleft {
	width: 540px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 30px;
	

}
.imageleft {
	float: none;
	clear: right;
	margin-right: auto;
}

.contentright {
	padding-top: 10px;
	float: left;
	width: 180px;
	height: 610px;
	margin-top: 10px;
}
.contentright a {
	background-image: url(../images/1menu_bkgd.png);
	width: 180px;
	background-repeat: repeat-x;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 12px;
	font-weight: bold;
	color: #364957;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
	text-decoration: none;
	text-align: center;
}

.imageright {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}


/* FOOTER AREA */
.footerArea {
	width: 980px;
	height: 88px;
	background-color: #cfcfcf;
	background-image: url(../images/newfooter_bkgd.png);
	background-repeat: no-repeat;
	
}

.copyright {
	border-top: solid;
	border-color: #737a90;
	border-width: 2px;
	margin-left: 240px;
	margin-right: 30px;
	padding-top: 12px;
	
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.copyright a {
	text-decoration: none;
	color: #666;
	width: 100px;
	margin-left: 10px;
	margin-right: 100px;
}
