html {
overflow-y: scroll;
}


body {
 text-align: center; /* centrovani v IE - nevsimat si */
 font-family: verdana;
}


#celaStranka {
 width: 960px;
 text-align: left;
 margin: 10px auto;
}

#menu {
width: 160px;
float:left;
margin: 2px;
padding-top:20px;
}


#menu .aktivni {
border-color: black;
border-width: 1px;
border-style: solid;
width: 145px;
height: 20px;
background-color: #0100FF;
color: white;
text-align: center;
font-size: 10pt;
margin: 0px 0px 2px 0px;
display:block;
font-weight: bold;
font-size: small;
}

#menu .neaktivni {
color: white;
border-color: #C0C0C0;
border-width: 1px;
border-style: solid;
width: 145px;
height: 20px;
background-color: #010069;
text-align: center;
font-size: 10pt;
margin: 0px 0px 2px 0px;
display:block;
cursor: hand;
font-weight: bold;
font-size: small;
}

#menu a {
text-decoration: none;
color: black;
}

#menu a:link {
color: black;
}

#menu a:visited {
color: black;
}

#menu .neaktivni:hover {
background-color: #0100FF;
}


#paticka {
width: 950px;
clear: both;
margin: 2px;
padding-top: 10px;
text-align: center;
font-size: xx-small;
}


#paticka img {
vertical-align: bottom;
border: 0px;
}

#paticka span {
color: #AAAAAA;
}


#obsah {
float:right;
width: 728px;
min-height:400px;
margin-left: 25px;
padding: 5px;
font-size: small;
}

h1 {
margin-top: 2px;
margin-bottom: 10px;
font-size: x-large;
}

h2 {
font-size: large;
padding-top: 20px;
}


#logo {
width: 950px;
margin: 2px;
}

#logo img {
padding-top: 10px;
padding-bottom: 10px;
border: 0px;
}

.ads2 {
float:left;
padding-right: 2px;
width:250px;
height:250px;
}

.pravaCast {
float:right;
width: 280px;
}

.post {
font-size: x-small;
border-style: solid;
border-width: 1px;
padding: 5px;
}

.prispevek {
font-size: small;
border-style: solid;
border-width: 1px;
margin-top: 5px;
padding: 5px;
}

.prispevek .cas {
float: right;
}

.prispevek .text {
margin-top: 10px;
}

img {
border: 0px;
}

