body{
	background: #8a7854 url(atta-body-bg.jpg) repeat top left;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin: 7px auto 7px 10px;
}

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

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

#pageHeader{
	color: black;
	font-size: 60px;
	font-family: Times, serif;
	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: #72adc6;
	color: white;
	font-weight: bold;
}

#headerNavigation a:hover{
	background-color: #72adc6;
	color: black;
	text-decoration: none;
}

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

/************************************************
Linker kolom
*************************************************/
.column-left{
	background: transparent url(atta-counters.gif) no-repeat bottom center;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 140px 0;
	width: 165px;
}

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


.menuBox{
	background: #dce0bf url(atta-body-bg-darker.jpg) repeat-x top left;
	border-top: 2px solid #a94425;
	border-left: 2px solid #f28b26;
	border-right: 2px solid #ffde2b;
	border-bottom: 2px solid #ef412f;
	color: black;
	margin: 0 10px 10px 10px;
}

.menuBox h2 {
	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 li a{
	background-color: #eff1df;
	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: #a94425;
	color: black;
	display: block;
	font-weight: bold;
	padding: 2px 5px;
}

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

.menuBox ul.submenu li{
	font-weight: normal;
}

.menuBox ul.submenu li a{
	padding: 0 0 0 8px;
	font-weight: normal;
}

.menuBox ul.submenu li.active a{
	padding: 0 0 0 8px;
	font-weight: bold;	
}

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

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

.infoBox {
	background: #dce0bf url(atta-body-bg-darker.jpg) repeat-x top left;
	color: black;
	margin: 0 10px 10px 10px;
	text-align: center;
}

.infoBox h2 {
	color: white;
	border-color: #9c5a24;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px ;

}

.infoBoxContents {
	background: #eff1df;
	border-top: 2px solid #a94425;
	border-left: 2px solid #f28b26;
	border-right: 2px solid #ffde2b;
	border-bottom: 2px solid #ef412f;
	color: black;
	font-size: 10px;
	padding: 5px 0;
}

.infoBoxContents a{
	color: #9c5a24;
	text-decoration: none;
}

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

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

.infoBoxContents p{
	margin-top: 0px;
	text-align: center;
}

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

#content{
	border-top: 2px solid #a94425;
	border-left: 2px solid #f28b26;
	border-right: 2px solid #ffde2b;
	border-bottom: 2px solid #ef412f;
	background: white;
	color: black;
	margin: 0 170px;
	min-height: 380px;
	padding: 0px 10px 10px 10px;
}

/* Win IE only \*/
* html #content{
	height: 380px;
}
/* End */

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

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

a {
	color: #9c5a24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1{
	font-size: 20px;
	margin-top: 10px;
}

dt,dl{
	margin: 0;
	padding:0;
}

/************************************************
Form : algemeen
*************************************************/

form{
	margin: 0px;
}

fieldset{
	margin: 0;
}

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

#mailform fieldset{
	background-color: #eff1df;
	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;
}

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

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

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

#footers a{
	color: black;
}

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