﻿


.disyplayNone{
	display:none;
	
}



body {
	margin: 0px;
	font-size:11px;
	font-family:Verdana;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



#Container {
	background-color: #FFF;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #999;
}




#Logo {
	height: 115px;
	width: 310px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	margin-top: 15px;
}

#Tasarim2Logo {
	height: 20px;
	width: 210px;
	margin-top: 1px;
	float: left;
}


.LogoKenarOval {
	border-bottom-right-radius:7px;
	border-top-right-radius:7px;
	opacity:0.8;
}

#Slaytt {
	position: relative;
	right: 0px;
}
#UstAlan {
	max-height:310px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}



#Tasarim1 {
	height: 275px;
	position: relative;
}
#Tasarim2 {
	height: 100px;
}

#Tasarim2Banner {
	width: 750px;
	float: right;
}


.Tasarim2LogoHeight{
	max-height: 100px;
}





#duzelt {
	clear: both;
}
.text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.text3 {
	font-family: tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.text4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
	text-decoration: none;
}


.text5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0D4890;
	text-decoration: none;
}
.text6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0D4890;
	text-decoration: none;
	font-weight: bold;
}
.text7 {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	color: #93F;
	text-decoration: none;
}
.text8 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.text9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.text10 {
	font-family: tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.textHaberOzet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-left: 7px;
}
.cerc1 {
	border: 1px solid #666;
}

.resimOvalHaber{
	border-radius: 3px;	
}



.Habercerceve {
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 10px;
}
.Habercerceve:Hover {
	-webkit-box-shadow: 3px 1px 10px #BDBDBD;
	box-shadow: 3px 1px 10px #BDBDBD;

}


.VideoKutu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}

 

.yazarResimOval{
	border: 3px solid #E3E3E3;
	border-radius: 70px;
	margin-right: 5px;
}

.yazarResimOvalRight{
	border: 3px solid #E3E3E3;
	border-radius: 70px;
	margin-right: 15px;
	margin-top: 5px;
}


.sayfa img{
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 7px;
}


 




#OrtaAlan {
	float: left;
	width: 650px;
	margin-left: 7px;
}


#SolAlan {
	float: left;
	width: 217px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}





#SagAlan {
	float: right;
	width: 220px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


/* MENU */
.menu ul {
   margin:0;
   padding:0;
   list-style:none;
   border-buttom:1px solid gray;
}
.menu li {
   position:relative;}
.menu li ul {
   position:absolute;
   list-style:none;
   left:149px;
   width:150px;
   display:none;
   top:0;
}

.menu li ul li ul {
   position:absolute;
   list-style:none;
   left:149px;
   width:150px;
   display:none;
   top:0; }
li:hover ul {
	display: block;
	z-index: 99999;
	margin-top: 8px;
	margin-left: 40px;
	border: 1px solid #CCC;
    }
 
li:hover ul li a{
	display: block;
	z-index: 99999;
	padding-left: 15px;
	line-height: 35px;

    }
/* MENU */




.hv1:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0D4890;
	text-decoration: none;
}
.hv1:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0D4891;
	text-decoration: none;
}
.hv1:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #D20611;
	text-decoration: underline;
}

.hv2:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.hv2:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.hv2:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0D4890;
	text-decoration: none;
}
.Resim1 {
	margin-right: 7px;
	border-radius:4px;
}
.Resim2 {
	margin-right: 7px;
	border: 1px solid #000;
}
.Resim3 {

	border-radius:4px;
}
.cerceve1 {
	border: 1px solid #CCC;
}
.cerceve2 {
	border: 1px solid #666;
}


#flashContent { width:100%; height:300px; }
.BuyukKarekter {
	text-transform: uppercase;
}
#BuyukKarekter {
	text-transform: uppercase;
}


#AnasayfaFotoGaleri {
	background-color: #F0FAFF;
	max-height:248px;
}
#AnasayfaBaslikKutu {
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: 10px;
}


#Demo {
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
 
}
.DemoYazi:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
.DemoYazi:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
.DemoYazi:Hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: underline;
}

.TumUyeler {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	text-align: center;
	height: 25px;
	width: 140px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	float: left;
	margin-right: 40px;
	text-decoration: none;
}
.TumUyeler:hover {
	border-bottom-color: #F30;
}

.ResmiUyeler{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	text-align: center;
	height: 25px;
	width: 140px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #01698C;
	float: left;
	margin-right: 40px;
	text-decoration: none;
}
.ResmiUyeler:hover {
	border-bottom-color: #F30;
}
.SiteUyeleri{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	text-align: center;
	height: 25px;
	width: 140px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6A8C01;
	float: left;
	margin-right: 40px;
	text-decoration: none;
}
.SiteUyeleri:hover {
	border-bottom-color: #F30;
}
#AnasayfaHaberAlani{
	background-color: #F3F3F3;	
}


/* Sol Sağ kutucuklar */
.Box {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;

}
.BoxBaslikCat {
	border-bottom: 1px none #C4C4C4;
	color: #FFFFFF; 
	padding-left: 5px;
	padding-top: 10px;
    padding-bottom: 10px;
	font-family: Verdana;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
 }
.BoxBaslik {
	border-bottom: 1px none #C4C4C4;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
 }
.BoxContent {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	border-bottom: 1px solid #A4A4A4;
 }
.solaHizalaText{
	text-align:left;
	
}
/* Sol Sağ kutucuklar */