/* styly */

body
{
	left: 0px;
	right: 0px;
	background-image: url(./images/wallpaper.png);
	background-repeat: repeat-x;
	background-color: #04162d;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #fff;
}

body.popup {
	margin-left: -30px;
}

a img { border: 0; }
/*
A  { color: #cc3300; }
A:link {	text-decoration:none; color: #cc3300; }
A:visited {	text-decoration:none; color: #cc3300; }
A:hover {	text-decoration: none; color: #993300; }
*/

.footer { clear: both; }

#layout
{
  width: 936px;
  background-image: url(./images/wallpaper_layout.png);
	margin: auto;
	height: 100px;
  text-align: left;
}

body.popup #layout
{
  width: 636px;
}

#header
{
    background-image: url(images/wallpaper_header.jpg);
    height: 181px;
    position: relative;
    
}

#header2
{
    background-image: url(images/wallpaper_header2.jpg);
        min-height: 210px;
        background-repeat: no-repeat;
        padding: 150px 45px 20px 45px;
        position: relative;
}

#header3
{
    background-image: url(images/wallpaper_header3.png);
    
    min-height: 207px;
}

#bottom
{
    background-image: url(images/wallpaper_bottom.png);
    height: 232px;
    margin-top: -140px;
}

#obsah
{
width: 846px;
margin:1em auto;
text-align:left;
}
body.popup #obsah
{
	width: 546px;
}

#levypanel
{
float: left;
width: 569px;
margin:0;
padding:0;
}

#levypanel-obsah
{
margin:0;
}

#hlavnipanel
{
margin:0 0 0 569px;
padding-top: 1px;
padding-left: 9px;

}

#hlavnipanel-obsah
{
margin:0;
}

#paticka
{
padding: 10px;
border-top: 1px solid blue;
background: #dddddd;
}

#login
{
width: 269px;
height: 51px;
background-image: url(images/wallpaper_login.png);
position: absolute;
top: 8px;
left: 623px;
padding: 40px 0 0 0;
text-align: center; 


}

#menu_top
{
  position: absolute;
  top: 60px;
  left: 735px;
  font-weight: bold;
}

#menu_middle
{
  position: absolute;
  top: 135px;
  left: 76px;
  font-weight: bold;
}

.prispevek_top
{
width: 557px;
height: 51px;
background-image: url(images/wallpaper_top.png);
background-repeat: no-repeat;
}

.prispevek_middle
{
  background-image: url(images/wallpaper_middle.png);
  background-repeat: repeat-y;
  width: 497px;
  padding: 10px 30px 15px 30px;
  line-height: 17px;
  text-align: justify;
}

.prispevek_middle code
{
  text-align: left;
}

.prispevek_bottom
{
  background-image: url(images/wallpaper_bottoms.png);
  background-repeat: no-repeat;
  height: 53px;
  width: 557px;
}

.prispevek_bottom div.wrapper1 {
	padding-left: 15px;
	padding-top: 12px;
}

.prispevek_bottom, .prispevek_bottom a {
	color: #708693;
}

.title
{
  float: left;
  font-size: 17px;
  padding: 2px 0 0 30px;
}

.title2
{
  float: right;
  padding: 8px 30px 0 0;
}

.prispevek
{margin-bottom: 40px;  }

.hlavni_mini
{
  width: 268px;
  height: 44px;
  background-image: url(images/wallpaper_mini_head.png);
  background-repeat: no-repeat;
  padding-top: 7px;
}
.hlavni_mini div.wrapper1 {
  padding-left: 25px;
}

.hlavni_mini_middle
{
  width: 268px;
  background-image: url(images/wallpaper_mini_w.png);
  background-repeat: repeat-y;
  border-bottom: 2px solid #25516e;
  line-height: 18px;
}
.hlavni_mini_middle div.wrapper2 {
  padding: 0px 15px 15px 25px;
}

.zapatii
{
  margin-top: -82px;
  margin-left: 60px;
  position: relative;
}

/* gibo */
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}

div.prispevek_middle a {
	text-decoration: underline;
}

