@charset "utf-8";
/* RESET */
* { margin: 0; padding: 0; outline: 0; }
img{border:0px;}

/* LAYOUT */
body{
	background:#273d59;
	text-align:center;
	font-family:Tahoma;
	font-size:13px;
}
#content{
	background:#FFFFFF url(images/content1.jpg) repeat-x;
	min-height:650px;
}

#header{
	background:#273d59;
	width:920px;
}

#wrap{
	background:#273d59;
	position: relative;
	width:920px;
	text-align:left;
	margin:auto;
}
#menu{
	height:36px;
	width:920px;
	margin-left:24px;
}

#logo {
	background:#273d59 url(images/logo.png)  ;
	width:457px;
	height:137px;
}
/* MENU */
#menu a{
	display:block;
	float:left;
	background:#273d59 url(images/pasif.jpg) no-repeat;
	width:141px;
	height:28px;
	margin-left:5px;
	text-align:center;
	padding-top:8px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#menu a:hover{
	background:#273d59 url(images/aktif.jpg) no-repeat;
	text-decoration:underline;
}

#menu a.active{
	background:#273d59 url(images/aktif.jpg) no-repeat;
}

#flash{
	height:322px;
}

#content1{
	background:#c4dbf4 url(images/icerik1.png) no-repeat 16px 0px;
	height:240px;
}

#content1-left{
	float:left;
	width:416px;
	height:204px;
	margin-left:16px;
	margin-top:2px;
	padding:12px;
}
#content1-right{
	float:right;
	width:408px;
	height:204px;
	text-align:left;
	margin-right:16px;
	margin-top:2px;
	padding:12px;
}

#content2{
	background:#FFFFFF url(images/icerik2.png) no-repeat 16px 16px;
	height:284px;
	padding:32px;
}
#content3{
	background:#FFFFFF;
	width:920px;
	min-height:600;
	background:#FFFFFF url(images/page-bg.jpg) repeat-x;
	padding-top:30px;
	padding-bottom:15px;
	overflow:hidden;
}

#footer{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:50px;
}

#footer a{
	color:#FFFFFF;
}

#talep{
	background: url(images/talep.png) repeat-x;
}


/* LOGO */
#logo a{display:block;float:left;}
#logo a#logolink{width:457px;height:137px;}

#anime{
		margin-top:15px;
}
.rbox{
		height:180px;
}

.form-title{
	font-size:14px;
	font-weight:bold;
	color:#283D5A;
	border-bottom:1px solid #EEEEEE;
}

.form-table td{
	padding:4px;
}

.pano-img{
	border:1px solid #CCCCCC;
	padding:3px;
}

a,a:link,a:visited{
	color:#283D5A;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

ul{	
	padding-left:30px;
}

li{padding-left:6px;}