
/*
Barvy:
tmave hneda = #B78A49
svetle hneda = #F3D69A
*/

* { padding: 0px; margin: 0px;}

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

a
{
    color: Black;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

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

h1
{
    font-size: 24px;
    font-family: Verdana, sans-serif, Arial, Helvetica;
    padding: 0px 0px 0px 70px;
    font-weight: normal;
    float: left;
    width: 235px;
}

h2
{
    font-size: 18px;
    font-weight: normal;
    font-family: Verdana, sans-serif, Arial, Helvetica;
    color: #B78A49;
    padding-bottom: 10px;
}

h3, h4, h5, h6
{
    margin-top: 7px;
    margin-bottom: 7px;
}
h3
{
    font-size: 19px;
    text-align: center;
}

h4
{
    margin: 4px 0 0 0;
    border: 0;
    font-size: 17px;
    text-align: center;
}

h5
{
    font-size: 15px;
    text-align: center;
}

h6
{
    font-size: 15px;
    text-align: left;
    text-decoration: underline;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: Gray;
}

#wrapper
{
    margin: 0 auto;
    width: 900px;
    background-color: #F3D69A;
    color: Black;
}

#part_0
{
    height: 25px;
    width: 900px;
    text-align: right;
    font-size: 10px;
    color: White;
    background-color: #B78A49;
}

#part_0 a
{
    color: White;
}

#part_1a
{
    width: 900px;
    height: 21px;
    background-image: url('../images/part_1a.gif');
    background-color: #B78A49;
}

#part_1b
{
    width: 900px;
    height: 33px;
    background-image: url('../images/part_1b.gif');
    background-repeat: no-repeat;
    background-color: #F3D69A;
}

.menu2
{
    width: 580px;
    float: right;
    text-align: right;
    padding: 9px 5px 0px 0px;
}

#part_1c
{
    width: 900px;
    height: 17px;
    background-image: url('../images/part_1c.gif');
    background-color: #B78A49;
}

#part_2
{
    height: 25px;
    width: 895px;
    text-align: right;
    font-size: 10px;
    color: #F3D69A;
    background-color: #B78A49;
    padding-right: 5px;
}

#part_3
{
    width: 900px;
}

#part_3_menu
{
    background-color: #F3D69A;
    width: 160px;
    float: left;
}

#part_3_menu p
{
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 15px;
}

.part_3_right_main
{
    width: 710px;
    padding: 15px 15px 15px 15px;
    background-color: White;
    _height: 470px;
    min-height: 470px;
    color: Black;
    float: right;
    line-height: 18px;
}

.part_3_right_main p
{
    padding: 5px;
}

.part_3_right_main ul
{
    margin-left: 20px;
}

.part_3_right_main a
{
    text-decoration: underline;
}

.part_3_right_main a:hover
{
    color: #B78A49;
}

#part_4
{
    width: 900px;
    height: 20px;
    background-color: Black;
    text-align: center;
    clear: both;
    color: White;
    font-size: 10px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
#part_4 p
{
    text-align: center;
    padding: 4px;
}
#part_4 a
{
    color: #ebf2f8;
}

.textarea_html
{
    height: 500px;
    width: 710px;
    font-size: 11px;
}

.naStred
{
    text-align: center;
}

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

.admin_table
{
    width: 100%;
    font-size: 10px;
     line-height: 13px;
}

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

.admin_table a
{
    text-decoration: none;
}

.admin_table a:hover
{
    text-decoration: underline;
    color: Black;
}


.button
{
    width: 60px;
}

.button:hover
{
    /*border: solid 1px #F3D69A;*/
   
    background-color: #B78A49;
    color: White;
}

.obteceni
{
    float: left;
}

/*Formatovani formularu*/
#forms
{
    margin: 5px;
    text-align: left;
    padding: 8px;
}

#forms label
{
	width: 100px;
	float: left;
	margin: 0;
	padding: 0.2em;
	text-align: right;
	font-weight: bold;
}

#forms input, textarea
{
	margin: 3px;
	width: 320px;
}

#forms textarea
{
    height: 140px;
}

.txt_nadpis
{
    width: 200px;
    
}

.ZarovnatNaLevo
{
    text-align: left;
}

.ZarovnatNaStred
{
    text-align: center;
}

.ZarovnatNaPravo
{
    text-align: right;
}

.lastSelected
{
    color: Red;
}


.on
{
    text-decoration: underline;
    
}
/* Volitelne styly uzivatele */
/* Barvicky */
.cervena
{
    color: #FF0000;
}

.fialova
{
    color: #9900CC;
}

.modra
{
    color: #0000FF;
}

.oranzova
{
    color: #FF9900;
}

.ruzova
{
    color: #FFCCFF;
}

.zelena
{
    color: #009900;
}

.zluta
{
    color: #FFFF00;
}
