/**
 * Refresj Standard CSS
 * Copyright: Refresj | internetbureau
 * http://www.refresj.nl/
 */

/* Clear standard crap */
html, body, div, span, applet, object, iframe, h1,
h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
img, fieldset {
	border: none;
}

/* Defining links */
a, a:visited, a:active {
	color: #efc69b;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

/* No list-style */
ol, ul, ol li, ul li {
	list-style: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #efc69b;
	margin-bottom: 3px;
	font-weight: normal!important;
}
h1 {
	font-size: 20px;
	margin-bottom: 8px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}

p.align-center {
	text-align: center;
}

/* Standard form */
input[type=text], textarea {
	border: 1px solid #CCCCCC;
}
input[type=submit] {
	background-color: #280802;
	border: 2px solid #280802;
	color: #c0ab85;
	cursor: pointer;
}

body {
	background-color: #000000;
}

/* Header */
#header {
	background-image: url('../images/header.jpg');
	margin: 0px auto;
	width: 940px;
	height: 469px;
}

#menu ul {
	width: 100%;
	clear: both;
	padding-top: 415px;
	margin-left: 36px;
}
#menu ul li {
	display: block;
	float: left;
	margin-right: 30px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	text-transform: lowercase;
}
#menu ul li a:hover {
	text-decoration: none;
}
#menu ul li.active a {
	color: #FFFFFF;
}

/* Content */
#content {
	margin: 0px auto;
	width: 940px;
	overflow: hidden;
}

#left {
	float: left;
	width: 593px;
	padding-left: 36px;
}

#right {
	float: left;
	width: 244px;
	margin-left: 67px;
	padding-top: 20px;
}

#left p {
	line-height: 16px;
	margin-bottom: 17px;
}

#left ul li {
	background-image: url('../images/li.png');
	background-repeat: no-repeat;
	padding-left: 18px;
}

.box {
	margin-bottom: 30px;
	overflow: hidden;
}
.box .title {
	padding-left: 18px;
}
.box .title h2 {
	font-size: 20px;
}
.box .box1 {
	background-image: url('../images/icon1.png');
	background-position: right;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 21px;
}
.box .box2 {
	background-image: url('../images/icon2.png');
	background-position: right;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 24px;
}
.box .box3 {
	background-image: url('../images/icon3.png');
	background-position: right;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 14px;
}
.box .body {
	background-image: url('../images/box.png');
	background-repeat: no-repeat;
	width: 208px;
	min-height: 136px;
	padding: 15px 18px 0px 18px;
	line-height: 16px;
}

/* Footer */
#footer {
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 940px;
}
#footer .copyright {
	margin: 0px auto;
	width: 500px;
}
#footer .copyright, #footer .copyright a {
	font-size: 12px;
}

/* EXTENSIES */
.breadcrumbs {
	clear: both;
	height: 45px;
}
.breadcrumbs ul {
	clear: both;
}
.breadcrumbs ul li {
	display: block;
	float: left;
	font-size: 10px;
	background-image: none!important;
	padding-left: 0px!important;
}
.breadcrumbs ul li a {
	font-size: 10px;
}

#sitemap {
	padding-top: 90px;
}
#sitemap, #sitemap ul.sitemap {
	display: block;
	clear: both;
	width: 500px;
	height: 110px;
	margin: 0px auto;
}
#sitemap ul li.main {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#sitemap ul li {
	display: block;
	line-height: 15px;
}
#sitemap ul li a {
	font-size: 11px;
}
#sitemap ul li ul li a {
	color: #333333;
}
#sitemap ul li ul {
	padding-top: 5px;
}

