/* CSS Document */


/* MAIN LAYOUT
------------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	}


body {
	background:#FFFFFF url(images/bg_main.jpg) top left repeat-x;
	text-align: center;
	font: normal 11px/17px "Lucida Grande", arial, verdana, helvetica, sans-serif;
	}


body.teknik {
		background:#FFFFFF url(images/bg_teknik.jpg) top left repeat;
		text-align: left;
		}
		
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	

#header {
	height: 126px;
	}

#flash{
	height: 157px;
	}


#content {
	background: url(images/bg_content.jpg) repeat-y;
	overflow: hidden;
	width: 100%;
		}

#contentleft {
	width: 177px;
	height: 234px;
	background: url(images/bg_contentleft.jpg) bottom no-repeat;	

	color: #606060;
	padding: 10px 20px 0 40px;
	float:left;
	}


#contentcenter {
	width: 287px;

	color: #606060;
	padding: 10px 20px 0 20px;
	float:left;
	}

#contentright {
	width: 166px;
	height: 237px;
	background: #fff url(images/bg_contentright.jpg) bottom no-repeat;
	font: normal 11px/15px "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color: #606060;
	padding: 10px 40px 0 30px;
	float:left;
	}

#contentmain {
	width: 493px;
	background: url(images/bg_contentmain.jpg) top  no-repeat;
	font: normal 11px/15px "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color: #515364;
	padding: 10px 40px 20px 30px;
	float:left;

	}
	


				
#footer {
	padding-bottom:40px;
	font: normal 9px/13px "Lucida Grande", arial, verdana, helvetica, sans-serif; 
	color: #606060;
	clear:both;

	}


#footer p.right {
	position:relative;
	top: -45px;
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 20px;
	}
	
#footer p.left {
	position:relative;
	top: -45px;
	width: 300px;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-top:0;
	}	
		
/*NAV
----------------------------------------------*/
#nav {
	position: relative;
	left: 265px;
	top: 3px;
	width: 516px;
	padding: 0;
	margin: 0;
	}

#menu {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	line-height:20px;
}

#menu li{
	float:left;
	margin:0;
	padding:0;
}

#menu a {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#fff;
	margin:0;
	padding:0 1em;

}


#menu a:hover,
#menu a:active,
#menu a.here {
	color: #069;
	border-top: 1px solid #bf001d;
	border-bottom: 1px solid #bf001d;
}



	
	
/* LINKS
-------------------------------------*/
/*a {
	color: #666666;
	text-decoration: none;
	padding: 1px 0;
	border-bottom: #003366 solid 1px;
	}

	a:hover {
		background: #EAEAEA;
		color: #4d4f4d;
		border-bottom: #4d4f4d solid 1px;
		}*/

a  {
	color: #606060;
	text-decoration: none;
	padding: 1px 0;
	}

	a:hover {
		color: #999;
			}

#contentleft a {
	font-weight: bold;
	}
	
/* HEADERS
---------------------------------------*/
h2 {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #069;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	}	

h3 {
	color: #069;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	border: 0;
	margin: 0 0 3px 0;
	padding: 7px 0 0 0;
	}

h3.anasayfa {
	color: #333333;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	border: 0;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	}	
	
/*     LISTS
--------------------------------------------*/
#contentleft ul {
	list-style:none;
	margin:0;
	}
	
#contentleft  ul li {
	background:url(images/bullet.gif) no-repeat ;
	background-position: 0 5px;
	text-indent: 13px;
	padding-bottom: 15px;
	line-height: 13px;
	}
					
