html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 12px/16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	overflow-y: scroll;
	color: #eee;
	background-color: #000;
}
strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, #content h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

/**
 *	Main page blocks
 */

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 850px;
	margin: 0 auto;
	padding: 0;
}
#header {
	position: relative;
	margin: 0;
	width: 850px;
	height: 130px;
	border-bottom: 6px solid #ac1700;
	background: #728ea8 url('../../content/images/header_bg.png') repeat-x;
}
#logo {
	position: absolute;
	top: 55px;
	left: 0px;
	padding: 0;
	height: 75px;
	width: 600px;
	background: transparent url('../../content/images/logo_bg.png') repeat-x;
}
#head_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 130px;
	background: #f5efe1;
}
#lang_bar {
	position:absolute;
	top:5px;
	right:20px;
	height:21px;
	width:47px;
	z-index:1;
	opacity:.5;
	filter:alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background:#000
}
#language {
	position: absolute;
	top: 6px;
	right: 20px;
	height: 16px;
	padding: 3px;
	z-index: 2;
}
#menu {
	position: absolute;
	left: 10px;
	top: 5px;
	/* overflow: hidden; */
	height: 22px;
	width: 620px;
	z-index: 2;
}
#menu.en {
	left: 13px;
}
#content_bg {
	position: fixed;
	width: 230px;
	height: 230px;
	left: 0;
	bottom: 0;
	background-image: url('../../content/images/wheel_blue2.png');
	background-repeat: no-repeat;
}
#content {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin: 0;
	width: 530px;
	min-height: 200px;
	line-height: 19px;
}
#right {
	position: relative;
	float: right;
	padding: 20px;
	padding-right: 0;
	padding-top: 31px;
	width: 230px;
	min-height: 200px;
}
#bottom-spacer { /* Needed to stretch container to bottom */
	clear: both;
	height: 10px;
}
#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 5px;
	margin: 0 15px;
	width: 210px;
	font: 9px Arial, sans-serif;
	height: 25px;
	line-height: 25px;
	color: #999;
}

#footer .text {
	float: right;
}
#logo img {
	position: absolute;
	top: 13px;
	left: 170px;
	width: 270px;
	height: 49px;
}
#logo h1, #logo h2 {
	display: none;
}
#head_image img {
	width: 100%;
	height: 100%;
}
#language img {
	width: 18px;
	height: 13px;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#language img.current, #language a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#breadcrumb {
	border-color: #ddd;
}
#breadcrumb span {
	font-size: 125%;
	padding: 0 5px;
}
#breadcrumb a {
	text-decoration: none;
}
#content p.kolom {
	display: block;
	width: 255px;
	float: left;
}
#content p.kolom:nth-of-type(even) {
	padding-left: 15px;
}

#content .login_form_box {
	display: inline-block;	
}
#content .login_form_box div {
	padding: 10px;
	background-color: #444;
}
#content .login_form_box th {
	font-weight: normal;
}
#content .login_form_box label:hover {
	text-decoration: underline;
}
#content .login_form_box button {
	float: right;
}

#content p.error {
	padding-left: 10px;
	font-weight: bold;
}

/*
 *	Lightbox styling
 */

.ic1, .ic2 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
}
.ic1 {
	cursor: pointer;
}
.ic2 {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#fade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 3;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#lightbox {
    display: none;
    position: fixed;
    top: 10%;
    width: 800px;
    padding: 10px;
    border: 1px solid;
    z-index: 4;
    overflow: hidden;
}  
#lightbox a {
	text-decoration: none;
}

#image0 {
	margin-top: -10px;
	margin-left: -40px;
	width: 600px;
	min-height: 400px;
	overflow: hidden;
	background-image: url('../../content/images/windroos_z.png');
	background-repeat: no-repeat;
	background-position: 50%;
}
.img {
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}
.overlay {
	display: none;
	/*
	position: relative;
	margin-top: -51px;
	padding: 5px;
	background: rgb(0,0,0);
	background: url(../../content/images/rgba.php?r=0&g=0&b=0&a=75);
	background: rgba(0,0,0,.75);
	*/
}
.overlay p {
	margin: 2px;
}
.image_click_text {
	float: right;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	font-style: italic;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}
