body
{
background-color: #FFF;
}

.sitetutucu
{
float: left;
width: 1350px;
height: auto;
}

.alt_kisim
{
float: left;
width: 1320px;
height: 20px;
font-size: 15px;
font-family: Calibri;
font-weight: bold;
text-align: left;
/*background-color: #0000FF;*/
color: #000;
padding-left: 1050px;
}


  a:link {text-decoration: none;}         /* ziyaret edilmemiş */
  a:visited {text-decoration: none;}      /* ziyaret edilmiş */
  a:hover {text-decoration: none;}   /* fare üzerindeyken */
  a:active {text-decoration: none;}  /* aktifken */
 
.sosyalbutonlar
{
float: left;
width: 1340px;
height: 45px;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-style: solid;
border-color: grey; 
padding-top: 10px;
padding-left: 15px;
}

.telefon
{
float: right;
width: 160px;
height: 45px;
font-size: 15px;
font-family: Calibri;
font-weight: bold;
text-align: center;
color: #000;
padding-top: 5.5px;
}

.telefon-simge
{
float: right;
width: 10px;
height: 45px;
}


.ustmenu
{
float: center;
width: 1365px;
height: 85px;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-style: solid;
border-color: grey;
background-color: #FFF;
}

.ustmenu-icon
{
float: left;
width: 250px;
height: 85px;
background-color: #FFF;
}

.ortamenu-link
{
width: 55px;
height: 55px;
background-color: #FFF;
background-position: top;
background-repeat: no-repeat;
margin-right: 100px; 
} 


.video
{
margin-left: 350px; 
} 

.resim-ortamenu
{
float: center;
/*padding-left: 250px; */
}



*
{
	margin:  0px;
	padding: 0px;
}


nav
{
	/*border-top: 3px solid tomato;*/
    background-color:#fff;
    text-align: center;
    width: 100%; 
}

nav ul
{
	list-style: none;
}

nav li
{
	display: inline-block;
}

nav li a
{
	display: block;
	padding: 15px 20px;
	font: 15px tahoma, arial;
	color:#000;
	text-decoration: none;
}

nav li a:hover
{
	background:tomato;
}

nav li ul
{
	text-align: left;
	display: none;
	position: absolute;
	background: #fff;
	width: 230px;	
}

nav li:hover ul
{
    display: block;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

nav li ul li
{
    display: block;
}

h1
{
    text-align: center;
    padding: 15px 400px;
}

p
{
    text-align: center;
    padding: 5px 400px;
}

