body {
	margin: 0px;
	font-family: Arial;
	background: #E3E4FA;
	min-width: 100%;
	overflow-x: hidden;
}

#Header {
	width: 100%;
	height: 80px;
	color:black;
	background: #FFFFFF;
	border-bottom: 2px #2B547E solid;
	z-index: 5;
}
#Content {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	border: 1px #666666 solid;
	border-radius: 7px 7px 0 0;
}
#Login{
	position: absolute;
	width: 350px;
	height: 80px;
	top: 0px;
	right:25px;
	padding-top: 15px;
}
#Aktif {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	float: left;
}
#Sol {
	position: absolute;
	width: 250px;
	height: 100%;
	border-right: 1px #999999 solid;
	float:left
}
#Orta {
	width: 74%;
	height: 100%;
	margin-left: 250px;
	margin-right: 10px;
}
#Sag {
	position: absolute;
	width: 250px;
	height: 100%;
	right: 0;
	border-left: 1px #999999 dashed;
}

#Title {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	background: #4863A0;
	color: white;
	border-bottom:1px #999999 solid;
}




a:link { color:#000000; text-decoration: none; }
a:visited { color:#000000; text-decoration: none; }
a:hover { color:#000000; text-decoration: none; }
a:active { color:#000000; text-decoration: none; }


#Content {
	width: 950px;
	border-radius: 7px;
}
.BaslikContent {
	background: #4863A0;
	padding-top: 5px;
	color: white;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
#DataContent {
	width:100%;
	height: 18px;
	float:left;
	font-size: 12px;
	border-bottom: 1px #888 solid;
}
.Data {
	font-size:14px;
	height: 22px;
	border-bottom:1px #888 solid;
}