.image_title {
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 1px;
}
.image_desc {
	margin-top: 1px;
	margin-bottom: 9px;
}
a.image_close {
	clear: right;
	display: block;
	float: right;
	margin: 5px 0;
	padding: 5px;
	margin-bottom: 0;
}
a.image_close span {
	font-size: 15px;
	font-weight: bold;
}
button.image_close {
	clear: right;
	float: right;
	margin: 5px 0;
	padding: 5px;
	margin-bottom: 0;
}
button.image_close span {
	font-size: 15px;
	font-weight: bold;
}
.image_enlarge {
	float: left;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	font-style: italic;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 243px;
	margin-left: -40px;
	margin-bottom: 35px;
}
.gallery_footer {
	clear: left;
}
table.images {
	border-spacing: 5px;
}
table.images td {
	text-align: center;
	padding: 2px;
}

table.images td img {
	/* vertical-align: sub; */
	display: block;
	margin: 0 auto;
}

div.images {
	position: absolute;
	right: 0;
	width: 560px;
	height: 47px;
	margin-top: 5px;
}
div.images .button {
	position: absolute;
	height: 38px;
	width: 16px;
	right: 5px;
	bottom: 5px;
	border: 2px solid;
	cursor: pointer;
	z-index: 2;
}
div.images .button.prev {
	right: 337px;
}
div.images a {
	display: block;
	text-decoration: none;
	line-height: 0;
}
div.images .scroll_contain {
	float: right;
	width: 312px;
	margin-right: 25px;
	height: 36px;
	padding: 3px 0;
	overflow: hidden;
}
div.images .scroll {
	width: 20480px;
}
div.images .scroll div {
	float: left;
	border: 2px solid;
	margin-bottom: 3px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
div.images .scroll div:hover, div.images .scroll div.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

div.images .button {
	border-color: #000;
	/*background-color: #b3b3b3;*/
	background-image: url('../../content/images/arrow.png');
	background-repeat: no-repeat;
	background-position: 6px 50%;
}
div.images .button:hover {
	/*background-color: #bebebe;*/
}
div.images .button.next {
	background-position: -5px;
}
div.images .scroll_contain {
	background-color: #000;
}
div.images .scroll div {
	border-color: #fff;
}
div.images .scroll div.active {
	border-color: #35a4dc;
}

#content h3 img {
	border: 3px solid;
	margin-left: 7px;
}

/*
 *	Pagination
 */
.pagination {
	text-align: center;
}
.pagination ul, .pagination li {
	margin:0; padding:0;
}
.pagination ul {
	display: inline-block;
}
.pagination li {
	font-size: 11px;
	list-style: none;
	float: left;
}
.pagination a {
	border: solid 1px #ddd;
	margin-right: 2px;
	display: block;
	padding: 0 6px;
	text-decoration: none;
}
.pagination .nav-off {
	font-weight: bold;
	padding: 1px 7px;
}
.pagination .next a, .pagination .previous a {
	font-weight: bold;
}
.pagination a:hover {
	border: solid 1px #888;
	background-color: #f2f2f2;
}


/*
 *	Menu styling
 */

.menublock h3 {
	display: none;
}

/* top level */
.menublock ul.root {
	margin: 0;
	padding: 0;
}
.menublock li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
}
.menublock li a {
	display: block;
	float: left;
	padding: 1px 5px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

/* 2nd level */
#menu .menublock ul.root > li > ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	padding: 0;
	top: 22px;
	left: 22px;
	width: 565px;
	z-index: 1;
}

#menu .menublock ul.root > li.expanded > ul {
	display: block;
	z-index: 2;
}

/*  Opens submenu when main is hovered
 *    (disabled on request 05-01-2010)
#menu .menublock ul.root > li:hover > ul {
	display: block;
	z-index: 3;
}
*/

#menu .menublock ul.root > li > ul li {
	
}
#menu .menublock ul.root > li > ul li > a {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: normal;
}
#menu .menublock ul.root > li > ul li .line {
	height: 13px;
	margin-top: 5px;
	float: left;
	border-left: 1px solid;
}
/* 3rd level */
#menu .menublock ul.root > li > ul > li ul {
	display: none;
	position: absolute;
	z-index: 3;
	padding: 1px;
	margin-top: -1px;
	margin-left: 178px;
}
#menu .menublock ul.root > li > ul > li ul > li {
	display: block;
	margin: 0;
	padding: 0;
}
#menu .menublock ul.root > li > ul > li ul > li > a {

}

#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu ul.root > li {
	margin: 0 21px;
}
#menu.en ul.root > li {
	margin: 0 18px;
}
#menu.en .menublock ul.root > li > ul {
	left: 19px;
}



