 BODY {
	font-size: 11px;
	color: black;
	background-color: #D6AF62;
	scrollbar-arrow-color: white;
	scrollbar-face-color: #D6AF62;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #D6AF62;
	scrollbar-3dlight-color: #D6AF62;
	scrollbar-darkshadow-color: #D6AF62;
	scrollbar-track-color: #D6AF62;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	}
td.aktivne {text-align:center;padding:5px;margin:2px;border:1px solid #d6af62;}
td.aktivne:hover {text-align:center;padding:5px;margin:2px;border:1px solid #d6af62;background-color:#fff;}

td.nadpis {text-align:left;padding:5px;margin:2px;border:1px solid #FFF;background-color:#a27b42;color:#fff;font-weight:bold;}
td.obsah {text-align:left;padding:5px;margin:2px;border:1px solid #fff;background-color:#d6af62;color:#000;font-weight:bold;}

A { text-decoration: none; font-weight: normal; color: white;}
A:hover {text-decoration:underline;font-weight: normal; color: white;}
A.black { text-decoration: none; font-weight: normal; color: black;}
A.black:hover {text-decoration:underline;font-weight: normal; color: black;}

A.blackbold { text-decoration: none; font-weight: bold; color: black;}
A.blackbold:hover {text-decoration:underline;font-weight: bold; color: black;}

A.small {font-size:9px; text-decoration: none; font-weight: normal; color: white;}
A.small:hover {font-size:9px; text-decoration:underline;font-weight: normal; color: white;}
A.smallblack {font-size:9px; text-decoration: none; font-weight: normal; color: black;}
A.smallblack:hover {font-size:9px; text-decoration:underline;font-weight: normal; color: black;}
A.menu { text-decoration: none; font-weight: bold; color: white;}
A.menu:hover {text-decoration:none;font-weight: bold; color:#DBB874;}
A.bottom {font-size:9px; text-decoration: underline; font-weight: normal; color: #8D6D3E;}
A.bottom:hover {font-size:9px; text-decoration:underline; font-weight: normal; color: color: white;}

font.nadpis {
	font-size: 14px;
	color: #6F3D15;
	font-weight: bold;
}

select.custome {
	width:250px;
	font-size:11px;
	font-Family:Verdana;
}

input.vstupy {
	width:250px;
	font-size:11px;
	font-Family:Verdana;
	border:1px solid #000;
}

textarea.fulltext {
	width:470px;
	height:80px;
	font-size:11px;
	font-family:Verdana;
	border:1px solid #000;
}
input.button {
	width:160px;
	
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color:#8E6935;
	border:1px solid #000;
	margin:5px;
	cursor:pointer;
	cursor:hand;
}

DIV#center {position: relative;top: 0px;left: 0px;right: 0px; width:100%; height:100%; z-index: 100;}
DIV#menu {position: relative;top: 0px;left: 0px;width:100%;height:100%;z-index: 200;}
DIV#menu2 {position: relative;top: 0px;left:70px;width:200px;height:267px;z-index: 200;}
 
DIV.mleft {margin-left:0px; width:130px:}
DIV.popup {display: none; border: solid 1px #8E6935; background-color: #8E6935;
  padding-left: 5px; padding-right: 5px; z-index: 300; -moz-box-sizing: border-box;
  width:115px;}
DIV.popup a {text-align: left; padding: 2px; display:block;text-decoration:none;
  font-weight: normal; font-size:9px; color: white;}
DIV.popup a:hover {font-weight: normal; text-decoration:none; color: #8E6935; background: white;}

