/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
	_behavior: url("scripts/csshover.htc");
}

body {
    width: 100%;
    height: 100%;
    font-family: Tahoma, "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    color: #3a3a3a;
    font-size: 0.75em;
    background: #1178a6 url("../images/body_bg.jpg") 0 0 repeat-x;
}

img {
    border: none;
}

a {
    color: #0e244d;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 1.4em;
    margin-bottom: 1em;
}

h1 {
    color: #142a52;
    font-size: 1.4em;
    margin: 0 0 0.4em 0;
    font-family: "Trebuchet MS";
    font-style: italic;
}

h2 {
    color: #096997;
    font-size: 1.1em;
    margin-bottom: 0.4em;
}

h3 {
    color: #3b9bc9;
    font-size: 1.1em;
    margin-bottom: 0.4em;
}

h4, h5 {
    color: #3b9bc9;
    font-size: 1em;
    margin-bottom: 0.4em;
}

ul {
    margin: 0.2em 0 1em 1.3em;
    list-style: square;
}

ol {
    margin: 0.2em 0 1em 1.7em;
}

ul li, ol li {
    line-height: 1.2em;
}

ul li {
    padding: 2px 0 2px 4px;
    background: url("../images/li.gif") 0 8px no-repeat;
}

ul li ul {
    margin-bottom: 0;
}

table {
    margin-bottom: 1em;
}

table tr th {
    padding: 4px 15px;
    background: #096997;
    color: #fff;
}

table tr td {
    padding: 4px 15px;
    border-bottom: 1px #3b9bc9 solid;
}

table tr.dark td {
    background: #f3f3f3;
}

small {
    font-size: 0.9em;
    line-height: 1.5em;
}

/*--USEFUL----------------------------------------------------------------*/

.clear {
    height: 0;
    clear: both;
    overflow: hidden;
}

hr.clear {
    visibility: hidden;
	margin: 0 !important;
	padding: 0;
	clear: both;
    overflow: hidden;
}

.break {
	height: 1em;
}

.mBottom {
	margin-bottom: 5px !important;
}

.mRight {
	margin-right: 5px !important;
}

.mLeft {
	margin-left: 5px !important;
}

.mTop {
	margin-top: 5px !important;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.error {
	color: red;
}

.red {
    color: #e60005;
}

/*--LAYOUT----------------------------------------------------------------*/

#pageHolder1 {
    width: 100%;
}

#pageHolder2 {
    padding: 0;
}

#page {

}

/*--HEADER----------------------------------------------------------------*/

#flash {
    display: none;
}

#logo {
    display: none;
}

#logoPrint {
    position: absolute;
    left: 12px;
    top: 0px;
}

#header #lang, #header #sitemap {
    display: none;
}

#headerLinks {
    display: none;
}

#menu {
    display: none;
}

#search {
    display: none;
}

#webcam {
    display: none;
}

#breadCrumbs {
    display: none;
}

#breadCrumbs a {
    color: #9e9e9e;
}

/*--CONTENT---------------------------------------------------------------*/

#content {
    min-height: 240px;
    padding-bottom: 15px;
    padding-right: 5%;
    padding-top: 108px;
}

#hpContent {
    padding-top: 110px;
}

#text {
    width: 100%;
    margin: 0 0 0 22px;
}

#text img.photo {
    margin: 0;
    border: 2px #3e9fcc solid;
    vertical-align: top;
}

.leftPart {
    width: 100%;
}

.rightPart {
    width: 100%;
}

/*--CAMERA---------------------------------------------------------------*/

#camera {
    height: 300px;
    background: url("../images/camera_bg.jpg") 0 0 repeat-x;
}

#cameraBox {
    display: none;
}


#cameraPhoto {
    width: 320px;
    height: 260px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-align: center;
    background: #000;
}

/*--RESERVATION-----------------------------------------------------------*/

#reservation {
    display: none;
}

