﻿.lista {
    margin: 5px 50px;
}
.hidden {
    display: none;
}

body, html {
    background-color: #c29c31;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 14px;
}
a {
    color: #06c;
}
a:hover {
    color: #283794;
}
.clear {
    clear: both;
}
form {
    width: 950px;
    margin: 0 auto;
}
#illustration {
    height: 230px;
    background: url('illustration_head.jpg') center bottom no-repeat;
}
#illustration a {
    display: block;
    height: 100%;
}
#head {
    height: 49px;
    background: url('head_bg.gif') center no-repeat;
}
#head h1, #head h2 {
    padding: 0;
    margin: 0;
}
#head h1 {
    height: 39px;
    padding: 5px 20px;
}
#head h1 a {
    display: block;
    width: 220px;
    height: 40px;
    background: url('logo_lusiz.gif') no-repeat;
}
#head h1 span {
    display: none;
}
#head h2 {
    float: right;
    color: #fff;
    margin-top: -44px;
    padding: 10px 30px;
}

ul#languages {
    list-style: none;
    margin: -250px 20px 0 0;
    padding: 0;
    float: right;
}
ul#languages li {
    float: left;
    margin: 3px 2px;
}
ul#languages li span {
    display: none;
}
ul#languages li a {
    display: block;
    width: 40px;
    height: 30px;
}
ul#languages li.cesky a {
    background: url('lang_cesky.gif') no-repeat;
}
ul#languages li.deutsch a {
    background: url('lang_deutsch.gif') no-repeat;
}
ul#languages li.polski a {
    background: url('lang_polski.gif') no-repeat;
}

#menu {
    float: left;
    width: 165px;
    background: url('menu_bg.gif') right top repeat-y;
    margin: 10px 5px 0 37px;
}
#menu div.top {
    padding-top: 22px;
    background: url('menu_t.gif') right top no-repeat;
}
#menu div.bottom {
    padding: 0px 10px 22px 10px;
    background: url('menu_b.gif') right bottom no-repeat;
}
#menu .slogan {
    padding-bottom: 95px;
    background: url('menu_ilu.png') center bottom no-repeat;
}
#menu .slogan h4 {
    margin: 15px 0 5px 0;
    padding: 0;
}
#menu ul {
    margin: 0;
    padding: 0;
}
#menu ul li {
    margin-left: 20px;
    padding: 0;
}
#menu ul#navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu ul#navigation li {
    padding: 0 0;
    margin: 0 0 0 -35px;
    font-size: 14px;
    font-weight: bold;
}
#menu ul#navigation li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 0 0 12px;
    height: 30px;
    background: url('navigation_bg.gif') no-repeat;
}
#menu ul#navigation li a:hover {
    color: #fff;
    background: url('navigation_bg_active.gif') no-repeat;
}
#menu ul#navigation li ul {
    margin: -3px 0 12px 50px;
}
#menu ul#navigation li ul ul {
    margin: 0 0 2px 14px;
}
#menu ul#navigation li li {
    list-style-type: disc;
    padding: 1px 0px;
    margin: 0;
    background: none;
    font-size: 12px;
    font-weight: normal;
}
#menu ul#navigation li li a {
    color: #283794;
    text-decoration: none;
    background: none;
    height: auto;
    padding: 1px 0;
}
#menu ul#navigation li li a:hover {
    color: #000;
    text-decoration: underline;
    background: none;
}


#data {
    float: left;
    background-color: #fff;
    padding: 10px 30px;
    margin: 0 5px;
    width: 652px;
    border: 3px solid #293895;
    border-top: none;
    border-bottom: none;
}
#data #dropty {
    margin: -10px -20px; 
    margin-bottom: 10px;
    padding: 10px 10px;
    border-bottom: 1px dotted #293895;
}

#data #footer {
    height: 33px;
    padding: 0 0 20px 0;
    margin: 0px -44px -10px -33px;
    background: #c29c31 url('data_b.gif') right top no-repeat;
}
#data #footer #copyright {
    float: right;
    margin: 15px 23px 0px 10px;
    color: #fff;
    font-size: 8pt;
    text-align: center;
}
#data #footer #copyright a {
    color: #fff;
    text-decoration: none;
}
#data #footer #copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

#infoboxes {
    float: right;
    width: 347px;
    margin: 0 -55px 25px 30px;
}
#infoboxes a.box {
    display: block;
    width: 100%;
    height: 136px;
    margin-bottom: 7px;
    background: 230px 10px no-repeat;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#infoboxes a.box span {
    display: block;
    background: Red;
    padding: 7px 150px 5px 25px;
    height: 136px;
    width: 189px;
    background: red;
}
#infoboxes a.box span h3 {
    margin: 7px 0;
    padding: 0;
}
#infoboxes a.box span p {
    margin: 5px 0;
    padding: 0;
    text-align: justify;
}
#infoboxes a.box span p.viceinfo {
    text-align: right;
    color: #06c;
    text-decoration: underline;
}
#infoboxes a.box span p.viceinfo:hover {
    color: #283794;
}
#infoboxes a.box .box0 {
    background: url('infobox1.png') no-repeat;
}
#infoboxes a.box .box1 {
    background: url('infobox2.png') no-repeat;
}
#infoboxes a.box .box2 {
    background: url('infobox3.png') no-repeat;
}

#data #content {
    _height: 620px;
    min-height: 620px;
}



