body 
{
   margin: 0px;
   font-family: Trebuchet MS, Arial, sans-serif;
   font-size: 12px;
   color: #515D6B;
   height: 100%;
   width: 100%;
}

b,strong {
	font-weight: bold;
	}

div
{
   font-family: Trebuchet MS, Arial, sans-serif;
   font-size: 12px;
   color: #515D6B;
}

.title
{
   font-weight: bold;
   font-size: 13px;
}

h1.title {
	font-size: 20px;
	margin-bottom: 20pt;
}

div.titlebar
{
   font-weight: bold;
   padding: 2px 0px 2px 8px;
   background-color: #DCE4EB;
   border-bottom: 1px solid #CCD4DB;
}

a {
	color: #47a;
}


td.sixty {
	width: 571px;
}

td.forty {
	width: 370px;
}

td.double {
	width: 941px;
}

table#ctt {
	width: 100%;
	border: 10px solid white;
}

table#ctt td {
}

#ctt td.content {
	width: 380px;
}


table#ctt td.gray {
	position: relative;
	min-width: 20px;
	width: 50%;
}

table#ctt td.gray i  {
	width: 100%;
	height: 34px;
	display: block;
	padding: 0px;
	min-height: 10px;
	
}

table#ctt td.left i {
	background: url("../images/boxes/gray.png") no-repeat top right white;
	top: 0px;
}
table#ctt td.gray.left {
	background: url("../images/boxes/gray.png") no-repeat bottom right;
	vertical-align: top;
	bottom: 0px;
}

table#ctt td.gray.left.bottom {
	background: url("../images/boxes/gray.png") no-repeat top right;
}

table#ctt td.gray.right.bottom {
	background: url("../images/boxes/gray.png") no-repeat top left;
}

table#ctt td.gray.right {
	background: url("../images/boxes/gray.png") no-repeat bottom left;
	vertical-align: top;
	bottom: 0px;
}

table#ctt td.right i {
	background: url("../images/boxes/gray.png") no-repeat top left white;
	top: 0px;
	bottom: 0px;
}



/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

div.blue {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:990px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 xxmargin-bottom:0.5em; /* spacing under dialog */
 height: 100%;
}

div.blue .bct,
div.blue .t,
div.blue .b,
div.blue .b div {
 background:transparent url(../images/boxes/blue.png) no-repeat top right;
}

div.blue .bct {
 position:relative;
 zoom:1;
 padding:0px 12px 0px 0px;
}

div.blue .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height: 100%;
 xmin-height: 200px;
 background-position:top left;
}

div.blue .b {
 /* bottom */
 position:relative;
 width:100%;
}

div.blue .b,
div.blue .b div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;
}

div.blue .b {
 background-position:bottom right;
}

div.blue .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

div.blue .hd,
div.blue .bd,
div.blue .ft {
 position:relative;
}

div.blue .inner {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 padding: 26px 0px 0px 0px;
 overflow:hidden; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

div.blue h1,
div.blue p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

div.blue h1 {
 padding-bottom:0px;
}

#topcontainer {
	position: relative;
	z-index: 100;
}


ul#menu a, ul#menu a:VISITED   {
	color: #47a;
	font-weight: bold
}

ul#menu a:HOVER {
	color: #128;
}

ul#menu {
	position: absolute;
	top: 90px;
	left: 430px;
	padding: 4px 15px 5px 15px;
	background: url(../images/wbg.png) transparent;
	font-size: 13px;
	font-weight: bold;
}

ul#menu li a{
	text-decoration: none;
	display: inline;
}


ul#menu li {
 display: block;
 float: left;
 margin-left: 1em;
 position: relative;
 padding: 2px;
}


ul#menu li ul li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	width: 100%;
}

ul#menu li ul {
	display: block;
	float: none;
	position: absolute;
	top: 16px;
	left: -16px;
	z-index: 1000;
	width: 200px;
	background: url(../images/wbg.png) transparent;
	border: 1px solid white;
	border-top: 0px;
	padding-bottom: 1em;
}


ul#menu li ul {
	display: none;
}

#menu li:hover ul ul, ul#menu li:hover ul ul ul, ul#menu li:hover ul ul ul ul {
	display: none;
}

#menu li:hover ul, #menu ul li:hover ul, #menu ul ul li:hover ul {
	display: block;
}

#menu li ul li  {
    z-index: 1020;
    postion: relative;
}

