﻿h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.arama
{
    background: white;
    padding: 3px 3px 3px 8px;
    width: 175px;
    height:20px;
    border: solid 1px #BCBBBB;
    outline: none;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    font:normal 12px;
}
.buton
{
    color: white;
    border: solid 1px #494949;
    font-size: 11px;
    height: 30px;
    width: 45px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    background: #5F5F5F;
    background: -webkit-gradient(linear, left top, left bottom, from( #9E9E9E), to( #454545));
    background: -moz-linear-gradient(top,  #9E9E9E,  #454545);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
}



/*#duyuru
{
    background-image: url('../images/duyuru_bg.png');
    background-repeat: repeat-x;
    background-position: center;
    width: 216px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: left;
   margin-top:10px;
  padding-top:0px;
  
}*/

#duyuru_baslik
{
    font-family: Arial;
    font-size: 16px;
    font-weight:bold;
    font-style:italic;
    color: #000;
    padding:5px;
    
}
.duyuru_baslik
{  
    font-weight:bold;
    font-style:italic;
    text-align: left;
    padding: 5px;
    font-family: Tw Cen MT;
    font-size: 14px;
    color: #c17477;    
}

.duyuru_icerik
{
    padding:8px 5px 5px 5px;
    font-family: Calibri;
    font-size: 12px;
    color: #6c6c6c;
    text-align: justify;
}



.icerik_main {
font-family: Arial;
font-size: 14px;
color: #333;
text-align: justify;
line-height: 23px;
padding: 0px 30px;
padding-bottom:0px

}
.icerik_main  strong{
font-weight:bold;

}


.genel_baslik {
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
    color: #4f4f4f;
    margin-top: 8px;
    padding:10px;
    text-align: left;
    margin-left:10px;         
            }
.genel_baslik2 {
    border-bottom: 1px dotted #777; 
    color: #777; 
    padding:10px;
     width:194px;
    font-size: 20px; 
    text-align: left; 
           
}

/*sayfa list için table css*/
.tablo_css {

	box-shadow: 10px 10px 5px #888888;
    background:-o-linear-gradient(bottom, #c3f7f7 5%, #f7f7de 100%);	
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c3f7f7), color-stop(1, #f7f7de) ); 
	background:-moz-linear-gradient( center top, #c3f7f7 5%, #f7f7de 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3f7f7", endColorstr="#f7f7de");	
    background: -o-linear-gradient(top,#c3f7f7,f7f7de);
	background-color:#c3f7f7;

}
.tablo_css table
{
	width:100%;
	height:100%;
}
.tablo_css tr:hover td
{
	background-color:#aee5e5;
}
.tablo_css td
{
	vertical-align:middle;
	text-align:center;
	padding:7px;
	font-size:14px;
	font-family:Calibri;
	font-weight:normal;
	color:#007f7f;
}
/*css*/




.clear {
    clear: both;
}

body {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:0px;
    margin:0px;
}

.inner {
    background: url(../images/transparent_bg.png) fixed;
    background-repeat: repeat-y;
    width: 1000px;
    height: auto;
    margin: -4px auto;
    background-position: center;
    z-index: 100;
    padding:0px;
}

.logo {
 float: left;
padding: 15px 30px;
}

.ust {
    width: 1018px;
    margin-top:5px;
}

.ust_sag {
    background: url(../images/ust_taban.png) no-repeat;
    width: 243px;
    height: 106px;
    float: right;
}

.search_box {
    width:130px;
    height:18px;
    margin-left: 50px;
    opacity: 0.6;
    border-radius:5px;
    padding:2px 5px;
}

.search_box:focus{
outline:0px;
border:none;
}
.search_icon {
    background:url(../images/search_icon.png) no-repeat;
    width:25px;
    height:25px;
    outline:0px;
border:none;
padding:7px 0px;
}

.search_icon:focus{
outline:0px;
border:none;
}

.social_media {
    margin-top: -3px;
    margin-left: 59px;
}

.menu {
}

ul.menu {
    background: url(../images/menu_cubugu.png) repeat-x;
    width: 980px;
    height: 51px;
    margin-left: 10px;
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    list-style:none;
}

    ul.menu li {
        float: left;
        padding: 15px 29px;
        text-align: center;
        background: url(../images/menu_line.png) no-repeat right;
        text-decoration:none;
    }

        ul.menu li a {
            text-decoration: none;
            color: #eeeeee;
            font-family: Arial;
            font-size: 15px;
            font-weight: bold;
        }

        ul.menu li:first-child {
            background: url(../images/home.png) no-repeat left;
            width: 51px;
            height: 31px;
            padding: 10px;
            margin: 0px;
        }

            ul.menu li:first-child a {
                margin-top: 5px;
                padding: 15px 20px;
                margin: 0px;
                margin-top: 15px;
                margin-left: -20px;
            }

        ul.menu li:last-child {
            background: none;
        }

.golge {
    background: url(../images/shadow.png) no-repeat;
    width: 980px;
    height: 30px;
}

.golge2 {
    background: url(../images/shadow2.png) no-repeat;
    width: 992px;
    height: 30px;
    margin-top: -62px;
}

.alt_sol {
    width: 400px;
    float: left;
    margin-right: 20px;
}
@font-face {
font-family: Oswald;
src: url(Oswald.otf);
}
.taban {
    background: url(../images/orta_taban.png) no-repeat;
    width: 427px;
    height: 72px;
    margin-left: -17px; 
    text-shadow: 2px 2px 2px #343434;
    font-size:18px;
    color:white;
    font-family:Oswald;
    padding:20px 0px 0px 50px;
}

.tarih_taban {
    width: 54px;
    height: 31px;
    font-family: Calibri;
    font-size: 25px;
    color: #4f4f4f;
    font-weight: bold;
    padding: 0px 0px 14px 0px;
    text-align: center;
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 10px;
}
.tarih_taban img {
    border-radius:7px;
    border:1px solid #ddd;
}
.takip {
color: #1e1e1e;
font-weight: bold;
font-size: 12px;
font-family: 'Century Gothic';
vertical-align: top;
line-height: 30px;
}

.haber {
    width: 350px;
    height: auto;
}

.haber_baslik {
    font-family: Calibri;
    font-size: 17px;
    font-weight: bold;
    color: #4f4f4f;
}

.haber_icerik {
    font-family: 'Myriad Pro';
    font-size: 12px;
    color: #222;
}

    .haber_icerik a {
        text-decoration: none;
        color:#e29822;
    }

.haber_ay {
    font-family: Calibri;
    font-size: 12px;
    color: #e29822;
    margin-left: 37px;
}
.haberler_ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
    .haberler_ul li:last-child {
        background:none !important;
    }
.ayrac {
    background: url(../images/haber_ayrac.png) bottom no-repeat;
    width: 423px;
    padding:0px 0px 20px 0px;
}

.Tum_haber {
    background: url(../images/tum_haberler.png) no-repeat;
    width: 201px;
    height: 61px;
    margin-top: 20px;
    margin-left: 90px;
}

.alt_sag {
    width: 550px;
    float: left;
}

.bayi {
    background: url(../images/bayilikler.png) no-repeat;
    width: 151px;
    height: 64px;
    text-decoration: none;
    font-family: Arial;
    font-stretch:narrower;
    font-size: 22px;
    color: #ffffff;
    padding: 37px 0px 0px 120px;
}

.bayi_girisi {
    background: url(../images/bayi_girisi.png) no-repeat;
     width: 171px;
    height:64px;
    text-decoration: none;
    font-family: Arial;
    font-size: 22px;
    color: #ffffff;
    padding: 37px 0px 0px 100px;
    
}

.tanitim_filmi {
    background: url(../images/film.png) no-repeat;
    width: 149px;
    height: 64px;
    text-decoration: none;
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    padding: 40px 0px 0px 115px;
}
    .tanitim_filmi:focus {
        text-decoration: none;
        border: none;
    }

.foto_galeri {
    background: url(../images/foto.png) no-repeat;
    width: 150px;
    height: 64px;
    text-decoration: none;
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    padding: 40px 0px 0px 115px;
}

.teknik_destek {
    background: url(../images/teknik_destek.png) no-repeat;
    width: 175px;
    height: 65px;
    text-decoration: none;
    font-family: Arial;
    font-size: 21px;
    color: #ffffff;
    padding: 35px 0px 0px 95px;
}

.contact {
    background: url(../images/iletisim.png) no-repeat;
    width: 175px;
    height: 65px;
    text-decoration: none;
    font-family: Arial;
    font-size: 21px;
    color: #ffffff;
    padding: 35px 0px 0px 95px;
}

.tablo tr td {
    padding: 10px 5px 25px 5px;
}

.tablo a {
    text-decoration: none;
}
.footer {
    background:rgba(188,188,188,0.5);
    /*position:fixed;*/
    bottom:0px;
	padding:10px;
    font-family: Arial;
    font-size: 12px;
    color: #343434;
   
}
.text_area {
    background-color:white;
    opacity:0.6;
    -webkit-box-shadow: 5px 5px 5px #343434;
    -moz-box-shadow: 5px 5px 5px #343434;
    box-shadow: 5px 5px 5px #343434;
    border:1px solid #343434;
    margin:5px 0px;
    padding:5px;

}
.form_bilgi {  
color: #333333;
font-size: 12px;
font-style: normal;
line-height: 21px;
margin:5px 0px;
}
.duyuru {
    width: 900px;
    float: left;
    padding: 10px;
}
.duyuru_resim {
    -webkit-box-shadow:2px 2px 2px #4f4f4f;
    -moz-box-shadow: 2px 2px 2px #4f4f4f;
    box-shadow: 2px 2px 2px #4f4f4f;
    width:200px;
    float:left;
    margin-right:10px;
   
}
.duyuru_icerik {
    font-family:Verdana;
    font-size:12px;
    color:black;

}
.date {
    font-family:Kalinga;
    font-size: 11px;
    color: #e29822;
    font-weight:bold;
}
.news_bg {
    background: #eee;
    width: 900px;
    padding:10px;
    margin:10px;
    border-radius:5px;
    height:155px;
}
.news_bg:hover{
    height:150px;
    background: #fff; 
    border-bottom:5px solid #e29822;
}
.bayi_bg {
    width: 900px;
    background: #fff;
    border-bottom:10px solid #e29822;
    border-radius:5px;
    margin:0px auto;
}


.img_bayi {
  -webkit-box-shadow:2px 2px 2px #4f4f4f;
   -moz-box-shadow: 2px 2px 2px #4f4f4f;
    box-shadow: 2px 2px 2px #4f4f4f;
    float: left;
  margin:15px 15px 10px -10px;
}
.bayi_icerik {
    color: #343434;
    font-family:Arial;
    font-size:15px;
}
