/* Top Elements */
* { margin: 0; padding: 0;}

body, html {
	color: #000;
	margin: 0;
	background-color: #000;
	background-image: url(img/body2011.gif);
	background-repeat: repeat;
}

.mainwrapper {
	width: 970px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
	background-repeat: repeat-y;
}

.headerbox {
	position: relative;
	height: 220px;
	width:100%;
	padding: 0;
	color: #fff;
	background-color: #FFF;
}

.leftheader {
	font-size:18px;
	color: #fff;
}

.top3 {
	background-image: url(img/smallgold.jpg);
	height: 20px;
	background-repeat: no-repeat;
	text-align: right;
}
.tussenbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6B5A3;
}

.top1 {
	text-align:right;
	background-image: url(img/topgold.jpg);
	height: 20px;
}
.logo {
float:left;
margin-right:40px;
margin-top:-200px;
position:relative;
z-index:90;
display: inline;
}

/* Main Column */
.contentbox { 
		 width:550px;
		 float:left;
		 display:inline;
		 margin-bottom: 20px;
}
.contentbox img {
	padding: 3px;
	border: 1px solid;
	border-color:#C0C0C0;
	margin-right: 5px;
	margin-left: 5px;
}
.contentbox .inner {margin:10px;}

.contentboxwide {       		 
		 background-color: #ffffff ;
		 width: 800px;
		 float:left;
		 display:inline;		  
}
.contentboxwide .inner {margin:10px;}


.rightbox {
	width:200px;
	float:left;
	display:inline;
}

.rightbox .inner {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #B7B7B7;
}
.rightbox img {
	border: 0px solid;
}

/*emenu */
.leftbox {
         float: left;
         width: 200px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float : left;
	width : 160px;
	background-color: #FFF;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2;
}


#nav li { /* all list items */
		position : relative;
		float : left;
		display:block; 
		width: 160px;
		
		
}
	
/*Level 1 and more*/
#nav li a {
	display : block;
	width: 160px;
	color : #666;
	font-weight : bold;
	text-decoration : none;
	border: 1px solid #B7B7B7;
	margin: 2px;
}

#nav li a span {display : block; padding: 6px; line-height : 110%;}
#nav li a:hover {
	color : #000;
	background-color: #F5F5F5;
	background-repeat: repeat;
}
#nav li a:hover ul li {z-index: 1050;}




#nav li ul { /* second-level lists */
	position : absolute;
	display: none;
	margin:-30px 0 0 165px;
	width: 166px;
	background-color: #FFF;
	background-repeat: repeat;
}
	
#nav li ul li { /* second-level lists */
		width: 160px;
		height:auto; 
		z-index: 1100;	
}

#nav li ul li a { /* second-level lists */
	width: 160px;
	height:auto; 
	
}

#nav li ul li a:hover {
	background-color: #F5F5F5;
}

#nav li ul ul { /* third-and-above-level lists */
	display: none;
	margin:-20px 0 0 160px;
}

	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	display: block;
}





/* footer */
.footerbox {
	color: #000 ! important;
	clear: both;
	width: 100%;
	height:20px;
	text-align: center;
	border-top: 1px solid #b5be63;
	background-color: #000;
	background-image: url(img/topgold.jpg);
	background-repeat: repeat-x;
}



/* login/logout*/
.loginform {margin-top:4px; font-size: 11px; line-height:120%; color:#ffffff; overflow:hidden;}
.loginform p {margin:2px 0 0 0; line-height:120%; }
.loginform input {font-size: 11px; padding:1px; color: #fff; border: 1px solid #ffffff; background-color:#163100; }

.loginform .inputfield { width:90px; margin-right:15px;}
.loginform .submit { width:90px; font-weight:bold; text-transform: uppercase;}

.loginform a {
	color:#efe4b7 ! important;	
	clear:both;
}
.loginform a:hover {
	color:#ffffff ! important;	
}



/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 5px 0 10px; padding: 5px 0 5px 0;
	width: 160px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 100px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
