
a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #29166F;
	font-size : 11px;
	text-decoration: none;
	font-weight : bold;
		padding-left : 5px;
	padding-right : 5px;
}
a:hover {
	color: #CC3333;
}
.kiemel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CC3333;
	font-size : 12px;
	text-decoration: underline;
	font-weight : bold;
}
.kiemel:hover {
	text-decoration: none;
	color : #29166F;
}
.text {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #29166F;
	font-size : 14px;
	font-weight : bold;
}
.hir {
	border : 1px dotted #000099;
	padding : 3px;
}
.menuactive {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #CC3333;
	text-decoration: none;
	font-weight : bold;
}
#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	z-index: 113;

}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
text-align : center;
min-width: 600px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid #DCDCBB;
padding: 5px;
background-color: #F6F6DB;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}	

