* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font: 83% 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	background: #260d0f url('../des/bgr.jpg') top center no-repeat;
	margin: 0px;
	padding: 0;
	height: 100%;
	text-align: center;
}
#drzak {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	background: #19242f url('../des/drzak.jpg') 0px 370px no-repeat;
	min-height: 100%;
	height: 100%;
}
#drzak-top {
	background: transparent url('../des/drzak.jpg') 0px 370px no-repeat;
	padding-bottom: 90px;
}
body>#drzak {
	height: auto;
}
#pravy {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}
#pravy-obsah {
	margin: 40px 20px 20px 0px;
	}
#levy {
	margin: 0 350px 0 0;
	padding: 0;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}
#levy-obsah {
	margin: 40px 20px 0px 30px;
	padding: 0px 10px 20px;
}
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
#hlavicka {
	background: #353141 url('../des/hlavicka.jpg') top left no-repeat;
	height: 310px !important;
	margin: 0px;
	position: relative;
	z-index: 2;
}
#paticka {
	margin: 0px auto;
	width: 100%;
	height: 70px;
	background: transparent url('../des/paticka.jpg') top left no-repeat;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
/* --------- tagy ---------- */
h1, h2, h3, h4 {
	margin: 0 0 0.15em 0;
	line-height: 1.5em;
	font-family: 'Arial MS', sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 2.0em;
	color: #e73628;
	padding-bottom: 10px;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.4em;
	color: #e73628;
	padding-bottom: 10px;
	margin-bottom: 1em;
	margin-top: 1em;
}
h3 {
	font-size: 1em;
	color: #e73628;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

p, address, table, ul, form {
	color: #d0dfed;
	margin: 0 0 1em 0;
}
p, address {
	font-style: normal;
	line-height: 1.6;
}
li {
	margin: 0px 0px 7px 15px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
}
/*#levy-obsah li {margin: 0px 25px 7px 0px; padding: 0px 0px 0px 0px; list-style-position: outside; position: relative; left: 25px;}*/
a {
	color: #70cfff;
	font-weight: bold;
}
a:hover {
	color: #bae8ff;
	text-decoration: none;
}
.levacek {float: left; margin: 0px 20px 15px 0px; padding: 1px; background: url('pic_bgr2.jpg') top left;}
.pravacek {float: right; margin: 0px 0px 15px 20px; padding: 1px; background: url('pic_bgr2.jpg') bottom left;}
/* ------------ hlavicka ------------------- */
#hlavicka h2 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
	line-height: 2em;
}
#logo {
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 5;
	background: transparent url('../des/hlavicka.jpg') -20px -60px;
	width: 370px;
	height: 130px;
}
#logo span {
	display: block;
	width: 370px;
	height: 130px;
	background: transparent url('../des/hlavicka.jpg') -20px -60px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	cursor: hand;
}
/* --------- menu ---------- */
#menu {
	height: 60px;
	background: #491826 url('../des/menu.jpg') top left;
	position: relative;
	z-index: 40
}
#menu ul {
	clear: both;
	margin: 0;
	padding: 0 0 0 50px;
	height: 30px;
	position: relative;
	top: 8px;
}
/* IE6:vykresluje ramecek bez ohledu na height */
#menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 10px 0px 0;
	margin: 0px 22px;
	height: 22px;
	font-weight: normal;
}
#menu ul li a:hover {
	border-bottom: 1px #741d36 solid;
	color: white;
}
#menu ul li a#active {
	border-bottom: 1px #856e7d solid;
	color: white;
}

/* submenu */

#menu li ul {
    width: 240px;
    height: auto;
    margin: 0;
    padding: 52px 0px 10px 0px; /* nevim proc, ale odskakuje to o 2 pixely min, proto 52 a ne 50 */
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}


#menu li ul .bgr {width: 240px; background: #4a1826 url('submenu2.jpg') top left no-repeat;}
#menu li ul .paticka {width: 240px; height: 10px; background: transparent url('submenu_paticka.png') bottom left no-repeat;} 

#menu li:hover ul {
    display: block; }

#menu li ul li {
    padding: 0px;
    float: none;
    text-align: left;
    }

#menu li ul li a {
    padding: 7px 0px 7px 0px;
    margin: 0px;
    text-indent: 20px;
    width: 240px;
    line-height: normal;
    font-size: 13px;
    font-weight: normal;
    float: none;
    color: #dbc3ca;
    border-bottom: 1px #582030 solid;
    background: transparent url('submenu_li.png') bottom left no-repeat;
}

#menu li ul a:hover {
    color: #ffffff;
    border-bottom: 1px #632839 solid;
    background: transparent url('submenu_li.png') 0px 0px no-repeat;   
}

#menu li ul a#active {
    background: transparent url('submenu_li.png') 0px -100px no-repeat;   
}
/* --------- formulare ---------- */

form {
	margin: 1em 0em;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	
}
fieldset	{ 
	position: relative; 
	padding: 0,5em 0em;	
	background: transparent;
	border: 1px solid transparent;
	margin-bottom: 1em;
	}

legend {
	color: #fff;
	background: #F3F2EF;
	padding: 5px 10px;
	font-size: 1.2em;
}

input, select, textarea {
 	margin: 0px 0px 10px 0px;
	border: 1px solid #C8C8C8;
	color: #555;
	padding: 0.2em;
	}

label	{
	color: #fff;
}
.filtr input, .filtr select {
	margin: 0px;
}

.cudl {
	background: #70cfff;
	border: 1px solid #9cdeff;
	color: #000;
	padding: 0.5em;
	width: auto;
}

form span {
	margin: 0em 0.5em 0em 0em;
}

.poznamka {
	color: #757575;
	position:relative;
	top: -0.8em;
}



/* --------- prvky---------- */
.paletka {
	width: 290px;
	background: transparent url('../des/paletka_paticka.png') bottom left no-repeat;
	margin: 0px 0px 0px 25px;
	position: relative;
	padding-bottom: 10px;
	}

.paletka h3 {
  color: #e73628;
  display: block;
	height: 60px;
	position: relative;
	top: 0px;
	line-height: 60px;
	font-size: 1.5em;
	margin: 0px;
	padding: 0 0 0 20px;
	background: url('../des/paletka_h3.png') 0px 0px no-repeat;
}
.paletka p, .paletka address {
	margin: 0px;
	padding: 20px 0 0 20px;
}
.paletka .pozadi {background: #181820 url('paletka.jpg') no-repeat; padding-bottom: 20px;}
strong {
	color: #fff;
}
.nahled {
	float: left;
	width: 160px;
	text-align: center;
	margin-bottom: 10px;
}
.nahled a img {border: 1px solid #70cfff;}
.nahled a:hover img {border: 1px solid #ffffff;}
.fotky h2, .fotky h3 {margin-bottom: 0px;}
.fotky p {margin-top: 0px;}
/* --------- paticka  ---------- */
#paticka-text {
	text-align: right;
	margin: 0px 10px;
	padding: 0px 20px;
	line-height: 50px;
	background: transparent;
	color: #d0dfed;
}