* { padding: 0; margin: 0; }

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #eeffee; 
}

/*
Svetle zelena: #eeffee
Tmave zelena: #015e01
Svetle zluta: #fbf2d0
*/

#wrapper 
{ 
    margin: 0 auto;
    width: 770px;
    background: #eeffee;
}

#header_1
{
    width: 770px;
    height: 33px;
    background-color: #eeffee;
    background-image: url('../images/rosemary_01.gif');
    text-align: right;
}
#header_2
{
    width: 770px;
    height: 18px;
    background-color: #fbf2d0;
    background-image: url('../images/rosemary_02.gif');
}

#header_2 p
{
    display: inline;
    margin-left: 215px;
    font-size: 12px;
}

#header_3
{
    width: 770px;
    height: 21px;
    background-color: #015e01;
    background-image: url('../images/rosemary_03.gif');
}
#header_4
{
    width: 770px;
    height: 15px;
    background-color: #015e01;
    background-image: url('../images/rosemary_04.gif');
}

#header_4 h1
{
    font-size: 13px;
    color: #fbf2d0;
    display: inline;
    margin-left: 80px;
}

#header_5
{
    width: 770px;
    height: 8px;
    background-color: #015e01;
    background-image: url('../images/rosemary_05.gif');
}
#header_6
{
    width: 770px;
    height: 15px;
    background-color: #015e01;
    background-image: url('../images/rosemary_06.gif');
}
#header_6 h2
{
    font-size: 12px;
    color: #fbf2d0;
    display: inline;
    margin-left: 80px;
}

#header_7
{
    width: 770px;
    height: 50px;
    background-color: #015e01;
    background-image: url('../images/rosemary_07.gif');
}
#header_7 h3
{
    display: none;
}

#header_8
{
    width: 770px;
    height: 40px;
    background-color: #fbf2d0;
    background-image: url('../images/rosemary_08.gif');
    color: #015e01;
    font-size: 15px;
    font-weight: bold;
}

#header_8 p
{
    margin-left: 10px;
}

#mainbody
{
    width: 770px;
    _height: 396px;
    min-height: 396px;
    background-color: #fbf2d0;
}

#main_left
{
    float: left;
    width: 320px;
    border-right: dotted 1px Black;
    padding-left: 20px;
    padding-right: 20px;
}

#main_right
{
    float: right;
    width: 320px;
    padding-left: 20px;
    padding-right: 20px;
}

#main_galerie
{
    width: 700px;
    margin: 0 auto;
}
#main_galerie p
{
    display: inline;
}

/* Paticka */
#footer
{ 
    width: 770px;
    background-color: #015e01;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    color: #fbf2d0;
    height: 12px;
    _height: 13px;
    background-image: url('../images/footer.gif');
}

#footer p
{
    padding-right: 10px;
    color: #fbf2d0;
    display: inline;
}
#footer a
{
    color: #fbf2d0;
}

#footer_shadow
{
    height: 7px;
    background-color: #fbf2d0;
    background-image: url('../images/footer_shadow.gif');
    _display: none;
}

/* Obecne styly atp */
img {border: 0;}

a
{
    color: #993300;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

input, textarea, select
{
    background-color: White;
    border: solid 1px #BE7542;
}
hr { height: 1px; }

h4
{
    margin: 4px 0 0 0;
    border: 0;
}

h1, h2
{
    display: none;    
}

.textarea_html
{
    height: 350px;
    width: 750px;
}

.naStred
{
    text-align: center;
}

.chyba
{
    color: Red;
    font-weight: bold;
}

.admin_table
{
    width: 100%;   
}

.admin_table tr, td
{
    border-bottom: dotted 1px black;
}

.button
{
    width: 60px;
}
