@CHARSET "UTF-8";

.bg_sm0 {
	background: #F8E7A2;
}

.bg_sm1 {
	background: #e77817;
}

.bg_sm2{
	background: #E3A15F;
}

.bg_sm3{
	background: #F9ECC5;
}

.bg_sm4{
	background: #EBB27D;
}

.bg_sm5{
	background: #F2D14F;
}

.bg_sm6{
	background: #E28937;
}

.clearer{
	clear:both;
}

#mainmenu #menuprouzek{
	display:block;
	width:100%;
	height:17px;
}

/* -------------------------------------------------------------------- */
/* hlavne menu */
#mainmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	margin-top: 55px;
	width: 100%;
	
}

div#mainmenu div {
	float:left;
	width:110px;
	height:3ex;
	margin-right:20px;
	text-align:center;
}

div#mainmenu #menupol0 {
	margin-left:170px;
}

.menupool {
/*	background-image: url('grafika/bg_orange_mainmenu.png');
	background-repeat: no-repeat;*/
}

div#mainmenu div a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display:block;
	width:100%;
	margin-top: 3px;
}

div#mainmenu div a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* -------------------------------------------------------------------- */
/* bocne menu */
#sidemenu {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	min-height: 600px;  
	width: 160px;
	padding-top: 10px;
/*	border: 1px solid black;*/
}
	/* for Internet Explorer */
	/*\*/
	* html #sidemenu {
	height: 600px;
	}
	/**/

.sidemenupol {
	margin-left: 0px;
	width: 160px;
	
}
.sidemenupol a {
	display: block;
	color: #000000;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	border-bottom: 1px dotted #AAAAAA !important;
/*	border-left: 6px solid #185b9f;
	background-color: White;*/
}

.sidemenupol a:hover {
	color: #ffffff;
	text-decoration: none;
/*	background-color: #185b9f;*/
}

.active a 
{
	color: black;
	/*text-indent: 1em;*/
}


