html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 10pt/16pt Arial, Helvetica, sans-serif;
	background: white;
	overflow-y: scroll;
}

/*
 *	Main page blocks
 */

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 930px;
	margin: 0 auto;
	padding: 0;
	background: orange;
}
#header {
	position: relative;
	top: 10px;
	margin: 0 10px;
	width: 910px;
	margin-bottom: 60px;
	height: 125px;
	background: lime;
}
#user {
	position: absolute;
	top: 5px;
}
#logo {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 88px;
	width: 340px;
	cursor: pointer;
}
#header_text {
	position: absolute;
	bottom: 0;
	left: 350px;
	width: 495px;
	height: 60px;
	padding: 20px 0px 8px 65px; /* top, right, bottom, left */
}
#search {
	position: absolute;
	right: 0;
	top: 5px;
	width: 196px;
	padding: 0 2px;
	height: 20px;
	border: 1px solid;
}
#lang_bar {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 23px;
	width: 48px;
	background-color: yellow;
	z-index: 1;
}
#language {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 16px;
	padding: 3px;
	z-index: 2;
}
#menu_bar {
	position: absolute;
	top: 135px;
	left: 0;
	height: 30px;
	width: 910px;
	background-color: yellow;
	z-index: 1;
}
#menu {
	position: absolute;
	left: 1px;
	top: 136px;
	/* overflow: hidden; */
	height: 26px;
	width: 906px;
	background-color: aqua;
	z-index: 2;
}
#menu_login {
	position: absolute;
	right: 8px;
	top: 141px;
	/* overflow: hidden; */
	height: 22px;
	/*width: 60px; */
	font: 7pt/10pt Verdana, sans-serif;
	background-color: blue;
	z-index: 2;
}
#content {
	position: relative;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 15px;
	margin: 0 10px;
	width: 660px;
	min-height: 350px;
	background: green;
}
#right_bg {
	position: absolute;
	top: 185px;
	right: 10px;
	width: 220px;
	bottom: 60px;
	background: lime;
}
#right {
	position: relative;
	float: right;
	width: 200px;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 10px;
	min-height: 200px;
	background: blue;
}
#breadcrumb {
	width: 640px;
	height: 16px;
	padding: 5px 0;
	font-size: 8pt;
	line-height: 16px;
	margin-bottom: 5px;
	background: gray;
}
#breadcrumb span {
	font-size: 120%;
	padding: 0 5px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#header_text h1 {
	font: 28px/32px Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}
#header_text a {
	text-decoration: none;
}
.news_block, .block, .agenda_block {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	font: 8pt/11pt Verdana;
}
.block {
	position: relative;
	margin-bottom: 0;
	padding: 15px;
	height: 7.5em;
	overflow: hidden;
}
.block.top {
	margin-top: 5px;
}
.news_block h2, .news_block h3, .block h2, .center h2, .agenda h2 {
	margin: -10px;
	margin-bottom: 7px;
	padding: 2px 10px;
	font-size: 9pt;
	font-weight: bold;
}
.agenda_block h4 {
	margin: 2px 0;
}
.block h2 {
	margin: -15px;
	margin-bottom: 10px;
}
.block h3 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
}
.center h2, .agenda h2 {
	font-size: 10pt;
	margin-top: 25px;
	margin-bottom: 15px;
}
.news_block p, .block p {
	margin: 0;
	padding: 0;
}
.news_block .more a {
	display: block;
	font-weight: bold;
	padding-top: 7px;
	/* line-height: 16px; */
	text-decoration: none;
}
.block a {
	display: block;
	padding-top: 2px;
	font-weight: bold;
}
.news_block .more a img {
	vertical-align: middle;
	padding-top: 2px;
}
.news_block h2 img {
	float: right;
	margin-right: -8px;
	margin-left: -4px;
}
#leftborder, #rightborder {
	position: absolute;
	top: 0;
	width: 5px;
	height: 100%;
	background-color: black;
}
#leftborder {
	left: -5px;
}
#rightborder {
	right: -5px;
}

#bottom-spacer { /* Needed to stretch container to bottom */
	clear: both;
	height: 25px;
	background: silver;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 25px;
	margin: 0;
	width: 880px;
	font: 9px Arial, sans-serif;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid;
	background: purple;
}

#footer .text {
	float: right;
}

#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .menublock li a.current:hover {
	text-decoration: none;	
}

#right a img {
	margin-bottom: 5px;
}

#logo h1, #logo h2 {
	display: none;
}
#breadcrumb a {
	text-decoration: none;
}

.frontpage #content {
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	width: 680px;
}

/* Centered style page (no right column) */
.center #content {
	width: 450px;
	margin-left: 225px;
	padding: 5px 10px 40px 10px;
	min-height: 100px;
}
.agenda #content {
	padding-bottom: 20px;
	margin-bottom: 34px;
}

/* centered style form */
.center #content .login_form_box {
	position: relative;
	padding-bottom: 30px;
}
.center #content .login_table_box {
	width: 420px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.center #content table {
	width: 420px;
}
.center #content table td, .center #content table th {
	padding: 0;
	padding-bottom: 6px;
}
.center #content table th label {
	display: block;
	min-width: 230px;
}
.center #content table th {
	width: 230px;
}
.center #content table input.txt, .center #content table select {
	width: 150px;
	border: 1px solid;
	margin: 0 2px;	
}
.center #content table textarea {
	border: 1px solid;
}

.center #content button {
	display: block;
	float: right;
	border: none;
	margin-top: 5px;
	background: transparent;
	font-weight: bold;
	cursor: pointer;
}

