/* Basic */

body {
	font: 80% arial, verdana, sans-serif;
	background: white url("../layout/body.gif") top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: black;
}

.noScreen, h1 span, #oNav span, #qNav span, hr {
	display: none;
}

.cBoth {
	clear: both;
}

#content .nOffs {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* Blocks */

.bLeft {
	float: left;
}

.bRight {
	float: right;
}

.col2 {
	width: 322px;
}

.col3 {
	width: 208px;
}

div.bLeft.col2, div.bLeft.col3 {
	margin: 0 20px 1em 0;
}

/* Structure */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 984px;
	text-align: left;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 304px;
	background: transparent url("../layout/header.jpg") top left no-repeat;
}

#header h1 {
	position: absolute;
	left: 30px;
	top: 20px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 60px;
	z-index: 1;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#qNav {
	position: absolute;
	top: 65px;
	left: 330px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	z-index: 1;
}

#lang {
	margin: 173px 0 0 835px;
	padding: 0 0 0 40px;
	float: left;
}

#search {
	position: absolute;
	top: 38px;
	right: 40px;
	width: 160px;
	margin: 0;
	padding: 0;
	z-index: 1;
	font-size: 85%;
	background: transparent url("../layout/search.gif") top left no-repeat;
}

#content {
	margin: 0;
	padding: 0 40px 0 30px;
	background: transparent url("../layout/content.gif") top left no-repeat;
	min-height: 300px;
}

* html #content { /* Fix IE5,6 */
	height: 300px;
}

#leftBar {
	margin: 0;
	padding: 0;
	width: 220px;
	float: left;
}

#rightBar {
	margin: 0;
	padding: 30px 0;
	width: 684px;
	float: right;
}

#footer {
	position: relative;
	margin: 0;
	padding: 0;
	height: 90px;
	background: transparent url("../layout/footer.gif") top left no-repeat;
	font-size: 85%;
}

/* Main navigation */

#mNav {
	position: absolute;
	top: 259px;
	left: 255px;
	width: 694px;
	height: 45px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#mNav li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	line-height: 45px;
}

#mNav a {
	display: block;
	margin: 5px 0 0 20px;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #f60;
	font-weight: bold;
	background: transparent url("../layout/m_nav2.gif") center left no-repeat;
}

#mNav a:hover {
	color: gray;
}

/* Submenu for main menu */

#mNav ul {
	display: none;
}

/* Secondary navigation */

#sNav {
	margin: 0 12px;
	padding: 0;
}

#sNav li {
	position: relative;
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
	width: 196px;
	background: transparent url("../layout/s_nav1.gif") left bottom repeat-x;
}

* html #sNav li { /* Fix IE5,6 */
	float: left;
}

#sNav a {
	display: block;
	margin: 0;
	padding: 5px 0 5px 17px;
	font-weight: bold;
	color: white;
	background: transparent url("../layout/s_nav2.gif") left center no-repeat;
	font-size: 90%;
	text-decoration: none;
	min-height: 1%;
}

* html #sNav a { /* Fix IE5,6 */
	height: 1%;
}

#sNav a:hover {
	background: rgb(102,102,102) url("../layout/s_nav3.gif") left center no-repeat;
}

/* Submenu for secondary menu */

#sNav ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 196px;
	width: 200px;
	z-index: 1;
}

#sNav ul ul {
	top: 0;
	left: 200px;
}

#sNav ul li {
	padding: 0;
	width: 200px;
	background: none;
	float: left;
}

#sNav ul a {
	padding: 5px 2px 5px 17px;
	border-bottom: 1px solid #fff;
	background: #c63 url("../layout/s_nav2.gif") left center no-repeat;
	border-left: 2px solid #fff;
	font-weight: normal;
}

#sNav ul ul a {
	border-left: 1px solid #fff;
}

#sNav ul a:hover {
	background: rgb(102,102,102) url("../layout/s_nav3.gif") left center no-repeat;
}

#sNav li:hover ul, #sNav li.over ul {
	display: block;
}

#sNav li:hover ul ul, #sNav li.over ul ul {
	display: none;
}

#sNav ul li:hover ul, #sNav ul li.over ul {
	display: block;
}

/* Quick navigation */

#qHome, #qContact, #qMap {
	display: block;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	background: transparent url("../layout/icon_home.gif") left center no-repeat;
	float: left;
}

#qContact {
	background: transparent url("../layout/icon_contact.gif") left center no-repeat;
}

#qMap {
	background: transparent url("../layout/icon_sitemap.gif") left center no-repeat;
}

/* Boxes */

div.listBoxRow {
	margin: 0 0 1em 0;
	padding: 0;
	background: transparent url("../layout/hr.gif") left bottom repeat-x;
}

div.listBoxRow.first {
	padding: 5px 5px 0 5px;
	border: 1px solid silver;
	background: rgb(245,245,245) url("../layout/grad.gif") top left repeat-x;
}

* html div.listBoxRow { /* Fix IE5,6 */
	height: 1%;
}

