﻿body
{
    background-color: #1D100A;
    font-family:MS Tahoma;
}


#mainContainer 
{
    width: 1011px;
    margin: 0 auto;
    background-color: #FFFFFF; 
    display: block;   
}

#flashHeader 
{
    width: 1011px;
    height: 390px; 
    min-height: 390px;   
    float: left;    
}

#alternativeContent
{
    width: 311px;
    margin-top: 150px;
    margin-left: 350px;
}

#alternativeContent a
{
    margin-left: 82px;
}

#bodyLeft
{
    width: 660px;
    margin-left: 20px;
    margin-top: 20px;    
    float: left;    
}

#footer
{
	text-align:center;
	font-family:Tahoma;
	border-top:solid 4px #96824f;
	margin-top:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:10px;
	clear:both;
}

/* MAIN MENU   
----------------------------------------------------------*/

ul#mainMenu
{
    width: 426px;
    margin-left: 215px;
	float: left;	
	padding: 0;
	list-style: none;	
}

ul#mainMenu li
{
    width: 140px;
    margin-right: 2px;    
	float: left;	
}

ul#mainMenu li a
{
	display: block;
	/*padding: 15px 20px 8px 15px;*/
	color: #000000;
	font-size: 18px;	
	text-align: center;		
	text-decoration: none;
	/*text-transform: uppercase;*/	
}

ul#mainMenu li a:hover
{
	text-decoration: underline;
}

ul#mainMenu li.active
{
    background-color: #cccccc; 
}

ul#mainMenu li.active a
{    
}

/* TOP MENU   
----------------------------------------------------------*/

ul#topMenu
{
    width: 666px;	
    margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	list-style: none;
	float: left;	
}

ul#topMenu li
{
    width: 220px;	
	margin-left: 2px;    
	float: left;
}

ul#topMenu li a
{
	display: block;	
	color: #444444;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;	
	/*text-transform: uppercase;*/	
}

ul#topMenu li a:hover
{
	text-decoration: underline;
}

ul#topMenu li.active
{
    /*background-color: #333333; */
}

ul#topMenu li.active a
{    
}

ul#topMenu div.menuFooter
{
    background-color: #CCCCCC;    
    margin-top: 5px;
    width: 100%;
    height: 10px;
    display: block;    
}

ul#topMenu li.active div.menuFooter
{    
    background-color: #000000;
}

/* jCAROUSEL
----------------------------------------------------------*/

#photosBox 
{  
    width: 386px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;     
	background-color: #D0CBC5;
}

#photosBoxPrivilege
{  
    width: 296px;
    margin-right: 35px;    
    margin-bottom: 20px;    
    float: left;     
	background-color: #D0CBC5;
}

#photo 
{
    width: 350px;
    height: 200px;
    margin-top: 18px;
    margin-left: 18px;    
    float: left;
}

#mycarousel 
{
    margin-top: 10px;
    margin-left: 18px;
    margin-bottom: 15px;
    float: left;    
}

#mycarouselPrivilege
{
    margin-top: 15px;
    margin-left: 18px;
    margin-bottom: 15px;
    float: left;
}

#mycarouselPrivilege a
{
    border: none;
    text-decoration: none;    
}


/*** VERTICAL ***/

#photosBoxVertical
{  
    width: 148px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;     
	background-color: #D0CBC5;
}

#mycarouselVertical 
{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;    
}

/* ROOMS BODY   
----------------------------------------------------------*/

#dynamicContent 
{
    width: 990px;
    margin-top: 20px;
    margin-left: 20px;   
    float: left;    
}

#roomDetails 
{    
    width: 550px;
    margin-left: 30px;
    float: left;    
}

#info 
{
    width: 250px;
    margin-left: 30px;
    margin-top: 10px;
    display: block;
    float: left;
    min-height: 300px;
    text-align:justify;
}

#privilegeInfo 
{
    width: 320px;
    margin-left: 40px;
    margin-top: 20px;
    display: block;
    float: left;
    min-height: 300px;
}

#roomReservationBox, #roomPricesBox
{
    width: 280px;
    margin-top: 10px;
    margin-right: 20px;
    float: right; 
    clear: right;   
}

#reservationFormDiv, #roomPrices 
{
    width: 230px;
    margin: 20px 25px;
    float: left;    
}

#reservationFormDiv label, #reservationFormDiv .textField, #reservationFormDiv select
{
    margin-top: 5px;
}

#reservationFormDiv select
{
    background-image: url(images/textFieldBg.gif);
    background-repeat: no-repeat;    
    padding: 5px 8px 3px 8px;    
    width: 151px;
    height: 25px;
    border: none;    
    float: right;    
    clear: right;    
}

#reservationFormDiv label 
{
    width: 70px;
    height: 23px;
    padding-top: 2px;
    float: left;
    clear: left;
    text-transform:uppercase;
    font-size:13px;
    margin-top:8px;
}

#reservationFormDiv label.error 
{
    width: 100%;
    color: #ff0000;
    float: right;
    clear: both;  
    font-size: 11px;
}

#reservationFormDiv input.error
{
   border: dashed 1px #ff0000;
}  