#menu li ul li a {
	position: relative;
	z-index: 1010;
}

#menu li ul li ul{
    postion: relative;
    background: white;
    left: 170px;
    top: -10px;
    z-index: 1030;
}	

#menu li.last-child ul li ul{
	left: -200px;
}

#menu li ul li ul li {
	z-index: 1030;
	position: relative;
}

/* front page */

#newsbox {
	height: 165px;
}

#newslist {
	height: 100%;
	overflow: auto;
	float: left;
	width: 100%;
	}
	
#newspreview {
	display: none;
	float: left;
	height: 100%;
	width: 250px;
	overflow: auto;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #47a;
	position: relative;
}		

#newspreviewtitle {
	font-size: 14pt;
	font-weight: bold;
	min-height: 2em;
	margin-bottom: 1em;
}

#newspreviewteaser {
	font-size: 11pt;
	min-height: 3em;
	margin-bottom: 1em;
	max-height: 5.6em;
	overflow: hidden;
}

#newspreviewdate {
	bottom: 10px;
	position: absolute;
}
#newslist .teaser {
	display: none;
}

#newslist .title {
	float: left;
	width: 69%;
	margin-bottom: 10px;
}

#newslist .date {
	float: right;
	width: 30%;
}

#newslist .story {
	clear: both;
}

.newsfulllist .story {
	margin-bottom: 20px;
}

.newsfulllist .story .date{
	float: right;
	}
.newsfulllist .story .title{
	font-weight: bold;
	font-size: 12pt;
	}
.newsfulllist .story .teaser{	
	max-height: 5em;
	}
	
#fotostoriesbox {
	overflow: hidden;
	height: 165px;
}

#fotolist {
	text-align: right;
	height: 165px;
	overflow: auto;
}

.fotostory {
	clear: both;
}

#fotolist .fotostory a.title {
	display:block;
}

#fotolist .fotostory a.img {
	float: left;
	margin: 5px 5px 5px 0px;
}

div.vertscroll {
	padding: 0px;
	margin: 0px;
	}

a.vertscroll {
	display: block;
	clear: both;
	height: 15px;
	padding: 5px;
	width: 50px;
	margin: 0px auto;
}
a.vertscroll.up {
	background: url(../images/up.png) transparent no-repeat top center;
}
a.vertscroll.down {
	background: url(../images/down.png) transparent no-repeat bottom center;
}

div.vertscrollcontainer {
	overflow: hidden;
	position: relative;
} 	

div.vertscrollcontainerinner {
	position: relative;
} 	

#fotopreview {
	display: none;
	float: left;
	height: 100%;
	width: 190px;
	overflow: hidden;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #47a;
	position: relative;
}		

#fotopreview a {
	display: block;
	margin-bottom: 5px;
}	

#shopcategories a {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	}
	
#gallerylist a , #gallerylistsp  a{
	display: block;
	font-size: 13px;
}

#gallerylist .gallery, #gallerylistsp .gallery  {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	padding: 1px 20px;
	}

	
#gallerylist .gallery a, #gallerylistsp .gallery a, #gallerylistsp .gallery div.p *, #gallerylist .gallery div.p *{
	text-align: center;
}

#gallerylist .gallery a.title {
	margin-top: 2px;
}

#gallerysingle .element {
	float: left;
	margin: 15px 30px;
}

#gallerysingle .gallery {
	max-height: 510px;
	overflow: auto;
}

#gallerypreview  h1.title {
	font-size: 14px;
	}

.boxtitle {
	position: absolute;
	top: 7px;
	color: #5894c8;
	letter-spacing: 0.1em;
	//font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

#gallerypreview {
	display: none;
	float: left;
	width: 350px;
	height: 165px;
	margin-right: 1em;
	padding-right: 3em;
	background: url(../images/barrowrtol.jpg) center right transparent no-repeat;
	//position: relative;
}


.gallery .element {
		padding: 5px 0px;
		}
		
.gallery img, .fotostory img {
	padding: 1px;
	border: 1px solid #4477AA;
	background-color: #eee;
}
		
#ad {
	position: absolute;
	top:-3px;
	left: -3px;
	border:1px solid white;
	width: 569px;
	height: 265px;
	z-index: 50;
}		

