html, body{ 
 margin: 0px;
 padding:5px; 
 text-align:center;
 font-family: Arial, sans-serif;
 font-size: small;
 background-color: #eee;
 /* background: url('./images/bg.jpg') repeat-x #dddddd; */
} 
 
a { color: #c00; text-decoration: none;}
a:visited { color: #c00; }
a:active { color: #f00; }
 
 
#pagewidth{ 
 width:940px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color: #eee;
 border: 4px solid #eee;
} 
 
#header{
 position:relative; 
 height:60px; 
  background-color:#eee; 
 width:100%;
 padding-top: 5px;
 padding-bottom: 5px;
 color: #666;
 font-weight: bolder;
 font-size: xx-small;
} 
 
#leftcol{
 width:19.35%; 
 float:left; 
 position:relative; 
 background-color:#eee;
 padding: 5px;
 }
 
 #mainimg {
	border: double #666;
	margin-right: 10px;
 }
 
#maincol{background-color: #eee;  
 float: right; 
 display:inline;
 position: relative; 
 width:75%;
 padding: 5px 20px;
 border-left: 1px dotted #cccccc;
 }
 
 
#footer{
 /* height:40px; */
  padding-top: 3px;
  /* background-color:#DDDDDD; */
 clear:both;
 font-size: smaller;
 color: #666666;
 text-align: right;
 font-family: Tahoma, Arial, sans-serif;
 border-top: 1px dotted #ccc;
 }
 
.ca { color: #333; }
.ca:visited { color: #333; }
 
#titka {
  text-align: right;
}

.h2tit { color: #999; }
 
.navdiv {
  /*width: 140px;
  height: 30px; */
  text-align: right;
  vertical-align: baseline;
  float: right;
  font-size: medium;
  text-transform: uppercase;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  margin-left: 40px;
}

.mainnav { color: #C00; text-decoration: none; }
.mainnavsel { font-weight: bold; color: #666; text-decoration: none; }
.halo { color: #999; }
.pipe { float: right; font-size: small; vertical-align: baseline;} 

h2 { font-size: 18px; }

#adminheader {
	width: 100%;
	text-align: center !important;
	padding-top: 3px;
	color: #666;
	font-weight: bold;
	font-size: small;
}

ul { text-indent: 0px; margin: 0px; padding: 0px;}
.odr1 { list-style-type: none; text-decoration: none; margin: 0px; padding: 3px; }
.odr1sel {
  list-style-type: none;
  text-decoration: none;
  background: #eee url('images/sidebarSubMenuCurrent.gif') no-repeat;
  margin: 0px;
  padding: 3px;
  font-weight: bolder;
}

#adminbody {
 width:79.5%; 
 float:right;
 position:relative;
 margin-top: 3px;
 margin-bottom: 7px;
}

.content {
	padding: 3px;
	margin: 3px;
	border: 1px solid #aaa;
	z-index: 0;
}

.cf {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: baseline;
}
 
.cfdnes {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: baseline;
	font-weight: bolder;
	/* border: 1px solid #c00; */
	background-color: #999;
}

.cfdnes a { color: #eee !important; }

.olbl { width: 140px; float: left; vertical-align: middle; margin: 0; padding: 0; }
.ofld { width: 270px; float: left; margin: 0; padding: 0; }
.orl { width: 160px; float: left; clear: both; }
.orr { width: 180px; float: left; }
.clr { clear: both; }

table#objtab td {
  border: 1px dotted #999;
  text-align: center;
}

.chyba { font-weight: bolder; color: #c00; }

#recaptcha_image { border: 1px solid #ccc; margin: 5px 0px; }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
