/* CSS Document */
body
{
	background: #bfbfbf /*c1def3*/;
	font-family: Arial, Verdana;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	background-image:url(images/background_website.gif);
	background-repeat:repeat-x;
	background-color:#c0bfbf;
}

/* website */

#bg_logo{
position: absolute;
margin-left: auto;
margin-right: auto;
margin-top: 3px;
z-index: 0;
}

#header{
	position:absolute;
	border: 1px solid #1c3649;
	background-image: url('images/banner_background.gif');
	background-position: right;	
	height: 90px;
	top: 10px;
	left: 30px;
	right: 30px;
	padding:0px;
	text-align: left;
}

#headerbetween{
	background-image: url('images/bg_lines.gif');
	background-position: 0px;
	margin-right: 350px;
	margin-left: 345px;
	display: block;
	height: 90px;
}


#menu{
	position:absolute;
	left: 30px;
	right: 30px;
	top: 90px;
	height: 20px;
	border-top: 1px solid #1c3649;
	border-bottom: 1px solid #1c3649;
	text-align: left;
	overflow: hidden;
	background-image: url(images/menu_bg.gif);
	background-repeat:repeat-x;
}

#menu_left{
	position: absolute;
	display: block;
	height: 422px;
	border-right: 1px solid #224f70;
	left: 30px;
	top: 120px;
	width: 150px;
}

#content{
	position:absolute;
	top: 120px;
	height: 422px;
	left: 181px;
	right: 320px;
	padding-left: 3px; 
	overflow: auto;
}


#images{
	position: absolute;
	top: 120px;
	right: 40px;
	width: 270px;
	text-align: right;
	border-left: 1px solid #224f70;
}

#bottom{
	position: absolute;
	display: block;
	left: 30px;
	right: 30px;
	top: 545px;
	padding-left: 3px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
	background: #0f2332;
	background-image: url('images/slogan_bottom.gif');
	background-repeat:no-repeat;
	background-position:right;
	color: #FFF;
	/* text-align:left; 	*/
}

#slogan{
position: absolute;
right: 325px;
top: 40px;
}


/* items op website */

a, a:visited
{
	color: #193950;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #193950;
	font-size: 12pt;
	text-transform:capitalize;
}

h1.textWhite
{
	color: #FFF;
}

h1, p
{
	padding: 8px;
	margin: 0px;
	display: block;
}

img
{
	padding: 3px;
	text-align: center;
	display: block;
}

a.menu, a.menu:visited, a.menu:active
{
	float: left;
	text-align:center;
	height: 25px;
	width: 150px;
	font-family: Arial,Times,Verdana, Garamond, Tahoma, Arial;
	border-right: 1px solid #FFF;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0px;
	color: #FFF;
}

a.menu:hover
{
	background-repeat: no-repeat;
	color: #cd5a5d;
}

.contentheader
{
	display: block;
	height: 15px;
	font-family: Verdana, Garamond, Tahoma, Arial;
	font-weight: bolder;
	color: #FFF;
	padding-left: 4px;
	text-align: left;
	text-transform: capitalize;
}

.textWhite
{
	color: #FFF;
}

a.green {
color: #068700;
}
/* overig */

.nopadding
{
	text-align: left;
	padding: 0px;
}

#content_fill
{
	padding-top: 60%;
	color: #193950;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#clear
{
    clear: both;
}

a.subitems, a.subitems:visited {
margin-left: auto;
margin-right: auto;
font-family: arial;
font-size: 12px;
display: block;
width: 99%;
text-align: left;
padding: 3px 0px 3px 0px;
text-decoration: none;
}

a.subitems:hover{
border-top: 1px solid #1c3649;
border-bottom: 1px solid #1c3649;
padding: 2px 0px 2px 0px;
}

td.images{
background: #0f2332;
width: 130px;
height: 130px;
border: 0px;
}

td.images2{
background: #122c3e;
width: 130px;
height: 130px;
border: 0px;
}

a.white, a.white:visited {
	color: #FFF;
	text-decoration: underline;
}

#overlay {
	position:fixed;
	display:block;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#imageContainer {
	position: absolute;
	display: block;
	background: #ffffff;
	width: 650px;
	height: 450px;
	padding: 5px;
	top: 25px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	color: #000000;
}

#imageLarge {
	position:absolute;
	display:block;
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

#largeClose {
	position: absolute;
	display: block;
	top: 440px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	text-align: center;
}

img.imageLarge {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#buttonNext {
	position: absolute;
	display:block;
	top: 180px;
	width: 75px;
	height: 75px;
	left: 575px;

}

#buttonPrev{
	position: absolute;
	display:block;
	width: 75px;
	height: 75px;
	top: 180px;
	left: 0px;	
}