/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}

.main{
	min-height:500px;
	padding: 5px;
	text-align: left;
	width: 100%;
}
#main_bg{
	background-image: url(images/main.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#right{
	float:right;
}

#icerik{
	margin: 25px;
	width: 95%;
	text-align: left;
}

#thumb{
	background-color: #666666;
	padding: 1px;
	float: left;
	margin: 3px;
}
#thumb:hover{
	background-color: #FFFFFF;
	padding: 1px;
}

#box_a{
	background:url(images/a.jpg);
	background-repeat: no-repeat;
}
#box_b{
	background:url(images/b.jpg);
	background-repeat: no-repeat;
}
#box_c{
	background:url(images/c.jpg);
	background-repeat: no-repeat;
}
#box_d{
	background:url(images/d.jpg);
	background-repeat: no-repeat;
}
.box{
	margin: 20px;
	width: 147px;
	height: 60px;
	padding-top: 40px;
	padding-left: 17px;
	padding-right: 30px;
	font-size: 9px;
	color: #c0c0c0;
	float: left;
	text-align: left;
}

.input{
	width: 130px;
	height: 17px;
	color: #999999;
	padding: 1px;
	background-image: url(images/input1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #999999;
	background-color: #343434;
}

.salonlar{
	width:175px;
	float:right;
	clear: none;
}

.salon_icerik{
	font-size: 9px;
	color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear{ clear:inherit;}

.ok{
	color: #CCCCCC;
	text-decoration: none;
	background-color: #343434;
	height: 22px;
	width: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.ok:hover{color: #007ac9;}

.back {
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px;
}
.back:hover {
	text-decoration: underline;
}

h1{
	font-size:16px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	font-weight: normal;
}
