/* html elementy */
no-print { display: none; }

/* obecne tridy */
.reset { clear: both; }
.left { float: left; }
.right { float: right; }
.a-left { text-align: left; }
.a-right { text-align: right; }
.a-center { text-align: center; }
.hidden { display: none; visibility: hidden; }
.datum { font-size: 10px; color: #808080; }
.bold { font-weight: bold; }
.inactive { color: #cccccc; }
.inactive:hover { color: #cccccc; }
.capitalize { text-transform: uppercase; }
.bold { font-weight: bold; }
.small { font-size: 70%; }
a.over { text-decoration: none; }
a.over:hover { text-decoration: underline; }
a.fotoThumbnail { float: left; height: 120px; text-align: center; width: 150px; margin: 0 0 5px 5px; }
a.fotoThumbnail img { vertical-align: middle; display: inline; }

/* barevna schemata */

/* normal */
div.container { }
div.main-head { display: none; }
div.main-navigation { display: none; }
div.left-column { display: none;  }
div.right-column { display: none; }
div.page-navigation { display: none; }
div.title { }
div.title h5 { }

/* hlavni layout */
div.container { }
div.container2 { }

div.header { }

div.menuHorizontal { display: none; }

div.articleHead { display: none; }
div.menuBottom { display: none; }
div.foot { display: none; }