/*--HOMEPAGE----------------------------------------------------------------*/

#hpLeftPart {
    width: 100%;
}

#hpRightPart {
    width: 181px;
    padding: 4px 18px 0 7px;
}

#hpPhoto {
    width: 690px;
    padding: 22px 0 0 0;
    background: url("../images/hp_photo.jpg") 0 0 no-repeat;
    vertical-align: top;
}

#hpPhoto p {
    color: #fff;
    font-family: Verdana;
    font-size: 0.9em;
}

#hpFlash {
    vertical-align: top;
    display: none;
}

#news {
    font-family: Verdana;
}

#news h2 {
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 3px;
}

#news h3 {
    color: #142a52;
    font-size: 0.9em;
}

#news p {
    color: #fff;
    font-size: 0.8em;
    margin-bottom: 0;
}

#news a.more {
    padding: 0 0 0 10px;
    margin-bottom: 5px;
    float: right;
    background: url("../images/arrow_blue.png") 0 4px no-repeat;
    color: #fff;
    font-size: 0.8em;
    display: block;
}

.break {
    height: 17px;
}

#action h2 {
    margin-bottom: 2px;
    font-size: 0.8em;
    font-weight: normal;
    font-family: Verdana;
    font-style: normal;
}

#action table {
    width: 100%;
    margin: 0 0 4px 0;
}

#action table td {
    padding: 2px;
    font-size: 0.8em;
    border: none;
    font-family: Verdana;
    color: #fff;
}

#action table td a {
    color: #fff;
}

#action table td.date, #action table td.all {
    text-align: right;
}


/*--CALENDAR----------------------------------------------------------------*/

#calendar { width:100%; _height:90px;  }

#calendar div#c-body{ padding:2px 0px 2px 0; _height:90px; min-height:90px; }

#calendar div#c-body a, #calendar div#c-body  strong {
	display:block;
	width:25px;
	height:14px;
	line-height:12px;
	color:#fff; 
	float:left; 
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:10px;
	padding:0px;
}
#calendar div#c-body a:hover { width:23px; height:12px; line-height:12px; border:1px solid #66808f; font-size:10px; }
#calendar div#c-body strong { color:#fff; font-weight:normal; }
#calendar div#c-body strong.sn { color:#000; }
#calendar div#c-body a{ text-decoration:none; }
/* day types */
#calendar div#c-body a.bordered{   width:23px; height:12px; line-height:12px; border:1px solid #66808f; }
#calendar div#c-body a.today{   width:23px; height:12px; line-height:12px; border:1px solid red !important; }
#calendar div#c-body a.noaction{  }
#calendar div#c-body a.action{ background:#b6ccd9; color:#6b6f75; }
#calendar div#c-body a.special{ background:#d8dbdc; color:#3e7e48;  width:23px; height:14px; border:1px solid #3e7e48; }

#calendar div#c-body a.blue {
    background: #00a6eb;
    border: 1px #fff solid;
    width: 23px;
    height:12px;
    line-height:12px;
}

#calendar div#c-body a.white {
    background: #eceeef;
    border: 1px #fff solid;
    color: #ced0d1;
    width: 23px;
    height: 12px;
    line-height: 12px;
}

#content table#closeActions{ font-size:11px; border-collapse:collapse; width:100%; }
#content table#closeActions td{ padding:3px 4px 3px 0px; }

#calendar .month {
    text-align: center;
    color: #fff;
    font-size: 0.9em;
}

/*--FOOTER----------------------------------------------------------------*/

#footer {
    height: 65px;
    font-family: Verdana;
    font-size: 10px;
    background: url("../images/footer_bg.jpg") 0 bottom no-repeat;
    padding-top: 10px;
    border-top: 1px #000 solid;
}

#footer .contact {
    float: left;
}

#footer .contact a {
    color: #000;
}

#footer .copy {
    float: right;
}

#footer .copy a {
    color: #000;
}



