﻿*
{
	padding:0px;
	margin:0px;
}

a
{
	text-decoration:none;
	color:#000000;
}

a:hover
{
    text-decoration:underline;
}

a img
{
	border:none;
}

body 
{
	background-image:url(../gfx/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f2f3ee;	
	font-family:Arial;
	font-size:10px;

}

.container
{
    position:relative;
    top:0px;
    left:0px;
}
.very-large-topbar-spacer
{
    width:680px;
    height:24px;
}
.large-topbar-spacer
{
    width:450px;
    height:24px;
}
.topbar-spacer
{
    width:301px;
    height:24px;
}
.small-topbar-spacer
{
    width:211px;
    height:24px;
}
.menu2-topbar-spacer
{
    width:250px;
    height:24px;
}

.font-very-large
{
    font-size:18px;
}

.font-large
{
    font-size:14px;
}

.font-medium
{
    font-size:12px;
}

.div-site
{
	position:relative;
	margin:auto;
	width:975px;
}

.tbl-layout
{
    width:100%;
}

.div-top-menu-container
{
	position:relative;
	top:0px;
	left:0px;
	width:967px;
	height:41px;
	background-image:url(../gfx/topmenu_background.png);
}

.ul-top-menu
{
	position:absolute;
	top:0px;
	left:45px;
	list-style-type: none;
}

.ul-top-menu li
{
	float:left;
}

.ul-top-menu li a
{
	color:#8e8e8e;
	display:block;
	padding-top:10px;
	font-size:14px;
        text-transform: uppercase;

}

.ul-top-menu li .selected, .ul-top-menu li a:hover
{
	color:#ededed;
	background-image:url(../gfx/menu_pin.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-decoration:none;
}

.li-top-menu-spacer
{
	color:#8e8e8e;
	display:block;
	padding-top:11px;
	padding-left:12px;
	padding-right:12px;	
}

.div-top-image
{
    height:171px;
    width:973px;
}

.div-content
{
    margin-top:25px;
}

.div-content table td
{
    vertical-align:top;
}

.bottom-text
{
    display:block;
    text-align:right;
    margin-top:5px;
    padding-right:25px;
    text-transform: uppercase;
    font-size: 10px

}

.div-very-large-gray-top
{
    position:absolute;
    top:0px;
    left:0px;
    width:680px;
    min-height:29px;
    background-image:url(../gfx/very_large_gray_top.png);
    background-repeat:no-repeat;
    z-index:2;
}

.div-large-gray-top
{
    position:absolute;
    top:0px;
    left:0px;
    width:450px;
    min-height:29px;
    background-image:url(../gfx/large_gray_top.png);
    background-repeat:no-repeat;
    z-index:2;
}

.div-small-gray-top
{
    position:absolute;
    top:0px;
    left:0px;
    width:301px;
    min-height:29px;
    background-image:url(../gfx/small_gray_top.png);
    background-repeat:no-repeat;
    z-index:2;
}

.div-very-small-orange-top
{
    position:absolute;
    top:0px;
    left:0px;
    width:250px;
    min-height:29px;
    background-image:url(../gfx/very_small_orange_top.png);
    background-repeat:no-repeat;
    z-index:2;
}

.div-very-small-gray-top
{
    position:absolute;
    top:0px;
    left:0px;
    width:211px;
    min-height:29px;
    background-image:url(../gfx/very_small_gray_top.png);
    background-repeat:no-repeat;
    z-index:2;
}

.div-small-orange-top
{
    position:absolute;
    top:0px;
    left:0px;
    width:301px;
    min-height:29px;
    background-image:url(../gfx/small_orange_top.png);
    background-repeat:no-repeat;
    z-index:2;
}

.div-small-gray-top label, .div-small-orange-top label, .div-very-small-gray-top label, .div-very-small-orange-top label
{
    display:block;
    color:#FFFFFF;
    padding-left:16px;
    padding-top:4px;
    text-transform:uppercase;

}

/***********************************************************************/
/*                              FRONT PAGE                             */
/***********************************************************************/
.div-frontpage-left
{
    position:relative;
    width:323px;
    height:387px;
    background-image:url(../gfx/front-left-background.png);
    background-repeat:no-repeat;
}

.div-frontpage-left .title
{
    position:absolute;
    left:20px;
    top:5px;
    text-transform:uppercase;
    color:#ffffff;
    font-size: 16px;
}

.div-frontpage-left .network
{
    position:absolute;
    left:20px;
    top:345px;
    text-transform:uppercase;
    color:#ffffff;
    font-size: 16px;

}

.div-frontpage-left .div-networklinks
{
    position:absolute;
    left:20px;
    top:365px;
}
.div-frontpage-left .div-networklinks a
{
    text-transform:uppercase;
    color:#ffffff;
    display:inline-block;
    margin-right:10px;
}

.tbl-news-preview-container
{
    position:absolute;
    top:50px;
    left:30px;
}

.div-news-preview
{
    width:265px;
    height:110px;
    position:relative;
}

.div-news-preview .img-preview-image
{
    position:absolute;
    left:0px;
    bottom:0px;
}

.news-title
{
    display:block;
    margin-bottom:17px;
    font-weight:bold;
}

.div-news-preview .div-text
{
    position:absolute;
    right:0px;
    top:0px;
    width:185px;
    height:100%;
}

.div-news-preview .div-text .link-read-more
{
    position:absolute;
    left:0px;
    bottom:0px;
}

.link-read-more
{
	display:block;

	width:100%;
}

.tbl-news-preview-container .spacer
{
    width:100%;
    height:1px;
    background-color:#aeaeac;
    border-bottom:1px solid #dbdbd8;
    margin-top:20px;
    margin-bottom:15px;
}

.link-news-archive
{
    display:block;
    text-align:right;
    font-weight:bold;
}

.div-frontpage-center
{
    width:301px;
    margin-left:5px;
    margin-right:15px;
}

.div-calender
{
    position:relative;
    height:220px;
    margin-bottom:10px;
    background-color:#FFFFFF;
    overflow:hidden;
    padding-top:25px;
}

.tbl-calender
{
    position:relative;
    padding-top:10px;
    padding-left:15px;
    /*max-width:270px;*/
    max-height:200px;
    width:301px;
}

.tbl-calender .date
{
    color: #ff8400;
    padding-right:10px;
}

.tbl-calender .time
{
    color: #ff8400;
    padding-right:10px;
}

.tbl-calender .text
{
    vertical-align:bottom;
    padding-bottom:5px;
}

.div-calendar-pdf
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:300px;
    background-color:#FFFFFF;
    padding-top:7px;
    padding-bottom:5px;
    text-align:right;
}

.div-calendar-pdf a
{
    font-weight:bold;
    display:inline-block;
    margin-right:10px;
}

.div-gray-box
{
    position:absolute;
    background-image:url(../gfx/gray_background.png);
    top:25px;
    left:0px;
    z-index:1;
    height:105px;
    width:301px;
}

.div-contactform-container
{
    position:absolute;
    width:280px;
    top:15px;
    left:10px;
    height:85px;
    overflow:hidden;
}

.div-contactform-document
{
    position:relative;
}

.div-contactform-document label
{
    display:block;
    color:#FFFFFF;
    text-transform:uppercase;
    margin-bottom:5px;
}

.textfield-container
{
    background-color:#FFFFFF;
    border:1px solid #000000;
    height:31px;
    white-space:nowrap;
    overflow:hidden;
}

.textfield-container input[type=text]
{
    font-size:18px;
    /*height:30px;*/
    margin-top:5px;
    width:95%;
    border:0px;
}

.button-container
{
    text-align:right;
}

.button
{
    display:inline-block;
    padding:2px 10px 2px 10px;
    background-color:#FFFFFF;
    border:1px solid #000000;
    background-image:none;
    margin-top:5px;
    text-transform:uppercase;
    cursor:pointer;
}

.div-frontpage-right
{
    width:301px;
}

.div-video
{
    z-index:1;
    width:301px;
    height:175px;
    margin-bottom:10px;
}

.focus-title
{
    position:absolute;
    top:110px;
    right:10px;
    font-size: 26px;
    color:#FFFFFF;
    font-weight:bold;
}

/***********************************************************************/
/*                              Article                                */
/***********************************************************************/
.left-menu
{
    min-height:300px;
    background-color:#ffffff;
    margin-left:10px;
}

.menu2
{
    margin-top:10px;
    list-style-type:none;
}

.menu2 li
{
}

.menu2 li a
{
    display:block;
    text-decoration:none;
    font-size:14px;
    padding-left:15px;
    padding-top:3px;
    padding-bottom:3px;
    text-transform: uppercase;
margin-top: 5px;
}

.menu2 .selected, .menu2 li:hover
{
    background-color:#F3F3F3;
}

.column2
{
    margin-left:20px;
    margin-right:20px;
}

h1
{
    font-size:40px;
    margin-bottom:26px;
    line-height:42px;

}

.div-article-container
{
    width:410px;
    padding:20px;
    background-color:#ffffff;
    min-height:237px;
    font-size:12px;
    line-height:20px;
}

.div-large-article-container
{
    width:400px;
    padding-top:26px;
    padding-left:20px;
    padding-right:260px;
    padding-bottom:20px;
    background-color:#ffffff;
    min-height:237px;
    font-size:12px;
    line-height:20px;
}

.gallery-container
{
    width:210px;
    background-color:#FFFFFF;
}

.gallery-container .img0
{
    margin-top:5px;
}

.gallery-container .img1
{
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
}

.gallery-container img2
{
    margin-top:5px;
}
/***********************************************************************/
/*                             LIGHTBOX                                */
/***********************************************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.small-top-spacing
{
	margin-top:5px;
}

.tbl-booking input[type=text], .tbl-booking select, .tbl-booking textarea
{
    width:300px;
    font-size:14px;
    margin-bottom:5px;
}

.tbl-booking .font-very-large
{
    margin-bottom:10px;
    display:block;
}
