@charset "utf-8";
/* CSS Document */
:root {
  --ic-height: 1500px;
}

body {
    background-color: #dde5ec;
    margin:0 auto;
}




#genel {
	/*background-color: #CCC;*/
	/*height: 1460px;*/
	/*height: 1750px;*/
	height:100%;
	width: 960px;
	position: relative;
	display: table;
	/*margin: auto;*/
	margin: 25px auto 100px auto;

}

#genel.ana {
	/*background-color: #CCC;*/
	/*height: 1460px;*/
	/*height: 1750px;*/
	height:100%;
	width: 960px;
	position: relative;
	display: table;
	/*margin: auto;*/
	margin: -50px auto 100px auto;
} 


#genel #ust {
	height: 200px;
	width: 960px;
	position: absolute;
	top: 0px;
}
#genel #ust #banner {
	height: 140px;
	width: 960px;
	background-color: #0C6;
	position: absolute;
	top: 0px;
	/* [disabled]background-image: url(../images/bannericfas17_960x140.png); */
}
#genel #ust #ustmenu {
	height: 26px; /*50px idi*/
	width: 960px;
	background-color: #666;
	position: absolute;
	top: 157px;	/*border-radius: 15px;*/
}

#icerik .h2 {
	color:#036
}


p {text-align:justify;}
/***************MAIN*******/

#genel #orta {
	/*height: 1200px;*/
	/*height:var(--ic-height);*/
	height:auto;
	width: 960px;
	/*background-color: #CCC;*/
	top: 210px;
	position: absolute;
}
#genel #orta #solmenu {
	/*height:var(--ic-height);*/
	height:auto;
	width: 220px;
	/*background-color: #C3C;*/
	position: absolute;
	top: 0px;
	/*border-radius: 15px;*/
	padding-top: 0px;
}

#solmenutus{
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:30px;
}


#genel #orta #icerik {
	/*height: 1300px;*/
	/*height: var(--ic-height);*/
	height:auto;
	width: 730px;
	background-color: #fff;
	position: absolute;
	left: 230px;
	top: 0px;
	/*border-radius: 15px;*/
	padding: 30px;
}

#genel #icerik #alt {
	position: absolute;
	height: 60px;
	width: 730px;
	margin: auto;
	background-color: #dde5ec;
	bottom: -60px;
	left:0px;
}



#altsol {
	height: 20px;
	width: 220px;
	background-color: #666;
	position: absolute;
	/*border-radius: 15px;*/
	padding: 0px;
	margin-top: 50px;
}

/**SOL MENU ozellik**/

.menum
{
	list-style-type: none;
	padding: 0px;
}

.menum a
{
	display: block;
	color: #000;
	background-color: #fff;
	width: 100%;
	text-decoration: none;
	padding: 4px 10px;
}

.menum a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

.menum li
{
 margin:0px 0px 5px 0px;
}
.backtotop {
	background-color: #9CF;
	position: fixed;
	height: 30px;
	width: 80px;
	right: 10px;
	z-index: 10;
	left: 1100px;
}



