body {
	margin-top: 0px;
}
h2{ font-family:verdana;
	text-align:center;
}
#ustmenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #340E71;
	text-decoration: none;
	background-image: url(images/ustmenu_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 40px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
#ustmenu a:hover {
	background-image: url(images/ustmenu_bg2.jpg);
}
.grupbaslik {
	text-align: center;
	vertical-align: top;
	float: left;
	height: 58px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #340E71;
	text-decoration: none;
	background-image: url(images/grup_baslik.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	background-position: left;
}
.gruporta {
	background-image: url(images/grup_orta.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	white-space: normal;
	padding-left: 2px;
}
.grupalt {
	background-image: url(images/grup_alt.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 27px;
}
#solmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #340E71;
	text-decoration: none;
}
#solmenu a:hover {
	color: #990000;
}
#icerik td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#icerik a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
#icerik a:hover {
	color: #990000;
}
.duzyazi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000000;
	font-weight:bold;
    text-decoration:none;
	font-size:8px;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:#ffffff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:3px; left:20;
	padding: 15px 0 0 0;
	width:400px;
	font-size:8px;
	color: #993300;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	font-size:12px;
	padding: 0 8px; 
	background: url(/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/images/bubble.gif) no-repeat bottom;
}