#adoverlay {
	position: absolute;
	top: 0px;
	left:0px;
	width: 569px;
	height: 265px;
	background: url(../images/admask.png) transparent no-repeat top left;
	z-index: 70;
	cursor: pointer;
}	

#adcontent {
	position: absolute;
	top: 1px;
	left:1px;
	width: 567px;
	height: 263px;
	background: #333;
	z-index: 60;
	overflow: hidden;
}

#adcontent .ad {
	width: 567px;
	height: 263px;
	padding: 20px 20px;
	background-position: center;
	position: relative;
}

#adcontent .ad h1{
	position: absolute;
	color: white;
	background: #444;
	font-weight: bolder;
	font-size: 16px;
	padding: 3px 5px 4px 5px;
	display: block;
	text-shadow: black 1px 1px 3px;
}

#adcontent .ad h1 a {
	color: white;
	text-decoration: none;
}

#adcontent .ad div.p{
	position: absolute;
	bottom: 55px;
	color: white;
	background: #444;
	font-weight: bold;
	padding: 3px 5px;
	line-height: 1.2em;
	max-width: 420px;
}

.adbt {
	width: 5px;
	height: 5px;
	background-color: #47a;
	border: 5px groove gray;
	float: left;
	margin: 5px;
	display: block;
	}
	
.adbtcontainer {
	position: static;
	margin: 18px 5px ;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	height: 20px;
}	

#footer .l {
	float: left;
	width: 300px;
}
#footer .r {
	float: right;
	width: 500px;
	text-align: right;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.chapter {
	clear: both;
}


.fotostory *, .page * {
	font-size: 14px;
	line-height: 1.5em;
}

img.photo {
	margin: 2px;
}

.fotostory .description, .page .description {
	margin: 10px 0 15px 0;
	padding-bottom: 4px;
	border: 1px solid #6fa2dc;
	border-width: 1px 0px 1px 0px;
	font-style: italic;	
}

.fotostory .description * {
	font-style: italic;	
}

.chaptersel {
	float: right;
	margin-right: 30px;
}

.chaptersel a {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	}
.chaptersel span {
	float: left;
	margin-right: 5px;
}
.chaptersel .c1 {
	background: url(../images/c1.png) no-repeat top left;
}
.chaptersel .c2{
	background: url(../images/c2.png) no-repeat top left;
}
.chaptersel .c3 {
	background: url(../images/c3.png) no-repeat top left;
}
.chaptersel .c4 {
	background: url(../images/c4.png) no-repeat top left;
}
.chaptersel .c5 {
	background: url(../images/c5.png) no-repeat top left;
}
.chaptersel .c6 {
	background: url(../images/c6.png) no-repeat top left;
}
.chaptersel .c7 {
	background: url(../images/c7.png) no-repeat top left;
}
.chaptersel .c8 {
	background: url(../images/c8.png) no-repeat top left;
}
.chaptersel .c9 {
	background: url(../images/c9.png) no-repeat top left;
}
.chaptersel .c10 {
	background: url(../images/c10.png) no-repeat top left;
}

.chapterbodypos {
	max-height: 310px;
	overflow: hidden;
}
	

.chapterphotospos {
	position: absolute;
	bottom: 0px;
	max-height: 120px;
	overflow: auto;
	max-width: 540px;
	}
	
	
.chapter li {
	margin-left: 2em;
	list-style: disc;
	}
	
.fp-footer-section {
	display: inline;
	float: left;
	margin-top: 20px;
	height: 360px;
	}

.fp-footer-section * {
	font-size: 12px;
	line-height: 1.5em;
}
	
#fp-footer  h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #5894C8;
	margin-bottom: 12px;
	}

#fp-footer-contax-infolinia {
	margin: 10px 0px;
	font-size: 18pt;
	}

#fp-footer-contax-infolinia small{
	text-align: center;
	display: block;
	font-size: 12pt;
	}

#fp-footer-contax-infolinia strong{
	text-align: center;
	display: block;
	font-size: 18pt;
	}
	
#fp-footer-map-img {
	float: right;
	margin-left: 20px;
}

#fp-footer-map {
	width: 230px;
	}
	
#fp-footer .right-border {
	border-right: 1px solid #4477AA;
	margin-right: 20px;
	width: 265px;
	}

#fp-footer  .wider {
	width: 540px;
	padding-right: 20px;
}	

#fp-footer-catalog-img {
	float: left;
	margin: 3px 20px 0px 10px;
	}
