@charset "iso-8859-9";
/* CSS Document */

body {
	margin: 0px;
	background: url(../images/bg.jpg) repeat-x #EBEBEB;
	font-family: Tahoma, Geneva, sans-serif;
}
.cont{
	color: #8e8e8e;
	margin: 50px 0 0 30px;
    font-size: 8pt;
}
.more{ color: #930; background: url(../images/bullet.gif) no-repeat left center; padding-left: 10px;}
.more a, a:visited {	color: #930; text-decoration:underline;	}
.more a:hover {	color: #F00; text-decoration:none;	}

.lang{ margin: 10px 10px;}
.lang a, a:visited { color: #666; text-decoration:none;    }
.lang a:hover {    color: #333; text-decoration:none;    }

.roundbox{ border: 1px solid #d8d8d8; background: #f0f0f0; color: #333; font-size: 8pt;  }
.roundbox p{ margin: 5px 10px 10px 10px;	}
.roundboxt{ background:url(../images/tr.gif) no-repeat top right; margin: -1px -1px;}
.roundboxb{ background:url(../images/br.gif) no-repeat bottom right; margin: -1px -1px;}

.baslik{
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
margin: 20px 20px 50px;
color: #666;
}
.altbaslik{
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
margin: 20px 20px 50px;
color: #AAA;
}
.icerik {
   margin : 10px 0 30px 30px;
   line-height: 18px; 
}
.icerik p, ul, li, td{
   font-size: 8pt;
   color: #666; 
}
