/* ----  Pro celou stránku ---- */
* {
	margin: 0;padding: 0;border: none;font-size: 10pt;
	font-family: Tahoma, "Tahoma CE", Verdana, "Verdana CE", "Arial CE", Arial, sans-serif;
}
body {
	background: #eb2;
	position: relative;
	background: #c90 url(img/back.png) repeat left top;
}
a {color:#363;text-decoration: underline;}
a:visited {color:#000;}
a:hover {color:#363;}
a.out {padding:0 8px 0 0;background: transparent url(img/outbw.png) no-repeat right top;}
a.out:hover {background-image: url(img/out.png);}
.hidden {position: absolute;height: 0;left: -2000px;top:0;}
.clear {clear: both;}
/* ---- PAGE ---- */

#page {
    position: relative;
    top: -0.5em;left: -0.5em;
	background-color: #eee;
	color:#000;
	border: 2px #252 solid;
}
#page-cover {
    position: relative;
    background: url(img/pok.png) repeat left top;
	margin: 3em auto;
	width: 60em;
	max-width:98%;
}
/* ---- TOP ---- */

#top {
	border-bottom: 1px #363 solid;
	background: #363 url(img/top_bg.png) repeat-y top left;
	color: #eee;
}
#top .title {
	background: transparent url(img/roskalo.gif) no-repeat 10px 5px;
	min-height: 60px;
	font-size: 1.6em;
	text-align: center;
	font-weight: bolder;
	padding: 0.7em 0 0.7em 160px;
}
#top .title span {
	font-size: 0.8em;
}
/* ---- COLUMNS ---- */

#columns {
	border-top: 1px #363 solid;
	border-bottom: 1px #363 solid;
	margin:1px 0;
	background: url(img/roskalogo.png) no-repeat 50% 50%;
}

/* ---- BOTTOM ---- */

#bottom {
	border-top: 1px #363 solid;
    font-size: 0.8em;
}
#bottom p {
    padding: 0.3em 10px;
}

/* ---- TEXT ---- */

#text {
	float: left;
	width: 80%;
	margin: 1em 0;
}
#text p {
    margin: 0 15px 0.5em 15px;
    line-height: 1.4em;
}
#text p+p {
/*    text-indent: 1em;*/
}
#text p.noindent {
    text-indent: 0;
}
#text ul {
    margin: 0.7em 10px 0.7em 30px;
}
#text ul li {
    margin: 0 10px 0.5em 10px;
    line-height: 1.4em;
    list-style-type: none;
    background: url(img/li.png) no-repeat 0px 0.6em;
    padding: 0 0 0 10px;
}
#text p.images {
    text-align: center;
}
#text img {
	border: 1px #696 solid;
}
#text h1 {
    font-size: 1.3em;
    margin: 0.5em 15px 0.5em 15px;
    color: #363;
    font-weight: bolder;
}
#text h2 {
    font-size: 1.1em;
    margin: 1.5em 15px 0.5em 15px;
    color: #363;
    border-bottom: 1px #363 dotted;
}
#text h3 {
    font-size: 1em;
    margin: 1.5em 15px 0.5em 15px;
    color: #363;
    text-decoration: underline;
}
#text table {
    width: 80%;
    margin: 1em auto;
    border: 1px #363 solid;
    border-collapse: collapse;
}
#text table caption {
    color: #363;
    font-weight: bolder;
    text-align: left;
    width: 80%;
    margin: 1em auto 0 auto;
}
#text table tr.suda {
    background-color: #fe9;
}
#text table th {
    background-color: #363;
    color:#fff;
    padding: 0.1em 3px;
}
#text table td {
    padding: 0.1em 3px;
    border: 1px #363 solid;
}
#text abbr {
     border-bottom: 1px #363 dotted;
     cursor: help;
}
#text #akce {
    border: 2px #060 solid;
    width: 80%;
    margin: 1em auto;
}
#text #akce p {
    margin: 1em 15px;
    text-indent: 0;
}
#text #akce h2 {
    background-color: #060;
    color: #fff;
    margin: 0;
    padding: 0.2em 15px 0.3em 15px;
    border: none;
}

/* ---- MENU ---- */

#menu {
	margin: 0 0 0 80%;
	min-height: 30em;
}
#menu h2 {
    background-color: #363;
    color: #fff;
    padding: 0.3em 10px;
    margin:1px 0 0.3em 0;
    font-size: 1em;
}
#menu ul {
	padding: 0 0 0.3em 0;
	border-bottom: 2px #363 solid;
}
#menu li {
   list-style-type: none;
   line-height: 1em;
}
#menu a {
    display: block;
    padding: 0.3em 10px 0.4em 10px;
    text-decoration: none;
    border: 1px transparent solid;
    border-right: none;
}
#menu a.set {
    font-weight: bolder;
}
#menu a:hover {
    font-weight: bolder;
    border-color: #696;
	color: #000;
}

