/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.Oca.2014, 17:07:09
    Author     : serhat
*/
@font-face {
    font-family: Calibri;
    src: url("../font/Calibri.eot")
}

@font-face {
    font-family: Calibri;
    src: url("../font/Calibri.ttf")
}
@font-face {
    font-family: Calibrib;
    src: url("../font/calibrib.eot")
}

@font-face {
    font-family: Calibrib;
    src: url("../font/calibrib.ttf")
}

body{
    /*background-image: url('../images/yapim-asamasinda.jpg');
    background-position: -100px 0;
    background-repeat: no-repeat;*/
    /*padding-top: 100px;*/
    font-family: 'Calibri',Arial !important;
    background-color: #efefef !important;
}
/*.genel{
    width: 750px;
    margin:auto;
    
}*/
.genel {
	width: 760px;
	margin: auto;
	/* border: solid 1px #dddddd; */
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
        margin-bottom: 10px;
}
.sol{
    height: 410px;
    margin-left: 250px !important;
    max-width: 700px;
    min-width: 500px;
    position: relative;
}
.av{
    margin-bottom: 15px;
    border-bottom: solid 1px #c0c0c0;
}
.av p{
    margin-left: 25px;
}
.av h1{
    font-size:30px !important;
    letter-spacing: 2px;
    margin-left: 20px;
}
.av h2{
    font-size:30px !important;
    letter-spacing: 2px;
    margin-left: 20px;
}
.avson{
    border-bottom: none !important;
}
h1{
    color: #DD0000 !important;
    font-family: 'Calibri',Arial !important;
    font-size: 63px !important;
    font-weight: normal !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-top:0 !important;
    padding-bottom: 0 !important;
    line-height: 34px !important;
    letter-spacing: -3px;
}
.sh1{
    text-align: right;border-bottom: solid 1px #DD0000;font-size:30px !important;letter-spacing: 2px;margin-bottom: 15px !important;
    color:#f57f15 !important;
}

h2{
    font-size:65px !important;
    color:#860038 !important;
    font-family: 'Calibri',Arial !important;
    font-weight: normal !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-top:0 !important;
    padding-bottom: 0 !important;
    letter-spacing: -3px;
}
.ilt{
    font-size: 19px;
    margin-top: 20px;
    /*max-width: 500px;*/
}
a.arena{
    background-image: url("../images/arena.png");
    background-position: left top;
    background-repeat: no-repeat;
    bottom: 2px;
    height: 16px;
    position: absolute;
    right: 0;
    width: 90px;
}
a.arena:hover{
    background-position: left -15px;
    transition: all 0.2s linear 0s;
}