
body
{
    margin: 0 auto;
    padding: 0;
    background-color: #C7C7C7;
    background-image: url('../../images/Page-BgTexture.jpg');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
    font-family:Trebuchet MS;
    font-size:11px;
   
   
}

.Main
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
}

.PageBackgroundGlare
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
     z-index:-9999
}

.PageBackgroundGlareImage
{
    background-image: url('../../images/Page-BgGlare.png');
    background-repeat: no-repeat;
    height: 512px;
    width: 601px;
    margin: 0;
    z-index:-9999
    
}

html:first-child .PageBackgroundGlare
{
    border: 1px solid transparent; /* Opera fix */
}





.cleared
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
    overflow: hidden;
    min-width: 23px;
    min-height: 23px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 880px;
}


.Sheet-body
{
    position: relative;
    z-index: 0;
    margin: 3px;
}

.Sheet-tl
{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background-image: url('../../images/Sheet-s.png');
}

.Sheet-tr
{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
}

.Sheet-tr div
{
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -17px;
    width: 34px;
    height: 34px;
    background-image: url('../../images/Sheet-s.png');
}

.Sheet-bl
{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 17px;
}

.Sheet-bl div
{
    position: absolute;
    z-index: -1;
    top: -17px;
    left: 0;
    width: 34px;
    height: 34px;
    background-image: url('../../images/Sheet-s.png');
}

.Sheet-br
{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 17px;
}

.Sheet-br div
{
    position: absolute;
    z-index: -1;
    top: -17px;
    left: -17px;
    width: 34px;
    height: 34px;
    background-image: url('../../images/Sheet-s.png');
}

.Sheet-tc
{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 0;
    left: 17px;
    right: 17px;
    height: 17px;
}

.Sheet-tc div
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background-image: url('../../images/Sheet-h.png');
}

.Sheet-bc
{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    left: 17px;
    right: 17px;
    height: 17px;
}

.Sheet-bc div
{
    position: absolute;
    z-index: -1;
    top: -17px;
    left: 0;
    width: 100%;
    height: 34px;
    background-image: url('../../images/Sheet-h.png');
}

.Sheet-cl
{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 17px;
    left: 0;
    width: 17px;
    bottom: 17px;
}

.Sheet-cl div
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    background-image: url('../../images/Sheet-v.png');
}

.Sheet-cr
{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 17px;
    right: 0;
    width: 17px;
    bottom: 17px;
}

.Sheet-cr div
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -17px;
    width: 34px;
    height: 100%;
    background-image: url('../../images/Sheet-v.png');
}

.Sheet-cc
{
    position: absolute;
    overflow: hidden;
    z-index: -2;
    top: 17px;
    left: 17px;
    right: 17px;
    bottom: 17px;
    background-image: url('../../images/Sheet-c.png');
}


.Sheet
{
    margin-top: 100px !important;
}
/* end Box, Sheet */

/* begin ContentLayout */
.contentLayout
{
    margin-bottom: 0px;
    width: 794px;
    min-height:500px;
    position: relative;
}
/* end ContentLayout */


a
{
    
   

}

/* Adds special style to an unvisited link. */
a:link
{
  
    text-decoration: underline;
    
    
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
    
    text-decoration: underline;
    
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
    
    text-decoration: none;
   
}

/* Finish Content link style */


ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li
{
    
    font-size: 12px;
    text-align: left;
}




/* begin Footer */
.Footer
{
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 880px;
    margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
    height: 1%;
    position: relative;
    z-index: 0;
    padding: 10px;
    text-align: center;
    
}

.Footer .Footer-background
{
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url('../images/Footer.png');
    width: 880px;
    height: 100px;
    bottom: 0;
    left: 0;
}



.Footer .Footer-text p
{
    margin: 0;
}

.Footer .Footer-text
{
    display: inline-block;
    color: #fff;
    font-size: 10px;
    
    
}
.sanal img
{
position:absolute;
width:85px;
height:50px;
top:-15px;
z-index:9999

}

