/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma;
	background: black;
	margin-top: 10px;
	scrollbar-base-color: rgb(76,78,93);
	scrollbar-track-color: rgb(76,78,93);
	scrollbar-face-color: black;
	scrollbar-highlight-color: rgb(0,49,40);
	scrollbar-3dlight-color: rgb(183,216,210);
	scrollbar-darkshadow-color: gray;
	scrollbar-shadow-color: black;
	scrollbar-arrow-color: silver;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin-left: 33px;
	margin-top: 20px;
	
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: orange;
	text-decoration: underline;
}
p {
	margin-left: 5px;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: silver;
}
.headerstyle {
	width: 720px;
	height: 58px;
	background: url('images/ustarka.jpg') right no-repeat rgb(76,78,93);
	font-size: 11px;
	color: white;
}
.headerstyle a:link, .headerstyle a:visited, .headerstyle a:active {
	color: white;
	text-decoration: none;
}
.headerstyle a:hover {
	color: white;
	text-decoration: none;
	background: red;
}
.altmenu {
	display: none;
	font-size: 10px;
	text-align: left;
}
.amenulink {
  margin-left: 273px;
  width:250px;
}
.icerik {
  background: url('images/body.jpg') repeat-y;
}
.icerik1 {
  background: url('images/body1.jpg') repeat-y;
}
.content, .content_ana {
	color: white;
	width: 780px;
	font-size: 12px;
	padding: 7px;
}
.content {
	background: url('images/govde.jpg') no-repeat;
	height: 353px;
	text-align: justify;
}
.content_ana {
	background: url('images/govde1.jpg') no-repeat;
	height: 301px;
}
.mid, .footerstyle {
	width: 780px;
}
.footerstyle1 {
	width: 780px;
}
.spots {
	font-size: 12px;
	color: white;
	text-align: justify;
	line-height: 18px;
}
.prodtable {
	font-size: 10px;
	border-collapse: no-collapse;
	color: white;
}
.prodtable tr {
	text-align: center;
}
.prodtable th {
	padding: 2px;
	border: solid 1px silver;
	background: black;
	color: white;
	font-weight: bold;
}
.prodtable td {
	padding: 2px;
	border: solid 1px silver;
}
.baslik2 {
	background: silver;
	color: black;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.footerstyle, .footerstyle1 {
	color: white;
	font-size: 10px;
	font-weight: bold;
}
.rightside img {
	margin: 1px;
}
.contact {
	font-size: 11px;
	color: white;
}
.contact textarea {
	width: 140px;
	height: 50px;
}
.contact input, .contact select {
	width: 140px;
	font-size: 10px;
}
.contact input.rd {
	width: 20px;
}