#right .menublock ul.root {
	border-top: 1px solid #733325;
}
#right .menublock ul.root > li {
	border-bottom: 1px solid #733325;
	padding: 10px 0;
}
#right .menublock ul li {
	float: none;
}
#right .menublock li a {
	float: none;
	font-weight: normal;
	text-decoration: none;
}
#right .menublock li a:hover {
	text-decoration: underline;
}
#right .menublock li a.nolink:hover {
	text-decoration: none;
}
#right .menublock ul.root > li > a {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	padding: 0 3px;
}
#right .menublock ul.root li ul {
	padding-left: 7px;
}
#right .menublock ul.root li ul {
	display: block;
}

#footer .menublock {
	margin: 0;
	margin-left: -7px;
}

#footer .menublock li a {
	text-transform: none;
	font-size: 9px;
	padding: 0 8px;
}
#footer .menublock .line {
	float: left;
	border-left: 1px solid;
	margin: 0;
	margin-top: 5px;
	height: 9px;
}


.menublock ul li a {
    color: #fff;
}
#menu ul li a:active {
	color: #d22222;
	text-decoration: underline;
}
#menu a.nolink:hover {
	text-decoration: none;
}
.menublock ul li a.nolink, .menublock ul li a.nolink:hover {
	color: #ddd;
	text-decoration: none;
}
.menublock ul li a.current, .menublock ul li a.current:hover, .menublock ul li.expanded > a {
	color: #d22222;
}
#menu ul.root > li > ul {
	background-color: #728ea8;
	background-image: url('../../content/images/header_bg.png');
	background-position: 0px -28px;
	background-repeat: repeat-x;
}

.menu_siblings, .menu_siblings li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	line-height: 12pt;
}
.menu_siblings {
	display: block;
	float: right;
	border: 2px solid;
	padding: 9px 15px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.menu_siblings li {
	margin: 3px;
}
.menu_siblings li.subsib {
	padding-left: 15px;
}
.menu_siblings a {
	text-decoration: none;
}

.menu_siblings {
	background-color: #dbe0d6;
	border-color: transparent;
	border-top-color: #949494;
	border-left-color: #aaa;
}
.menu_siblings li {
}
.menu_siblings li.subsib {
}
.menu_siblings a {
}

#content table th {
	text-align: left;
}
#content table h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
#content table input {
	margin-right: 5px;
	margin-left: 5px;
}
#content textarea {
	width: 400px;
	height: 150px;
}
#content table textarea {
	width: 250px;
	height: 80px;
}
#content .login_form_box div.login_table_box {
	padding-top: 0;
}
#content .login_table_box table tr.title span {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
#content .login_table_box table tr.title td {
	padding-top: 12px;
}

#footer #logged_in {
	position: absolute;
	height: 15px;
	line-height: 15px;
	top: 0;
}

#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 15px 0;
}
h2 strong {
	font-weight: normal;
}
h3 {
	font-size: 13px;
	font-weight: normal;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}
p {
	margin-top: 2px;
	margin-bottom: 20px;
}

a:active, a:focus {
	outline: 0;
}
a img {
	border: none;
}
hr {
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 4px;
	color: #ccc;
	background-color: #ccc;
}

.small {
	font-size: 8pt;
}
.hidden {
	display: none;
}
.entix_message {
	text-align: center;
	line-height: 160%;
	margin-top: 10px;
	padding: 25px 15px;
	border: 1px solid;
	color: #111;
	border-color: #ccc;
	background-color: #eee;
	background-image: url('../cms/images/warn.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.entix_message a {
	color: #11a;
}




/*
 *	Lightbox styling
 */

#fade {
	background-color: #666;
}
#lightbox {
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
    box-shadow: 0px 6px 8px #111;
	-moz-box-shadow: 0px 6px 8px #111;
	-webkit-box-shadow: 0px 6px 8px #111;
}  
#lightbox a {
	color: #666;
}
#lightbox a:hover {
	color: #000;
	text-decoration: underline;
}
.image_enlarge {
	color: #bbb;
}
.image_click_text {
	color: #444;
}
table.images td {
	background-color: #dedede;
}
table.images td:hover {
	background-color: #af6a4c;
}

#content h3 img {
	border-color: #dedede;
}

a {
	color: #eee;
}

p.post {
	border-bottom: 1px dotted #ccc;
}
p.post .timestamp {
	font-style: italic;
	color: #999;
}

#content strong {
	color: #eee;
}

#content .search_results li strong {
	color: #fff;
}

#content .login_form_box .req {
	color: #d22222;
}