.Footer .Footer-text a:link
{
    text-decoration: none;
    color: #FFFFFF;
   
    font-style: normal;
    font-weight: bold;
 
}

.Footer .Footer-text a:visited
{
    text-decoration: none;
    color: #fff;
   
    
}

.Footer .Footer-text a:hover
{
    color: #D17529;
    text-decoration: underline;
}
.Footer img
{
margin:15px    
}
/* end Footer */



.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
    text-align: left;
    text-decoration: none;
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
}

.artmenu, .artmenu ul
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}

.artmenu li
{
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    background: none;
}

.artmenu li:hover
{
    z-index: 10000;
    white-space: normal;
}

.artmenu li li
{
    float: none;
}

.artmenu ul
{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: none;
}

.artmenu li:hover > ul
{
    visibility: visible;
    top: 100%;
}

.artmenu li li:hover > ul
{
    top: 0;
    left: 100%;
}

.artmenu:after, .artmenu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.artmenu, .artmenu ul
{
    min-height: 0;
}

.artmenu ul
{
    background-image: url(../images/spacer.gif);
    padding: 10px 30px 30px 10px;
    margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
    padding: 30px 30px 30px 10px;
    margin: -30px 0 0 -10px;
}



/* menu structure */

.nav
{
    position: relative;
    margin: 0 auto;
    width: 874px;
    height: 35px;
    z-index: 100;

    
}

.artmenu
{
    padding: 4px 5px 4px 5px;
}


.nav .l, .nav .r, .nav .r div
{
    top: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    height: 35px;
}

.nav .l
{
    left: 0;
    right: 5px;
}


.nav .r
{
    right: 0;
    width: 5px;
}


.nav .r div
{
    width: 874px;
    right: 0;
}


