/* Body */
body
{
	background: #8c5935 url('images/back.gif');
	font: 13px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000;
}

/* Outer layer */
#outerLayer
{
	background: #ebebeb;
	width: 90%;
	margin: auto auto;
	border: 2px solid #170501;
	border-top: 0;
	-moz-border-radius: 0 0 1.5em 1.5em;
	-webkit-border-bottom-left-radius: 1.5em;
	-webkit-border-bottom-right-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
}

/* Header layer */
#headerLayer
{
	background: #53381b url('images/headerbg.jpg') no-repeat;
	height: 95px;
	padding: 5px 0 0 15px;
}

#headerLayer h1
{
	width: 300px;
	height: 80px;
	background: url('images/logo.png') no-repeat;
	text-indent: -100em;
	color: #45250c;	
	padding: 0;
	margin: 0;
}

#headerLayer h2
{
	position: absolute;
	top: -1000em;
	left: -1000em;
	margin: 0;
	padding: 0;
}

#headerLayer #affiliateTop
{
	position: absolute;
	top: 20px;
	right: 6%;
	height: 60px;
	overflow: hidden;
	width: 468px;
}

/* Main navigation */
#navigationLayer
{
	background: #392005 url('images/navigatie.gif') repeat-x;
	min-height: 2.65em;
}

#navigationLayer fieldset
{
	float: right;
	text-align: right;
	width: 19em;
	border: 0;
	padding: 0.6em;
	margin: 0;
}

#navigationLayer form
{
	margin: 0;
	padding: 0;
}

#navigationLayer fieldset input, #navigationLayer fieldset select
{
	font-size: 0.85em;
	margin: 0 0.1em 0 0;
}

#navigationLayer fieldset #zoekQuery
{
	padding: 2px;
	width: 7em;
}

#navigationLayer fieldset #zoekType
{
	padding: 0;
	width: 6em;
}

#navigationLayer fieldset #zoekKnop
{
	padding: 1px;
	width: 4em;
}

/* Menu */
#menu
{
	float: left;
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}

#menu li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}

/* Menu headers */
#menu li a
{
	position: relative;
	float: left;
	padding: 0;
	text-indent: -1000em;
	text-decoration: none;
	color: #ccc;
	border-left: 1px solid #4F2D05;
	display: block;
	height: 34px;
	background: url('images/grid.png');
}
#menu li:hover a
{
	background-color: #7c4d24;
}

/* Specifieke menu-items */
#menu li#menu_algemeen a
{
	width: 60px;
	background-position: -3px 0;
}
#menu li#menu_algemeen:hover a
{
	background-position: -3px 100%;
}

#menu li#menu_rpginfo a
{
	width: 95px;
	background-position: -66px 0;
}
#menu li#menu_rpginfo:hover a
{
	background-position: -66px 100%;
}

#menu li#menu_forum a
{
	width: 47px;
	background-position: -165px 0;
}
#menu li#menu_forum:hover a
{
	background-position: -165px 100%;
}

#menu li#menu_extra a
{
	width: 39px;
	background-position: -217px 0;
}
#menu li#menu_extra:hover a
{
	background-position: -217px 100%;
}

#menu li#menu_overig a
{
	width: 44px;
	background-position: -260px 0;
	border-right: 1px solid #4F2D05;
}
#menu li#menu_overig:hover a
{
	background-position: -260px 100%;
}

/* Submenus */
#menu li:hover ul li
{
	font-size: 1em;
	z-index: 100;
}

#menu li:hover ul li a
{
	display: inline;
	height: auto !important;
	text-indent: 0;
	background: #7c4d24 !important;
	color: #e8e3de;
	border: solid #2D2D2D;
	border-width: 0 1px 0 1px;
	padding: 0.5em 0.5em 0.5em 1.0em;
	width: 10em !important;
}

#menu li:hover ul li a:hover
{
	color: #f7efe7;
	background: #45250c !important;
}

