* { 
	margin: 0; padding: 0; }
html, body, #main { 
	height: 100%;
    line-height: 1.5; /* http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif !important; /* IE ignores this and renders Arial better */
    font-family: Arial, Tahoma, Helvetica, sans-serif; }
body, div { 
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { 
	margin: 0; padding: 0; 
	font-size: small; color: #333 }
h1, h2 { 
	    font-family: "Lucida Grande", Helvetica, Arial, sans-serif !important; /* IE ignores this and renders Arial better */
    font-family: Arial, Tahoma, Helvetica, sans-serif; padding: 10px; margin: 0 }
h1 { 
	font-size: large }
h3 { 
	margin-top: .5em; }



.basic  {
	width: 210px;
	margin-left: 20px;
	font-family: verdana;

}
.basic div {

}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	padding-left:20px;
	margin-top: 0;
	text-decoration: none;
  
	font-size: 12px;
	color: #abe2ff !important;

	

	
	background: url(../images/left_active.gif) no-repeat;
}
.basic a:hover {
	color: white;
	background: url(../images/left_active_hover.gif) no-repeat;
}
.basic a.selected {
	color: black;
	background-color: #55abeb;
	background: url(../images/left_active_hover_niz.gif) no-repeat;
}


#menu {
width:245px;
height: auto;
background: url(images/bg_menu.jpg) repeat-y;
}
#main {

background: none;
}

#menu_verh {
width:100%;
background: url(images/menu_verh.jpg) no-repeat;
height:28px;
text-align:center;
font-size: 14px;
font-weight: bold;
}

#menu_niz {
width:100%;
background: url(images/niz_menu.jpg) no-repeat;
height:18px;
margin-bottom:20px;
}

.bla {
color: green;
list-style-type:circle;

} 
.bla li {
list-style-type: none;
height:40px;
color:#71b0d2;
cursor:pointer;
background: url(../images/left_passive.gif) no-repeat;
padding-left:20px;
font-size: 10px !important;
} 
.bla li:hover {
color:silver;
cursor:pointer;
} 

.simple_link {
background:none !important;
font-size: 10px !important;
margin-left:-20px !important;
color:#71b0d2 !important;
}





