<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : style
    Created on : 10.Nis.2012, 13:35:50
    Author     : Murat
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}
div { text-align:left; }
a {
    color:#555;
    text-decoration: none;
}
a:hover {
    color:#ff6600;
}

#cerceve {
    position: relative;
    width : 100%;
}

/* ustbar */
#ustbar {
    width: 100%;
    position: fixed;
    top:0;
    z-index: 999;
}

#logo {
    position: relative;
    float: left;
    width: 249px;
    height: 70px;
    background: url(../img/logo.png) no-repeat;
    background-position: top left;
    cursor: pointer;
}
#logo:hover { background: url(../img/logo_dark.png); }

#ustkose {
    float: left;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 54px;
    background: url(../img/ustmenu_sol.png) no-repeat;
    background-position: top left;
}

#ustbarIcerik {
    margin-left: 289px;
    width: auto;
    height: 54px;
    background: #e1e1e1;
}
#ustbarIcerik #menu { width:100%; }
#ustbarIcerik #menu ul {
    list-style: none;
    margin-left: -30px;
    padding: 0;
    margin: 0;
}
#ustbarIcerik #menu ul li {
    float: left;
    margin-top: 30px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 3px solid #ff6600;
    font-size: 12px;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    height:16px;
}
#ustbarIcerik #menu ul li a { text-decoration: none; color: #333; }

#profesyonel {
	position:fixed;
	right: 10px;
    background: url(../img/prof.jpg) no-repeat;
    background-position: bottom right;
    width: 196px;
    height: 54px;
}
/* ustbar bitti */

/* altbar */
#altbar {
    position: fixed;
    width:100%;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
#altbarIcerik {
	padding-left:20px;
    width:100%;
    height:48px;
    background: #e1e1e1;
}
#altbarIcerik .ince {
    position: relative;
    float:left;
    font-family:'Trebuchet MS';
    font-size:10px;
    color: #555;
    width:auto;
}
#deltademo {
    position: absolute;
    width:auto;
	margin-top:17px;
    right: 200px;
}
#takip {
    position: absolute;
    width:auto;
    bottom: 10px;
    right: 15px;
}
#takip div{
    font-family: 'Trebuchet MS';
    font-size: 10px;
    color: #666;
    width: 75px;
    float:left;
    line-height: 20px;
}
#takip .icon {
    position: relative;
    float: right;
    width: 23px;
    height: 23px;
}
#takip .icon img {
    width: 20px;
    height: 20px;
}





#sayfa {
    position: relative;
    width: 100%;
    height: auto;
    margin: 130px auto 85px auto;
}

span.icerikbaslik {
    font-family: Franklin Gothic Book, FranklinGothicBook, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size:13px;
    letter-spacing: 0px;
    color: #ff6600;
    font-weight: bold;
}
span.text {
    font-family: Arial;
    font-size:12px;
    color:#444;
    text-decoration: none;
}




#solmenu {
    position: fixed;
    width:250px;
	margin-top:8px;
    height:auto;
}

#solmenu ul {list-style: none; margin: auto;}
#solmenu ul li {
    height:30px;
    width:240px;
    background-image: url('../img/hor_line.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}
#solmenu ul li.yanmenu a{
    font-family: Franklin Gothic Book, FranklinGothicBook, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size:13px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: bold;
}
#solmenu ul li.yanmenu a:hover{
	color:#ff6600;
}
#solmenu ul li.yanmenu a.active {
	color:#ff6600;
}

#makas {
    position: fixed;
    width:30px;
    margin-left: 250px;
    min-height:500px;
    background-image: url('../img/makas.png');
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 20px;
	margin-top:8px;
}
#makas .cizgi {
    position: relative;
    margin-top: 33px;
    min-height: 550px;
    background-image: url('../img/kesik_cizgi.png');
    background-position: top center;
    background-repeat: repeat-y;
}

#sayfaIcerik {
    position: relative;
    width: 800px;
    margin-left: 300px;
}
#sayfaIcerik h2 {
    font-family: Arial;
    font-size: 36px;
    color: #ff6600;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    width:auto;
}
#sayfaIcerik &gt; div {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    width: 800px;
}
#sayfaIcerik div img {
    max-width: 800px;
    max-height: 600px;
    margin-bottom: 10px;
}

#geributton {
	position:absolute;
	width:60px !important;
	height:40px;
	margin-top:-55px;
	margin-left:752px;
	cursor:pointer;
}

#projeler {
    margin:auto 30px auto 300px;
}
#proje_nav {
    padding:0;
    margin:0;
    border-bottom:1px solid #ccc;
    height:40px;
}
#proje_nav h2 {
    margin:0;
    padding:0;
    color: #ff6600;
    font-size: 18px;
}
#proje_nav #baslik {
    float:left;
    width:240px;
    height:auto;
}