#tx_indexedsearch_nav input[type=text] {
	display: block;
	float: left;
	width: 131px;
	height: 15px;
	font-size:14px;
	line-height: 12px!important;
	padding-left: 19px;
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
}
#tx_indexedsearch_nav input[type=submit] {
	display: block;
	float: left;
	height: 19px;
	margin-left: 5px;
	line-height: 13px;
	font-size:13px;
	color: #FFFFFF;
}
.tx-indexedsearch {
	padding-top: 17px;
}
.tx-indexedsearch input[type=text] {
	display: block;
	float: left;
	width: 131px;
	height: 17px;
	font-size:14px;
	line-height: 5px!important;
	padding-left: 19px;
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
}
.tx-indexedsearch input[type=submit] {
	display: block;
	float: left;
	height: 19px;
	margin-left: 5px;
	line-height: 7px!important;
	font-size:13px;
	color: #FFFFFF;
}
.tx-indexedsearch-searchbox form {
	display: block;
	width: 100%;
	height: 19px;
	clear: both;
}
.tx-indexedsearch-browsebox p {
	display: none;
}
.tx-indexedsearch-browsebox ul {
	clear: both;
	height: 40px;
}
.tx-indexedsearch-browsebox ul li {
	display: block;
	float: left;
	background-image: none!important;
}
.tx-indexedsearch-whatis {
	height: 40px;
}
.tx-indexedsearch-res {
	margin-bottom: 20px;
}

.tx-powermail-pi1 legend {
	display: none;
}
.tx-powermail-pi1 fieldset, tx_powermail_pi1_form { 
	width: 400px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	clear: both;
}
.tx-powermail-pi1 label {
	display: block;
	width: 110px;
	float: left;
}
.tx-powermail-pi1 input[type=text] {
	float: left;
	width: 250px;
	margin-bottom: 4px;
}
.tx-powermail-pi1 textarea {
	float: left;
	width: 250px;
	height: 75px;
	margin-bottom: 4px;
}
.tx-powermail-pi1 input[type=submit] {
	margin-left: 110px;
}
.tx-powermail-pi1 .powermail_mandatory {
	color: #FF0000;
}
.tx-powermail-pi1 .powermail_mandatory_js {
	position: absolute;
	width: 170px;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 370px;
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
}
.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: block;
	float: left;
	width: 110px;
}
.tx_powermail_pi1_fieldwrap_html_radio_value {
	display: block;
	float: left;
	width: 200px;
	padding-top: 3px;
}

.news-latest-item {
	margin-bottom: 10px;
}
.news-latest-item span {
	color: #efc69b;
}
.news-list-container {
	padding-bottom: 15px;
}
.news-list-item {
	padding-top: 5px;
	padding-bottom: 5px;
}
.news-list-item span {
	color: #efc69b;
	text-transform: uppercase;
	font-weight: normal;
}
.csc-mailform {
	width: 370px;
	padding-top: 5px;
}
.csc-mailform-field label {
	float: left;
	display: block;
	width: 70px;
}
.csc-mailform-field input[type=text], .csc-mailform-field textarea {
	float: left;
	display: block;
	width: 250px;
	margin-bottom: 5px;
}
.csc-mailform-field textarea {
	height: 100px;
}
.csc-mailform-field input[type=submit] {
	margin-left: 70px;
}

.contenttable a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.wtgallery_list_area {
	width: 100%;
	margin-top: 10px;
}
.wtgallery_list {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.wtgallery_list a img {
	border: 1px solid #FFFFFF;
}
.wtgallery_categories li a {
	line-height: 18px;
}
.wtgallery_pagebrowser_list {
	clear: both;	
}
.wtgallery_pagebrowser_list li {
	background-image: none!important;
	padding: 0px!important;
	display: block;
	float: left;
	margin-right: 10px;
}
.wtgallery_list_pagebrowser_current {
	display: block;
	float: right;
	margin-right: 100px;
}
.wtgallery_list_pagebrowser_pagelinks {
	display: block;
	float: left;
}
.wtgallery_categories_item {
	width: 100px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.wtgallery_categories_item div {
	margin: 0px auto;
	text-align: center;
}
.wtgallery_category_folder {
	padding-top: 3px;
}

.mp3_player {
	position: absolute;
	width: 250px;
	height: 290px;
	margin-left: 370px;
	margin-top: 138px;
}