/* CSS Document */
*{
margin: 0px;
padding: 0px;
font-family: trebuchet MS;
}

#obsah{
width: 800px;
position: absolute;
left: 50%;
margin-left:-400px;
border: 1px gray dotted;
padding-bottom: 20px;
}

#header{
width: 800px;
height: 226px;
background: url(images/header_bg.jpg) no-repeat top left;
}

#menubox{
width: 180px;
margin-top: 15px;
display: inline;
float: left;
}

.menu_item{
width: 205px;
height: 28px;
background: url(images/menu_item_bg.gif) no-repeat left top;
padding-left: 28px;
padding-top: 3px;
display: block;
text-decoration: none;
font-weight: bold;
color: black;
}
.menu_item:hover{
background: url(images/menu_item_bg_hover.gif) no-repeat left top;
color:red;
}
#stred{
width: 570px;
display: inline;
float: left;
margin-top: 15px;
margin-left:10px;
}
#stred a{
  color:#FC6E04;
}
#stred a:hover{
  color:#FC6E04;
  background: rgb(222,222,222);
}
h1{
margin-bottom: 5px;
}
#stred p{
font-size: 14px;
text-align: justify;
}
img{
border: 4px double orange;
}
.img_right{
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.img_left{
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.ikona{
border:none;
vertical-align:middle;
}
.nadpis_aktuality{
  font-weight: bold;
  text-decoration: underline;
  display: block;
}
.aktualita{ 
  border-bottom: 1px dotted grey;
}
