@import "../def/trans.css";
/*
	LAYOUT
*/
html {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
body, html {
    font-family: Verdana, Arial, sans-serif;
    height: 100%;
}
body {
	background: #fff url('../media/bg.png') repeat;
	color: #000;
}
div#mainContainer {
	width: 43.75em; /* 700px; */
	min-height: 100%;
	background: transparent url('../media/contentbg.png') no-repeat fixed 50% 8.75em; /* 140px; */
}
div#header {
	position: relative;
	width: 43.75em; /* 700px; */
	height: 8.75em; /* 140px; */
	background-color: transparent;
	overflow: hidden;
}
div#header h1 {
	position: absolute;
	left: 3.75em; /* 60px; */
	top: 2px;
	z-index: 10;
}
div#header div.bg {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 43.75em; /* 700px; */
	height: 8.75em; /* 140px; */
	background-color: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
div#contentContainer {
	background: transparent url('../media/contentbg.png') repeat-y 0 0;
	padding-left: 8.4375em; /* 135px; */
}
div#content {
	width: 35.3125em; /* 565px; */
	padding: 0 0 20px 0;
}
div#searchbox {
	position: relative;
	height: 1.25em; /* 20px; */
	width: 33.125em; /* 530px; */
	background-color: #e44820; /* orange */
}
div#wrapper {
	float: left;
	margin-left: -8.4375em; /* -135px; */
	width: 33.125em; /* 530px; */
}
div#centerCol {
	position: relative;
	width: 22.9375em; /* 367px; */
	min-height: 23.125em; /* 370px; */
	float: right;
	height: auto;
	padding: 1.5625em 1.25em 0 0.5em; /* 25px 20px 0 8px; */
	background-color: #fff;
	overflow: hidden;
}
div#leftCol {
	position: relative;
	float: left;
	width: 8.4374em; /* ~135px; */
	padding-top: 1.5625em; /* 25px; */
	background-color: #fff;
	overflow: hidden;
}
div#rightCol {
	position: relative;
	float: right;
	width: 10.619em; /* 170px; */
	background-color: #8096ab; /* lightblue */
	overflow: hidden;
}
div#illuContainer {
	position: absolute;
	top:0;
	left:0;
	width: 43.75em; /* 700px; */
}
div#leftIllu {
	position: absolute;
	right: 44.375em; /* 710px; */
	top: 18.125em; /* 290px; */
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}
div#rightIllu {
	position: absolute;
	left: 45.375em; /* 726px; */
	top: 1.625em; /* 26px; */
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}
div#footer {
	width: 43.75em; /* 700px; */
	height: 1.25em; /* 20px; */
	margin-top: -1.25em; /* -20px; */
	background-color: #e44820; /* orange */
}
/*
	MENU
*/
div#leftCol ul {
	list-style: none;
	width: 8.4375em; /* 135px; */
}
div#leftCol ul.lvl1 li {
	width: 8.4375em; /* 135px; */
	margin: 0;
}
div#leftCol ul.lvl1 li p {
	color: #002e57; /* steelblue */
	font-size: 0.625em; /* 10px; */
	line-height: 1.2em; /* 12px; */
	padding: 2px 0;
}
div#leftCol ul.lvl1 li p a {
	display: block;
	width: 12.7em; /* 127px; */
	padding: 0.2em 0 0.2em 0.8em;  /* 2px 0 2px 8px; */
	color: #002e57; /* steelblue */
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
}
div#leftCol ul.lvl1 ul.lvl2 li p a {
	display: block;
	width: 11.9em; /* 119px; */
	padding-left: 1.6em; /* 16px; */
	font-weight: normal;
}
div#leftCol ul.lvl1 ul.lvl2 li {
	border-bottom: 1px solid #002e57; /* steelblue */
}
div#leftCol ul.lvl1 ul.lvl2 li p {
	padding: 0.2em 0 0.2em 0; /* 2px 0 2px 0; */
}
div#leftCol ul.lvl1 ul.lvl2 li p a.selected, div#leftCol ul.lvl1 ul.lvl2 li p a:hover {
	color: #002e57; /* steelblue */
	background-color: transparent;
}
div#leftCol ul.lvl1 ul.lvl2 ul.lvl3 li p a {
	display: block;
	width: 11.9em; /* 119px; */
	padding-left: 1.6em; /* 16px; */
	font-weight: normal;
}
div#leftCol ul.lvl1 ul.lvl2 ul.lvl3 li {
	border-bottom: none;
}
div#leftCol ul.lvl1 ul.lvl2 ul.lvl3 li p {
	padding: 0.4em 0 0.4em 0; /* 2px 0 2px 0; */
}
/*
	FOOTERMENU
*/
div#footer ul {
	list-style: none;
	margin-left: 0.5em; /* 8px; */
}
div#footer ul li {
	float: left;
	margin: 0;	
}
div#footer ul li p {
	float: left;
	display: block;
	font-size: 0.6875em; /* 11px; */
	line-height: 1.0909em; /* ~12px; */
	height: 1.0909em; /* ~12px; */
	padding-top: 0.3636em; /* ~4px; */
}
div#footer ul li p a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-left: 1px solid #fff;
}
div#footer ul li p a:hover {
	text-decoration: underline;	
}
div#footer ul li.first p a {
	border-left: none;	
}
/*
	COLORS
*/
div#leftCol ul.lvl1 li p a.selected, div#leftCol ul.lvl1 li p a:hover, ul.sitemap p.lvl0 {
	color: #fff;
	background-color: #e44820; /* orange */
}
div#leftCol ul.lvl1 li.m1 p a.selected, div#leftCol ul.lvl1 li.m1 p a:hover, ul.sitemap p.lvl0.item2 {
	background-color: #509c52; /* green */
}
div#leftCol ul.lvl1 li.m2 p a.selected, div#leftCol ul.lvl1 li.m2 p a:hover, ul.sitemap p.lvl0.item3 {
	background-color: #0082dc; /* blue */
}
div#leftCol ul.lvl1 li.m3 p a.selected, div#leftCol ul.lvl1 li.m3 p a:hover, ul.sitemap p.lvl0.item3 {
	background-color: #299390; /* turquoise */
}
div#leftCol ul.lvl1 li.m4 p a.selected, div#leftCol ul.lvl1 li.m4 p a:hover, ul.sitemap p.lvl0.item4 {
	background-color: #a7003f; /* red */
}
div#leftCol ul.lvl1 li.m5 p a.selected, div#leftCol ul.lvl1 li.m5 p a:hover, ul.sitemap p.lvl0.item5 {
	background-color: #ff8c00; /* yellow */
}
div#leftCol ul.lvl1 li.m6 p a.selected, div#leftCol ul.lvl1 li.m6 p a:hover, ul.sitemap p.lvl0.item6 {
	background-color: #002e57; /* steelblue */
}
div#leftCol ul.lvl1 li.m7 p a.selected, div#leftCol ul.lvl1 li.m7 p a:hover, ul.sitemap p.lvl0.item7 {
	background-color: #8096ab; /* lightblue */
}