div.listBoxRow h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	background: none;
	font-size: 100%;
}

div.listBoxRow small {
	color: #f60;
}

div.listBoxCol {
	margin: 0 20px 0 0;
	padding: 0;
	width: 151px;
	float: left;
	text-align: center;
}

#centerBar div.listBoxCol p {
	margin: 0;
	padding: 0 0 0.5em 0;
	text-align: center;
}

div.listBoxCol h3 {
	margin: 0;
	padding: 0 0 20px 0;
	background: none;
	font-size: 95%;
}

#sNavBox1 {
	margin: 0;
	padding: 0;
	background: transparent url("../layout/s_nav_box1.gif") top left repeat-y;
}

#sNavBox2 {
	margin: 0;
	padding: 0;
	background: transparent url("../layout/s_nav_box2.gif") bottom left no-repeat;
}

#sNavBox3 {
	margin: 0;
	padding: 0;
	background: transparent url("../layout/s_nav_box3.gif") top left no-repeat;
	min-height: 200px;
}

* html #sNavBox3 { /* Fix IE5,6 */
	height: 200px;
}

/* Links */

a {
	color: #f60;
	text-decoration: underline;
}

#qNav a {
	color: white;
}

#footer a {
	color: gray;
}

a:hover {
	text-decoration: none;
}

/* Typography */

form span {
	color: red;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-align: center;
}

#rightBar ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
	line-height: 1.5em;
}

#rightBar ul ul, ol ol {
	padding-bottom: 0;
}

#rightBar p, address {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

h2 {
	margin: 0 0 1em 0;
	padding: 0 0 0 25px;
	font-size: 120%;
	font-weight: bold;
	background: transparent url("../layout/h2.gif") left center no-repeat;
	color: black;
}

h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 110%;
	color: #f60;
	font-weight: bold;
}

abbr {
	color: #f60;
	border-bottom: 1px dashed #f60;
}

table.galleryTable caption {
	font-weight: bold;
	text-align: left;
	color: #f60;
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 110%;
}

/* Print, top */

#footer #oNav {
	position: absolute;
	right: 40px;
	top: -26px;
	margin: 0;
	padding: 0;
	width: 52px;
	height: 25px;
	z-index: 1;
	background: transparent url("../layout/o_nav.gif") top left no-repeat;
}

#footer #oNav a {
	display: block;
	width: 26px;
	height: 25px;
	margin: 0;
	padding: 0;
	float: left;
}

#qTop {
	background: transparent url("../layout/icon_top.gif") center center no-repeat;
}

#qPrint {
	background: transparent url("../layout/icon_print.gif") center center no-repeat;
}

/* Images */

img.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

div.listBoxRow img.imgLeft, div.listBoxRow img.imgRight {
	margin-bottom: 20px;
}

div.listBoxRow.first img.imgLeft, div.listBoxRow.first img.imgRight {
	margin-bottom: 5px;
}

/* Tables */

table {
	font: 100% arial, verdana, sans-serif;
}

table.galleryTable {
	margin: 0 0 1em 0;
	border: 1px dashed silver;
}

table.galleryTable td {
	vertical-align: top;
	text-align: center;
}

#rightBar table.galleryTable td p {
	text-align: center;
	margin: 0;
	padding: 0 0 0.5em 0;
}

/* Xs typography */

h4 {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 100%;
	font-weight: bold;
	color: black;
}

.textHighLight {
	color: #f60;
	background-color: #eee;
}

.textBig {
	font-size: 120%;
}

#rightBar .textRight {
	text-align: right;
}

#rightBar .textCenter {
	text-align: center;
}

table.statTable {
	border-collapse: collapse;
	text-align: left;
	line-height: normal;
	margin: 0 0 1em 0;
}

table.statTable th {
	background-color: #f60;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #fff;
}

table.statTable td {
	background-color: #eee;
	padding: 4px;
	border: 1px solid #fff;
}

table.statTable td.tdColor {
	font-weight: bold;
	background-color: #f60;
	color: #fff;
}

/* Error, confirm */

#rightBar p.err {
	margin: 0 0 1em 0;
	padding: 3px;
	color: red;
	border: 1px dashed red;
}

#rightBar p.cfm {
	margin: 0 0 1em 0;
	padding: 3px;
	color: green;
	border: 1px dashed green;
}

/* Forms */

input, select, textarea {
	font: 100% arial, verdana, sans-serif;
}

legend {
	color: #f60;
	background-color: white;
}

fieldset {
	padding: 10px;
	border: 1px dashed silver;
}

form {
	margin: 0;
	padding: 0 0 1em 0;
}

#search form {
	padding: 0 0 0 5px;
	margin: 0;
}

.inp1 {
	width: 250px;
	border: 1px solid silver;
}

.inp1:focus {
	border: 1px solid gray;
}

#search .inp1 {
	width: 120px;
	border: 1px solid white;
	color: black;
	background: white url("../layout/input_text.gif") repeat-x;
}

