@import url('common.css');

/*--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: none;
}

ol {
    margin: 0.2em 0 1em 1.7em;
}

ul li, ol li {
    line-height: 1.2em;
}

ul li {
    padding: 2px 0 2px 12px;
    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: 1010px;
    margin: 0 auto 0 auto;
	text-align: left;
	background: url("../images/page_holder1_bg.jpg") 0 0 repeat-y;
}

#pageHolder2 {
    padding: 0 45px 0 45px;
	background: url("../images/page_holder2_bg.jpg") 0 0 no-repeat;
}

#page {
    width: 920px;
    padding-top: 196px;
	background: #fff;
	position: relative;
}

/*--HEADER----------------------------------------------------------------*/

#header {
    width: 920px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 4px #3d96be solid;
}

#flash {
    width: 660px;
    height: 130px;
    position: absolute;
    right: 30px;
    top: 0px;
	z-index:9;
}

#logoPrint {
    display: none;
}

#logo {
    position: absolute;
    left: 28px;
    top: 24px;
}

#logo img {
    width: 215px;
    height: 92px;
    background: url("../images/logo_marin_klub.png") 0 0 no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo_marin_klub.png', sizingMethod='scale')
}

#header #lang, #header #sitemap {
    font-size: 10px;
    position: absolute;
}

#header #lang a, #header #sitemap a {
    color: #fff;
    text-decoration: none;
}

#header #lang a:hover, #header #sitemap a:hover {
    text-decoration: underline;
}

#headerLinks {
    width: 150px;
    height: 16px;
    background: #3d96be;
    position: absolute;
    right: 0;
    top: -4px;
	z-index:999;
}

#header #lang {
    right: 100px;
    top: 2px;
}

#header #sitemap {
    right: 12px;
    top: 2px;
}

#menu {
    width: 920px;
    position: absolute;
    left: 0;
	z-index:99;
    top: 127px;
    background: url("../images/menu_bg.gif") 0 0 repeat-x;
    position: relative;
}

#menu ul {
    height: 63px;
    margin: 0 0 0 5px;
    padding: 0;
    list-style: none;
}

#menu ul li {
    padding: 0 3px 0 0;
    height: 33px;
    float: left;
    background: none;
}

#menu ul li.active {
    background: url("../images/menu_item_active_right.gif") right 0 no-repeat;
}

#menu ul li.active a {
    padding: 10px 18px 0 21px;
    background: url("../images/menu_item_active_left.gif") 0 0 no-repeat;
}

#menu ul li a {
    height: 23px;
    padding: 10px 13px 0 13px;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#menu ul li ul {
    width: 905px !important;
    margin: 0;
    display: none;
    background: #142a52;
    border-bottom: 1px #536380 solid;
}

#menu ul li.active ul {
    width: 894px;
    height: auto;
    padding-left: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 33px;
}

#menu ul li ul li {
    height: 31px;
    padding: 0;
    background: none;
}

#menu ul li ul li a {
    height: 22px !important;
    padding: 8px 13px 0 13px !important;
    font-weight: normal;
    background: url("../images/menu_vertical_line.gif") left 12px no-repeat !important;
}

#menu ul li ul li.active {
    background: none;
}

#menu ul li ul li.active a {
    color: #82bfdc;
    background: none;
}

#menu ul li ul li.first a {
    background: none !important;
}

#search {
    width: 124px;
    height: 20px;
    position: absolute;
    right: 47px;
    top: 137px;
}

#search input#word{
    width: 101px;
    height: 16px;
    padding: 3px 2px 1px 2px;
    font-size: 11px;
    color: #142a52;
    background: url("../images/search_bg.jpg") 0 0 no-repeat;
    border: none;
    float: left;
}

#search input#searchButton {
    width: 14px;
    height: 15px;
    margin-top: 5px;
    float: right;
    background: url("../images/lupa.gif") 0 0 no-repeat;
    font-size: 0px;
}