div#leftCol ul.lvl1 ul.lvl2 ul.lvl3 li p a, div#leftCol ul.lvl1 ul.lvl2 ul.lvl3 li p a:hover, div#leftCol ul.lvl1 ul.lvl2 ul.lvl3 li p a.selected  {
	color: #e44820; /* orange */
}
div#leftCol ul.lvl1 li.m1 ul.lvl2 ul.lvl3 p a, div#leftCol ul.lvl1 li.m1 ul.lvl2 ul.lvl3 p a:hover, div#leftCol ul.lvl1 li.m1 ul.lvl2 ul.lvl3 p a.selected {
	color: #509c52; /* green */
}
div#leftCol ul.lvl1 li.m2 ul.lvl2 ul.lvl3 p a, div#leftCol ul.lvl1 li.m2 ul.lvl2 ul.lvl3 p a:hover, div#leftCol ul.lvl1 li.m2 ul.lvl2 ul.lvl3 p a.selected{
	color: #0082dc; /* blue */
}
div#leftCol ul.lvl1 li.m3 ul.lvl2 ul.lvl3 p a, div#leftCol ul.lvl1 li.m3 ul.lvl2 ul.lvl3 p a:hover, div#leftCol ul.lvl1 li.m3 ul.lvl2 ul.lvl3 p a.selected {
	color: #299390; /* turquoise */
}
div#leftCol ul.lvl1 li.m4 ul.lvl2 ul.lvl3 p a, div#leftCol ul.lvl1 li.m4 ul.lvl2 ul.lvl3 p a:hover, div#leftCol ul.lvl1 li.m4 ul.lvl2 ul.lvl3 p a.selected {
	color: #a7003f; /* red */
}
div#leftCol ul.lvl1 li.m5 ul.lvl2 ul.lvl3 p a, div#leftCol ul.lvl1 li.m5 ul.lvl2 ul.lvl3 p a:hover, div#leftCol ul.lvl1 li.m5 ul.lvl2 ul.lvl3 p a.selected {
	color: #ff8c00; /* yellow */
}
div#leftCol ul.lvl1 li.m6 ul.lvl2 ul.lvl3 p a, div#leftCol ul.lvl1 li.m6 ul.lvl2 ul.lvl3 p a:hover, div#leftCol ul.lvl1 li.m6 ul.lvl2 ul.lvl3 p a.selected {
	color: #002e57; /* steelblue */
}
div#leftCol ul.lvl1 li.m7 ul.lvl2 ul.lvl3 p a, div#leftCol ul.lvl1 li.m7 ul.lvl2 ul.lvl3 p a:hover, div#leftCol ul.lvl1 li.m7 ul.lvl2 ul.lvl3 p a.selected {
	color: #8096ab; /* lightblue */
}

