/* ---- BEGIN STANDARD LAY-OUT -------------------------------------------------*/
*{ 
	margin:0;
	padding:0;
}

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
	background-color:#181f39;
	height: 100%; 
}
html{
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

a:link {
	text-decoration:underline;
	color:#FFFFFF;
}
a:hover {
	color:#FF0000;
}
a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}
a:active {
	text-decoration:underline;
	color:#FFFFFF;
}

h1{ 
	font-size:16px;
	margin:0px 0px 14px 0px
	
}
h2{
font-size:14px;

}
p{
	margin:6px 0px 6px 0px
}
ul{
	margin-left:14px;
}
li span{
	float:left;
	display:block;
	width:10%;
}
.cleaner{
	clear:both;
}
		
.error{
	color:red;
	font-weight:bold;
	background-image: url(../images/icons/error.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin:10px 0 10px 0;
}
/* ---- END STANDARD LAY-OUT -------------------------------------------------*/




/* ---- BEGIN WEB LAY-OUT -------------------------------------------------*/

#wrapper{
	text-align:center;
	padding-top:25px;
}

#container {
	margin:auto;
	width:900px;
	border:1px solid #FFFFFF;
position:relative;

}
#header {
	display:block;
	height:105px;
	width:902px;
	background-image: url(../images/common/header.jpg);
	background-repeat:no-repeat;
	margin:auto;	
}
#slideshow {
	display:block;
	width:900px;
	height:275px;
}
#content{
	
	background-image: url(../images/common/content-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	border-top:1px solid #FFFFFF;
	zoom:1;


}
#content #left {
	float:left;
	display:block;
	width:245px;
	min-height:215px;
	background-image: url(../images/common/gradient-left.jpg);
	background-repeat:no-repeat;
}
#content #middle {
	float:left;
	display:block;
	width:394px;
	text-align:left;
	margin:8px;
}

#content #right {
	float:left;
	display:block;
	width:245px;
	min-height:215px;
	padding-bottom:10px;
	background-image: url(../images/common/gradient-left.jpg);
	background-repeat:no-repeat;
	text-align:left;

}
#content #right h1{
	display:block;
	width:237px;
	height:25px;
	background-image: url(../images/common/h-bg.jpg);
	background-repeat:no-repeat;
	margin:4px;
	font-size:12px;
	font-weight:bold;
	padding:4px;
}
#content #right .message{
	text-align:center;
	margin-top:20px;

}
#footer {
	margin:auto;
	width:900px;
	height:25px;
	font-size:10px;
}
/* ---- BEGIN COLLECTION STYLE -------------------------------------------------*/
#imageBox div{
	display:block;
	width:100px;
	height:75px;
	margin:15px;
	float:left;
}
#imageBox div img{
	width:100px;
	height:75px;
}

#imageBox hr{
	clear:left;
	display:none;
	margin:10px;
}



/* ---- END COLLECTION STYLE -------------------------------------------------*/




/* ---- END WEB LAY-OUT -------------------------------------------------*/

/* ---- BEGIN NIEUWS ITEM -----------------------------------------------*/

.newsitem{
	margin:4px;
	border-bottom:1px solid #c5c5c6;
	padding-bottom:4px;

}

.newsitem a:hover{
	color:#98D1FC;
}


.newsitem h2{
	font-size:14px;
}
.newsitem .readmore {
	text-align:left;

}
.newsitem  img{
	float:right;
}
.date{
	font-size:10px;
	font-style:italic;
}

.item img{
	float:right;
}

/* ---- END NIEUWS ITEM -------------------------------------------------*/


/* ---- BEGIN FORM STYLE -------------------------------------------------*/

form{
}
form span{
	color:#98D1FC;
	font-size:9px;
}
form label{
	width:30%;
	text-align:left;
	float:left;
	font-size:10px;
}
form .radio{
	width:20px;
}
textarea{
	width:260px;
	height:150px;
	border:1px solid #CCCCCC;
	font-family:verdana;
	font-size:12px;
	color: #666666;
}
form input{
	border:1px solid #CCCCCC;
	color: #666666;
	padding:2px;
	width:256px;
}
form .row{
	padding:4px 2px 2px 4px;
	clear:left;
}

form #submit{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#049ADC;
	border:none;
	padding:0px;
	margin:4px 6px 0 0;
	margin-left:30%;
	width:196px;
} 
form #shim{
	width:60px;
}
/* ---- END FORM STYLE -------------------------------------------------*/

#extraLink{
padding:20px;
position:absolute;
bottom:0;
left:0;
list-style:none;
margin:0;
}
#extraLink li{
padding:0 0 0 26px;
background: url("../images/common/arrow.png") no-repeat;
}






