@import url("form_validation.css");
body {
	text-align: center;
	background-image: url(../img/topnavig_bg.png);
	background-repeat: repeat-x;
	background-position: left 108px;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 92%;
}

a { color: #8F8F8F; }
a:hover { color: #5C5C5C; }

#container {
	width: 950px;
	text-align: left;
	margin: 0px auto;
}

#header {
	height: 108px;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
}

#header h1 {
	display: none;
}

#topnavig {
	height: 60px;
	background-image: url(../img/topnavig_bg.png);
	background-repeat: repeat-x;
}

#topnavig ul {
	margin-right: 19px;
	float: right;
}

#topnavig li {
	display: block;
	float: left;
}

#topnavig  a {
	display: block;
	float: left;
	width: 130px;
	height: 60px;
	background-image: url(../img/topnavig.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}

/* Butonlar normal */

#topnavig a.b1 {
	width: 110px;
	background-position: 0px 0px;
}

#topnavig a.b2 {
	width: 198px;
	background-position: -110px 0px;
}

#topnavig a.b3 {
	width: 161px;
	background-position: -308px 0px;
}

#topnavig a.b4 {
	width: 86px;
	background-position: -469px 0px;
}

#topnavig a.b5 {
	width: 81px;
	background-position: -555px 0px;
}

#topnavig a.b6 {
	width: 92px;
	background-position: -636px 0px;
}

/* Butonlar active ve hover */


#topnavig a.b1:hover {
	background-position: 0px -60px;
}

#topnavig a.b2:hover {
	background-position: -110px -60px;
}

#topnavig a.b3:hover {
	background-position: -308px -60px;
}

#topnavig a.b4:hover {
	background-position: -469px -60px;
}

#topnavig a.b5:hover {
	background-position: -555px -60px;
}

#topnavig a.b6:hover {
	background-position: -636px -60px;
}


/**/

#topnavig li.active a.b1 {
	background-position: 0px -120px;
}

#topnavig li.active a.b2 {
	background-position: -110px -120px;
}

#topnavig li.active a.b3 {
	background-position: -308px -120px;
}

#topnavig li.active a.b4 {
	background-position: -469px -120px;
}

#topnavig li.active a.b5 {
	background-position: -555px -120px;
}

#topnavig li.active a.b6 {
	background-position: -636px -120px;
}


#content {
	/*background-color: #F8FFEF;*/
	padding: 44px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: none;
	border-bottom: none;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
}

#content h2 {
	color: #234F32;
	font-size: 25px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0 4px 0;
	font-family: Calibri, Arial, sans-serif;
}

#content h3 {
	color: #83BD38;
	font-size: 22px;
	margin: 20px 0 4px 0;
	font-family: Calibri, Arial, sans-serif;
}

#content ul {
	margin-left: 30px;
}

address {
	font-style: italic;
}

.boxy {
	padding: 1em; 
	display: block; 
	border: 1px solid #83BD38; 
	margin:10px 0 10px 0; 
	width: 300px; 
	background-color:#F1FFDF;
	color: #5C5C5C;
}
#content .soru{
display: block;
padding-bottom: 20px;
font-size: 100%;
color:#83BD38;
text-decoration:underline;

}
span.faq {
background-color:#F8F8F8;
color:#234F32;
display:block;
line-height:26px;
padding:8px;
}

#footer {
	background-color: #5C5C5C;
	height: 60px;
	color: #CCCCCC;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	border-top: none;
	border-bottom: none;
}

#footer span{
	padding-top: 10px;
	display: block;
}

#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
}

fieldset {
	border: 1px solid gray;
	padding: 10px;
	margin: 10px 0;
}

legend {
	margin: 0 10px;
	padding: 0 10px;
	font-weight: bold;
}

#uyelik label {
	display: block;
	float: left;
	width: 230px;
	text-align: right;
	margin-right: 15px;
	color: black;
	font-size: 90%;
	line-height: 26px;
}

#uyelik input, #uyelik textarea {
	margin: 2px;
	padding: 2px;
}

#iletisim label {
	display: block;
	float: left;
	width:80px;
	text-align: right;
	margin-right: 15px;
	color: black;
	font-size: 90%;
	line-height: 26px;
}

#iletisim input, #uyelik textarea {
	margin: 2px;
	padding: 2px;
}
