* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #ffeebd url(bg.gif) top center repeat-y;
color: #8c0000;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;
}

a { color: #8c0000; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }
img { border: none; }
a img { border: none; }
#left img { border: none; margin-left:40px }

#wrap {
width: 720px;
margin: 0 auto;
background: #FFCC33;
}

#header {
background : #fff url(header.gif) no-repeat;
height: 100px;
}

#header h1 { padding: 5px 0 0 20px; color: #fff; font-size: 20px; text-align:center }
#header h1 a { color: #fff; text-decoration: none; }
#header h1 a:hover { color: #000; text-decoration: none; }
#header h2 { padding: 0 0 0 20px; font-size: 17px; color: #f7f7f7; }

#right {
float: right;
width: 500px;
}
.breadcrumbs {
background: #FFCC33 url(breadcrumbs.gif) no-repeat;
height: 50px;
line-height: 50px;
padding-left: 20px;
color: #fff;
}
.breadcrumbs a { color : #fff; }
.breadcrumbs a:hover { color: #ccc; }

.content { padding: 0px 20px; }
.content h2 { font-size: 16px; padding: 7px 0 3px 0; }

#left { 
float: left;
width: 220px;
}

#left h2 { 
background: #FFCC33 url(menu.gif) no-repeat;
line-height: 50px;
height: 50px;
font-size: 14px;
color: #fff;
padding-left: 20px;
}
.leftbox {
padding: 0px 15px 10px 15px;
}
.leftbox li { list-style-type: none; }
.leftbox li a { font-weight: 600; padding-left: 5px;display:block; height:20px; background:#FFCC33}
.leftbox li a:hover { padding-left: 10px; background:#8c0000; }
.vyrazne li a {padding-left: 10px; padding-top: 5px; background:#8c0000; color: #ffff00; font-size: 15px;}

#footer {
margin-top: 10px;
height: 50px;
line-height: 50px;
background: #FFCC33 url(footer.gif) no-repeat;
text-align: center;
color: #eee;
}
#footer a { color: #eee;}
#footer a:hover { color: #fff; }

/* plovoucí karty */
.cleaner {
        clear: both;
        height: 0;
        content: ' ';
      }         
#galerie {margin-left: -25px;}                                           
#galerie .foto {
        float: left;
        display: block;
        margin: 7px 10px 0 0;        
                     } 
                                         
  #galerie .foto img {
                border: 1px solid #fff;
      }
/* ///plovoucí karty */
