*
{
    padding: 0;
    margin: 0;
}

body
{
    background: #dfeaf8;
ackground: url('images/back.jpg') repeat-x #e1762f;        
background:  #c54d1b;        

    color: #575757;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}


#page
{
    background: #fff;
    width: 890px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: solid 1px #a64c7d;
}

#header
{
    height: 80px;
    background: url('images/header_bg.jpg') no-repeat;
}

#header h1
{
    display: none;
}

#navigation
{
    height: 30px;   
    background: url('images/navigation_bg.gif') repeat-x;
    padding-left: 10px;
}

#navigation a
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
}

#navigation a:hover
{
    color: #FF6600;
}

#navigation li
{
    display: inline;
    padding-right: 12px;
    background: url('images/navigation_separator.gif') no-repeat right center;
    margin-left: 12px;
}

#navigation #nav_home
{
    margin-left: 0;
}
#navigation #nav_historie_en
{
    margin-left: 0;
}


#navigation #nav_english
{
    background: none;
}

/*
#navigation li:first-child
{
    margin-left: 0;
}

#navigation li:last-child
{
    background: none;
}
*/

#sections
{
    height: 29px;
    background: url('images/sections_bg.gif') repeat-x;
    border-bottom: 1px #bcbcbc solid;
    padding-left: 10px;
    margin-top:0px;    
}

#sections li
{
    display: inline;
    padding-right: 7px;
    margin-left: 7px;
    background: url('images/sections_separator.gif') no-repeat right center;
}

#sections a
{
    line-height: 29px;
    text-decoration: none;
    color: #202020;
}

#sections a:hover
{
    color: #FF6600;
}

#sections #sec_moda
{
    margin-left: 0;
}

#sections #sec_ostatni
{
    background: 0;
}

/*
#sections li:first-child
{
    margin-left: 0;
}

#sections li:last-child
{
    background: none;
}
*/

#content
{
    padding-top: 20px;
}

#text
{
    float: right;
    width: 394px;
}

#text a
{
    color: #000;
}

#text a:hover
{
    color: white;
    background: #FF6600;
}


#text h1
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FF6600;
    padding-bottom: 14px;
}


#text h2
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 14px;
    padding-left: 14px;
}

#text h3
{
    font-size: 12px;
    font-weight: bold;
    color: #404040;
    padding-top: 20px;
    
    padding-bottom: 8px;
}

#text p
{
    padding-left: 14px;
    background: url('images/text_separator.gif') no-repeat top left;
    line-height: 14px;
    margin-bottom: 5px;
    
}

#text p.alt_separator
{
    background: url('images/text_separator_alt.gif') no-repeat top left;
}

#text p.list_obchody
{
    background: url('images/text_separator_alt.gif') no-repeat top left;
    margin-bottom: 5px;
}
#text p.list_obchody a
{
    text-decoration: none;
}
#text p.no
{
    background: url('') no-repeat top left;
    text-decoration: none;
    margin-bottom: 9px;
    padding-left: 0px;
    margin-right: 10px;
    text-align: justify;
    
}
#text .dotaz{
	float:left;
	width:100px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;	
}
#text input  {
	margin-bottom: 1px;
}



.featured_picture
{
    padding-left: 0px;
    float: left;
    margin-bottom: 18px;
}

.featured_picture_no_border
{
    padding-left: 0px;
    float: left;
    margin-bottom: 18px;
}

.featured_picture img
{
    background: #c4c4c4;
    padding-bottom: 1px;
    padding-right: 1px;
    border-bottom: 1px #e9e9e9 solid;
    border-right: 1px #e9e9e9 solid;
}

#some_pictures
{
    float: right;
    width: 394px;
    margin-top: 10px;
    margin-bottom: 10px;

}

#some_pictures div.some_picture
{
    display: inline;
    margin-right: 7px;
}

#some_pictures div.some_picture img
{
    padding-right: 1px;
    padding-bottom: 1px;
    background: #c4c4c4;
    border-bottom: 1px #e9e9e9 solid;
    border-right: 1px #e9e9e9 solid;
}

#footer
{
    background: url('images/footer_bg.gif');
    height: 29px;
    color: #000;
    border-top: 1px #cccccc solid;
    font-size: 12px;
    padding-left: 10px;
    clear: both;
}

#footer p
{
    line-height: 29px;
}

#footer p span
{
    margin-left: 15px;
    margin-right: 15px;
}

#footer a
{
    color: #000;
    text-decoration: none;
}

#footer a:hover
{
    color: white;
    background: #FF6600;
}