/* fotografie */
h2#fotogalerie {
    margin-bottom: 0px;
}
.fotky .boxfotka {
    float: left;
    width: 305px;
    margin: 10px;
}
.fotky .boxfotka p {
    margin: 10px 0 0 0;
    padding: 0;
    min-height: 40px;
    vertical-align: baseline;
}
.fotky .boxfotka h4 {
    color: #000;
    margin: 5px 0;
}
.fotky .boxfotka .fotka {
    width: 300px;
    min-height: 210px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #292728;
}
.fotky .boxfotka .fotka img {
    border: none;
}

/*******************************************************************
 *	                   anotace clanku - seznamy
 *******************************************************************/
dl.anotace dt, dl.anotace dd {
    margin: 0;
}
dl.anotace {
    border-top: 1px dashed #ccc;
}
dl.anotace dt {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    margin: .2em 0;
}
dl.anotace dt.ilustrace {
    margin-left: 75px;
}
dl.anotace dt a {
    text-decoration: none;
}
dl.anotace dt a:hover {
    text-decoration: underline;
}
dl.anotace dd.uvod.ilustrace {
    margin-left: 0px;
}
dl.anotace dd.uvod {
    text-align: justify;
    padding: .15em 5px;
    font-size: 1em;
}
dl.anotace dd.uvod img {
    padding: 1px;
    float: left;
    margin: -2.3em 10px 10px -2px;
    width: 60px;
    height: 60px;
}
dl.anotace dd.autor {
    border-bottom: 1px dashed #ccc;
    font-size: .8em;
    padding: .2em 5px .7em 5px;
}
dl.anotace dd.autor span {
    font-weight: bold;
}



/*******************************************************************
 *	                           formulare
 *******************************************************************/
.formular {
    font-size: 1.05em;
}
fieldset {
    margin: .7em 0;
    padding: .7em;
    font: 95%/1 Verdana, Arial, sans-serif;
    border: 1px dotted #9c033b;
}
fieldset label {
    float: left;
    width: 25%;
    margin: -2px .5em 0 0;
    padding-top: .2em;
    text-align: left;
}
fieldset label.povinne {
    font-weight: bold;
}
fieldset input, fieldset textarea, fieldset select, .tabulka input {
    font: 95%/1 Verdana, Arial, sans-serif;
    border: 1px solid #9c033b;
    margin: 3px 0;
    width: 65%;
    background-color: #fff;
}
input.povinne, textarea.povinne, select.povinne {
    background-color: #f3e4e2 !important;
}
fieldset input.heslo {
    font: 95%/1 sans-serif;
}
fieldset input.datum {
    width: 80px;
}
fieldset .tlacitka {
    margin-top: .5em;
}
fieldset .tlacitka input, fieldset input.tlacitko {
    padding: .2em .7em;
    font-weight: normal;
    background-color: ButtonFace !important;
    border-color: ButtonFace;
    border-style: ridge;
    border-width: 1px;
    width: auto;
}
fieldset input.readonly, fieldset textarea.readonly {
    margin-top: -1px;
    border: none !important;
    background-color: Transparent !important;
}
.tabulka input {
    width: 85%;
}
fieldset legend {
    background: #fff;
    padding: 2px 5px 8px 5px;
    margin: 0 0 3px -17px;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
}
fieldset.white legend, fieldset.white input, fieldset.white textarea, fieldset.white select, .white .tabulka input {
    background: #fff;
}
fieldset .checkbox input {
	float: left;
	width: auto;
	border: none;
	background: transparent;
	margin: 0;
}
fieldset .checkbox label{
    height: 1.7em;
	width: 70%;
}
fieldset .checkbox span.popis {
    display: block;
    margin: 0 15px 7px 20px;
    font-size: 9pt;
    text-align: justify;
    width: 100%;
}

.form-obrazky {
    margin-top: 10px;
    height: 360px;
    border-bottom: 1px dotted #ccc;
}
.form-obrazky input {
    float: left;
    margin-top: 20px;
}
.form-obrazky label {
    width: 40px !important;
    float: left;
    margin-top: 0px;
}
.form-obrazky img {
    float: left;
    margin: 20px 10px 30px -60px;
}


/*******************************************************************
 *	                    dokumenty, odkazy
 *******************************************************************/
ul.dokumenty {
	 margin: 2px 0 0 1.5em;
	 padding: 0;
	 list-style: none;
}
ul.dokumenty li {
	line-height: 20px;
}
ul.dokumenty li span {
	font-size: .85em;
	color: #000;
}
ul.dokumenty li img {
	margin: 0 5px -4px 0;
	border: 0;
}
ul.odkazy {
	 margin: 2px 0 0 1.5em;
	 padding: 0;
}
ul.odkazy li {
	list-style: none outside url('odkaz.gif');
	line-height: 20px;
	margin-left: 25px;
	_margin-left: 15px;
	_padding-left: 7px;
}


 
/*******************************************************************
 *	                       dialog message
 *******************************************************************/
.message {
	background-color: #fee1b5;
	border: 1px dashed #d6b564;
	width: 400px;
	margin: 1em auto;
	padding: .9em 2em .9em .9em;
}
.message .message {
	background-color: transparent;
	border: none;
}
.message td {
	vertical-align: top;
	padding: .5em .9em .9em .5em;
}
.message td.image {
	vertical-align: top;
	padding: .9em .7em .7em .9em;
}
.message h1, .message h2, .message h3, .message h4 {
	margin: .4em 0;
}
.message p {
	text-indent: 0 !important;
	margin: .15em 0;
	padding: 0;
}
.message ul {
	padding: 0;
	margin: .2em 0;
}
.message ul li {
	padding: 0;
	margin: 0 1.5em;
}
