html
{
    background: url(../images/bg.png) fixed #01c6ff;
}

body
{
    background: url(../images/bg_pict.png) repeat-x bottom left fixed;
    _background: none;
    padding-bottom: 2em;
    font-family: Arial;
}

#doc4
{
    margin-top: 1em;
}

#content h2
{
    font-size: 225%;
    font-weight: bold;
    margin: .1em 0 .4em;
    background: url(../images/bg_heading.jpg) no-repeat;
    height: 50px;
    padding-left: 20px;
    padding-top: 5px;
}

#content h3
{
    font-size: 150%;
    font-weight: bold;
    margin: 1em 0 1em;
}

#content h4
{
    font-size: 130%;
    font-weight: bold;
    margin: .1em 0 .4em;
}

#content h2,
#content h3,
#content h4,
#review h4 a
{
    color: #0143ff;
}

a
{
    text-decoration: none;
    border-bottom: 1px solid #c1c2ff;
    color: #00f;
}

a:hover
{
    border-bottom-color: #00f;
}

.error
{
    color: #f00;
}

input.error,
textarea.error
{
    border-color: #f00;
}

/* výběr jazyka */
ul#lang
{
    display: block;
    float: right;
}

ul#lang li
{
    display: inline;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

ul#lang a
{
    border: 0;
}

/* hlavička */
#hd_line
{
    clear: both;
    background: url(../images/bg_top_line.png) no-repeat top left;
    height: 14px;
    .background-image: url(../images/bg_top_line.gif);
    _margin-bottom: -2px;
}

#hd
{
    background: url(../images/bg_top.jpg) no-repeat top left;
    height: 178px;
    position: relative;
}

#hd a
{
    border: 0;
}

h1
{
    display: none;
}

#logo
{
    display: block;
    width: 64px;
    height: 76px;
    background: url(../images/logo.png) no-repeat;
    _background-image: url(../images/logo.gif);
    position: absolute;
    left: 10px;
}

#left_line
{
    position: absolute;
    top: 124px;
    left: -23px;
    width: 23px;
    height: 34px;
    background: url(../images/line_left.png) no-repeat;
    _background-image: url(../images/line_left.gif);
}

#search
{
    position: absolute;
    bottom: 10px;
    left: 15px;
}

#social
{
    float: right;
}

#social a
{
    border: 0;
}

#gplus
{
    float: left;
    margin-right: .7em;
}

form.search input
{
    border: 1px solid #00f;
}

form.search input.button
{
    margin-left: .5em;
    border: 1px solid #00f;
    background-color: #00f;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    padding: 0 5px;
}

#activities
{
    position: absolute;
    bottom: 7px;
    left: 250px;
}

#activities li
{
    float: left;
    display: inline;
    margin-right: 10px;
}

#activities li a
{
    display: block;
    width: 30px;
    height: 30px;
}

#activities li.skiing a
{
    background-image: url(../images/activity_skiing.png);
    _background-image: url(../images/activity_skiing.gif);
}

#activities li.snowboarding a
{
    background-image: url(../images/activity_snowboarding.png);
    _background-image: url(../images/activity_snowboarding.gif);
}

#activities li.crosscountryskiing a
{
    background-image: url(../images/activity_crosscountryskiing.png);
    _background-image: url(../images/activity_crosscountryskiing.gif);
}

#activities li.hiking a
{
    background-image: url(../images/activity_hiking.png);
    _background-image: url(../images/activity_hiking.gif);
}

#activities li.cycling a
{
    background-image: url(../images/activity_cycling.png);
    _background-image: url(../images/activity_cycling.gif);
}

#activities li.swimming a
{
    background-image: url(../images/activity_swimming.png);
    _background-image: url(../images/activity_swimming.gif);
}

/* nabídka */

#menu
{
    background: url(../images/bg_menu_right.png) no-repeat top right #0829b1;
    height: 26px;
    _margin-bottom: -1px;
}

#menu ul
{
    display: block;
    background-color: #00f;
    width: 794px;
}

#menu ul li
{
    display: inline;
    text-align: center;
    float: left;
    background-color: #eee;
    height: 26px;
}

#menu ul li a,
#menu ul li.selected span.a
{
    display: block;
    width: 112px;
    margin-right: 1px;
    padding: 6px 0;
    background-color: #0829b1;
    color: #fff;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: .1em;
}

#menu ul li a.last
{
    width: 115px;
}

#menu ul li a:hover
{
    background-color: #00f;
    color: #fff;
}

#menu ul li.selected
{
    background: url(../images/menu_item_selected_left.png) top left no-repeat #eee;
    position: relative;
    left: -1px;
}

#menu ul li.first
{
    left: 0;
}

#menu ul li.makeitfit a
{
    letter-spacing: 0;
}

#menu ul li.selected a,
#menu ul li.selected span.a
{
    background: url(../images/menu_item_selected_right.png) top right no-repeat;
    color: #0337f9;
    margin-right: 0;
}

#bd
{
    background-color: #c1e5fe;
}

/* pravý sloupec */

#right
{
    position: relative;
    background: url(../images/bg_right.png) top right no-repeat;
    .background-image: url(../images/bg_right.jpg);
    min-height: 484px;
    _height: 484px;
}

#right_line
{
    position: absolute;
    top: 0;
    right: -26px;
    width: 87px;
    height: 39px;
    background: url(../images/line_right.png) no-repeat;
    _background-image: url(../images/line_right.gif);
}

#right h2
{
    width: 165px;
    background: url(../images/bg_caption.jpg) repeat-y #fff;
    font-weight: bold;
    color: #00f;
    font-size: 110%;
    padding: 2px 0 2px 15px;
}

#right div.text
{
    padding: 15px;
    color: #fff;
    overflow: hidden;
}

#right div.link
{
    padding: 10px 15px 0 0;
    text-align: center;
}

#right div.link a
{
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #c1c2ff;
}

#right div.link a:hover
{
    border-bottom: 1px solid #fff;
}

/* obsah sekce */

#yui-main
{
}

#content
{
    padding: 1em 1em 2em;
    background-color: #eee;
    background: url(../images/bg_content.jpg) repeat-x bottom left #eee;
    margin-right: -13px;
    position: relative;
    min-height: 400px;
    _height: 400px;
}

#content p
{
    margin: 1em 0;
    line-height: 150%;
}

/* patička */

#ft
{
    height: 13px;
    background: url(../images/bg_bottom.png) no-repeat top left;
    _background-image: url(../images/bg_bottom.gif);
    font-size: 10px;
    text-align: center;
    color: #9090f0;
}

#ft a
{
    color: #9090f0;
    border: 0;
}

#ft a:hover
{
    color: #5050d0;
}

#ft ul
{
    display: none;
}

/* pozadí stránky */

#bottom
{
    background: url(../images/bg_pict.png) repeat-x bottom left fixed;
    _display: none;
    height: 429px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
