/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: index.css
* Website: http://www.cesky-statek.cz/
* Author: Vlada Kobetic
* Description: Specific styles for index.html page

== INDEX: ===================================
_online-booking
_actual-weather
_news
_address
_service-bar
============================================
*/


/* _online-booking
==========================================*/
#online-booking {
	margin:20px 20px 10px 60px;
	float:left;
}
#online-booking a {
	text-decoration:none;
}
#online-booking img {
	border:0;
}

/* _actual-weather
==========================================*/
#actual-weather {
    background:url('../img/index/banner-pocasi.png') 0 0 no-repeat;
    width:164px;
    height:152px;
    text-align:center;
	margin:20px 20px 10px 30px;
	float:left;
}
#weather {
    font-size:11px;
    font-style:italic;
    font-weight:100;
    color:#fff;
    display:block;
    padding-top:0px;
	position:relative;
}
a#link {
	color:#f9fac6;
    position:absolute;
    top:132px;
    left:58px;
}
#weather font b {
	display:none;
}
#weather img {
    margin:0 !important;
    padding:0 !important;
}

/* _news
==========================================*/
#news {
    color:#333b10;
    margin:0 15px 10px 15px;
    text-align:justify;
    line-height:1.5em;
}

/* _service-bar
==========================================*/
#service-bar {
    background:#444221 url('../img/services/service-bar-bg.gif') 0 0 repeat-x;
    height:100px;
}
#service-bar ul {
	margin-left:50px;
}
#service-bar li {
    display:block;
    float:left;
    margin:15px 8px 0 8px;
}
#service-bar li a {
    display:block;
    width:85px;
    height:76px;
    font-size:1px;
    color:#444221;
}
#service-wedding {
    background-image:url('../img/services/service-bar-wedding-cz.gif');
}
#service-accomodation {
    background-image:url('../img/services/service-bar-accomodation-cz.gif');
}
#service-restaurant {
    background-image:url('../img/services/service-bar-restaurant-cz.gif');
}
#service-conference {
    background-image:url('../img/services/service-bar-conference-cz.gif');
}
#service-winecellar {
    background-image:url('../img/services/service-bar-winecellar-cz.gif');
}
#service-transport {
    background-image:url('../img/services/service-bar-transport-cz.gif');
}

.right a {
	color:#f9fac6;
	font-weight:bold;
}
