﻿/**
 * @brief Main CSS file.
 * @author Jiri Plachy
 */

body {
    background-color: #ffce9c;
    background-image: url("../graphics/pozadi.png");
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
ul  {
	margin-left: 1.3em;
	padding-left: 0;
}
li {
	margin: 0;
	padding: 0;
}
h1 {
    font-family: arial, sans;
    color: red;
    font-size: 14pt;
    font-weight: bold;
}
tr {
	font-size: 10pt;
}
img {
	border: 0;
}
/****************** BLOKY *******************/

.title_blok {
	background-color: #FBEC77;
	width: 800px;
}
.menu_blok {
	background-image: url("../graphics/menu_background.jpg");
	margin-top: 0px;
	padding-top: 1px;
	background-color: #FBEC77;
	width: 800px;
}
.hlavni_blok {
	margin-top: 0px;
	background-color: #FBEC77;
	width: 800px;
}
.levy_blok {
	background-color: #FBEC77;
	width: 125px;
}
.pravy_blok {
	background-color: #FBEC77;
	width: 125px;
}
.copyright_blok {
	width: 800px;
	text-align: center;
	font-size: 8pt;
	margin-top: 3px;
	margin-bottom: 3px;
}

/******************* MENU *******************/
/* horni rada */
.menu_hr_selected {
	background-color: #E44C4C;
	border: 1px solid #801414;
	height: 24px;
	color: white;
	text-align: center;
    font-family: arial, sans;
    font-weight: bold;
	font-size: 9pt;
}
.menu_hr_normal {
	background-color: #00923F;
	border: 1px solid #364B08;
	height: 24px;
	text-align: center;
    font-family: arial, sans;
    font-weight: bold;
	font-size: 9pt;
}
.menu_hr_normal:hover {
	background-color: #00FF00;
	border: 1px solid #364B08;
	height: 24px;
	text-align: center;
    font-family: arial, sans;
    font-weight: bold;
	font-size: 9pt;
}
/* dolni rada */
.menu_dr_selected {
	background-color: #E44C4C;
	border: 1px solid #801414;
	height: 24px;
	color: white;
	text-align: center;
    font-family: arial, sans;
    font-weight: bold;
	font-size: 9pt;
}
.menu_dr_normal {
	background-color: #86C328;
	border: 1px solid #687E0F;
    height: 24px;
	text-align: center;
    font-family: arial, sans;
    font-weight: bold;
	font-size: 9pt;
}
.menu_dr_normal:hover {
	background-color: #00FF00;
	border: 1px solid #687E0F;
    height: 24px;
	text-align: center;
    font-family: arial, sans;
    font-weight: bold;
	font-size: 9pt;
}
/* odkaz */
.odkaz_menu {
	cursor: hand;
	color: black;
	text-decoration: none;
}
.odkaz_menu:hover {
	cursor: hand;
	color: blue;
	text-decoration: none;
	background-color: #00FF00;
}

/******************* TABULKY ******************/

/* ramecky */
.radka_ramecku {
	background-color: #fff0a0;
    color: black;
    font-size: 10pt;
}
.hlavicka_ramecku {
	background-color: #ffc030;
    color: black;
    font-size: 10pt;
}

/* tabulky */
.hlavickova_radka {
    background-color: #e39565;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.tmava_radka {
    background-color: #FFC19C;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.svetla_radka {
    background-color: #FFCE9C;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.vyrazna_radka {
    background-color: #ff8080;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}

/* cary, oddelovace */
.oddelovaci_cara {
    background-color: #A98967;
}
.svisle_oddeleni_jidelnicku {
    border-right: 1px solid #A98967;
}

/* hlaseni */
.radka_vyrazneho_hlaseni {
	background-color: #ff8080;
    color: black;
    font-size: 10pt;
}

/******************** PISMA **********************/

.large {
    font-family: arial, sans;
    color: red;
    font-weight: bold;
    font-size: 13pt;
}
.normal {
    font-family: arial, sans;
    color: black;
    font-size: 12pt;
}
.small {
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.extra_small {
    font-family: arial, sans;
    color: black;
    font-size: 8pt;
}
.logo_text {
	font-size: 46pt;
	font-family: verdana, arial, sans;
	font-weight: bold;
	letter-spacing: 10pt;
}

/********************* ODKAZY *********************/

a {
	cursor: hand;
    text-decoration: none;
    color: blue;
}
a:hover {
	cursor: hand;
	text-decoration: none;
    color: red;
}
/* modry podtrzeny */
.odkaz_modry_podtrzeny {
	cursor: hand;
	color: blue;
	text-decoration: none;
}
.odkaz_modry_podtrzeny:hover {
	cursor: hand;
	color: blue;
	text-decoration: underline;
}
/* zluty */
.odkaz_zluty {
	cursor: hand;
	color: white;
	text-decoration: none;
}
.odkaz_zluty:hover {
	cursor: hand;
	color: yellow;
	text-decoration: none;
}
/* webmaster, agesoft */
.odkaz_webmaster {
	cursor: hand;
	color: #5070ff;
	text-decoration: none;
}
.odkaz_webmaster:hover {
	cursor: hand;
	color: #ff7050;
	text-decoration: none;
}
/* cerveny */
.odkaz_cerveny {
	cursor: hand;
	color: blue;
	text-decoration: none;
}
.odkaz_cerveny:hover {
	cursor: hand;
	color: red;
	text-decoration: none;
}
/* hlavicka tabulky */
.odkaz_hlavicky_tabulky {
	cursor: hand;
	color: black;
	text-decoration: none;
}
.odkaz_hlavicky_tabulky:hover {
	cursor: hand;
	color: blue;
	text-decoration: none;
}

/**************************** CEKACI OKNO *****************************/

.wait_window {
	margin-top: 8px;
	text-align: center;
	padding: 1em;
	border: 2px solid black;
	background-color: white;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	height: 40px;
}

/**************************** LOGIN FORM ********************************/

.input_username {
	width: 100px;
	height: 22px;
	background-image: url("../graphics/bg_username.gif");
}

.input_username_focused {
	width: 100px;
	height: 22px;
}

.input_password {
	width: 100px;
	height: 22px;
	background-image: url("../graphics/bg_password.gif");
}

.input_password_focused {
	width: 100px;
	height: 22px;
}

/************************** FOTOGALERIE **************************/

.telo_polozky_fotogalerie {
	font-family: verdana, arial, sans;
	font-size: 8pt;
	color: black;
}
.fotogalerie_tmava_hlavicka {
    background-color: #ffc030;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.fotogalerie_tmava_radka {
    background-color: #ffe050;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.fotogalerie_svetla_hlavicka {
    background-color: #c0e030;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.fotogalerie_svetla_radka {
    background-color: #e0f050;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}

/************************** AKTUALITY **************************/

.telo_polozky_aktualit {
	font-family: verdana, arial, sans;
	font-size: 8pt;
	color: black;
	padding: 2px;
}
.aktuality_tmava_hlavicka {
    background-color: #ffc030;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.aktuality_tmava_radka {
    background-color: #ffe050;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.aktuality_svetla_hlavicka {
    background-color: #c0e030;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}
.aktuality_svetla_radka {
    background-color: #e0f050;
    font-family: arial, sans;
    color: black;
    font-size: 10pt;
}

/**************** kalendar u stravniku *******************/
.stravnik_bunka {
	background-color: #fff0a0;
}

/***************** uzivatelske styly *********************/
.hlavni_stranka {
	width: 525px;
	height: 393px;
	background: url('../graphics/hlavni_stranka.jpg') no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
}

.hlavni_stranka div {
	padding: 275px 10px 0px 10px;
}

