body{
	background: #acd4e5;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin: 7px auto 7px 10px;
}

#container{
	color: black;
	width: 95%;
}

/************************************************
Pagina Header
*************************************************/

#pageHeader{
	background: transparent url(aaargh-background.jpg) top left repeat-x;
	color: black;
	font-size: 60px;
	font-weight: bold;
	line-height: 100%;
	padding: 2px 0;
	text-align: center;
}

#pageHeader img{
	border: 0;
}

#headerNavigation {
	color: black;
	clear: both;
	height: 20px;
	padding: 0;
}


#headerNavigation a{
	background-color: #3daebc;
	color: white;
	font-weight: bold;
}

#headerNavigation a:hover{
	background-color: #3daebc;
	color: black;
	text-decoration: none;
}

#headerSearch{
	background-color: #acd4e5;
	color: white;
	height: 20px;
}


/************************************************
Content
*************************************************/

#content{
	border: 2px solid black;
	background: white;
	color: black;
	margin: 0 170px;
	min-height: 380px;
	padding: 0px 10px;
}

#content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Win IE only \*/
* html #content { height: 1%;}
/* End */

a {
	color: #3daebc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1{
	font-size: 20px;
}

/************************************************
Form
*************************************************/

#mailform fieldset{
/*	background-color: #a1b4d4;*/
/* 	border: 1px solid black; */
	padding: 5px;
}

#mailform input, #mailform textarea{
	border: 1px solid black;
	margin: 2px 0;
	width: 200px;
}
 
#mailform input.csc-mailform-submit{
	background-color: white;
	color: black;
	width: 80px;
}

#mailform label{
	display: block;
}

/************************************************
Linker kolom
*************************************************/
.column-left{
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 140px 0;
	width: 165px;
}

/************************************************
Menu Box
*************************************************/


.menuBox{
	background: white;
	border: 2px solid black;
	color: black;
	margin: 0 10px 10px 10px;
}

.menuBox h2 {
	background: transparent url(anera-background.jpg) top left repeat-x;
	color: white;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 2px 0 ;
	text-indent: 5px;
}


.menuBox ul{
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menuBox li{
	margin: 0;
}

.menuBox a{
	color: black;
	display: block;
	padding: 2px 8px;
}

.menuBox li.active a{
	background-color: white;
	border-width: 0 0  0 3px;
	border-style: solid;
	border-color: #37551f;
	color: black;
	display: block;
	font-weight: bold;
	padding: 2px 5px;
}

.menuBox a:hover{
	background-color: white;
	color: black;
	text-decoration: none;
}

/************************************************
Menu Level 2
*************************************************/

.menuBox ul.submenu li a{
	text-indent: 5px;
	font-weight: normal;
}

.menuBox ul.submenu li.active a{
	text-indent: 5px;
	font-weight: bold;	
}

/************************************************
Rechter kolom
*************************************************/
.column-right{
	display: inline;
	float: right;
	width: 165px;
	margin: 0;
}

/************************************************
Info Box
*************************************************/

.infoBox {
	background: white;
	color: black;
	margin: 0 10px 10px 10px;
	text-align: center;
}

.infoBox h2 {
	background: transparent url(anera-background.jpg) top left repeat-x;
	color: white;
	border-color: black;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px ;

}

.infoBoxContents {
	border: 2px solid black;
	color: black;
	font-size: 10px;
	padding: 5px 0;
}

.infoBoxContents a{
	color: black;
	text-decoration: none;
}

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

.infoBoxContents a img{
	margin: 0px 5px;
	border: 0;
}

.infoBoxContents p{
	text-align: center;
}

/************************************************
Footers
*************************************************/

#hmenu{
	color: white;
	clear: both;
	height: 20px;
	width: 100%;
}

#footers{
	clear: both;
	width: 95%;
	margin: 7px auto 7px 10px;
	text-align: center;
}

#footers a{
	color: black;
}

#validation img{
	border:0;
	margin: 5px;
}