div#leftCol ul.lvl1 li ul.lvl2 li p a.selected {
	background: transparent url('../media/dot_orange.png') no-repeat 9px 6px;
}
div#centerCol div.block ul li {
	background: transparent url('../media/dot_orange.png') no-repeat 7px 5px;
}
div#leftCol ul.lvl1 li.m1 ul.lvl2 li p a.selected, .theme1 div#centerCol div.block ul li {
	background-image: url('../media/dot_green.png');
}
div#leftCol ul.lvl1 li.m2 ul.lvl2 li p a.selected, .theme2 div#centerCol div.block ul li {
	background-image: url('../media/dot_blue.png');
}
div#leftCol ul.lvl1 li.m3 ul.lvl2 li p a.selected, .theme3 div#centerCol div.block ul li {
	background-image: url('../media/dot_turquoise.png');
}
div#leftCol ul.lvl1 li.m4 ul.lvl2 li p a.selected, .theme4 div#centerCol div.block ul li {
	background-image: url('../media/dot_red.png');
}
div#leftCol ul.lvl1 li.m5 ul.lvl2 li p a.selected, .theme5 div#centerCol div.block ul li {
	background-image: url('../media/dot_yellow.png');
}
div#leftCol ul.lvl1 li.m6 ul.lvl2 li p a.selected, .theme6 div#centerCol div.block ul li {
	background-image: url('../media/dot_steelblue.png');
}
div#leftCol ul.lvl1 li.m7 ul.lvl2 li p a.selected, .theme7 div#centerCol div.block ul li {
	background-image: url('../media/dot_lightblue.png');
}
div#centerCol div.block {
	background: transparent url('../media/bord_orange.png') repeat-x bottom left;
}
.theme1 div#centerCol div.block {
	background: transparent url('../media/bord_green.png') repeat-x bottom left;
}
.theme2 div#centerCol div.block {
	background: transparent url('../media/bord_blue.png') repeat-x bottom left;
}
.theme3 div#centerCol div.block {
	background: transparent url('../media/bord_turquoise.png') repeat-x bottom left;
}
.theme4 div#centerCol div.block {
	background: transparent url('../media/bord_red.png') repeat-x bottom left;
}
.theme5 div#centerCol div.block {
	background: transparent url('../media/bord_yellow.png') repeat-x bottom left;
}
.theme6 div#centerCol div.block {
	background: transparent url('../media/bord_steelblue.png') repeat-x bottom left;
}
.theme7 div#centerCol div.block {
	background: transparent url('../media/bord_lightblue.png') repeat-x bottom left;
}

