/* Bölümler
	1 - Genel Yapı
	2 - HTML Etiketleri
	3 - Diğerleri
*/
/* ******************************************* */
/* 1 - Genel Yapı ******************************* */

body { 
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:%76;
	font-size:0.75em;
	color:#444444;
	text-align:center;
	background-color:#f4f4f4;
}

#govde {
	width:600px;
	height:400px;
	text-align:left;
	margin: 0 auto; 
	margin-top:10px;
	line-height:1.6em;
}

#ust {
	background-color:#f4f4f4;
	height:70px;
}

#ust2 {
	padding:10px;
	margin-bottom:10px;
	border:1px dashed #dddddd;
	background-color:#ffffff;
}

#alt {
	padding:10px;
	margin-bottom:10px;
	border:1px dashed #dddddd;
	background-color:#ffffff;
	clear:both;
	float:left;
	width:580px;
}

#icerik {
	background-color:#ffffff;
	padding:0px 10px;
	margin-bottom:10px;
}

/* 2 - HTML Etiketleri ************************** */
h2 {
	font-size:1.4em;
	color:#0388e3;
	margin-bottom:5px;
	padding:5px;
	font-weight:normal;
	border-bottom:1px dashed #cccccc;
}

a {
	text-decoration:none;
	color:#fd0176;
}
a:hover {
	text-decoration:underline;
}

p {
	margin:10px 0px;
}

/* 3 - Diğerleri ****************************** */
.altmetin {float:left;}
.acai a{
	display:block;
	float:right;
	background:transparent url(resimler/yakuter.png) top left no-repeat;
	height:40px;
	width:130px;
	border-style:none;
	text-decoration:none;
}
.acai a:hover{
	background:transparent url(resimler/yakuter.png) bottom left no-repeat;
}