#menu li:hover ul li.last a
{
	border-width: 0 1px 1px 1px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#menu li ul
{
	clear: both;
	position: absolute;
	top: 3.1em;
	width: 10em;
	left: -999em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li:hover ul
{
	left: auto;
}

/* Inner layer */
#innerLayer
{
	padding: 1.5em 1em 1em 1em;
	background: #f3ebe0 url('images/innerlayer.jpg') repeat-x;
	-moz-border-radius: 0 0 1.5em 1.5em;
	-webkit-border-bottom-left-radius: 1.5em;
	-webkit-border-bottom-right-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
}

/* User info */
#userInfoLayer
{
	background: #ead2b0 url('images/userinfo.jpg') repeat-x;
	margin: 0;
	padding: 1em;
	border: 1px solid #b99464;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	overflow: auto;
}

/* Inlogform voor gasten. */
#userInfoLayer form
{
	margin: 0;
	padding: 0;
}
#userInfoLayer input
{
	padding: 2px;
}

/* Avatars naar links, graag. */
#userInfoLayer div#avatarLayer
{
	float: left;
	overflow: auto;
}

/* Nieuws naar rechts, graag. */
#userInfoLayer div#newsLayer
{
	float: right;
	overflow: auto;
}
#userInfoLayer div#newsLayer img
{
	clear: both;
	float: left;
	padding: 0.1em 0.5em 0.1em 0;
}
#userInfoLayer div#newsLayer strong
{
	display: block;
	float: left;
	width: 7em;
	font-weight: normal;
}
#userInfoLayer div#newsLayer em
{
	display: block;
	float: left;
	width: 2.5em;
	font-style: normal;
}

/* Kadertjes om avatar en nieuws... */
#userInfoLayer div#avatarLayer, #userInfoLayer #newsLayer
{
	border: 1px solid #b99464;
	background: #fff5e7;
	padding: 5px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#userInfoLayer ul
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 1em;
}

#userInfoLayer li
{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#userInfoLayer a
{
	text-decoration: none;
	color: #6c3817;
}

#userInfoLayer a.rood
{
	color: #cc0000;
}

#userInfoLayer a:hover
{
	color: #333333;
}

/* Breadcrumbs / linktree */
ul.linktree
{
	clear: both;
	list-style: none;
	margin: 1.25em 0;
	padding: 0 0 0 0.5em;
	overflow: hidden;
}
ul.linktree li
{
	float: left;
	padding: 0 0.5em 0 0;
	font-size: 0.85em;
}
ul.linktree li a
{
	color: #000;
	text-decoration: none;
}
ul.linktree li a:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Content layer */
#contentLayer, #forumLayer
{
	clear: both;
}

#contentLayer
{
	background: #f0e5d5;
	border: 1px solid #444444;
	padding: 1em;
	line-height: 1.3em;
	overflow: auto;
	-moz-border-radius: 0 0 1.5em 1.5em;
	-webkit-border-radius: 0 0 1.5em 1.5em;
	border-radius: 0 0 1.5em 1.5em;
}

#affiliateBottom
{
	margin: 1em 0;
	text-align: center;
}

/* We can style the different types of input buttons to be uniform thoughout different browsers and their colour themes.
	.button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers
	.button_reset  - covers input[type=reset] and button[type=reset] thoughout all browsers
	.input_check   - covers input[type=checkbox] thoughout all browsers
	.input_radio   - covers input[type=radio] thoughout all browsers
	.input_text    - covers input[type=text] thoughout all browsers
	.input_file    - covers input[type=file] thoughout all browsers
*/

input, textarea, select, button
{
	font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #d4c0a4;
	background: #fff5e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}

input:focus, textarea:focus, select:focus, button:focus
{
	border-color: #9F8259;
}

input:hover, select:hover, button:hover, textarea:hover
{
	border-color: #AF9878;
	background: #FFF2DF;
}

input:hover, select:hover, button:hover
{
	cursor: pointer;
}

/* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
input.input_check, input.input_radio
{
	border: none;
	background: none;
}

input[type="text"]:hover, input[type="password"]:hover, input.input_text:hover, textarea:hover
{
	cursor: text;
}

input, button
{
	padding: 2px;
}

select
{
	padding: 1px 2px;
}

#zijkantLayer
{
	float: right;
	width: 230px;
	margin-left: -250px;
}

#zijkantLayer *
{
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#zijkantLayer li
{
	margin-bottom: 1em;
}

#zijkantLayer img
{
	padding: 3px;
	border: 1px solid #777777;
	background: #f0e5d5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#contentLayer h1
{
	background: #160500 url('images/header1.png') top left repeat-x;
	border: solid #444444;
	border-width: 1px 1px 0 1px;
	color: #fff9f1;
	margin: -0.85em -0.85em 0 -0.85em;
	padding: 0.4em 0.3em 0.6em 0.75em;
	font-size: 1.2em;
	line-height: 1.2em;
}

#contentLayer h2
{
	color: #6C3817;
	font-weight: bold;
	font-size: 1.15em;
	margin: 1em 0 1em 0;
	padding: 0;
}

#contentLayer a
{
	color: #6C3817;
	text-decoration: none;
	border-bottom: 1px dotted #6C3817;
}

#contentLayer a:hover
{
	border-bottom: 1px solid #6C3817;
}

.overzicht
{
	border: 1px solid #bbbbbb;
}

.overzicht th
{
	background: #484848;
	text-align: left;
	color: #c89d62;
}

.overzicht th a
{
	color: #c89d62 !important;
	border: none !important;
}

.overzicht th a:hover
{
	text-decoration: underline !important;
}

.even
{
	background: #c89d62;
}

.oneven
{
	background: #FFFFFF;
}

.even:hover, .oneven:hover
{
	background: #DEDEDE;
}

.downloadsList dt
{
	margin: 0 0 0.5em 0;
}

.downloadsList dd
{
	margin: 0 0 0.5em 0;
}

hr
{
	background: 0;
	border: solid #000000;
	border-width: 1px 0 0 0;
}

a img
{
	border: 0;
}

/* Footer layer */
#footerLayer
{
	margin: 1em 0 1em 0;
	font-size: 0.8em;
	text-align: center;
}

#footerLayer a
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

/* Styles used by the auto suggest control.
------------------------------------------------------- */
.auto_suggest_div
{
	border: 1px solid black;
	position: absolute;
	visibility: hidden;
}
.auto_suggest_item
{
	background-color: #e8e3de;
}
.auto_suggest_item_hover
{
	background-color: #888888;
	cursor: pointer;
	color: #c89d62;
}

/* Generic bits.
------------------------------------------------------- */
.clear
{
	clear: both;
	margin: 0;
}
