﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   background-image:url(/images/main_bg.png);
   
   }
#container {
   min-height:100%;
   position:relative;


}
#header {
   background-image:url("/images/back.jpg");
   display:block;
 }

#banner {
    height: 170px;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
     display:block;
    
}
#navigasyon {
	height: 30px;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style:solid;
	border-bottom-style: solid;
	border-top-color: #740606;
    border-bottom-color: #740606;
	margin-top: 0px;
    background-image:url(/images/navback.png);
    background-repeat:repeat-x;
    position:relative;
    display:block;
    box-shadow:0px 1px 3px  1px #808080 ;
}
#navigasyon ul {
	float: left;
    list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left:80px;
}
#navigasyon ul li {
	position: relative;
	float: left;
	margin-right: 20px;
}
#navigasyon ul li a {
	text-align: center;
	text-decoration: none;
	height: 24px;
	width: 100px;
	display: block;
	padding-top: 6px;
	font-weight: normal;
	font-family: 'Segoe UI';
	font-size: 14px;
	color:#ffffff;
    text-shadow:0px 0px 8px black; 
    /*text-shadow:0px 0px 2px black;*/    
}
#navigasyon ul li a:hover {
	background-image: url(/images/linkback.png);
}

.active {
	background-image: url(/images/menuback.png);
	background-repeat: no-repeat;
	color: #000;
}
#body {
   width:1000px;
   position:relative; 
   margin-right:auto;
   margin-left:auto;
   display:block;
   margin-top:5px;
   background-color:transparent;

   
}
#body_sol {
	height:auto;
	width: 675px;
    margin:0px;
	position: relative;
    margin-right:5px;
    float:left; 
}
#body_sag {
	height:auto;
	width: 315px;
    margin:0px;
	position: relative;
    float:left;    
}
.kutu_sag {
    width:315px;
    height:auto;
    margin-bottom:5px;
    background-image:url(/images/kutu_bg.png);
    background-repeat:repeat-x;
        border-right:1px solid #c6c4c4;
    border-bottom:1px solid #c6c4c4;
}
.kutu_sol {
    width:675px;
    height:auto;
    position:relative;
    float:left;
    display:block;
    margin-bottom:5px;
    /*background-image:url(/images/kutu_bg.png);*/
    background-repeat:repeat-x;
        /*border-right:1px solid #c6c4c4;
    border-bottom:1px solid #c6c4c4;*/
}
.kutu_baslik {
    width:295px;
    padding-left:5px;
    margin-left:5px;
    margin-top:5px;
    font-family:'Segoe UI',Cambria,Arial;
    font-weight:bold;
    font-size:14px;
    /*color:#354B5E;*/
    color:#8d0b0f;
    position:relative;
    float:left;
    text-shadow:1px 1px 2px #b1b1b1;
}

.kutu_yazi {    
    margin-top:5px;
    margin-left:5px;
    font-family:'Segoe UI',Cambria,Arial;
    font-weight:normal;
    font-size:12px;
    color:black;
    position:relative;
    float:left;
    text-shadow:0px 0px 1px #b1b1b1;
}
.kutu_icerik_resim {
width:auto;
height:auto;
margin-left:auto;
margin-right:auto;
background:#FFF;
padding:3px;
position:relative;
float:left;

}
.kutu_icerik_resim:hover {
opacity:0.5;
}
.kutu_icerik_yazi {
width:140px;
height:auto;
position:relative;
float:left;
margin-left:5px;
font-size:13px;
}

#footer {
  position: relative;
  float:left;
  bottom: 0px;
  left: 0px;
  height: 100px;
  width:100%;
  background-image:url(/images/back.jpg);
  border-top:1px solid #d0d0d0;
}
.Resim_Animasyon:hover {
    opacity:0.7;
}

/*Diğer Sayfaların CSS leri*/
.genelDiv {
width:990px;
padding:5px;
position:relative;
float:left;
}
.genelDiv1{
background-color:transparent;
position:relative;
float:left;
padding:5px;
}

.baslikFont
{
    font-family:'Segoe UI',Cambria,Arial;
    /*font-weight:bold;*/
    font-size:17px;
    color:#8d0b0f;
    text-shadow:1px 1px 2px #b1b1b1;
}
.icerikFont
{
    font-family:'Segoe UI',Cambria,Arial;
    font-size:14px;
    color:black;
    margin-top:15px;
}
.kontroller
{
    font-family:'Segoe UI',Cambria,Arial;
    font-size:13px;  
}
