﻿*
{
	margin:0px;
	padding:0px;
	border:0;
	font-size:100%;
	outline:none;
}

form
{
    height:100%;
    min-height:100%;
    margin:0; 
    padding:0; 
}

body,html  
{
    margin:0; 
    padding:0; 

    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;    
    font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;

}

#mainDiv
{
	width:950px;
	left:50%;
	position:absolute;
	margin-left:-475px;
	*margin-top:-2px;
    
	min-height:880px; height:auto !important; height:880px;
	
}

#sutun
{
    top:0;    
    width:92px;
    margin-top:110px;
    margin-left:0px;
    height:100%;
    float:left;
    width:100%;
}

#sutunUst
{

    width:92px;
    height:105px;
    background-image:url(../images/sutunUst.png);
    
}

#sutunOrta
{

    width:92px;
    height:100%;
    min-height:100%;
    padding-bottom:105px;
    background-image:url(../images/sutunOrta.png);
    background-repeat:repeat-y;
}


#sutunAlt
{

    width:92px;
    height:62px;
    background-image:url(../images/sutunAlt.png);
}


#sutun2
{
    float:left;
    height:100%;
    top:0;    
    width:92px;
    margin-top:110px;
    margin-left:-92px;
}

#sutun2Ust
{

    width:92px;
    height:105px;
    background-image:url(../images/sutun2Ust.png);
    
}

#sutun2Orta
{

    width:92px;
    height:100%;
    min-height:100%;
    padding-bottom:105px;
    background-image:url(../images/sutun2Orta.png);
    background-repeat:repeat-y;
}


#sutun2Alt
{

    width:92px;
    height:62px;
    background-image:url(../images/sutun2Alt.png);
}

#header
{
    height:107px;
    width:100%;
    background-color:#c3c3c3;
    text-align:left;
    
}

#golge
{
    position:absolute;
    z-index:-1;
    margin-top:107px; 
    width:100%;
    
}


#icerikTop
{
    background-image:url(../images/bgTopLR.jpg);
    background-repeat:repeat-x;
    height:52px;
    width:100%;
  
   
}

#icerikTop2
{
    background-image:url(../images/bgTop.jpg);
    width:100%;
    background-position:center;
    height:52px;
    background-repeat:no-repeat;
    
}

#icerikTop3
{
  /* background-image:url(../images/bgUstMenu.jpg); 
   background-position:center;
   background-repeat:no-repeat;*/
   width:100%;
   height:31px;
   text-align:center;
   
}

#icerik 
{
    min-height:100%;
    height:100%;
    width:100%;
    text-align:center;
    float:left;
    position:absolute
}

#yaziAlaniTop
{
    background-image:url(../images/bgYaziAlaniTop.jpg); 
    background-position:center;
    background-repeat:no-repeat;
    width:100%;
    height:10px;    
}

#yaziAlaniBottom
{
    background-image:url(../images/bgYaziAlaniBottom.jpg); 
    background-repeat:repeat-x;
    width:100%;
    height:11px;
}

#yaziAlani
{
    margin-left:91px;
    *margin-left:2px;
    background-color:#b7b7b7;
    width:770px;
}

#yazi
{
    text-align:left;
    margin:20px;
    margin-top:0px;
    padding-bottom:20px;
    background-color:#b7b7b7;
    color:#333;
    min-height:280px; height:auto !important; height:280px;
    font-size:13px;
    
}


.temizlik
{
    clear:both;
    line-height: 0em;
    width:0px;
    height:0px;
    margin:0px;
    padding:0px;
}

#leftMenu
{
    position:absolute;
    z-index:2;
    min-height:100%;
    height:100%;
    top:50%;
    left:0;
    margin-top:-120px;
    
    
   
}




A { text-decoration:none; }


.trebuchet
{
	font-family:Trebuchet MS;
	font-size:12px;
}

.verdana
{
	font-family:Verdana;
	font-size:12px;
}


.link
{
	text-decoration:none;
}

.link:hover
{
	text-decoration:underline;
	cursor:pointer;
}

* html .link
{
	text-decoration:none;
	m: expression(this.onmouseover = new Function("this.className = 'link-hover';"));
}

* html .link-hover
{
	text-decoration:underline;
	cursor:pointer;
	m: expression(this.onmouseout = new Function("this.className = 'link';"));
}