body {
  background-image: url(images/design/index_01.png);
  background-repeat: repeat-x;
  background-color: white;
  padding: 0px;
  margin: 0px;
  width: 100%;
  border: none;  
}

a, img { border: none; }

.anketa_link { 
  color: white; 
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
  font-family: tahoma;  
}

.search_box {
  background-image: url(images/design/index_06.png);
  width: 296px;
  height: 40px;  
}

.search_input {  
  background-repeat: no-repeat;
  background-color: white;
  border: 1px #a4daec solid;  
  width: 215px;
  height: 20px;
  padding-left: 5px;
  padding-top: 3px;  
  padding-right: 10px;    
}

.search_submit {
  background-image: url(images/design/search_submit.png);
  border: none;
  width: 42px;
  height: 26px;
  cursor: pointer;  
}

.menu {
  background-image: url(images/design/index_11.png);
  background-repeat: repeat-x;
  background-color: white;
  padding-left: 11px;
  width: 964px;
  height: 47px;
}

.left_menu a {
  color: #2bb0ff;
  font-family: tahoma;
  font-size: 12px;
  text-decoration: none;
}

.left_menu a:hover {
  font-weight: bold;
}

.data { 
  font-family: tahoma;
  font-size: 12px;  
}

.data div, table, tr, td, p {
  font-family: tahoma;
  font-size: 12px;
}

.window { 
	position: absolute;
	top: 150px;
	display: block;
	border: 1px white solid;
	width: 300px;	
	left: 40%;
	background-color: rgb(243,116,56);
	font-size: 12px;
	color: white;
	font-family: tahoma,sans;
	padding: 20px;
}

form { padding: 0px; margin: 0px; }

#popitmenu{
position: absolute;
background-color: transparent;
background-image: url(images/div_black.png);
height: 200px;
background-repeat: no-repeat;
border: none;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: white;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: white;
color: black;
}

.partners_panel {
  width: 100%;
  height: 13px;
  padding: 5px;  
  background-color: black;
  color: white;
  font-family: tahoma;
  font-size: 11px;
}

.partners_panel a {
  color: white;
  margin-right: 15px;
  font-family: tahoma;
  font-size: 11px;
}

ol { padding-left: 25px;}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color: rgb(25,123,222);
width: 250px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
color: white;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #034b93;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}