#proje_nav #kontroller {
    padding-top:12px;
}
#proje_nav ul {
    padding:0;
    margin:0;
    list-style-type:none;
}
#proje_nav ul li {
    float:left;
    height: 18px;
}
#proje_nav ul li.tab {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #888888;
    padding: 5px;
    font-family: Franklin Gothic Book, FranklinGothicBook, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-top:-5px;
    height: 23px;
    color:#f1f1f1;
}
#proje_nav ul li.suz {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #dddddd;
    width:auto;
    font-family: Franklin Gothic Book, FranklinGothicBook, Arial, sans-serif;
    font-weight: normal;
    padding: 5px;
    font-size: 13px;
    margin-top:-5px;
    height: 23px;
    color:#333;
}

#proje_nav ul li.ileri-geri {
    font-size: 12px;
    font-weight: bold;
    color:#999;
    width:auto;
    padding: 5px 5px 0px 5px;
    float:right; 
    height:20px;
}
#proje_nav ul li.ileri-geri img {
    margin-top: -5px;
}
#projeler #icerik  {
    position:relative;
    width:auto;
}
#projeler #icerik .eleman {
    float: left;
    width: 120px;
    height: 140px;
    margin: 5px 10px 5px 0px;
    border:1px solid #fff;
}
#projeler #icerik  .eleman:hover {
    background: #f8f8f8;
    border:1px solid #ccc;
}
#projeler #icerik .eleman .resim {
    margin-left: auto;
    margin-right: auto;
    width:100px;
    height:100px;
    line-height:100px;
    text-align: center;
}
#projeler #icerik .eleman .resim img {
    vertical-align: middle;
    border: 1px solid #ccc;
    max-width: 100px;
    max-height: 100px;
}
#projeler #icerik .eleman div {
    margin-top: 5px;
    text-align: center;
    clear:both;
    font-family: Arial;
    font-size: 11px;
    color: #666;
}



#projeresimleri {
    position: relative;
    width: 800px;
    height: auto;
}
#projeresimleri img {
    border:1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
}
.thumbs {
    width:807px;
}
.thumbs .eleman {
    float: left;
    width: 96px;
    height: 120px;
    margin: auto 3px 9px auto;
	overflow:hidden;
}
.thumbs .eleman .resim {
    margin-left: auto;
    margin-right: auto;
    width:95px;
    height:95px;
    line-height:100px;
    text-align: center;
}
.thumbs .eleman .resim img {
    vertical-align: middle;
    border: 1px solid #ccc;
    max-width: 100px;
    max-height: 100px;
}

.prevbutton {
    float:left;
    margin-top: -20px;
    margin-right: 10px;
    width: 395px !important;
    cursor: pointer;
    border-bottom:3px solid #999;
    line-height: 30px;
}
.prevbutton:hover {
    border-bottom:3px solid #ff6600;
}
.nextbutton {
    margin-top: -20px;
    margin-left: 405px;
    width: 395px !important;
    cursor: pointer;
    border-bottom:3px solid #999;
    text-align: right;
    line-height: 30px;
}
.nextbutton:hover {
    border-bottom:3px solid #ff6600;
}

/**{
    border:1px solid red;
}*/
.iletisimbilgileri {
    width:450px;
    margin-left: 30px;
    font-family: Arial;
    font-size: 12px;
    line-height: 23px;
}
.iletisimbilgileri h2 {
    font-size: 20px;
	margin:0;
	padding:0;
}

.iletisimformu {
    width:650px;
    margin-left: 30px;
    font-family: Arial;
    font-size: 12px;
}
.iletisimformu h2 {
    margin-left: 0px;
    font-size: 18px;
}
.iletisimformu div {
    margin: 0 0 6px 0;
}
.iletisimformu div div {
    float:left;
    width:160px;
}

.iletisimformu input {
    width: 400px;
    border: 1px solid #ccc;
    padding:4px;
    font-family: Arial;
    font-size: 12px;
    outline: none;
}
.iletisimformu textarea {
    width: 400px;
    height: 75px;
    border: 1px solid #ccc;
    padding:4px;
    font-family: Arial;
    font-size: 12px;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
}
.iletisimformu .button {
    width:66px;
    height:23px;
    background:url(../img/button.jpg);
    border:none;
    cursor:pointer;
}

#epostaHatasi {
    position: absolute;
    display: none;
    width: auto;
    padding: 5px;
    border: 1px solid red;
    color: red;
    font-family: Arial;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: -34px;
    margin-left: 580px;
}
.map {
    width:564px;
    margin-left: 30px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.map iframe{
    width:564px;
}</pre></body></html>