/* ============================================
         AUTHOR  :  edmic
           YEAR  :  2004
           NOTE  :  Stylesheet for www.popelka.tym.cz
============================================ */

/* ======= STANDART TAGS STYLES ============ */
body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	background: #ccc;
}
h1{ font-size: 1.5em; }
h2{ font-size: 1.4em; }
h3{ font-size: 1.3em; }
h4{ font-size: 1.2em; }
h5{ font-size: 1.3em; }
h1,h2,h3,h4{
	padding: 0;
	margin: 10px 0;
	color: #036;
}
h5{
	padding: 0;
	margin: 10px 0;
	color: red;
}
img{ border: 0; }
p{ text-align: justify; }
a{
	color: #036;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{ text-decoration: none; }
table,tr,td{
	border: 1px solid #ddd;
	border-collapse: collapse;
}
b{
	color: #036;
	font-size: 13px;
	font-weight: bold;
}
tr{ background: #fff; }
td{ padding: 5px 9px; }

/* ======= DOCUMENT LAYOUT STYLE =========== */
#container{
	background: url(images/bg.gif) repeat-y center;
	width: 820px;
	margin: 0 auto;
	padding-top: 10px;
}
#header,#menu{
	width: 760px;
	margin: 0 auto;
}
#main{
	background: #fff; 
	width: 730px;
	padding: 30px 15px 15px 15px;
	min-height: 350px;
	_height: 350px;
	margin: 0 auto;
}
#footer{
	background: #042D56;
	width: 750px;
	padding: 5px;
	color: white;
	font-size: 0.8em;
	margin: 0 auto;
}
#footer a{ color: #fff; }

/* ======= FORMATING STYLES ================ */
table .head{
	background: #369;
	color: white;
	font-weight: bold;
}
table .head1{
	background: #369;
	color: white;
	font-weight: bold;
	text-align: center; 
}
table .zbyva0{
	background: #369;
	color: white;
	font-weight: bold;
}
table .zbyva1{
	background: #369;
	color: red;
	font-weight: bold;
}
table .even{ background: #f1f1f1;
}
table .even0{ text-align: center; 
}
table .even1{ background: #f1f1f1;
	text-align: center; 
}
.yellowrow{ background: #ADD8E6; 
	text-align: center; 
}
.modrepole{ background: #369; 
	color: white;
	text-align: center; 
	font-weight: bold;
}
.floatright{ float: right; }
.center{ text-align: center; }
.sponzor{
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}
.logo{
	padding: 0 0 10px 10px;
	float: right;
}

.error1	{
	color: red;
	font-size: 13px;
	font-weight: bold;
}
.error0	{
	font-size: 13px;
	font-weight: bold;
}

/* ======= MENU AND BUTTONS ================ */
#menu{
	background: url(images/bg-menu.jpg) no-repeat;
	border: solid #fff;
	border-width: 1px 0 1px 0;
	height: 23px;
}
.menubutton,.menubutton-active{
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
}
.menubutton2{
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
	background: #285C8F;
}
.menubutton, .submenubutton{
	background:#042D56;
	cursor: hand;
	cursor: pointer;
}
.menubutton:hover, .submenubutton:hover{ background: #285C8F; }
.menubutton-active{
	background: #5E91BB;
	color: #000;
	cursor: default;
}
#menu .last{ border-right: 1px solid #fff; }
.submenubutton{
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: white;
	cursor: hand;
	cursor: pointer;
	border: solid #fff;
	border-width: 0 1px 1px 1px;
	font-size: 0.9em;
}
#menu-ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 70px;
}
.submenu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.submenu li a {
	width:90px;
	display: block;
}
#menu-ul li {
	float: left;
	position: relative;
	text-align: center;
}
#menu-ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 90px;
}
#menu-ul li>ul {
	top: auto;
	left: auto;
}
#menu-ul li:hover ul, #menu-ul li.over ul { display: block; }
#leftmenu{
	background: url(images/leftmenu-bg.gif);
	width: 120px;
	padding: 0;
	float: left;
	margin-right: 15px;
	margin-left: -10px;
}
#leftmenu a{
	color: white;
	padding: 3px 0 3px 25px;
	text-decoration: none;
}
#leftmenu a:hover{ background: #285C8F; }
#leftmenu li{ background: url(images/leftmenu-li.gif) no-repeat 9px 6px; }