#search input#searchButton:hover {
    background: url("../images/lupa.gif") -14px 0 no-repeat;
}

#webcam {
    width: 60px;
    height: 90px;
    position: absolute;
    right: -28px;
    top: 142px;
	z-index:109;
}

#webcam:hover img {
    background: url("../images/webcam.png") -60px 0 no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/webcam_ie2.png', sizingMethod='scale')
}

#webcam img {
    width: 60px;
    height: 90px;
    background: url("../images/webcam.png") 0 0 no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/webcam_ie.png', sizingMethod='scale')
}

#breadCrumbs {
    position: absolute;
    left: 22px;
    top: 210px;
    color: #9e9e9e;
    font-size: 0.9em;
}

#breadCrumbs a {
    color: #9e9e9e;
}

/*--CONTENT---------------------------------------------------------------*/

#content {
    min-height: 240px;
    padding-bottom: 15px;
}

#hpContent {
    background:url("../images/hp_bg.gif") 0 0 repeat-y !important;
    _height: 450px;
}

#text {
    width: 860px;
    margin: 40px 0 0 22px;
    _margin: 240px 0 0 22px;
}

#text img.photo {
    margin: 0;
    border: 2px #3e9fcc solid;
    vertical-align: top;
}

.leftPart {
    width: 425px;
    _width: 420px;
    padding-right: 25px;
    float: left;
}

.rightPart {
    width: 410px;
    float: right;
}

/*--CAMERA---------------------------------------------------------------*/

#camera {
    height: 450px;
    background: url("../images/camera_bg.jpg") 0 0 repeat-x;
}

#cameraBox {
    width: 450px;
    height: 370px;
    position: absolute;
    left: 230px;
    top: 230px;
    display: block;
}

#cameraBox img {
    width: 450px;
    height: 370px;
    background: url("../images/camera.png") 0 0 no-repeat;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/camera.png', sizingMethod='scale')
}

#cameraPhoto {
    width: 320px;
    height: 265px;
    position: absolute;
    left: 298px;
    top: 261px;
    overflow: hidden;
    text-align: center;
    background: #000;
}

#cameraPhoto img {
	position:relative;
	top:15px;
	left:-5px;
}

/*--RESERVATION-----------------------------------------------------------*/

#reservation {
    padding: 15px 0 0 21px;
}

#reservationTable {
    
}

#reservationTable td {
    padding: 0;
    border: none;
}

#reservationTable .room {
    width: 160px;
    padding: 1px;
    font-size: 0.9em;
}

#reservationTable .month {
	color: #58595c;
	text-align:center;
}

#reservationTable .week {
}

#reservationTable .day {
    width: 14px;
    padding: 2px;
    text-align: center;
    color: #58595c;
}

#reservationTable .red {
    color: #e7191b;
}

#reservationTable .today {
    background: #eceeef;
}

#reservationTable .free, #reservationTable .reserved, #reservationTable .engaged, #reservationTable .selected  {
    width: 18px;
    height: 18px;
    display: block;
    background: #1178a6;
    text-decoration: none;
    overflow: hidden;
}

#reservationTable .free, .colorFree {
    background: #1178a6;
}

#reservationTable .free:hover {
    background: #98979b;
}

#reservationTable .reserved, .colorReserved {
    background: #68676c;
}

#reservationTable .engaged, .colorEngaged {
    background: #e60005;
}

#reservationTable .selected {
    background: #98979b;
}

.ico {
    width: 10px;
    height: 10px;
}

.tall {
    height: 24px;
}
.borderRight {
    border-right: 1px #78777b solid !important;
}

.borderLeft {
    border-left: 1px #78777b solid !important;
}

.taCenter {
    text-align: center;
}

.dots {
    background: url("../images/reservation_dots.gif") 0 bottom repeat-x;
}

#reservationButton {
    padding-right: 35px;
    text-align: right;
}