div#centerCol div.block h3, div.block.colorbox div.imgtextbox p, div#centerCol div.block a {
	color: #e44820; /* orange */
}
.theme1 div#centerCol div.block h3, .theme1 div#centerCol div.block.colorbox div.imgtextbox p, .theme1 div#centerCol div.block a {
	color: #509c52; /* green */
}
.theme2 div#centerCol div.block h3, .theme2 div#centerCol div.block.colorbox div.imgtextbox p, .theme2 div#centerCol div.block a {
	color: #0082dc; /* blue */
}
.theme3 div#centerCol div.block h3, .theme3 div#centerCol div.block.colorbox div.imgtextbox p, .theme3 div#centerCol div.block a {
	color: #299390; /* turquoise */
}
.theme4 div#centerCol div.block h3, .theme4 div#centerCol div.block.colorbox div.imgtextbox p, .theme4 div#centerCol div.block a {
	color: #a7003f; /* red */
}
.theme5 div#centerCol div.block h3, .theme5 div#centerCol div.block.colorbox div.imgtextbox p, .theme5 div#centerCol div.block a {
	color: #ff8c00; /* yellow */
}
.theme6 div#centerCol div.block h3, .theme6 div#centerCol div.block.colorbox div.imgtextbox p /*, .theme6 div#centerCol div.block a*/ {
	color: #002e57; /* steelblue */
}
.theme7 div#centerCol div.block h3, .theme7 div#centerCol div.block.colorbox div.imgtextbox p, .theme7 div#centerCol div.block a {
	color: #8096ab; /* lightblue */
}