.nav .l, .nav .r div
{
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('../images/nav.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
    clear: both;
}

.artmenu a, .artmenu a span
{
    height: 27px;
    display: block;
}


.artmenu a
{
    cursor: pointer;
    text-decoration: none;
    margin-right: 3px;
    margin-left: 3px;
}
.artmenu a
{
    background-image: url('../images/item-left.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.artmenu a span
{
    background-image: url('../images/item-right.png');
    background-position: right top;
    background-repeat: no-repeat;
}
.artmenu a span span
{
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight:bold;
    color: #eee;
    padding: 0 8px;
    margin: 0 3px;
    line-height: 27px;
    text-align: left;
    background-image: url('../images/item-center.png');
    background-position: left top;
    background-repeat: repeat-x;
}


.artmenu a:hover
{
    background-position: left -27px;
}

.artmenu li:hover > a
{
    background-position: left -27px;
}
.artmenu li:hover a span
{
    background-position: right -27px;
}

.artmenu a:hover span
{
    background-position: right -27px;
}


.artmenu a:hover span span
{
    color: #000000;
    background-position: left -27px;
}

.artmenu li:hover a span span
{
    color: #000000;
    background-position: left -27px;
}


.artmenu a.active
{
    background-position: left -54px;
}

.artmenu a.active span
{
    background-position: right -54px;
}

.artmenu a.active span span
{
    color: #E5E5E5;
    background-position: left -54px;
}

/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
    display: block;
    width: 1px;
    height: 27px;
    background-image: url('../images/item-separator.png');
}

/* end MenuSeparator */


/*----------------------------------------------------------------------------------------------------------*/
a,img
{
border:0;
text-decoration:none
}

#header
{
	width:880px;
	margin-top:27px;
	#margin-top:23px;
	margin-left:auto;
	margin-right:auto;
    z-index:9998
}
#logo
{
	float:left;
	 z-index:9998	
}

#uyeGirisi
{
position:absolute;
top:28px;
margin-left:493px;
#margin-left:83px;
z-index:9999
}
.girisBtn
{
padding:3px 0 0 3px    
}
#menu
{
	width:880px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;	
}


#duyuruDetay
{

width:210px;
background-color:#e1e2e3;
font-size:10px
  
}
#duyurular
{
width:210px;
margin:5px;
float:left;    
}

.ust
{

 width:210px;
 height:8px;
 background:url(../images/ust.jpg) no-repeat;   
}
.alt
{

 width:210px;
 height:8px;
 background:url(../images/alt.jpg) no-repeat;    
    
}
h1,h2,h3,h4,h5,h6,p
{
margin:0;
padding:0;    
}
.baslik
{

font-size:18px;
font-weight:normal;
color:#424242;
padding:0 0 0 10px;

 
}
.altBaslik
{
font-size:11px;
color:maroon;
padding-left:10px; 
border-bottom:1px dotted #ccc;   
}
.duyuruTarih
{
font-weight:bold;
text-decoration:underline    
}
#hosgeldiniz
{
position:absolute;
width:400px;
top:215px;
text-align:justify;
left:215px;
border-right:1px dotted #aaa

}
#hosgeldiniz p
{
margin:10px  
}
.vaziyetBtn
{
margin:5px 0 0 10px;
  
}
.katBtn
{

padding:5px 0 0 160px 
}
#anasayfaHakkimizda
{
position:absolute;
width:250px;
top:215px;
text-align:justify;
left:620px;

}
#anasayfaHakkimizda p
{
 margin:10px    
 }
.kiptasEv
{
margin-left:10px;
border:2px solid #424242;
   
}
.kiptasEv1
{
 border:2px solid #424242;
 margin-left:20px   
}
.detayBtn
{
margin:0px 0 0 10px    
}
#hakkimizda
{
margin-top:10px;
width:880px;    
}
#hakkimizdaSol
{
width:500px;
float:left;
margin:10px;
text-align:justify;

}
#hakkimizdaSol img
{
vertical-align:middle    
}
.hakkimizdaLine
{
float:left;
margin:10px 0 0 20px    
}
#hakkimizdaSag
{
width:300px;
float:left;
margin:20px 0 0 25px;
  
}
.faydaliBilgiler
{
width:870px;    
}
.faydaliBilgilerSol
{
width:400px;
margin:10px 0 0 10px;
float:left

}
.faydaliBilgilerLine
{
float:left;
width:5px;
margin-top:10px
}
.faydaliBilgilerSol ul li
{
list-style:none; 
margin-top:15px;
font-size:13px;

    
}
.faydaliBilgilerSol ul li a
{
color:#424242;
text-decoration:none;    
}
.faydaliBilgilerSol ul li a:hover
{
text-decoration:underline    
}
.faydaliBilgilerSol ul li img
{
vertical-align:middle    
}


.yanBasliklar
{
font-size:16px;
color:#424242;
padding:10px 0 0 0px;
   
}
.faydaliBilgilerSag
{
float:left;
margin:0 0 0 10px;
width:440px    
}

.kroki
{
float:left;
margin:15px 0 0 0px;
border:2px solid #aaa    
}
#bankaHesap
{
list-style:none;
   
}
#bankaHesap li
{
padding-top:5px;
font-size:12px; 

}
.faydaliBilgilerSag .sagBasliklar
{
font-size:13px;
text-align:center    
}
.pdf
{
margin:5px 0 0 135px    
}
.not
{
font-size:13px;
font-style:italic;
text-align:center    
}

.yonetimKuruluBaslik
{
text-align:center;
width:360px;
font-size:15px;
font-weight:bold;
color:#424242;
}
.yonetimKuruluBaslik1
{
text-align:center;
width:360px;
font-size:15px;
font-weight:bold;
color:#424242;
padding-top:0px;
#padding-top:10px;   

}
#yonetimUst
{
width:360px;
height:110px;
margin-top:15px    
}
#baskan
{
width:180px;
float:left;
text-align:center   
}
#baskanYrd
{
width:180px;
float:left;
text-align:center;  
}
#yonetimAlt
{
width:400px;    
}
.yonetimAltSol
{
width:120px;
float:left;
text-align:center;    
}
.yonetimDetay
{
padding:0px 0 0 20px   
}
#yonetimSag
{
position:absolute;
top:245px;
left:435px;


}

#denetciler
{
margin:0;
padding:0;
list-style:none;
text-align:center;
margin-top:10px;
float:left;
width:360px  

}
#denetciler li
{
width:415px;
text-align:center;
 
}
#yedekDenetciler
{
margin:0;
padding:0;
list-style:none;

float:left;
width:430px    
}
#yedekDenetciler li
{
float:left;
width:105px;
margin-top:10px;
height:30px;

}
.denetciUye
{
text-align:center;
padding-left:25px    
}
#sinerji
{
width:350px;
text-align:center;
   
}
#sinerjiSol
{
float:left;
width:50px;
margin-left:30px;
margin-top:45px     
}
#sinerjiSag
{
float:left;
width:270px;
padding-top:45px  

}
.sirket
{
font-size:16px;
font-weight:bold;    
}

#haberler
{

width:850px;

}
#haberler ul
{
list-style:none;
font-size:12px;
 
}
.haberBaslik
{
float:left;
width:800px;
font-size:14px;
font-weight:bold;
text-decoration:underline;
margin-left:5px;
   
}
.haberBaslikHover:hover
{
 color:Red   
}
.haberDetay
{
float:left;
width:830px;
margin:10px 20px 0 5px;
font-size:12px;

 
}
.haberDosya
{
float:left;
width:100px;
font-weight:bold;
text-decoration:underline;
margin-left:5px    
}
#raporMenu
{
font-size:11px    
}
.raporBaslik
{
  font-size:13px;
  font-weight:bold;
  text-align:center  
}
.format
{
  font-size:13px;
  text-align:center   
}

#denetciRaporlari ul
{
margin:0;
padding:0;
list-style:none;    
}
#denetciRaporlari li
{
float:left;
margin-left:20px;
width:100px;

}
#denetciRaporlari img
{
margin:20px 0 15px 15px    
}
.rprBaslik
{
font-weight:bold;
padding-top:10px;
text-align:center    
}
#yonetimKuruluRaporlari ul
{
margin:0;
padding:0;
list-style:none;
   
}
#yonetimKuruluRaporlari li
{
float:left;
margin:5px 0 0 5px;
width:105px;
font-weight:bold;
text-align:center;
font-size:10px    
}
.aktiviteBaslik
{
font-size:15px;
color:Maroon;
text-decoration:underline    
}
#iletisim
{
width:870px;
margin:15px 0 0 10px    
    
}
#iletisimSol
{
float:left;
width:375px;    
    
}
.iletisimLine
{
float:left    
}
#iletisimSag
{
float:left;
width:420px;
margin-left:25px    
}
#iletisimSol a 
{
  color:#0083C6;  
}
#resimler
{
width:870px;
margin:20px 0 0 10px
    
}
#resimler img
{
margin-left:2px
}
#loginHosgeldiniz
{
position:absolute;
margin-left:630px;
#margin-left:230px;
top:20px;
z-index:9999;    
}
.maliBilgilerLink
{
color:#0083C6 
}
.cikisLink
{
 padding-left:15px;
 color:#0083C6   
}
.girisBaslik
{
font-size:20px;
font-weight:normal;
color:Maroon;
padding:120px 0 0 170px;

}
#maliBilgiler
{
margin:15px 0 0 10px    
}
#teslimcilerKurulu
{
width:656px;
height:526px;
position:absolute;
/*top:210px;*/top:140px;
/*left:110px;*/
  
}
#teslimcilerKurulu a
{
color:Maroon    
}