@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/tlo.png);
	background-repeat: repeat-x;
}
.font80 {
	font-size: 80%;
	margin-top: 10px;
}


#container  {
	width: 975px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #DDDDDD;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
} 
#news  {
	margin-left: auto;
	width: 635px;
	margin-right: auto;
} 
#footer  {
	background:#DDDDDD;
	padding-top: 0px;
	padding-bottom: 0px;
} 
#footer  p  {
	font-size: 60%;
	text-align: center;
	margin-top: 5px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#topmenu      li    {
	display: inline;
}
#topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	background-color: #FF0000;
	padding: 3px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#topmenu    li    a  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 2px outset #FFF2BF;
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	padding-left: 15px;
}#topmenu     li   a:active, #topmenu   li a:focus,  #topmenu li a:hover {
	background-color: #FFCC00;
	color: #000000;
}
#leftmenu  {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#leftmenu  ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#leftmenu  li {
	margin: 0px;
	padding: 0px;


}
#leftmenu  li  a {
	text-decoration: none;
	color: #000000;
	background-color: #FFCC00;
	border: 2px outset #FFF2BF;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
#leftmenu      li    a:active,  #leftmenu    li a:focus,   #leftmenu li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
#rightmenu {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



#rightmenu  li  a {
	text-decoration: none;
	color: #000000;
	background-color: #ffcc00;
	border: 2px outset #FFF2BF;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
#powrot {
	text-align: center;

}
#powrot a {
	width: 400px;
	background-color: #FFcc00;
	color: #000000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: small;
	margin-top: 10px;
}
#powrot a:hover {
	color: #FFFFFF;
}



#rightmenu  li {
	margin: 0px;
	padding: 0px;
}
#rightmenu  ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#rightmenu     li    a:active, #rightmenu    li a:focus,   #rightmenu li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
img.menu {
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-align: center;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img.news {
	height: 100px;
	width: 100px;
	margin-right: 5px;
	float: left;
}

p.news {
	font-size: 80%;
	text-align: justify;
	text-indent: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.newsdata {
	font-size: 60%;
	color: #0000FF;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}


p.newshead {
	font-weight: bold;
	text-align: center;
}
#news hr {
	color: #FF0000;
	background-color: #FF0000;
	height: 2px;
}
#news h2 {
	text-align: center;
	background-color: #FFCC00;
	line-height: 150%;
	color: #FF0000;
	margin: 0px;
}
#content {
	width: 635px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
p.maintext {
	text-indent: 20px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.podzdj {
	text-align: right;
	font-size: x-small;
	font-style: italic;
	margin-top: 2px;
}
li.bez_wc {
	margin-left: -25px;
}
