@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-position:center;
	background-attachment:fixed;
}

#Main {
	width:960px;
	margin:0 auto;
	height:auto;
}
#Logo {
	width:960px;
	height:80px;
	background:none;
}

#Logo .L1 { 
	width:393px;
	height:76px;
	float:left;

}
#Logo .L2 {
	width:332px;
	height:60px;
	float:right;
}
#Menu {
	width:200px;
	float:left;
	height:auto;
	margin-top:10px;
	border:1px dotted #CCC;
	padding: 5px;
	font:12px Georgia;
}
#Menu .m { width:180px; background:url(images/arrow.png) 0px 3px no-repeat; height: auto; margin-left:3px; margin-bottom:5px; padding-left:10px; }
#Menu .m a { font:12px Georgia; color:#006; text-decoration:none; }
#Menu .m a:hover { color: #C03; text-decoration:underline; }

#Menu2 {
	width:200px;
	float:right;
	height:auto;
	margin-top:10px;
	border-left:1px dotted #CCC;
	padding: 0 0px 0 3px;
}
#Menu2 .m { width:180px; background:url(images/arrow.png) 0px 3px no-repeat; height: auto; margin-left:3px; margin-bottom:5px; padding-left:10px; }
#Menu2 .m a { font:12px Georgia; color:#006; text-decoration:none; }
#Menu2 .m a:hover { color: #C03; text-decoration:underline; }

#icerik {
	width:524px;
	height:auto;
	padding:0 5px 5px 5px;
	margin:10px 0 0 5px;
	float:left;
	font:normal 12px Georgia;
	color:#000;
	text-align:justify;
	line-height:19px;
}
#icerik a { color: #00C; text-decoration:none; }
#icerik a:hover { color: #C30; text-decoration:underline; }
#workzone {
    width: 950px;
    float: left;
    padding: 0px 0px 0px 10px;
    background-color: #eef3f9;
    text-align: left;
}


#Footer { width:950px; height:0px; padding:10px 5px; float:left; background:url(images/line-r.gif) repeat-x top center; font:12px Georgia; display:block; }
#Footer .FF { float:right; width:890px; border:1px solid #000 }
#Footer .f1 { float:left; width:70px; } 
#Footer .f2 { float:left; width:83px; } 
#Footer .f3 { float:left; width:115px; } 
#Footer .f4 { float:left; width:100px; } 
#Footer .f5 { float:left; width:117px; } 
#Footer .f6 { float:left; width:50px; } 
#Footer .f7 { float:left; width:70px; }
#Footer .f8 { float:left; width:63px; }
.baslik { color: #DEE4ED; font:bold 16px Arial; }
.FF { float:left; width:960px; margin:0; background:url(images/menubg.png) no-repeat; height:40px;}
