body, html {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3, p, li, span.info {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #424242;
}

h3 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #2c5683;
    color: #0168b7;
}

a:hover {
    text-decoration: underline;
}

p.error {
    color: red;
    font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	background-image: url(../pictures/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

sub, sup {
	font-size: 8px;
	line-height: 1px;
}

/*===== page ================================================================*/

#page {
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    position: relative;
    background-color: #ffffff;
    background-image: url(../pictures/sections/start/background.gif);
    background-repeat: repeat-x;
    min-height: 100%;
    overflow: auto;
}

* html #page {
    height: 100%;
    overflow: visible;
}

/*===== header ==============================================================*/

#header {
    width: 972px;
    height: 158px;
    background-image: url(../pictures/sections/start/header.gif);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    overflow: hidden;
}

#header h1 {
    display: block;
    margin: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: normal;
    margin-left: 228px;
    margin-top: 130px;
}

#header h1 span {
    font-weight: normal;
}

/*===== language ============================================================*/

#language {
    position: absolute;
    left: 768px;
    top: 135px;
    width: 200px;
}

#language ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    overflow: hidden;
}

#language li {
    float: left;
    margin-right: 10px;
	padding: 0;
	background-image: none;
}

#language a, #language span {
    color: white;
    text-decoration: none;
}

#language a:hover {
    text-decoration: underline;
}

/*===== menu ================================================================*/

#menu {
}

#menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    margin-left: 12px;
    margin-right: 2px;
    padding: 0;
    width: 200px;
    overflow: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#menu li {
	background-image: none;
	padding: 0;
}

#menu a {
    color: #333333;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline !important;
}

#menu span, #menu a.active {
    color: #ffffff;
}

/*===== quicklinks ==========================================================*/

#quicklinks {
    margin-left: 12px;
    margin-top: 36px;
}

/*===== info ================================================================*/

#info {
    width: 216px;
    float: left;
    margin-top: -23px;
}

* html #info {
    width: 213px;
    overflow: hidden;
}

* html #info div.section {
    margin-right: 0px;
    width: 204px;
}

/*===== service =============================================================*/

#service {
    float: right;
    width: 216px;
}

* html #service {
    width: 213px;
}

* html #service div.section {
    margin-left: 3px;
}

/*===== border sections =====================================================*/

div.section {
    margin: 6px;
    margin-top: 36px;
    padding-bottom: 3px;
    border-bottom: 1px solid #999999;
}

div.section h1 {
    padding-left: 6px;
}

div.section h2, div.section h3 {
    color: #174d84;
}

div.section div.block {
    padding-left: 6px;
    margin-top: 12px;
}

div.section div.first {
    margin-top: 0px;
}

div.section div.images {
    margin-top: 3px;
}
    
/*===== content =============================================================*/

#content {
    width: 540px;
    margin-left: 216px;
    padding-bottom: 24px;
}

* html #content {
    margin-left: 213px;
}

#content div.image {
    margin-bottom: 6px;
}

#content div.image img {
    vertical-align: top;
}

#content div.block {
    padding: 6px;
    padding-top: 14px;
    border: 6px solid white;
    background-color: #ffffff;
    background-image: url(../pictures/block_background.gif);
    background-repeat: repeat-x;
    margin-bottom: 6px;
    overflow: hidden;
    width: 516px;
}

#content div.block ul.error {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    list-style-type: none;
}

#content div.block ul.error li {
	background-image: none;
    margin: 0;
    padding: 0;
    color: red;
}

#content div.title, #content p, #content ul, #content div.block div.image, #content div.images {
    margin-bottom: 12px;
}

#content div.body {
    width: 354px;
    margin-left: 162px;
    width: 351px;
}

* html #content div.body {
    width: 351px;
}

#content div.block div.image p {
    width: 312px;
    color: #999999;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
}

#content div.images {
    width: 144px;
    margin-top: 6px;
    margin-bottom: 0px;
    float: left;
}

#content div.images img {
    vertical-align: top;
    margin-bottom: 12px;
	border: none;
	background-color: #cccccc;
}

#content div.images img.zoom {
	margin-left: -12px;
	vertical-align: bottom;
	background-color: transparent;
}

#content table.form {
    border-collapse: collapse;
    margin-bottom: 12px;
}

#content table.form th {
    width: 258px;
    font-weight: normal;
    text-align: right;
    padding: 0;
	padding-bottom: 4px;
    padding-right: 12px;
}

#content table.form td {
    width: 246px;
    padding: 0;
	padding-bottom: 4px;
}

#content table.form tr.gap th, #content table.form tr.gap td {
    padding-top: 12px;
}

#content form {
    margin: 0;
}

#content table.form input.text {
	width: 246px;
	float: left;
}

#content table.form input.text2 {
	width: 100px;
	float: left;
}

#content table.form select {
	width: 246px;
	float: left;
}

#content table.form select.select2 {
	width: 100px;
	float: left;
}

#content table.form option.group {
	font-weight: bold;
}

#content table.form textarea {
	width: 246px;
	float: left;
    overflow: auto;
    overflow-x: hidden;
}

/*#content table.form form.slim input.text {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	margin: none;
}*/

/*#content table.form input.error {
    border-bottom: 2px solid red;
}*/

#content table.form th.error {
    color: red !important;
}

#content table.form input.checkbox {
    margin: 0;
	margin-top: -2px;
	margin-bottom: -2px;
}

/*===== copyright block =====================================================*/

#copyright {
    width: 312px;
    color: #999999;
    margin-top: 18px;
    margin-left: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
}

/*===== section specific settings ===========================================*/

body.start #page {
    background-image: url(../pictures/sections/start/background.gif);
}

body.start #header {
    background-image: url(../pictures/sections/start/header.gif);
}

body.start #content h2, body.start #content h3, body.start #content div.lead p, body.start #content th, body.start #content table.form th {
    color: #009999;
}

body.exhibitions #page {
    background-image: url(../pictures/sections/exhibitions/background.gif);
}

body.exhibitions #header {
    background-image: url(../pictures/sections/exhibitions/header.gif);
}

body.exhibitions #content h2, body.exhibitions #content h3, body.exhibitions #content div.lead p, body.exhibitions #content th, body.exhibitions #content table.form th {
    color: #b18b2f;
    color: #a57502;
}

body.activities #page {
    background-image: url(../pictures/sections/activities/background.gif);
}

body.activities #header {
    background-image: url(../pictures/sections/activities/header.gif);
}

body.activities #content h2, body.activities #content h3, body.activities #content div.lead p, body.activities #content th, body.activities #content table.form th {
    color: #be6278;
}

body.collections #page {
    background-image: url(../pictures/sections/collections/background.gif);
}

body.collections #header {
    background-image: url(../pictures/sections/collections/header.gif);
}

body.collections #content h2, body.collections #content h3, body.collections #content div.lead p, body.collections #content th, body.collections #content table.form th {
    color: #339966;
}

body.information #page {
    background-image: url(../pictures/sections/information/background.gif);
}

body.information #header {
    background-image: url(../pictures/sections/information/header.gif);
}

body.information #content h2, body.information #content h3, body.information #content div.lead p, body.information #content th, body.information #content table.form th {
    color: #84a72e;
}

body.service #page {
    background-image: url(../pictures/sections/service/background.gif);
}

body.service #header {
    background-image: url(../pictures/sections/service/header.gif);
}

body.service #content h2, body.service #content h3, body.service #content div.lead p, body.service #content th, body.service #content table.form th {
    color: #66824a;
}

input.submit:hover {
	color: blue;
	text-decoration: underline;
}

span.photosearch {display:block; padding-bottom:5px;}