#reservationFormDiv .textField 
{
    background-image: url(images/textFieldBg.gif);
    background-repeat: no-repeat;
    padding: 5px 8px 0px 8px;    
    width: 135px;
    height: 20px;
    border: none;
    float: right;    
    clear: right;
}

#reservationFormDiv .submit
{
    width: 81px;
    height: 25px;
    margin-top: 10px;
    background-color: #4E2C20;    
    color: #FFFFFF;
    float: right;
    clear: right;
}

#roomPrices label, #roomPrices .text
{
    margin-top: 5px;
}

#roomPrices label
{
    width: 135px;    
    font-size:11px;
    float: left;
    clear: left;
    text-transform:uppercase;
}

#roomPrices .price
{
    width: 40px;    
    float: right;    
    clear: right;
    font-size:12px;
    margin-top:4px;
}

#roomPrices .text
{
    width: 190px;
    margin-top:-15px;    
    margin-left: 20px;
    float: left;    
    clear: right;
    text-align:justify;
}

/* NEWS 
----------------------------------------------------------*/
#singleNews
{
    width: 600px;
    margin-top: 15px;
    margin-left: 40px;
    float: left;
}

#newsContainerBox 
{        	
    width: 280px;
    margin-top: 10px;
    margin-right: 20px;
    padding: 0;
    float: right;
}

#newsContainer
{
    width: 230px;
    margin: 20px 25px;
    float: left;    
}

.newsDiv
{
    width: 230px;
    margin-top: 10px;
    margin-left: 0px;
    font-style: normal;
    color: #000000;
    font-size:11px;
    font-family:Tahoma;        
}

.newsTitle
{
    padding-left: 3px;
    font-size: 12px;
    font-weight: bold;
    text-transform:uppercase;
}

.newsTeaser
{ 
    margin-top: 8px; 
    padding-left: 3px;
    text-align:justify;
}

.newsLink a
{    
    margin-top: 2px;
    padding-right: 3px;
    text-align: right;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: block;
}

.newsBorder
{
    background-image: url(images/border.gif);
    background-repeat: repeat-x;
    height: 10px;
    margin-top: 5px;    
}

/*** MISC ***/
.loadingAnimation
{
    width: 32px;
    height: 32px;  
    margin-top: 7px;
    margin-left: 10px;  
    background-image: url(images/loadingAnimation.gif);
    background-repeat: no-repeat;
    display: none;
}

.msg
{ 
    width: 240px;  
    margin-top: 10px; 
    float: left;
}

.errorMsg
{
    color: #ff0000;
    font-style: italic;
}

.infoMsg 
{
    color: Green;
    font-style: italic;
}

label.error
{
    color: #ff0000;
    font-style: italic;
    float: left;
    clear: both;
}

input.error, textarea.error
{
   border: dashed 1px #ff0000;
}

.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.clearboth 
{
    clear: both;
}



/* O NAMA 
----------------------------------------------------------*/
#leftContainer
{
	margin-top:5px;
	width:730px;
	float:left;
	margin-left:10px;
	font-family:Tahoma;	
}

.sectionTitle
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#444444;	
	font-size:15px;
}

.sectionTitle h2{margin-top:0px;}

.imagePanel
{
	float:left;
	width:220px;
}

.imagePanel img
{
	margin-bottom:10px;	
}

.description
{
	font-size:11px;
	float:left;
	width:500px;
	text-align:justify;
	padding-left:2px;
}

#rightContainer
{
	width:260px;
	float:left;	
}

#infoBox
{
	font-size:11px;
	font-family: Tahoma;
	padding-left:10px;
	padding-top:15px;
	font-weight:normal;
	margin-left:10px;
	height:200px;
	font-style:normal;
	color:Black;
}

/* Kontakt forma
----------------------------------------------------------*/
div.description table input
{
	width:400px;
	border: 1px solid grey;	
}

div.description table #userMessage
{
	width:400px;	
	border: 1px solid grey;	
}

div.description table  #sendMailBtn
{
	width:100px;
	float:right;	
}

/* Home Page
----------------------------------------------------------*/
#home2cols
{
	width:1005px;	
}

#home2cols #firstCol
{
	width:751px;	
	float:left;
}

#home2cols #firstCol #infoBox
{width:700px; text-align:justify;}

#home2cols #firstCol a{text-transform:uppercase; font-weight:bold; text-decoration:none; color:Black;}

#home2cols #secondCol{width:250px; float:left;}

#home4cols{width:1050;float:left;}

#home4cols div.column{float:left; width:250px;}

#infoBox div.newsBorder{width:210px;}
#infoBox img{padding-top:3px; margin-left:-3px;}
#infoBox h4{margin-top:5px; margin-bottom:3px;margin-left:-3px;}
#home4cols a{text-transform:uppercase; color:#666666; text-decoration:none; font-size:10px;}
#infoBox div.holder{width:210px; padding-top:3px; padding-bottom:3px; border-top:dotted 1px #333333;}
#infoBox div.holder img{padding-left:4px;}
#infoBox #linkHolder{margin-left:-2px; padding-top:4px;}