

#menu_lewe {	
	position: relative;
	top: 0px;
	left: 0;
	width: 170px;
	height: auto;
	float: left;
	background: #fff;
	background: #fff url("./img/menu_left.gif");
	background-repeat: repeat-y;
	margin: 0px;
	border: none;

}

#menu_lewe a {
	display: block;
	font-weight: bold;
	font-family: verdana;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
	color:#f50;
	border: none;
	background: #fff url("./img/menu_dol.gif") ;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 30px;
	width: 160px;
	_width: 170px;
	
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 15px;
}

#menu_lewe a:hover {
	color:#000;
	background: #fff url("./img/menu.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#menu_lewe ul {
	display: none;
	visibility: hidden;
	background: #fff url("./img/menu_dol.gif") ;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 145px;	
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style-type: circle;
}
#menu_lewe ul a {
	padding: 0px;
	width: 150px;	
	height: 16px;
	line-height: 16px;
	background: none;

}
#menu_lewe ul a:hover {
	background: none;
}
#menu_lewe div.ankieta {
	display: block;
	color: #777;
	font-size: 8pt;
	text-align: left;
	text-indent: 0px;
	border: none;
	border-left: solid 5px #eee;
	border-bottom: solid 1px #eee;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#menu_lewe div.ankieta label {
	display: block;
	color: #000;
	width: 135px;
	margin-bottom: -14px;
	padding: 5px;
	padding-left: 0px;
}
#menu_lewe div.ankieta input {
	display: block;
	position: absolute;
	margin-top: -16px;
	right: 0;
}

#countFrame {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%; 
	height: 24px; 
	background-color: #fff;
}