/*  
Name: Markagrup Template
Author: Cemil ULUSOY
Date: 07/05/2010
*/

/**** Ana Sablon *****/
body {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(tema/bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

/**** Yazilar *****/

.normal_yazi { font-family: verdana; font-size: 10px; font-style: normal; font-weight: normal; color: #000; text-decoration: none; }

.ust_menu {
	display:inline;
	text-decoration:none;
	color:#333;
	font-weight:normal;
	font-family: verdana;
	font-size: 12px;
}

.ust_menu:hover{
	color: #F00;
	font-weight: normal;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.anasayfa {
	display:inline;
	text-decoration:none;
	color:#06F;
	font-weight:normal;
	min-height:27px;
	padding:0px;
	margin-bottom:0px;
	font-family: verdana;
	font-size: 12px;
}

.anasayfa:hover{
	color: #F00;
	font-weight: normal;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.alt_menu {
	display:inline;
	text-decoration:none;
	color:#06C;
	font-weight:normal;
	min-height:27px;
	padding:0px;
	margin-bottom:0px;
	font-family: verdana;
	font-size: 10px;
}

.al_menu:hover{
	color: #F60;
	font-weight: normal;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}

.sol_menu{
	font-family: verdana;
	display:block;
	text-decoration:none;
	color:#525d63;
	font-weight:bold;
	background-image: url(../images/lister.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	height: 20px;
	padding-top: 4px;
}

.sol_menu:hover{
	font-family: verdana;
	color: #858F96;
	font-weight: bold;
	background-image: url(../images/lister_h.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	height: 20px;
	padding-top: 4px;
}

.duyuru_baslik {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

.duyuru_tarih { font-family: verdana; font-size: 9px; font-style: normal; font-weight: normal; color: #666; text-decoration: none; }

.duyuru_yazi { font-family: verdana; font-size: 10px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; }

.sayac_baslik {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #039;
	text-decoration: none;
}

.sayac_yazi {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #06F;
	text-decoration: none;
}

.baslik { font-family: verdana; font-size: 12px; font-style: normal; font-weight: bold; color: #FF0000; text-decoration: none; }

.copyright {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.iletisim_baslik { font-family: verdana; font-size: 11px; font-style: normal; font-weight: bold; color: #FF0000; text-decoration: none; }

.iletisim_yazi { font-family: verdana; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; }

.doviz_baslik {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.doviz_yazi1 {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0C0;
	text-decoration: none;
}
.doviz_yazi2 {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}

.footer {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

.footer a{
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

/**** Kutular *****/

.kutu { border-right:1px solid #009DE4; border-left:1px solid #009DE4; border-top:1px solid #009DE4; border-bottom:1px solid #009DE4; margin-bottom: 3px; }

.kutu_ust { border-top:1px solid #009DE4; margin-bottom: 3px; }

.kutu_alt {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 3px;
}

.kutu_sol {
	border-left:1px solid #EAEAEA;
	margin-bottom: 3px;
}

.kutu_sag { border-right:1px solid #009DE4; margin-bottom: 3px; }
.duyuru_kutu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

