body {
background: #333333 url('obrazky/web/body_background.png') repeat-x; 
padding: 0;
margin:0;
text-align:center;
font-family: 'Verdana';
font-size: 10pt;
}
form {
padding:0px;
margin:0px;
}

.galerie {
    float: left;
    margin: 0 5px 10px;
    width: 280px;
    -webkit-box-shadow: 5px 4px 0px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 4px 0px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 4px 0px 0px rgba(0,0,0,0.4);
}

.galerie .vrch {
    background-color: #f1e6c1;
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    padding:3px;
    min-width:274px;
}

.galerie:hover{  
    opacity:0.7;
}

.galerie .obr{
    height:187px;
}

.galerie .plakat{
    height:396px;
}

a {
color: #000066;
}
a:hover {
color: #990000;
}
img {
border:none;
}
textarea {
width:870px;
height: 1200px;
border: 0px none;
}
h1 {
font-size: 20pt;
margin: .67 em 0;
font-weight: bolder;
display: block;
}
h2 {
font-size:16pt;
font-style: italic;
color:#300;
}
input.headline {
font-size: 20pt;
margin: .67em 0;
font-weight: bolder;
display: block;
width:870px;
}

p {
margin: 0;
padding: 0;
}
.main {
width:900px;
margin: 0 auto;
position: relative;
text-align: left;

}
.banner_admin {
background-color: #FF9900;
font-weight: bold;
padding: 5px;
}
div.banner {
height: 190px;
background-image: url('obrazky/bannery/2025.png');
border-radius: 20px;
}
div.menu {
border-top:1px #222 solid; 
margin: 5px 0 5px 0;
}
div.menu a {
font-size: 16pt;
font-weight: 300;
text-decoration:none;
color: #F0E07F;
display: inline-block;
padding: 5px 15px;
}

div.menu a:hover {
color:#f2e665;
background-color: #444444;
border-radius: 10px;
}

div.menu .selected a {
color: #B04000;
background-color: #ffffff;
border-radius: 10px;
}

div.menu .selected a:hover {
color:#aa0000;
background-color: #ffffff;
}

.content {
background-color: #FFFFFF;
padding: 15px;
overflow:auto;
border-radius:20px;
}

div.article {
display:block;
width:868px;
}


table.thumb {
display: table;
padding: 0;
float: left;
margin-right: 5px;
margin-left: 5px;
margin-bottom: 10px;
border: 1px #000 solid;
background-color: #e9cf94;
width:164px;
}
table.thumb td.headline {
font-weight: bold;
background-color: #e1d8c0;
color:#88633b;
border-bottom: 1px #88633b solid;
}
table.thumb td.foto {
width: 170px;
height: 170px;
}
td.foto img {
border: 1px #000 outset;
}

.footer {
text-align: center;
color: #eee;
font-weight: bold;
}
