body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
img {
	border: none;
}
a {
	color: #8D0D19;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
table, th, td {
   border-bottom: 1px solid black;
}
tr:hover {border-bottom: 5px solid #4CAF50;}
tr:nth-child(even) {background-color: #000; color: #fff;}
th {
    background-color: #4CAF50;
    color: white;
}
#header {
	text-align: center;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#header h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 40px;
}
#sayfa {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}
#sol_menu {
	float:left;
	width:200px;
	padding:30px;
}
#icerik {
	float:right;
	width:1000px;
	background-color: #EBEBEB;
	padding:30px;
}
#footer {
	clear:both;
	text-align: center;
	color: #333333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #FFFFFF;
	padding-top: 10px;
}

/* Navigasyon */
#icerik ul{
	padding:0px;
	margin:0px;
	list-style-type:none;	
}
#icerik li a{
	display:block;
	padding:2px 0px 2px 0px;	
}

#sol_menu ul{
	padding:0px;
	margin:0px;
	list-style-type:none;	
}
#sol_menu li a{
	display:block;
	padding:2px 0px 2px 0px;	
}
.aktifMenu{
	font-weight:bold;	
}
.popup {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.popup:target {
	opacity:1;
	pointer-events: auto;
}

.popup > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }