
/*
Barvy:
cerna = Black
seda = Gray
Bila = White
*/

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

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: Black;
}
/*
body.mceContentBody
{
    background: gray;
    color: #191c1f;
}
*/
/* Obecne styly atp */
img {border: 0;}

iframe
{
    width: 425px;
    height: 349px;
}

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

a:hover
{
	text-decoration: underline;
}

.on
{
    text-decoration: underline;
}

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

h1
{
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    padding: 3px 10px 0px 0px;
}

h3, h4, h5, h6
{
    margin-top: 7px;
    margin-bottom: 7px;
}

h2
{
    margin-right: 20px;
    text-align: left;
    font-size: 20px;
}

h3
{
    font-size: 19px;
    text-align: center;
}

h4
{
    font-size: 17px;
    text-align: center;
}

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

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

#wrapper
{
    margin: 0 auto;
    width: 667px;
    background-color: Black;
    color: Silver;
}


#part_0
{
    height: 77px;
    width: 667px;
    background-color: Black;
    background-image: url(../images/zus_02.gif);
    text-align: center;
}

#part_1
{
    width: 667px;
    height: 24px;
    background-image: url('../images/zus_04.gif');
    background-color: #474747;
    color: White;
}

#part_2
{
    width: 657px;
    height: 28px;
    background-image: url(../images/zus_05.gif);
    background-color: #272727;
    text-align: right;
    padding-top: 12px;
    padding-right: 10px;
}

#part_3
{
    width: 647px;
    background-color: Black;
    _height: 500px;
    min-height: 500px;
    padding: 10px;
}

#part_3 p
{
    padding: 3px;
}


#part_4
{
    width: 667px;
    height: 29px;
    background-color: #474747;
    text-align: center;
    color: Silver;
    font-size: 10px;
    vertical-align: middle;
    background-image: url('../images/zus_07.gif');
}
#part_4 p
{
    text-align: center;
    padding: 8px;
}
#part_4 a
{
    color: White;
}

#part_5
{
    width: 667px;
    height: 15px;
    text-align: center;
    font-size: 10px;
}

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

.naStred
{
    text-align: center;
}

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

.uspech
{
    color: #00cc00;
    font-weight: bold;
}

.table_tr1
{
    background-color: #272727;
}
.table_tr0
{
    background-color: #474747;
}

.admin_table
{
    width: 100%;
    font-size: 10px;
    background-color: #474747;
}

.admin_table a
{
    color: Silver;
}

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

a.lastSelected
{
    text-decoration: underline;
}

.button
{
    width: 60px;
}

.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;
}

/* Tabulka automatickych seznamu */
.tableSeznam
{
    border-width: 0px;
    width: 100%;
}

.tableSeznam td
{
    text-align: center;
    vertical-align: bottom;
}
/* Barvicky */
.bila
{
    color: #FFFFFF;
}

.cervena
{
    color: #FF0000;
}

.fialova
{
    color: #9900CC;
}

.modra
{
    color: #0000FF;
}

.oranzova
{
    color: #FF9900;
}

.ruzova
{
    color: #FFCCFF;
}

.zelena
{
    color: #009900;
}

.zluta
{
    color: #FFFF00;
}
