/* Genel Ayarlar */
body {
background:url(../img/bg.jpg);
background-attachment: fixed;
padding:0;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
line-height: 1.4em; 

}

a:hover { 
	color: #FF0000; 
}

a { 
	color: #000; 
    text-decoration: none;
    }


h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; }
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 30px; margin: 0 0 25px; padding: 5px 0 }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }


/* Genel Div ler */

.Genel_div_1 
{ 
    border: solid 0px black; 
    height: auto; 
    margin-left: auto; 
    margin-right: auto; 
}


/* Kat Div ler */

.logo 
{ 
    margin-left: auto; 
    margin-right: auto; 
    height: auto; 
    width: 1100px; 
}



#baner-ici 
{ 
	width: 970px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#icerik 
{ 
	width: 970px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}




.menu 
{ 
    margin-left: auto; 
    margin-right: auto; 
    height: 50px; 
    width: 960px; 
    background:url(../img/menu-bg.png) top left no-repeat;
    padding: 7px;
}

/*==================boxes====================*/
.box {
	background:url(../images/box-bg.gif) 0 0 repeat-x #fff;
	padding:0px 0px 20px 0px;
	width: 1150px; 
	position:relative;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	behavior:url(js/PIE.htc);
	margin-bottom:5px;
	color:#2b3755;
	margin-left: auto; 
    margin-right: auto; 

}


.box h5 a:hover { 
	color: #FF0000; 
	font-size: 12px; 
    font-family: verdana;
}

.box h5 a { 
	color: #000; 
	font-size: 12px; 
    font-family: verdana;
    text-decoration: none;
    }



.ddsmoothmenu{
}

.ddsmoothmenu ul{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	height: 30px;
	margin-top: 8px;
	margin-right: 0px; /*menülerin arasındaki açıklık*/
	margin-left: 15px;
	line-height: 30px;
	font-size: 15px;
	font-family: Verdana;
	color: #fff;	
	text-align: center;
	text-decoration: none;
    font-weight:bold;
	outline: none;
	padding: 0 16px;	
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #2D7825; 
	border: 1px solid #fff; 
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(js/PIE.htc);
	padding: 0 15px;	
	margin-bottom:0px;
	color:#000;
	font-size: 15px;
	font-family: Verdana;
    font-weight:bold;
    
    }

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width: 231px;
	padding: 0 2px;	
	margin: 3px 0 0 8px; /*yana açılan alt alt menü uzaklığı*/
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #fff;
	opacity: 0.96;
	background: #2D7825; 
	border: 1px solid #fff; 
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(js/PIE.htc);
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 500;
	width: 200px; /*width of sub menus*/
	height: 35px;
	padding: 0 20px;
	margin: 0;
	line-height: 35px;
	font-size: 12px;
	text-align: left;
	background: none;
	color: #fff;
	border-bottom: 0px solid #f5f5f5;
	opacity: 1;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #000;
	padding-left: 21px;
	width: 200px;
	background: none
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

#templatemo_menu { clear: both; margin:0; margin-left: auto; margin-right: auto; padding:0px; width: 960px; height: 50px; background: url(../img/menu-bg.png)}