div#centerCol div.block.colorbox, div#centerCol div.block.gallery ul {
	background-color: #f7c8bc; /* orange light */
}
.theme1 div#centerCol div.block.colorbox, div#centerCol div.block.gallery ul {
	background-color: #cae1cb; /* green light */
}
.theme2 div#centerCol div.block.colorbox, div#centerCol div.block.gallery ul {
	background-color: #cce6f8; /* blue light */
}
.theme3 div#centerCol div.block.colorbox, div#centerCol div.block.gallery ul {
	background-color: #b9dcdb; /* turquoise light */
}
.theme4 div#centerCol div.block.colorbox, div#centerCol div.block.gallery ul {
	background-color: #edccd9; /* red light */
}
.theme5 div#centerCol div.block.colorbox, div#centerCol div.block.gallery ul {
	background-color: #ffe8cc; /* yellow light */
}
.theme6 div#centerCol div.block.colorbox, div#centerCol div.block.gallery ul {
	background-color: #ccd5dd; /* steelblue light */
}
.theme7 div#centerCol div.block.colorbox, div#centerCol div.block.gallery ul {
	background-color: #e5eaee; /* lightblue light */
}
/*
	FORMS
*/
/* Search */
div#searchbox label {
	position: absolute;
	left: 12.7272em; /* ~140px; */
	top: 0.3636em; /* ~4px; */
	color: #fff;
	font-size: 0.6875em; /* 11px; */
	line-height: 1em; /* 11px; */
	text-transform: uppercase;
}
div#searchbox input#searchtext {
	font-family: Verdana, Arial, sans-serif;
	position: absolute;
	right: 1.6666em; /* 20px; */
	top: 0;
	height: 1.3333em; /* 16px; */
	width: 25.4166em; /* 305px; */
	font-size: 0.75em; /* 12px; */
	line-height: 1.3333em; /* 16px; */
	padding-top: 2px;
	border: 1px solid #8096ab; /* lightblue */
}
div#searchbox input#searchsubmit {
	font-family: Verdana, Arial, sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	height: 19px;
	padding-bottom: 1px;
	width: 20px; /* ~20px; */
	font-size: 0.875em; /* 14px; */
	line-height: 16px;
	border: none;
	color: #fff;
	background-color: #e44820; /* orange */
	text-align: center;
	cursor: pointer;
	vertical-align: top;
}
/* Kontakt */
div#form {
	width: 100%;
	padding: 20px 0;
	background-color: #8096ab; /* lightblue */
}
div#form div.field {
	position: relative;
	margin-bottom: 4px;
}
div#form label {
	font-size: 0.6875em; /* 11px; */
	line-height: 1.3636em; /* 15px */
	color: #000;
	font-weight: bold;
	width: 90px;
	float: left;
	padding: 3px 0 2px 2em;
}
div#form input, div#form textarea {
	border: none;
	color: #000;
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6875em; /* 11px; */
	line-height: 1.3636em; /* 15px */
	padding: 3px 0 3px 0;
	border: 1px solid #fff;
	width: 240px;
	float: left;
	margin: 0;
}
div#form textarea {
	overflow: auto;
	margin-top: 5px;
	height: 8em;
}
div#form input.submit  {
	width: 7em;
	position: absolute;
	bottom: 0;
	left: 2em;
	border: 1px solid #000;
}
div#form p {
	font-size: 0.6875em; /* 11px; */
	line-height: 1.3636em; /* 15px */
	padding-left: 2em;
}
div#form div.field.message p {
	position: absolute;
	bottom: -15px;
	left: 8em;
}
/*
	CONTENT
*/
/* centerCol */
div#centerCol div.block {
	padding-bottom: 0.625em; /* 10px; */
	margin-bottom: 0.875em; /* 14px; */
}
div#content div#centerCol div.block.colorbox {
	background-image: none;
}
div#content div#centerCol div.block.noborder {
	background-image: none;
	margin-bottom: 0;
	padding-bottom: 0.625em; /* 10px; */
}
div#centerCol div.block.download {
	overflow: hidden;
	padding-bottom: 17px;
}
div#centerCol div.block div.textbox {
	margin-bottom: 0.625em; /* 10px; */
}
div#centerCol div.block.download div.textbox {
	overflow: hidden;
	margin: 0;
}
div#centerCol div.block.download p.imgbox {
	float: left;
	margin: 0 15px 0 0;
	width: 70px;
	overflow: hidden;
}
div#centerCol div.block.download p.imgbox img {
	display: block;
	float: right;
	margin: 0;
}
div#centerCol h2 {
	font-size: 0.875em; /* 14px; */
	line-height: 1.1428em; /* ~16px; */
	color: #002e57; /* steelblue */
	margin-bottom: 0.71428em; /* ~10px; */
}
div#centerCol div.block h3 {
	font-size: 0.6875em; /* 11px; */
	line-height: 14px;
}
div#centerCol div.block p {
	font-size: 0.625em; /* 10px; */
	line-height: 1.5em; /* 15px; */
	color: #002e57; /* steelblue */
}
div#centerCol div.block div.textbox p {
	margin-bottom: 1.5em;
}
div#centerCol div.block.download div.textbox p {
	margin-bottom: 0;
}
div#centerCol div.block img {
	float: left;
	margin: 0 15px 10px 0;
}
div#centerCol div.block.wideimage img {
	float: none;
	margin-right: 0;
}
div#centerCol div.block div.imgbox {
	overflow: hidden;
}
div#centerCol div.block div.imgbox img {
	margin-bottom: 0;	
}
div#centerCol div.block div.imgtextbox {
	position: relative;
	float: left;
	width: 180px;
	height: 100%;
}
div#centerCol div.block div.imgtext {
	position: absolute;
	bottom: 0;
	width: 180px;
}
div#centerCol div.block div.imgtextbox div.imgtext p {
	font-weight: bold;
}
div#centerCol div.block.colorbox div.imgtext {
	padding-right: 15px;
}
div#centerCol div.block.colorbox div.textbox {
	padding: 20px 15px 0 20px;
	margin: 0;
}
div#centerCol div.block.colorbox div.textbox h3 {
	color: #002e57; /* steelblue */
}
div#centerCol div.block a {
	text-decoration: none;
}
div#centerCol div.block a:hover {
	text-decoration: underline;
}
div#centerCol div.block p.more a:hover {
	text-decoration: none;
}
div#centerCol div.block p.more a:hover span {
	text-decoration: underline;
}
div#centerCol div.block ul {
	list-style: none;
}
div#centerCol div.block ul li {
	margin: 0;
	line-height: 0.9375em; /* ~15px */
	padding-left: 1em; /* 16px; */
}
div#centerCol div.block ul li p {
	margin: 0;		
}
/* Queryresult */
div#centerCol div.block.searchresult {
	background-image: none;
}
div#centerCol div.block.searchresult h3 {
	color: #002e57; /* steelblue */
}
div#centerCol div.block.searchresult ul {
	margin-top: 6px;
}
div#centerCol div.block.searchresult ul li {
	margin-bottom: 6px;
}
div#centerCol div.block.searchresult ul h4 {
	font-size: 0.625em; /* 10px; */
	line-height: 1.5em; /* 15px; */
	color: #002e57; /* steelblue */
	font-weight: normal;
}
/* rightCol */
div#rightCol div.block {
	margin-bottom: 30px;
}
div#rightCol div.block h4 {
	font-size: 0.6875em; /* 11px; */
	line-height: 1.8181em; /* ~20px; */
	width: 14.7272em; /* ~162px; */
	padding: 0 0 0 0.7272em; /* ~8px; */
	color: #fff;
	background-color: #002e57; /* steelblue */
	font-weight: normal;
}
div#rightCol div.block h4 a {
	color: #fff;
	text-decoration: none;
}
div#rightCol div.block h4 a:hover {
	text-decoration: underline;
}
div#rightCol div.block img {
	display: block;
}
div#rightCol div.tblock {
	padding: 12px 8px 0 8px;
}
div#rightCol div.block.colorbox div.tblock {
	background-color: #e44820; /* orange */
}
div#rightCol div.block div.tblock h5 {
	font-size: 0.6875em; /* 11px; */
	line-height: 1.3636em; /* ~15px; */
	color: #002e57; /* steelblue */
	font-weight: bold;
}
div#rightCol div.block div.tblock p {
	font-size: 0.625em; /* 10px; */
	line-height: 1.5em; /* 15px; */
	color: #fff;
	padding-bottom: 1.4em; /* 14px; */
}
div#rightCol div.block div.tblock p.more {
	padding-bottom: 0;
}
div#rightCol div.block.colorbox div.tblock p.more {
	padding-bottom: 1.4em; /* 14px; */
}
div#rightCol div.block div.tblock ul {
	width: 100%;
	list-style-type: none;
}
div#rightCol div.block div.tblock ul li {
	width: 100%;
	margin: 0;
}
div#rightCol div.block div.tblock ul li p {
	padding-left: 8px;
	background: transparent url('../media/dot_white.png') no-repeat 0 6px;
}
div#rightCol div.block div.tblock p a {
	color: #002e57; /* steelblue */
	text-decoration: none;
}
div#rightCol div.block div.tblock p a:hover {
	text-decoration: underline;	
}
div#rightCol div.block div.tblock p.more a:hover {
	text-decoration: none;
}
div#rightCol div.block div.tblock p.more a:hover span {
	text-decoration: underline;	
}
div#rightCol div.block.colorbox div.tblock p a {
	color: #fff;
	text-decoration: none;	
}
div#rightCol ul.cloud {
	list-style: none;
	background-color: #e44820; /* orange */
	padding: 2px 0 10px 0;
}
div#rightCol ul.cloud li {
	margin: 0;
	width: 100%;
}
div#rightCol ul.cloud li p {
	margin-top: 8px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
}
div#rightCol ul.cloud li p a {
	color: #fff;
	text-decoration: none;
}
div#rightCol ul.cloud li p a:hover {
	border-bottom: 1px solid #fff;	
}
div#rightCol ul.cloud li.l1 p {
	font-size: 15px;
	padding-left: 45px;
}
div#rightCol ul.cloud li.l2 p {
	font-size: 0.6875em; /* 11px; */
	padding-left: 85px;
}
div#rightCol ul.cloud li.l3 p {
	font-size: 15px;
	padding-left: 15px;
}
div#rightCol ul.cloud li.l4 p {
	font-size: 12px;
	padding-left: 52px;
}
/* 
	SITEMAP
*/
div#centerCol ul.sitemap {
	font-size: 0.625em; /* 10px; */
	line-height: 1.2em; /* 12px; */
	list-style: none;
	width: 100%;
}
div#centerCol ul.sitemap ul {
	margin-bottom: 10px;
	list-style: none;
	width: 100%;
}
div#centerCol ul.sitemap ul ul ul {
	margin-bottom: 0;
}
div#centerCol ul.sitemap ul ul {
	margin-left: 5%;
	width: 95%;
}
div#centerCol ul.sitemap li {
	margin: 0 0 0 0;
	width: 100%;
}
div#centerCol ul.sitemap li ul li {
	width: 100%;
}
div#centerCol ul.sitemap li ul li p {
	background-color: transparent;
}
div#centerCol ul.sitemap li p {
	font-size: 1em; /* 10px; */
	line-height: 1.2em; /* 12px; */
	color: #002e57; /* steelblue */
	width: 100%;
}
div#centerCol ul.sitemap li p a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0.2em 0 0.2em 0.8em;  /* 2px 0 2px 8px; */
}
div#centerCol ul.sitemap li ul li p a {
	color: #002e57; /* steelblue */
	padding: 0 0 0 1.6em; /* 16px; */
	width: auto;
	display: inline;
}
div#centerCol ul.sitemap li p a:hover {
	text-decoration: underline;	
}
/*
	Gallery
*/
div#centerCol div.block.gallery ul {
	overflow: hidden;
	list-style: none;
	padding-bottom: 10px;
}
div#centerCol div.block.gallery ul li {
	float: left;
	background: none;
	margin: 10px 10px 0 0;
	padding: 0;
	display: block;
	width: 79px;
	height: 60px;
	overflow: hidden;
}
div#centerCol div.block.gallery ul li.li0 {
	margin-left: 10px;
}
div#centerCol div.block.gallery ul li.li3 {
	margin-right: 0;
}
div#centerCol div.block.gallery ul li a img {
	float: none;
	display: inline;
	margin: 0;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../media/fancy/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../media/fancy/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../media/fancy/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../media/fancy/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../media/fancy/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../media/fancy/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../media/fancy/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../media/fancy/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../media/fancy/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../media/fancy/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../media/fancy/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../media/fancy/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../media/fancy/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../media/fancy/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../media/fancy/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../media/fancy/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/fancy/fancy_shadow_nw.png', sizingMethod='scale'); }
