@charset "UTF-8";
/*		NETCIRCUIT						*/
/*		Webdesign by Blue Media			*/
/*		http://www.blue-media.nl		*/

img{ border:0;}

body {
	background:#2b5f8c;
	font-size: 60%;
	font-family:Arial;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #565656;
	}

.wrap {
	font-size:1.4em;
	line-height:1.5em;
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	min-width:980px;
	}

.container {
	width:980px;
	min-width:980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	position:relative;
	}

/* Links */
a:link {
	color:#2b5f8c;
}
a:visited {
	color:#2b5f8c;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

a img {border:none;}

/* Header */

.header {
	height:90px;
	background:url(../images/head_bg.jpg) no-repeat center bottom #1c3f5d;
	padding:20px 0 0 0;
}

.header a{
	color:#666666;
	text-decoration:none;
}

.header a:hover{
	color:#666666;
	text-decoration:underline;
}


.header li{
	padding:0px;
	margin:0px;
	line-height:1.2em;
}
	

/* Headers */

h2, h3, h4, h5, h6 {
	font-family:Verdana;
	letter-spacing:-2px;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h2 {
	color:#2b5f8c;
	font-size:24px;
	line-height:110%;
	padding:0 0 10px 0;
	}
	
h3 {
	color:#2b5f8c;
	font-size:190%;
	line-height:110%;
	}
	
h4 {
	color:#2b5f8c;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px 0;
	letter-spacing:-1px;
	}

/* home body */

.homebody {
	background:url(../images/main_bg.jpg) repeat-y center #2b5f8c;
	padding:0;
	margin:0;
	color:#4d4d4d;
	position:relative;
	font-family:Verdana;
	font-size:12px;
	text-align:left;
	line-height:1.6em;
	}
	
.maincontent{
width:520px;
float:left;
padding:20px 30px 20px 30px;
}

.leftcontent{
width:200px;
padding:0;
float:left;}

.leftcontent a{
color:#000000;
text-decoration:none;}

.leftcontent a:visited{
color:#000000;
text-decoration:none;}

.leftcontent a:hover{
color:#000000;
text-decoration:underline;}

.leftcontent a:active{
color:#000000;
text-decoration:none;}

.leftcontent li{
	color:#2b5f8c;
	padding:0 0 10px 0;
	margin:0;
	line-height:1.4em;
	list-style-image:url(../images/menu_icon.jpg);
}

.rightcontent{
width:190px;
padding:10px 0 10px 10px;
float:left;}

.rightcontent img{
padding:0 0 5px 0;}



/* MENU */

.menubar{
	height:20px;	
	padding:8px 0 10px 0;
	width:980px;
	margin:0 auto;
	background:url(../images/menu_bg.jpg);
}

.menubar a{
	color:#FFFFFF;
	padding:8px 20px 10px 20px;
	font-size:11px;
	background:url(../images/menu_dash.jpg) no-repeat right;
	text-decoration:none;}
	
.menubar a:hover{
	color:#FFFFFF;
	text-decoration:underline;}


.btn{
font-family:Arial;
font-size:18px;
color:#FFF;
width:200px;
height:38px;
margin:0 0 2px 0;
text-align:left;
}

.btn a{
font-family:Arial;
font-size:18px;
color:#FFF;
text-decoration:none;
width:190px;
height:30px;
background:url(../images/btn.gif);
padding:8px 0 0 10px;
text-align:left;
display:block;
}

.btn a:visited{
background:url(../images/btn.gif);
display:block;
}

.btn a:hover{
background:url(../images/btn_over.gif);
display:block;
}

.btn a:active{
background:url(../images/btn_over.gif);
display:block;
}

/* Footer */

.footer {
	background:url(../images/footer.jpg) no-repeat top center #2b5f8c;
	height:26px;
	font-size:11px;
	padding:5px 0 0 20px;
	text-align:left;
	color:#fff;
	}

.footer a{
padding:0 5px 0 5px;
 color:#FFF;
 text-decoration:none;
}	

.footer a:hover{
 color:#FFF;
 text-decoration:underline;
}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Float Classes */
	
.fltlft{float:left;}
	
.fltrt{float:right;}
#meerinfo{float:right;}

#box_open {
	background:url(../images/box_up.jpg) no-repeat;
	width:500px;
	height:15px;}
	
#box_main {
	background:url(../images/box_main.jpg);
	padding: 0 6px;
	width:488px;}
	
#box_close {
	background:url(../images/box_down.jpg) no-repeat;
	width:500px;
	height:15px;
	margin-bottom:10px;}