body {
	margin: 10 10 10 10;
}

html, body, p, div, span, table, tr, td, fieldset  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif"; 	
}

input, select, textarea  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
}

form {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
	color: #0000FF;
	font-weight: normal;
}
a:hover  {
	color : #FF6600;
	font-weight : normal;
}

a.kat, a.kat:link, a.kat:visited, a.kat:active  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
	color: #FF6600;
	text-decoration : none;
}
a.kat:hover  {
	color : #FF6600;
	text-decoration: underline;
}

a.katB, a.katB:link, a.katB:visited, a.katB:active  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
	color: #FF6600;
	text-decoration : none;
	font-weight : bold;
}
a.katB:hover  {
	color : #FF6600;
	text-decoration: underline;
	font-weight : bold;
}

.top {
	background : url(img/top_b.jpg) no-repeat;
}

.dlg1 {
	background-color : #CDFFAE;
}

.dlg2 {
	background-color : #F7E390;
}

.dlg2sel {
    background-color : #F0D086;
}

.title {
	font-size : 10pt;
}

.error  {
	color : Red;
	font-weight : bold;
}

.tableHead {
	background-color : #F7E390;
	height : 24px;
}

.Btn  {
	width : 80px;
	height : 24px;
}

.BtnB  {
	width : 80px;
	height : 24px;
	font-weight : bold;
}

td.HeaderBtn {
	background-color : #d4d0c8;
	BORDER-BOTTOM : 1px solid #808080;
	BORDER-LEFT : 1px solid #ffffff;
	BORDER-RIGHT : 1px solid #808080;
	BORDER-TOP : 1px solid #ffffff;
}


td.RadekM:hover {
    background-color: #FFFFE0;
    cursor: pointer;    
}


.btnObj  {
	width : 110px;
	height : 24px;
}

.kat-menu-lev1 {
	padding: 6px 3px 3px 3px;
}

.kat-menu-lev1 a,
.kat-menu-lev1 a:link,
.kat-menu-lev1 a:visited,
.kat-menu-lev1 a:active {
	color: #000000;
	text-decoration: none;
}

.kat-menu-lev1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.kat-menu-lev2 {
	padding: 3px 3px 3px 13px;
}

.divTitle {
	width: 100%;
	font-size : 10pt;
	font-weight	: bold;
	padding: 3px 1px 5px 1px;
}

.divObjAdd {
	width: 100%;
	font-size : 10pt;
	font-weight	: bold;
	text-align: center;	
	padding: 20px 20px 20px 20px;
}

.divObjError {
	width: 100%;
	color: #ff0000;
	font-size : 10pt;
	font-weight	: bold;
	text-align: center;	
	padding: 20px 20px 20px 20px;
}

.divObjLink {
	width: 100%;
	text-align: center;	
	padding: 20px 20px 20px 20px;
}

div.MasterBunka{
    padding: 3px;
    overflow: hidden;
}

div.smbvisible{
    opacity: 0.85;
    filter: alpha(Opacity=85);
    -moz-opacity: 0.85;  
}

div.smbhidden{
    opacity: 0.00;
    filter: alpha(Opacity=0);
    -moz-opacity: 0.00;  
}

div.kontakt_top{
    font-weight: bold;
    font-family: verdana, cursive ;
    font-size: 12px;
    background-image: url('img/pole_kontakt.png');
    background-position: right;
    background-repeat: no-repeat;    
}

div.kontakt_left{
    background-color: #ffffcc;
    padding: 3px;
    color: #808080;
}
div.kontakt_left:hover{
    background-color: #ffffcc;
    padding: 3px;
    color: black;
}



.mark {
	color: #ff0000;
	font-size : 10pt;
	font-weight	: bold;
}

.in250 {
	width: 250px;
}

.button {
    width: 100px;
   border-top: 1px solid #d7d9c1;
   background: #3f420e;
   background: -webkit-gradient(linear, left top, left bottom, from(#a3aeb5), to(#3f420e));
   background: -webkit-linear-gradient(top, #a3aeb5, #3f420e);
   background: -moz-linear-gradient(top, #a3aeb5, #3f420e);
   background: -ms-linear-gradient(top, #a3aeb5, #3f420e);
   background: -o-linear-gradient(top, #a3aeb5, #3f420e);
   padding: 2px 4px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #e0d3e0;
   font-size: 12px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ffffff;
   }
.button:active {
   border-top-color: #c7d5de;
   background: #c7d5de;
   }


