/* CSS Document
Definuje globalne platne syly - rozvrzeni stranky
*/


.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* hides from ie-mac \*/
* html .clearfix {
	height: 1%;
}
* html {
	margin: 0px;
	padding: 0px;
}
/* End hide from IE-mac */


body {
	text-align: center;
	font-family: verdana;
	font-size: 80%;
	margin-bottom: 10px;
}

table {
   font-size:80%;
}

table textarea {
   width:260px;
   height:80px;
}

table input {
   height:18px;
}

form {
	margin: 0px;
}

/* Styl odkazu */
a {
}

.b {
	font-weight: bold;
}

p {
	margin: 4px 0px;
}
img.fileIconImage {
	border: none;
}

div.admin_area {
	margin: 2px 0px 4px 0px;
}


div.menu, div.text, div.rightColumn {
   overflow:auto;
}


div.content {

    text-align: left;
	width: 800px;
	margin: 0px auto;
	margin-top: 20px;
	position: relative;
	padding-bottom: 10px;
}

/* Div, ve kterem se zobrazuje vyhledavaci formular + obrazkove odkazy */
div.superTop {
    display:none;
}

div.superTop a {
   color:black;
   text-decoration:none;
   font-size:90%;
}

div.content a img {
   border: none;
}



div.top {
   height:220px;
   background-image:url("img/topBack.gif");
}

div.middle {

   position:relative;
   height:400px;
   background-image:url("img/middleBack.gif");
}

div.middle img#malir {
   position:absolute;
   top:0px;
   left:0px;
}

div.middle img#malirNohy {
   position:absolute;
   top:205px;
   left:0px;
}

div.bottom {
   height:77px;
   background-image:url("img/bottomBack.gif");
}




div.middle div.menu {
   float:left;
   width:165px;
   margin-left:155px;
   _margin-left:78px;
   background-color:#831432;
   height:184px;
   overflow:hidden;
}

div.menu a {
 color: white;
 text-decoration:none;
 font-family:arial;
 font-size:130%;
}

div.menu div.menuItem.selected a {
 color:#ffaa00;
}

div.menu div.menuItem {
   padding-left:10px;
   padding-top:4px;
   padding-bottom:2px;
   min-height:26px;
   _height:34px;
   border-bottom:2px solid #B7B7B7;
}

div.menu div.menuItem.item_17 {
   height:42px;
   _height:50px;
}

div.middle div.text {
   float:left;
   width:363px;
   _width:381px;
   margin-left:10px;
   padding:8px;
   font-size:95%;
   _font-size:90%;

}

