body
{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   background-image: url("pozadis.png");
   background-position: top center;
   background-repeat:repeat-y;
   margin-top: 30px;
}

#stranka
{
   width: 975px;
   margin-left: auto;
   margin-right: auto;
   background-image: url("pozadi.png");
   background-position: top center;
   background-repeat:no-repeat;
}


#nabidka
{
   font-size: 13px;
}

#nabidka ul
{
   list-style-type: none;
   margin-top: 70px;
   margin-left: -40px;
}

#nabidka li
{
   display: inline;
   margin-left: 15px;
}

#nabidka a
{
   text-decoration: none;
   display: inline;
   color: blue;
   font-family: verdana;
   padding: 10px 10px;
   background-color: #f2f3b7;
   font-weight: bold;
   border-left: 10px solid #24262b;
   border-radius: 5px;
   box-shadow: 7px 7px 7px black;
   margin-left: 0px;
}

#nabidka a:hover
{
   color: white;
   font-weight: bold;
   background-color: #5151f4;
   font-family: verdana;
   border-left: 10px solid white;
   box-shadow: 7px 7px 7px #f2f3b7;
}


#obsah
{
   margin-top: 70px;
}


#telo
{
   float: left;
   width: 700px;
}


.clanek
{
   padding: 5px 15px;	
   font-size: 16px;
   font-family: arial;
   line-height: 120%;
   text-align: justify;
   border-left: 8px solid #031c76;
   box-shadow: 0px 0px 30px black;
   margin-left: 10px;
   margin-top: 10px;
}


#aktuality
{
   width: 250px;
   margin-left: 720px;
}

#aktuality p
{
   padding: 15px;	
   font-size: 14px;
   font-family: arial;
   line-height: 120%;¨
   text-align: justify;
   border-right: 8px solid red;
   box-shadow: 0px 0px 30px black;
   margin-left: 10px;
   margin-top: 20px;
}


#nazev
{
   font-family: arial;
   font-weight: bold;
   font-size: 40px;
   text-align: left;
   width: 600px;
   text-shadow: 5px 5px 10px gray;
}

#nazev a
{
   color: #031c76;
   text-decoration: none;
}


#podnazev
{
   color: #031c76;
   font-family: arial;
   font-weight: bold;
   font-size: 18px;
   text-align: left;
   width: 800px;
   padding: 20px 0 0 0;
   margin-top: 10px;
}

#paticka
{
   margin-top: 50px;
   text-align: right;
   padding-right: 40px;
}


#podnabidka
{
   font-size: 13px;
}

#podnabidka ul
{
   list-style-type: none;
   margin-top: 5px;
   margin-bottom: 40px;
}

#podnabidka li
{
   display: inline;
   margin-left: 20px;
}

#podnabidka a
{
   text-decoration: none;
   display: inline;
   color: black;
   font-family: verdana;
   padding: 10px 10px;
   background-color: #f2f3b7;
   font-weight: bold;
   border-left: 10px solid #24262b;
   border-radius: 5px;
   box-shadow: 7px 7px 7px black;
   margin-left: 0px;
}

#podnabidka a:hover
{
   color: white;
   font-weight: bold;
   background-color: #5151F4;
   font-family: verdana;
   border-left: 10px solid #f2f3b7;
   box-shadow: 7px 7px 7px gray;
}

h1
{
   font-family: arial;
   font-size: 20px;
   margin-left: 15px;
   margin-bottom: 25px;
}

.nazevclanek
{
   font-family: arial;
   font-weight: bold;
   display: inline;
   font-size: 16px;
}

.podnazevclanek
{
   font-family: arial;
   font-weight: bold;
   display: inline;
   font-size: 14px;
}

p
{
   font-family: arial;
   text-align: justify;
}

#aktuality p
{
   text-align: left;
}


#aktuality img
{
   float: left;
   padding: 5px;
   margin-left: -5px;
}

.clanek img
{
   float: left;
   padding: 10px;
}


.clanek a 
{
   color: #5b62f7;
   text-decoration: none;
}

.clanek a:hover 
{
   color: brown;
   text-decoration: underline;
}

#aktuality a
{
   text-decoration: none;
   color: black;
}

#aktuality a:hover
{
   text-decoration: underline;
   color: black;
}
