 BODY {
	font-size: 11px;
	color: black;
	background-color: #FBF5DC;
	scrollbar-arrow-color: #000;
	scrollbar-face-color: #FBF5DC;
	scrollbar-highlight-color: #FBF5DC;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #FBF5DC;
	scrollbar-darkshadow-color: #FBF5DC;
	scrollbar-track-color: #FBF5DC;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD { font-family: Verdana; font-size:11px; color:black;}
A { text-decoration: none; font-weight: normal; color:#EB880E;}
A:hover {text-decoration:underline;font-weight: normal; color: #AFAEA7;}
A.small {font-size:9px; text-decoration: none; font-weight: normal; color: #AFAEA7;}
A.small:hover {font-size:9px; text-decoration:underline;font-weight: normal; color: #AFAEA7;}

A.menu { text-decoration: none; font-weight: bold; color: #EB880E;padding:1px 6px;margin:0;border:1px solid #EB880E;}
A.menu:hover {text-decoration:none;font-weight: bold; color:#FFF; background-color:#EB880E;padding:1px 6px;margin:0;}

ul.clasic {
	margin:0;
	padding:3px 3px 3px 40px;
}

p.text {
	text-align:justify;
	padding:2px 25px 2px 25px;
}

H1 {
	font-size:18px;
	font-weight:bold;
	color:#EB880E;
	padding:0 0 15px 15px;
	margin:0;
}
H1.akcie {
	font-size:15px;
	font-weight:bold;
	color:#000;
	padding:0;
	margin:0;
}

input.formular {
	width:200px;
	font-size:10px;
	font-family:Verdana;
	border:1px solid #000; 	
	margin:0;
}
input.tlacitko {
	width:150px;
	font-size:11px;
	font-family:Verdana;
	border:1px solid #000;
	background-color:#EC8A0F;
	color:white;
	font-weight:bold;
	margin:4px;
	cursor:pointer;
	cursor:hand;
}
textarea.textik {
	width:600px;
	height:150px;
	font-size:10px;
	font-family:Verdana;
	border:1px solid #000; 	
	margin:0;	
}
	

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 #FFF; background-color: #EF8633;
  padding-left: 2px; padding-right: 2px; z-index: 300; -moz-box-sizing: border-box;
  width:140px;}
DIV.popup a {text-align: left; padding: 2px; display:block;text-decoration:block;
  font-weight: normal; font-size:9px; color: #FFF; border: solid 1px #FFF;margin:3px; }
DIV.popup a:hover {font-weight: normal; text-decoration:none; color: #EF8633; background: #FFF; border: solid 1px #FFF;margin:3px;}