#reservationButton p {
    font-size: 1.2em;
}

#reservationButton p a {
    color: #e70b10;
}

#reservationButton input, .buttonB {
    width: 140px;
    height: 26px;
    padding: 0;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    background: url("../images/button_reservation.png") 0 0 no-repeat;
    cursor: pointer;
}

/*--HOMEPAGE----------------------------------------------------------------*/

#hpLeftPart {
    width: 713px;
    float: left;
    overflow: hidden;
    background: none;
}

#hpRightPart {
    width: 181px;
    padding: 4px 18px 0 7px;
    float: right;
}

#hpPhoto, #en_hpPhoto {
    width: 690px;
    height: 319px;
    padding: 22px 0 0 24px;
    background: url("../images/hp_photo.jpg") 0 0 no-repeat;
    vertical-align: top;
}

#en_hpPhoto {
    background: url("../images/hp_photo_en.jpg") 0 0 no-repeat;
}

#hpPhoto p, #en_hpPhoto p {
    color: #fff;
    font-family: Verdana;
    font-size: 0.9em;
}

#banners * {
	width: 713px;
	height: 130px;
    vertical-align: top;
}

#news {
    font-family: Verdana;
}

#newsData{
	height:180px;  
	overflow:auto;
}

#news h2 {
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 3px;
}

h2 a { color:#FFFFFF; text-decoration:none; }


#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;
    color: #fff;
}

#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.special {
    background: #00a6eb;
    border: 1px #fff solid;
    width: 23px;
    height:12px;
    line-height:12px;
}

#calendar div#c-body a.action {
    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; }


.month {
    text-align: center;
    color: #fff;
    font-size: 0.9em;
}

/* aktuality */
.aktualita{
	clear:both;
	text-align:left;
	border-bottom:1px dashed #c6ced3;
	padding:0px 0px 22px 0px;
}

.aktualitaText{ clear:both; }
	
.date{ float:right; line-height:18px; font-size:0.9em; font-weight:bold; }

/* events */
.eventDiv{
	clear:both;
	padding:2px 0px 12px 0px;
	border-bottom:1px dashed #c6ced3;
}


/*--FOOTER----------------------------------------------------------------*/

#footer {
    height: 65px;
    font-family: Verdana;
    font-size: 10px;
    position: relative;
    background: url("../images/footer_bg.jpg") 0 bottom no-repeat;
}

#footer .contact {
    color: #fff;
    position: absolute;
    left: 53px;
    top: 5px;
}

#footer .contact a {
    color: #fff;
}

#footer .copy {
    color: #297ba0;
    position: absolute;
    right: 53px;
    top: 5px;
}

#footer .copy a {
    color: #297ba0;
}

/* fotogalerie */
.photos {}
.photos a {
	text-decoration:none;
	display:block;
	float:left;
	margin:0px 25px 0px 0px;
}

.photos a img{ border:2px solid #82bfdc; }
.photos a:hover img{ border:2px solid #142a53; }

.spacer10{
	clear:both;
	line-height:10px;
	height:10px;
}

#detailForm {}

.scheduleTable{
	border-collapse:collapse;
	background:#FFFFFF;
}

.scheduleTable td{
	padding:4px;
	margin:0px;
	font-size:11px;
	
	border:1px solid #006699;
	text-align:center;
}

.scheduleTable td select{
	font-size:11px;
	width:35px;
	padding:0px;
	margin:0px;
	background:none;
	border:1px solid #006699;
}

.scheduleTable th, .scheduleTable td.thc{
	background:#E8F3FF;
	font-weight:bold;
	border:1px solid #006699;
	color:#000000;
	font-size:11px;
	text-align:left;
}

.scheduleTable td.day{
	width:55px;
}

.scrollable{
	overflow:auto;
	padding:2px;
}

#grid{
	position:relative;
	padding:20px 0px;  
} 
