@charset "iso-8859-9";
/* CSS Document */
body
{
 
font-size:12px;
font-family:Tahoma; 
background-repeat:no-repeat;

}
#wrapper
{ 
width:980px;
background-color:White;
margin-left:auto;
margin-right:auto;
margin-top:0px;

}
#header
{
width:980px;
height:100px;
}
#content
{
width:980px;
min-height:300px;
}
#footer
{
  background:transparent;
clear:both;
width:980px;
min-height:100px;
text-align:center;
 }
#sol
{
width:185px;
float:left; 
min-height:300px;
}
#orta
{
width:610px;
float:left; 
min-height:300px;
}
#sag
{
width:185px;
float:left; 
min-height:300px;
}
.boxBig
{margin-bottom:4px;}
.boxBigtop
{
background-image:url(../images/boxBigHeader.png) ;
background-repeat:no-repeat;
width:610px;
height:46px;
}
.boxBigContent
{
background-image:url(../images/boxBigContent.png);
width:610px;
background-repeat:repeat-y;
min-height:80px;
padding-top:4px;
padding-left:6px;
padding-right:12px;
padding-bottom:6px;
}
.boxBigFooter
{
background-image:url(../images/boxBigFooter.png);
width:610px;
height:33px;
background-repeat:no-repeat;}

.box 
{margin-bottom:4px;}
.boxtop
{
background-image:url(../images/boxHeader.png);
background-repeat:no-repeat;
width:185px;
height:46px; 
}
.boxContent
{
background-image:url(../images/boxContent.png);
background-repeat:repeat-y;
/*width:185px;*/
min-height:80px;
padding-top:4px;
padding-left:8px;
padding-right:10px;
padding-bottom:4px;

}
.boxFooter
{
background-image:url(../images/boxFooter.png);
background-repeat:no-repeat;
width:185px;
height:37px;
}

#logo
{
float:left;
width:190px;
height:100px;}
#banner
{
float:left;
width:590px;
height:100px;
}
#commands
{
float:left;
width:200px;
height:100px;
}
/*SOL MENÜ
 .menu a:link { color:#000000;
    text-decoration: none;
    margin-left:0px;
     }
.menu a:visited { color:#000000;
    text-decoration: none;
    margin-left:0px;
    }
.menu a:hover { color:#cccccc;
    text-decoration: none;
    margin-left:15px;
     }*/
     
  
div.hoverBtn {
	position: 		relative;
	/*float:			left;*/
	background:		#e5e9ec url('images/navBG.png') repeat-x 0 0 scroll;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			140px;
	height: 		20px;
	line-height: 		20px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		#d60000 url('images/navHover.png') repeat-x 0 0 scroll;
}
 .clear	{ clear: both; }    
     
/*SOL MENÜ BİTTİ*/
