html, body {
	font: 11px "trebuchet MS", verdana, tahoma;
		background-color:#fff;/* D1E1F1  */ 
	color:#000;/*#10507B*/
	margin:0px;
	height:90%; /* IE6: treats as min-height*/
}

a{
	color:#000;/* 10507B  */ 
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:none;
}


#content_menu UL LI A:hover{ /* panel menu fare uzerinde iken */
	color:#fff;/*#333*/
	background-color:#004E98;/*#ffb52f*/
}


#clear{
	clear:both;
}


/* tum icerik DIV */
#page{
	width: 400px;
	margin-right:auto;
	margin-left:auto;
	background-color:#D1E1F1; /* 3b3b3b;*/
	height:auto !important; /* real browsers */
	height:90; /* IE6: treats as min-height*/
	min-height:90%; /* real browsers */
}



.panel  UL LI A{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	border-bottom:#fff 1px dotted;
	font-size:11px;
	padding:5px 0px 0px 0px;
	
	line-height:13px;
}

.ie6 .panel  UL LI A{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	border-bottom:#fff 1px dotted;
	font-size:11px;
	padding:3px 6px 0px 19px;
	background: url(../images/interface/bullet.gif) no-repeat 5px center;
	line-height:13px;
	
}

.panel  UL LI A:hover{
	color:#333;
	background-color:#004E98; /* #ffb52f */
	
}




/* ICERIK DIV */
#content_container {
	clear: both;
/*	margin-bottom:40px;*/
	padding:0px 25px 5px 5px;
	
}

.ie6 #content_container {
	clear: both;

	padding:0px 25px 5px 5px;
	
}


#content_menu{
	width:430px;/*menu uzunlugu*/
	margin-right:8px;
	float:left;
}
#content_menu img{
	clear:both;
	border:0px;
}


#content_menu .column_title{
	color:#10507B;/*#ffb52f*/
	font-weight:bold;
	font-size:11px;
	padding:4px 0px 4px 0px;
	border-bottom:#004E98 4px solid;
	margin-left:5px;
}

#content_menu UL{
	padding:15px;/*.... uzunluklari */
	list-style-type:none;
	margin:3px 5px 5px 5px;/*cizgi uzunluklari */
		font-size:11px;
}

#content_menu UL LI A{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	border-bottom:#000 1px dotted;
	font-size:11px;
	padding:5px 5px 5px 19px;
	
	line-height:13px;
}
.ie6 #content_menu UL LI A{ /* >> isarti yeri ayarlar */
	background: url(../images/interface/bullet.gif) no-repeat 5px center;
	padding:8px 6px 2px 19px;
	height:13px;
}

