
/*
SOUZ Touzim
Barvy:
Modra: #78BBD8
Tmave modra: #7DAFE0
Modra hlavicky: #23669D
Stribrna: #E7E7E7
Cervena: #EF1C23
*/

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

a
{
    color: #23669D;
    text-decoration: underline;
}

a:hover
{
	/*text-decoration: underline;*/
	color: Red;
}

input, textarea, select
{
    background-color: #E7E7E7;
    border: solid 1px #7DAFE0;
}

hr
{
    border-bottom: #78BBD8 1px dotted;
    border-top: none;
    border-left: none;
    border-right: none;
}

h1
{
    font-size: 16px;
    margin: 0;
    padding: 10px 0px 0px 110px;
    font-weight: bold;
    color: #017DC7; 
    font-family:  Arial, Times New Roman, Verdana;
    font-style: italic;
}

h2
{
    font-size: 16px;
    color: #017DC7;
    margin: 0;
    padding: 7px 0px 0px 110px;
    font-weight: bold;
    font-family:  Arial, Times New Roman, Verdana;
    font-style: italic;
}

h3
{
    font-size: 16px;
    text-align: center;
    margin: 12px 0px 3px 0px;
}

h4
{
    font-size: 14px;
    text-align: left;
    margin: 10px 0px 3px 0px;
}

h5
{
    font-size: 12px;
    text-align: left;
    margin: 6px 0px 3px 0px;
}

h6
{
    font-size: 12px;
    text-align: left;
    text-decoration: underline;
    margin: 6px 0px 3px 0px;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: White; 
    margin: 0;
    padding: 0;
    color: #191c1f;
}

#wrapper
{
    margin: 0 auto;
    width: 780px;
}

#part_1_1
{
    width: 780px;
    height: 31px;
    background-color: #78BBD8;
    background-image: url('../images/header_11.jpg');
    text-align: center;
}

#part_1_2
{
    width: 780px;
    height: 34px;
    background-color: #78BBD8;
    background-image: url('../images/header_12.jpg');
}

#part_1_3
{
    width: 780px;
    height: 39px;
    background-color: #E7E7E7;
    background-image: url('../images/header_13.jpg');
}

#part_1_4
{
    width: 780px;
    height: 131px;
    background-color: #78BBD8;
    background-image: url('../images/header_15.jpg');
}

#part_1_5
{
    width: 780px;
    min-height: 500px;
    _height: 500px;
    text-align: left;
    line-height: 18px;
    background-image: url('../images/lista_cela.jpg');
    background-repeat: no-repeat;
}

#part_1_5a
{ 
    width: 191px;
    min-height: 450px;
    _height: 450px;
    float: left;
    margin: 15px 11px 11px 0px;
    line-height: 18px;
    border: solid 1px #E5E5E5;
}


#part_1_5b
{
    width: 564px;
    min-height: 450px;
    _height: 450px;
    float: left;
    margin: 15px 0px 11px 10px;
    line-height: 18px;
    border: solid 1px #E5E5E5;
}

#part_1_6
{
    height: 46px;
    width: 780px;
    background-color: #7DAFE0;
    clear: both;
    text-align: center;
}

#part_1_6 p
{
    font-size: 10px;
    padding: 25px 15px 0px 15px;
    color: White;
}

#part_1_7
{
    height: 20px;
    width: 780px;
    background-color: White;
}
/*******************************************************************
 * HORIZONTALNI MENU
 * -----------------
 */

#menu
{
	width: 570px;
	height: 22px;
	background: #E7E7E7;
	background-image: url('../images/header_14.jpg');
	padding: 9px 0px 0px 210px;
	/*vertical-align: middle;*/
}

#menu a
{
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

.on 
{
    color: Red;
}

/* Hlavicka sekce */
.hlavicka_sekce
{
    background-image: url('../images/pozadi_stribrne.gif');
    height: 44px;
    color: #23669D;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0px 0px 5px;
    background-color: #E7E7E7;
}

.rantl
{
    padding: 0px 10px 5px 10px;
}

#part_1_5b table
{
    width: 100%;
}

#part_1_5b table thead
{
    font-weight: bold;
}
.textarea_html
{
    height: 460px;
    width: 100%;
    font-size: 11px;
}

.naStred
{
    text-align: center;
}

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

.admin_table
{
    width: 100%;   
    font-size: 11px;
    line-height: normal;
}

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

.button
{
    width: 70px;
    background-color: #E7E7E7;
}

.button:hover
{
    color: #EF1C23;
    border-color: #EF1C23;
}

.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: 300px;
}

#forms textarea
{
    height: 120px;
}

.blikajici
{
    text-decoration: blink;
}

.blikajici_cerveny
{
    text-decoration: blink;
    color: Red;
}