body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #fff;
	font-size: 14px;
	color: #125c15;
}

ul {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	font-size: 20px;
	letter-spacing: -1px;
	color: #009900;
	margin-top: 30px;
}

h2 {
	background-color: #49cd78;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 10px 40px;
	position: absolute;
	left: 0px;
	top: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

h3 {
	letter-spacing: -1px;
	color: #009900;
}


hr {
	border: 1px solid #49cd78;
	margin-bottom: 50px;
}

.liste li a{
	text-decoration: none;
	color: #1aa0e1;
}

.liste li {
	margin: 0px 0px 10px 0px;
}

#ana {
	float: left;
	width: 100%;
	background-color: #f1fdf8;
	border-bottom: 1px solid #49cd78;
	padding: 10px 0px;
}

#ana .orta {
	margin: auto;
	width: 900px;
	text-align: justify;
	padding: 20px 0px 20px 0px;
}

#ana .orta .kutu {
	border: 1px solid #49cd78;
	padding: 80px 40px 40px 40px;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

#ana .orta .baslik {
	font-size: 19px;
	letter-spacing: -1px;
	line-height: 24px;
}




#hizmetul {
	margin: 0px;
	padding: 20px 0px;
	border: 1px solid #a8dcf5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#hizmetul li {
	margin-left: 40px;
}



#alt {
	margin: auto;
	width: 900px;
}

#alt .sol{
	float: left;
}

#alt .sol img{
	float: left;
	width: 200px;
	margin: 10px 0px 0px 0px;
}

#alt .sag{
	float: right;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color: #a8bb90;
}






#bar {
	float: left;
	width: 100%;
	background-color: #125c15;
	padding: 10px 0px;
}

#bar .orta{
	margin: auto;
	width: 900px;
	position: relative;
	color: #fff;
}

#bar span{
	float: left;
	font-weight: bold;
	margin: 5px 40px 0px 0px;
}

#bar .talepformu{
	float: left;
	color: #fff;
	text-decoration: none;
	background-color: #009900;
	padding: 6px 15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Armata', sans-serif;
	font-size: 11px;
}

#bar .talepformu:hover{
	color: #009900;
	background-color: #fff;
}

#bar .laboratuvar{
	color: #fff;
	text-decoration: none;
	background-color: #20559c;
	padding: 10px 42px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Armata', sans-serif;
	font-size: 15px;
	position: absolute;
	right: 0px;
	top: 55px;
	cursor: pointer;
	z-index: 10;
	width: 161px;
}

#bar .laboratuvar:hover{
	color: #20559c;
	background-color: #fff;
}







#ust {
	float: left;
	width: 100%;
	border-bottom: 1px solid #49cd78;
}

#ust .logo {
	float: left;
	margin: 30px 0px 0px 0px;
}

#ust .logo img{
	float: left;
}

#ust .orta{
	margin: auto;
	width: 900px;
	position: relative;
	height: 140px;
	background-image: url("img/logo.png");
	background-size: 800px;
	background-repeat: no-repeat;
	background-position: 270px center;
}


#ust .menu {
	float: right;
	margin: 80px 0px 0px 0px;
}

#ust .menu li{
	float: left;
	list-style: none;
}

#ust .menu li a{
	float: left;
	font-family: 'Armata', sans-serif;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	letter-spacing: -1px;
	background-color: #125c15;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
}

#ust .menu li a:hover{
	background-color: #20559c;
}



.icmenu {
	background-color: #125c15;
	color: #fff;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
}

.icmenu:hover{
	background-color: #49cd78;
}







#banner {
	float: left;
	margin: 10px 0px 0px 0px;
	position: relative;
	padding: 5px;
	width: 888px;
	height: 100px;
	border: 1px solid #49cd78;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#banner img {
	width: 888px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}







#haberler {
	float: left;
	width: 400px;
	text-align: left;
	margin: 20px 0px 20px 0px;
}

#haberler h1{
	color: #009900;
	font-size: 20px;
	border-bottom: 1px solid #49cd78;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#haberler li {
	float: left;
	list-style-type: none;
}

#haberler li a {
	float: left;
	border-bottom: 1px solid #49cd78;
	width: 400px;
	text-decoration: none;
	padding: 10px 0px;
	color: #125c15;
}

#haberler li a:hover {
	background-color: #e4f5ff;
	color: #1aa0e1;
}

#haberler i {
	font-size: 20px;
	padding: 0px 10px 0px 0px;
}

#haberler span {
	float: right;
	margin: 5px 0px 0px 0px;
}

#haberler span a{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	background-color: #49cd78;
	padding: 5px 10px;
	font-size: 13px;
	color: #009900;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}





#hizmetler {
	float: left;
	width: 470px;
	text-align: left;
	margin: 20px 0px 20px 30px;
}

#hizmetler h1{
	color: #009900;
	font-size: 20px;
	border-bottom: 1px solid #49cd78;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#hizmetler li {
	float: left;
	list-style-type: none;
}

#hizmetler li a{
	float: left;
	width: 215px;
	padding: 15px 10px;
	text-decoration: none;
	color: #ffffff;
	background-color: #009900;
	text-align: center;
	margin-bottom: 1px;
	font-weight: bold;
}

#hizmetler li a:hover{
	background-color: #1aa0e1;
}

#hizmetler span a{
	background-color: #125c15;
	color: #fff;
	text-decoration: none;
	width: 230px;
	float: left;
	padding: 15px 0px;
	margin: 10px 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

#hizmetler span a:hover{
	background-color: #009900;
}





form {
	margin: 0px;
	padding: 0px;
}

input[type=text]
{
	border: 1px solid #abcfaa;
	width: 95%;
	padding: 10px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	margin-bottom: 10px;
}

input[type=submit]
{
	background-color: #009900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 0px;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	margin: 10px 0px;
}

input[type=submit]:hover
{
	cursor: pointer;
	background-color: #125c15;
}

textarea {
	border: 1px solid #abcfaa;
	width: 95%;
	height: 100px;
	padding: 10px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}

label {
	float: left;
	margin: 10px 0px;
	color: #999;
}
