﻿body
{
    margin: 0px;
    background-image: url( 'r/zemin.jpg' );
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.duyuru
{
    font-family: Verdana;
    font-size: 11px;
    padding-left: 15px;
}
.yazi
{
    font-family: Verdana;
    font-size: 10px;
}
a:link
{
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    color: blue;
}
a:visited
{
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    color:Gray;
}
a:active
{
    background-color:White;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    color: blue;
}
a:hover
{
    background-color:blue;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    color: white;
}

.gray .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(img/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
    text-align:center;
}
.gray .ajax__tab_header .ajax__tab_outer 
{
    background:url(img/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.gray .ajax__tab_header .ajax__tab_inner 
{
    background:url(img/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.gray .ajax__tab_hover .ajax__tab_inner 
{
    color:#000;
}
.gray .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.gray .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/tab.png) no-repeat right -40px;
    color:#000;
    border-color:#333
}
.gray .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    background-color:#fff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}
