/* genel stiller */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../resimler/bg.jpg);
	background-repeat:repeat-x;
	}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

/* site içi stiller */
.stil-1         { font-family: Tahoma; font-size: 11pt; color: #333333; font-style:italic;}
.stil-2         { font-family: Tahoma; font-size: 15pt; color: #0276a9; font-style:italic;}
.stil-3         { font-family: Tahoma; font-size: 13pt; color: #0276a9; font-style:italic;}
.stil-4         { font-family: Tahoma; font-size: 9pt; color: #333333; font-style:italic;}
.stil-5         { font-family: Tahoma; font-size: 13pt; color: #FF9900; }
.stil-6         { font-family: Tahoma;; font-size: 13pt; color: #FF0000; }
.stil-7         { font-family: Tahoma; font-size: 11pt; color: #0276a9;}
.stil-8         { font-family: Tahoma; font-size: 9pt; color: #333333;}
.stil-9         { font-family: Tahoma; font-size: 13pt; color: #fff; font-style:italic;}
.stil-10         { font-family: Tahoma; font-size: 10pt; color: #fff; font-style:italic;}

/* linkler */
.link-1        { font-family: Tahoma; font-size: 10pt; color: #666666; text-decoration: none; font-weight: bold; padding-left: 7px; padding-right: 7px; padding-top: 2px; padding-bottom: 2px; background-color: #FFFFFF }
a.link-1         { color: #666666; }
a:link.link-1    { color: #666666; }
a:hover.link-1   { color: #333333; background-color: #C0C0C0; }
a:active.link-1  { color: #FFFFFF; background-color:#C0C0C0; }

.link-2        { font-family: Tahoma; font-size: 9pt; color: #0276a9; font-style:italic;}
a.link-2         { color: #0276a9; }
a:link.link-2    { color: #0276a9; }
a:hover.link-2   { color: #0276a9;}
a:active.link-2  { color: #0276a9;}

.link-3        { font-family: Tahoma; font-size: 8pt; color: #666666; text-decoration: none; font-weight: bold; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 2px; background-color: #FFFFFF }
a.link-3         { color: #666666; }
a:link.link-3    { color: #666666; }
a:hover.link-3   { color: #333333; background-color:#84C1FF; }
a:active.link-3  { color: #FFFFFF; background-color:#84C1FF; }

/* resimler */
.sag-sol     {background-image: url(../resimler/sag-sol.png); background-repeat:repeat-y;}
.orta-icerik {background-image: url(../resimler/orta-icerik-bg.png); background-repeat:no-repeat; background-position:bottom;}
.uye-giris   {background-image: url(../resimler/uye-giris.png); background-repeat:no-repeat;}

/* diger stiller */
.buton {
border: 1px solid #cccccc;
background-image:url(../resimler/buton.png);
height:27px;
font-family: Tahoma;
color:#FFF;
font-size: 10pt; }

.textalani {
background-color:#FFFFFF;
background-image:url(../resimler/dizayn/inputbg.gif);
background-repeat:repeat-x;
border: 1px solid #535353;
font-family: Tahoma; font-size: 11px; color: #535353; font-weight: normal; }

.cerceve {
	border: 1px solid #999999; 
	padding-bottom:4px; 
	padding-left:4px; 
	padding-right:4px; 
	padding-top:4px;}
	
.cerceve-yok         {
	font-family: Tahoma;
	font-size: 9pt;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}	
		 
.cizik {
	font-family: Tahoma; 
	font-size: 11pt; 
	color: #Ec1d23; 
	font-weight: normal;
	text-decoration: line-through;}
	
.border {
	border: 1px solid #F0F0F0;}
.tablo {
	border: 1px solid #cccccc;
}

/* slayt stilleri */
#slider {
    width: 690px; /* important to be same as image width */
    height: 255px; /* important to be same as image height */
    position: left; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 670px; /* important to be same as image width or wider */
    position: left;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    position: left;
	display: none;
}
.sliderImage span {
    position: left;
    width: 670px;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 13pt;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}