@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color: #EFEFEF;
	font-family:Arial;
	font-size:12;
	background:url(../www/ui/bg.jpg);
	background-repeat:no-repeat;
}
h1{color:#900;}
.genel{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	width:100%;
	height:100px;
	background:url(../www/ui/header_bg.png);
	position:relative;
}
.logo{
	width:79px;
	height:70px;
	position:absolute;
	left:30px;
	top:15px;
	background-image:url(../www/ui/logo.png);
}
.slogan{
	position:absolute;
	top:65px;
	left:170px;
	font-style: italic;
	font-size:18px;
}
.tarih{
	position:absolute;
	right:15px;
	bottom:15px;
	color:#FFF;
	font-size:11px;
}
.tarih a{
	text-decoration:none;
	color:#FFF;
}
.tarih a:hover{
	text-decoration:underline;
}
.menuler{
	width:100%;
	height:50px;
	background:url(../www/ui/menu_bg.jpg);
	color:#FFF;
	}
.menu{
	padding-top:18px;
	text-align:center;
	width:150px;
	height:32px;
	color:#fff;
	float:left;
	font-weight: bold;
	font-size: 12px;

}
.sep{
	background:url(../www/ui/menu_sep.jpg);
	width:4px;
	height:50px;
	float:left;
}
.menu:hover{
	background:url(../www/ui/menu_hover.jpg);
	color:#000;
}
.bolum2{
	width:%100px;
	height:460px;
}
.banner{
	width:100%;
	height:450px;
	margin-top:5px;
}
.alt{
	width:990px;
	height:15px;
	padding:5px;
	padding-top:10px;
	background:url(../www/ui/footer_bg.jpg);
	color:#FFF;
	font-size:10px;
	text-align:center;
	margin-top:5px;
}
.alt a{
	text-decoration:none;
	color:#FFF;
}
.alt a:hover{
	color:#000;
}
.page{
	width:800px;
	padding:100px;
	padding-top:50px;
	background:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px dotted #666;
}
.page a{
	text-decoration:none;
	color:#333;
}
.page a:hover{
	text-decoration:underline;
	color:#000;
}