/* CSS Document */
html{
	height:100%;
	width:100%;
}
body{
height:100%;
width:100%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#c4d8f0;
background-image:url(images/bg-sayfa.jpg);
background-repeat:repeat-x;
}

td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
img{
	border:0;
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#CCCCCC;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}

#SayfaKapsam{
	width:780px;
	
	background-color:#fff;
	text-align:left;
}

#SayfaUst{
	width:780px;
	height:212px;
	background-image:url(images/bg-sayfaust.jpg);
	background-repeat:no-repeat;
}

#UstLogo{
	height:155px;
	margin-left:10px;
	background-image:url(images/gencenerji-logo.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#UstMenuBar{
	padding:5px;
}

#UstMenu{
	height:27px;
	background-color:#0653ab;
}



#SayfaIcerik{
	width:780px;
	min-height:300px;
	overflow:hidden;
}

#SayfaSol{
	float:left;
	width:150px;
	
	background-image:url(images/bg-sayfasol.gif);
	background-repeat:repeat-y;	
	background-position:right;
}

#SolBaslik{
	background-image:url(images/bg-solbaslik.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-left:5px;
	padding-top:10px;
	color:#00a7de;
	font-weight:bold;
	height:20px;
}
#SolIcerik{
	
}

#SolAlt{
	background-image:url(images/sol-alt.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:9px;
}
#Icerik{
	float:left;
	margin-left:5px;
	width:565px;
}

#IcerikIc{
	float:left;
	margin-left:5px;
	width:100%;
}

#Icerik a{
	color:#000;
}

#SayfaAlt{
	height:25px;
	background-color:#0268a4;
}

#SayfaAlt ul{
	float:left;	
	margin:0;
	list-style-type:none;
}

#SayfaAlt li{
	padding-right:5px;
}

#SayfaAlt li{
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	
}

#SayfaAlt a:hover{
	color:#cccccc;
}