/* CSS Document */
body {
	background: url('images/body_back2.jpg') repeat-x fixed rgb(86,135,156);
	font-family: Arial;
	font-size: 11px;
	margin: 0;
}
h1 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
h2 {
	clear: both;
	width: 524px;
	font-size: 16px;
	color: white;
	text-align: left;
	padding: 3px;
	border-left: solid 6px rgb(115,120,204);
	margin-top: -50px;
	background: url('images/menu_back3.png');
	position: relative;
	z-index: 2;
}
h4 {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: gray;
  border-left: solid 10px orange;
  border-bottom: solid 1px orange;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
table {
	font-size: 11px;
}
.maintab {
	width: 800px;
}
.ana {
	background: url('/images/background.jpg') no-repeat;
	width: 780px;
	height: 550px;
	margin-top: 3px;
	border: solid 1px white;
}
.ustmenu {
	width: 760px;
	color: gray;
	margin-bottom: 10px;
}
.ustmenu a {
	color: rgb(105,105,105);
	text-decoration: none;
}
.ustmenu a:hover {
	background: black;
	color: white;
	text-decoration: none;
}
.ustbar {
	background: url('/images/menu_back2.png') right no-repeat;
	color: white;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.02em;
	width: 506px;
	height: 57px;
	padding: 5px;
	padding-top: 5px;
	padding-right: 25px;
}
.ustbar a {
	color: white;
	text-decoration: none;
}
.ustbar a:hover {
	color: black;
	text-decoration: underline;
}
.dipnot {
	font-size: 9px;
	color: white;
	width: 780px;
	height: 35px;
	padding: 2px;
}
.vinyet1, .vinyet2, .vinyet3 {
	margin-left: 10px;
	width: 142px;
	height: 30px;
	color: rgb(95,151,205);
	font-size: 13px;
	font-weight: bold;
	padding-left: 53px;
	padding-top: 14px;
}
.vinyet1 {
	background: url('/images/tkn_phonevny.jpg') no-repeat;
	padding-top: 18px;
}
.vinyet2 {
	background: url('/images/tkn_mailvny.jpg') no-repeat;
}
.vinyet3 {
	background: url('/images/tkn_libraryvny.jpg') no-repeat;
}
.baslik_siyah, .baslik_beyaz {
	font-weight: bold;
	margin-bottom: 15px;
}
.baslik_siyah {
	color: black;
}
.baslik_beyaz {
	color: white;
}
.spot_siyah, .spot_beyaz {
	font-size: 13px;
	letter-spacing: 0.15em;
	padding: 3px;
}
.spot_siyah {
	color: black;
}
.spot_beyaz {
	color: white;
	letter-spacing: 0;
}
.spot_beyaz a {
	color: white;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
}
.icerik {
	width: 516px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.07em;
	padding: 10px;
	background: rgb(226,234,240);
}
.sol {
	width: 220px;
}
.solmenu {
	width: 203px;
	color: white;
	font-size: 11px;
}
.solmenuic {
	background: url('/images/sol_menuback.png') no-repeat;
	border-bottom: solid 1px gray;
	width: 168px;
	padding: 5px;
	margin: 0;
	margin-bottom: 4px;
}
.solbox {
	clear: both;
	width: 90%;
	font-size: 11px;
	line-height: 14px;
	color: white;
	text-align: justify;
	padding: 3px;
	
	margin: 5px;
}
.iletisimkutusu {
	position: absolute;
	z-index: 999;
	left: 20%;
	top: 5%;
	display: none;
	border: groove 2px black;
	padding: 5px;
	width: 500px;
	height: 400px;
	overflow: auto;
	background: white;
	text-align: left;
}
.baslik3 {
  margin-top: 30px;
  font-weight: bold;
}
.veritablosu {
  border-spacing: 0px; 
  border-collapse: collapse;
  border: solid 1px gray; 
}
.veritablosu th {
  background: rgb(225,225,225);
}
.vertablosu td {
  border: solid 1px silver;
}
