/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: lang-de.css
* Website: http://www.cesky-statek.cz/
* Author: Vlada Kobetic
* Description: Defines language dependent attributes of the page - mostly change image paths to localized version.

== INDEX: ===================================
============================================
*/

/* 		H O M E P A G E
============================================*/

/* Actual weather banner on the homepage */
#actual-weather {
    background-image:url('../img/index/banner-pocasi-en.png') !important;
}

/* Icons of services */
#service-wedding {
    background-image:url('../img/services/service-bar-wedding-en.gif') !important;
}
#service-accomodation {
    background-image:url('../img/services/service-bar-accomodation-en.gif') !important;
	width:100px !important;
}
#service-restaurant {
    background-image:url('../img/services/service-bar-restaurant-en.gif') !important;
}
#service-conference {
    background-image:url('../img/services/service-bar-conference-en.gif') !important;
}
#service-winecellar {
    background-image:url('../img/services/service-bar-winecellar-en.gif') !important;
}
#service-transport {
    background-image:url('../img/services/service-bar-transport-en.gif') !important;
}
