@charset "UTF-8";
/* CSS Document */
@import'reset.css';
h1{
color:#850C11;
font-size:18px;
padding:5px;
}
h2{
color:#000099;
font-size:14px;
padding:5px;
}
h3{
color:#000;
font-size:12px;
padding:5px;
}
p{
line-height:1.4;}
body {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:#E8E8E8 url(../images/bg2.jpg) repeat-x;
}
#container{
width:950px;
margin:0 auto;
}
#left{
	float:left;
	display:inline;
	width:250px;
}
#right{
	float:left;
	display:inline;
	width:680px;
	padding-left:10px;
}
#footer{
background:url(../images/footer-bg.jpg) repeat-x;
color:#FFFFFF;
height:69px;}
#footer-in{
text-align:center;
width:950px;
margin:0 auto;
color:#FFFFFF;
padding-top:10px;}
#footer-in a{
color:#FFFFFF;
text-decoration:none;}
#footer-in a:hover{
text-decoration:underline;}
#footer-in p{

}

.clear{
	clear:both;
}

/* SOL MENU*/
.glossymenu{
	margin:0;
	padding: 0;
	width: 250px; /*menü genişliği*/
	margin-top:10px;
}

.glossymenu a.menuitem{
	background:url(../images/glossyback2.gif) repeat-x; /* Ana başlıkların arkaplan rengi*/
	font-size:14px;
	font-weight:bold;
	color: white;
	display: block;
	position: relative;
	width: auto;
	padding: 6px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom:1px solid #0C2457; /* Ana başlık alt çizgi rengi*/
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.glossymenu a.menuitem .statusicon{
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
}

.glossymenu div.submenu{
	background:#D9F2FF
	
}

.glossymenu div.submenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	display:inline;
}

.glossymenu div.submenu ul li a{
	display: block;
	font-size:13px;
	color: #222; /* alt menü karakter rengi*/
	text-decoration: none;
	padding: 5px 0;
	padding-left: 10px;
	border-bottom: 1px solid #0C2457; /* alt menü alt çizgi rengi*/
}

.glossymenu div.submenu ul li a:hover{
	background:#CC0000;
	color:#FFFFFF; /* Alt menünün üzerine gelince oluşacak renk*/
}
/*SORUCEVAP*/
.sorucevap h3{
	font-style: normal;
	margin:5px 0;
}
.soru-left{
	width:500px;
	float:left;
	display:inline;
	padding:20px 0 0 20px;
}
.soru-right{
	width:400px;
	float:left;
	display:inline;
	padding-top:10px;;
}
.soru-right img{
	float:left;
	display:inline;
	margin-right:20px;
}
.cevap{
	border-bottom:1px solid #333;
	padding-bottom:5px;
	text-align:justify;
	line-height:1.3;
}
.cevap blockquote{
	border-left:5px solid #DDD;
	padding-left:20px;
	margin-left:10px;
	color:#555;
}