.center #content .login_form_box a {
	display: block;
	float: left;
	margin-left: 32px;
	margin-top: 7px;
}

.center #breadcrumb {
	margin-left: -210px;
}
.center #right_bg, .center #right {
	display: none;
}

.agenda #right .news_block {
	display: none;
}

.col a img {
	margin: 0;
	padding: 0;
	border: 0;
	width: 225px;
	height: 225px;
}
.col {
	float: left;
	width: 225px;
}

.frontpage #content .col .block a {
	text-decoration: none;
}

.frontpage #content .col .col3_links {
	margin-top: -58px;
	padding-bottom: 10px;
}
.frontpage #content .col .col3_links a {
	display: block;
	position: relative;
	width: 225px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

/*
 *	Lightbox styling
 */

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

#image {
	overflow: auto;
}

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;
}

/*
 *	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;
}

#search input {
	float: left;
	width: 165px;
}
#search input.button {
	float: right;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.search_results li {
	margin-bottom: 12px;
	line-height: 13pt;
}


/*
 *	Menu styling
 */

/* top level */
.menublock h3 {
	display: none;
}
.menublock ul.root {
	margin: 0;
	padding: 0;
	background: red;
}
.menublock li {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
}
.menublock li a {
	display: block;
	float: left;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	background-color: yellow;
	font-weight: bold;
	text-decoration: none;
}

/* 2nd level */
.menublock ul.root > li > ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	padding: 1px;
	padding-top: 0;
	top: 28px;
	z-index: 1;
}
.menublock ul.root > li:hover > ul {
	display: block;
	z-index: 2;
}
.menublock ul.root > li > ul li {
	width: 100%;
	position: relative;
	margin-top: 1px;
}
.menublock ul.root > li > ul li.first {
	margin-top: 0;
}
.menublock ul.root > li > ul li > a {
	min-width: 190px;
	width: 190px;
	overflow: hidden;
}

/* 3rd level [hidden] */
.menublock ul.root > li > ul > li ul {
	display: none;
}
.menublock ul.root > li > ul > li ul > li {
	display: none;
}
.menublock ul.root > li > ul > li ul > li > a {
	display: none;
}

.menublock li.hassubmenu:hover > ul {
	display: block;
}

#menu a {
	font-size: 12px;
	text-decoration: none;
}
#menu ul.root > li {
	margin: 0;
}	
#menu ul.root > li > a {
	padding: 0 8px;
	margin-right: 1px;
	line-height: 26px;
	height: 26px;
	border: 1px solid;
}

.menublock ul.root > li > .line {
	float: left;
	margin-top: 6px;
	border-left: 1px solid red;
	height: 14px;
	margin-left: -1px;
}

#menu_login .menublock li a {
	padding: 0 5px;
	margin-left: 3px;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	background-color: orange;
	font-weight: normal;
	text-decoration: none;
}
#menu_login .menublock li a span {
	font-size: 120%;
}
#footer .menublock {
	margin: 0;
	margin-left: -7px;
}

#footer .menublock li a {
	text-transform: none;
	padding: 0 8px;
}
#footer .menublock .line {
	float: left;
	border-left: 1px solid red;
	margin: 0;
	margin-top: 7px;
	height: 11px;
}

ul.menu_siblings {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
ul.menu_siblings li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 9px;
	background: yellow;
}
ul.menu_siblings li.subsib {
	padding-left: 18px;
}
ul.menu_siblings li a {
	text-decoration: none;
}
ul.menu_siblings li.current, ul.menu_siblings li a:hover {
	text-decoration: underline;
}

#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: 380px;
	height: 70px;
}

/*
 *	Agenda
 */

table.cal {
	border-spacing: 0;
	margin: 0;
	border-collapse: collapse;
	border: 5px solid;
	min-height: 450px;
	padding: 0;
}
table.cal thead tr td {
	border-bottom: 2px solid;
}
table.cal thead td {
	text-align: left;
	padding: 1px 3px;
	height: 20px;
}
table.cal tfoot tr td {
	border-top: 2px solid;
}
td.cal {
	background-color: #ddd;
	border: 1px solid #666;
	padding: 3px;
	margin: 0;
	vertical-align: top;
	width: 85px;
	height: 85px;
	line-height: 15px;
}
td.cal a {
	text-decoration: none;
	color: #000;
}
td.cal a.event {
	font-size: 11px;
	line-height: 14px;
	margin: 1px;
}

td.cal table tr td { /* event */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px;
	border: 1px solid #ddd;
}

/*
 *	Popup
 */

body.popup #container {
	width: 560px;
}
body.popup #content {
	width: 540px;
	padding-left: 0;
	float: none;
	margin-bottom: 0;;
}

#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}
h6 {
	font-size: 10pt;
	font-weight: normal;
}
p {
	margin-top: 2px;
	margin-bottom: 20px;
}
p.error {
	margin: 0;
	font-size: 9pt;
}


a:active, a:focus {
	outline: 0;
}
a img {
	border: none;
}
hr {
	height: 1px;
	border: none;
	margin-bottom: 10px;
}

.small {
	font-size: 8pt;
	line-height: 12pt;
}
.hidden {
	display: none;
}
.entix_message {
	text-align: center;
	line-height: 160%;
	margin-top: 10px;
	padding: 25px 15px;
	border: 1px solid;
}

/*
 *	Regions
 */

.regio {
	display: block;
	float: left;
	font-size: 8pt;
	line-height: 16px;
	text-align: center;
	width: 70px;
	margin: 2px 3px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
