html, body {
	height: 100%;
	min-height: 100%;
	margin:0;
	padding:0;
}

body   {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 12px;
    color: #000;
    background: url(../images/bodybg.gif);
    background-repeat: repeat-x;
    text-decoration: none;   
}

table	{
    padding: 0 0 0 0;
}

th, .tha {
    font-size: 11px;
    color: #333;
    background-color: #FFF;
    border-top: 1px #FF3300 solid;
    border-bottom: 1px #FF3300 solid;
    text-align: center;
}
h1 {
    font-family: georgia, arial, Tahoma;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    margin: 15px 0 10px 0;
    
}
h2 {
    font-family: georgia, arial, Tahoma;
    font-weight: lighter;
    color: #333;
    font-size: 20px;
    margin: 10px 0 10px 0;
}
h3 {
    font-family: georgia,Tahoma;
    font-weight: normal;
    color: #333;
    font-size: 16px;
    margin: 10px 0 10px 0;
}

h4 {
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 2px 0;
}

a {
    text-decoration: underline;
    color: #333;
}
a:hover {
    color: #CC0000
}

img {
    border: 0px
}

form {
    margin-top: 0px;
    margin-bottom: 0px;
}
input {
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;
    vertical-align: middle;
    padding: 1px;
}

input[type=radio], input[type=checkbox] {
    border: none
}

input[type=submit] {
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    background-color: #A66F00;
    color: #FFF;
    border: 0px;
    margin: 3px 0 0 0;
}

input[type=submit]:hover {
    background-color: #CC0000;
    color: #FFF;
}
	

select {
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;
}

textarea {
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;
}

label {
    white-space: nowrap;
}


fieldset {
    border: 1px solid #333333;
    padding: 4px;
}

.frmbug {
    border: solid 1px #CC0000;
}
.zebra {
    background-color: #C0C0C0;
}

.border {
    border: 1px #999999 solid;
    padding: 2px
}

.uwaga {
    color: #CC0000;
}

#container {
    width: 999px;     
    min-height: 95%;   
    margin: 0%;
    position: relative;
}

/* holly hack to target IE win Only \*/
* html #container{
	height:95%;
}
/* end hack */

#leftcol {
    width: 189px;
    float: left;
    background: url(../images/wheel.gif);
    background-repeat: no-repeat;
    background-color: #FFF;
    padding: 180px 0 0 0;
}


#leftcol ul{
    list-style: none;
    padding: 0px;
    margin: 0 20px 0 20px;
}

#leftcol li{
    list-style: none;
    font-size: 11px;
    font-family: tahoma;
    text-align: right;
    border-bottom: 1px #CCC solid;
    letter-spacing: 0.1em;
}

#leftcol li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 10px 10px 5px;
}

#leftcol li a:hover, #leftcol span {
    display: block;
    background-color: #0066CC;
    color: #FFF;
    padding: 10px 10px 10px 5px;
}

#leftcol .box {
    display: block;
    background-color: #D0D0D0;
    color: #000;
    margin: 20px 20px 0 20px;
    padding: 5px;
}

#horizmenu {
    padding: 10px 0 10px 0;
    font-family: tahoma;
    font-size: 11px;
    width: 520px;
}

#horizmenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#horizmenu li {
    display: inline;
    font-weight: bold;
}

#horizmenu li a {
    text-decoration: none;
    padding: 0;
    color: #666;
    margin: 0 15px 0 0;
}

#horizmenu li a:hover, #horizmenu span {
    border-top: 2px #0066CC solid;
    color: #0066CC;
    padding: 0;
    margin: 0 15px 0 0;
}

#content {
    margin: 0px;
}


#maincol {
    float: left;
    width: 810px;
}

#logo {
    width: 200px;
    height: 104px;
    float:left;
}

#menutop {
    font-family: tahoma, verdana, arial;
    width: 210px;
    height: 24px;
    float:right;
    text-align: right;
    margin: 0 0 0 0;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
}

#menutop a{
    text-decoration: none;
}

#footer {  
	width: 819px;
	position:relative; 
	top: -5%;
	left: 185px;
    text-align: center;    
    margin: 0px;
    padding: 0px;
}

* html #footer{ /*IE */
top:0;
}
* > #footer{ /* Opera using CSS3 selectors that other browsers will support later, look out */
top:0;
}

#mainpic {

}


#paging {
    padding: 20px;
    text-align: center;
    clear: both;
}

#paging a{
    color: #000;

}

#paging #space{
    padding: 0 10px 0 0;
}

#paging a:hover{
    color: #CC0000;

}

#paging #current{
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    padding: 0 3px 0 3px;
}

#paging #inactive{
    color: #999;
}

#popwindow {
    padding: 20px;
    border: 5px #CCC solid;
    background-color: #FFF;
}

#popwindow #control{
    border-bottom: 1px #CCC solid;
    clear: both;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

#popwindow h1{
    float: left;
}

#popwindow #close{
    float: right;
}

#popwindow #morephotos{
    clear: both;
}

#popwindow a{
    font-size: small;
}

#popwindow p{
    float: right;
}

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/tooltip_arrow.gif');
	width:20px;
	position:absolute;
	left:-18px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #666;	/* Border width */
	left:0px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	background-color: #FFFFCC;	/* Background color */
	padding: 10px 20px 10px 20px;	/* Space between border and content */
	z-index:1000001;
	line-height: 120%;
}



.dayoffer {
	background: url(../images/sun.gif) left no-repeat;
	width: 580px;
	height: 70px;
	margin: 10px 0 0 0;
	float: left;	
	overflow: hidden;
}

.dayoffer .price {
	width: 78px;
	height: 80px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.1em;	
	padding: 15px 0 0 0;
	line-height: 100%;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
}

.dayoffer .sub {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.05em;	
	line-height: 100%;
}


.dayoffer h1{
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #0066CC;
	font-size: 20px;
	margin: 0px;
}

.dayoffer h2{
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
}

.dayoffer h3{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin: 0px;
}


#maparea span {
	display: block;
	white-space: normal;
	bottom: -20px;
	color: #333;
	font-size: 7pt;
	line-height: 6pt;
	left: 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
