/* CSS Document */
body {
	background: black;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	border-bottom: solid 2px orange;
}
ul {
	list-style-image: url('images/bullet.jpg');
	list-style-position: outside;
}
.container {
	margin: auto;
	width: 800px;
	height: 675px;
	background: white;
	border: solid 2px gray;
	background: rgb(0,80,125);
	text-align: left;
}
.logo {
	margin: 10px;
	width: 200px;
	color: white;
	font-family: Arial;
	font-weight: bold;
	float: left;
}
.logo1 {
	font-size: 30px;
	line-height: 30px;
}
.logo2 {
	font-size: 10px;
	text-align: left;
}
.ustmenu {
	text-align: center;
	padding-top: 10px;
	color: white;
	font-weight: bold;
}
.ustmenu a {
	color: white;
	background: transparent;
	text-decoration: none;
}
.ustmenu a:hover {
	color: white;
	background: black;
	text-decoration: none;
}
.menumadde {
	float: left;
	width: 120px;
	height: auto;
	font-size: 14px;
}
.submenu {
  position: absolute;
	display: none;
	background: black;
	padding: 3px;
	width: 115px;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	z-index: 10;
}
.submenu a {
	color: white;
	margin-bottom: 25px;
}
.submenu a:hover {
	color: silver;
	margin-bottom: 25px;
}
.anaresim {
	position: relative;
	top: 70px;
	width: 900px;
	height: 500px;
	text-align: center;
	margin-right: 10px;
}
.anaresim img {
	border: solid 1px white;
}
.govde {
	clear: both;
	position: relative;
	top: -255px;
	margin-left: 400px;
	width: 360px;
	height: 240px;
	padding: 8px;
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: url('images/koyu.png');
	line-height: 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: justify;
}
.solmenu {
	clear: both;
	position: relative;
	top: 20px;
	left: 20px;
	width: 364px;
	height: 270px;
}
.solmenu img {
	border: solid 1px white;
}
.solmenu a {
	display: block;
	width: 220px;
	height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	background: url('images/koyu.png');
	color: white;
}
.resimler {
	clear: both;
	width: 800px;
	margin-bottom: 10px;
	border-top: solid 1px white;
	border-bottom: solid 7px white;
}
.baslik {
	position: relative;
	top: -260px;
	left: 20px;
	font-size: 32px;
	font-weight: bold;
	color: rgb(94,133,202);
}
.prjbaslik {
	margin: 8px;
	font-size: 28px;
	font-weight: bold;
	color: white;
}
.prjdetay {
	margin: 8px;
	max-height: 200px;
	overflow: auto;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: justify;
}
.prjdetay a {
	display: block;
	width: 500px;
	border-bottom: solid 1px white;
	color: white;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
}
.nav {
	clear: both;
	margin: 10px;
	padding-top: 20px;
}
.prjgovde a, .govde a, .nav a {
	color: white;
	padding: 3px;
	font-weight: bold;
}
.piccont {
	display: none;
	position: absolute;
	top: 50px;
}
.dipnot {
	clear: both;
	font-size: 10px;
	color: gray;
	height: 30px;
	width: 800px;
	margin: auto;
	text-align: right;
}
.icerik {
	width: 100%;
	text-align: left;
}

