/* Start of CMSMS style sheet 'tema_genel_css' */
td,th,blockquote,p,textarea,input,fieldset,form,pre,h6,h5,h4,h3,h2,h1,li,ol,ul,dd,dt,dl,div,body{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}img,fieldset,acronym,abbr{border:0}var,th,strong,em,dfn,code,cite,caption,address{font-style:normal}var,th,strong,em,dfn,code,cite,caption,address,h6,h5,h4,h3,h2,h1{font-weight:normal}ul,ol{list-style:none}th,caption{text-align:left}h6,h5,h4,h3,h2,h1{font-size:100%}q:after,q:before{content:''}

html, body, img{
margin:0; padding:0;	
}

::-moz-selection{
	background:#E9892B;
	color:#efefef;
}

::selection {
	background:#E9892B;
	color:#efefef;
}



strong{
font-weight :bold;
}

hr{ display: block ;}

body {font-size:11px; font-family:Tahoma, Arial,"trebuchet MS", verdana, sans-serif; background:#fff; word-wrap:break-word;}


h2{
margin:10px 5px 0 0;
font-size:14px;
color:#484848;
}

#container{
padding:2px;	
}
#header {background:#fff url(images/header_bg_sag.png) right no-repeat; color:#333; height:63px;}

#outer1 {float:left; width:207px; background:#d3d3d3; margin-top:2px; min-height:400px;}
#outer3 {float:right; width:130px; 
/*background:#fff; */
margin-top:2px; min-height:400px;
	border-left:#ccc 1px solid;
	}
#outer2 {
	/*background:#fff;*/
	margin:2px 160px 2px 209px;
	text-align:justify;
	min-height: 400px; 
}

#outer2 a{
color:#2F0E06;
}

#content_title{
background:#e9892b url(images/content_title_bg.png) right no-repeat;
height:66px;
margin:2px 0 0 209px;

}

#content_title h1{
padding-left:10px;
}

#outer1, #outer2, #outer3 {padding-bottom:32767px; margin-bottom:-32767px;}

#outer3 p{
color:#7a7a7a;
margin:10px 2px;
border-bottom:#ccc 1px solid;
text-align:right;
}
#outer3  a{
text-decoration:none;
color:#7a7a7a;
}
#wrapper {
   min-width: 980px;
    width:expression(document.body.clientWidth < 980 ? "980px" : "auto" );

overflow:hidden; background:#fff;}


#footer {clear:both; background:#fff url(images/footer_bg.png) top repeat-x; text-align:right; color:#789;}
#footer  a{
text-decoration:none;
color:#567;
padding:0 5px;
}
#footer a:hover {text-decoration:none;}

.content {padding:10px;}

.content ul{margin:2px 2px 2px 15px; list-style:disc; }
.content li{margin:5px 2px 2px 2px;}
.content ol{margin:2px 2px 2px 15px; list-style:decimal}

#menu{
	margin:0;
	height:18px;
	background:#000;}


#breadcump{
margin:0;
height:27px;
background:#999 url(images/breadcump_bg.png) top repeat-x;
}

#breadcump .br{
float:left;
padding:5px 5px 0px 15px;
color:#fff;
}
#breadcump a{
text-decoration:none;
color:#efefef;
}
#content_title h1{
	color:#FFF;
	font-size:28px;
	text-decoration:none;
	padding-left:20px;
}
.header_content {padding:0px;}
h1 {font-size:20px; margin:0; padding:10px 0;}
h3 {font-size:18px; margin:0; padding:8px 0;}
p {font-size:11px; line-height:1.5em; margin:0; padding:5px 0;}





/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu {
   background-color: #000;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
font-family:Arial,Tahoma, Verdana;
font-size:10px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu ul {
   margin: 0;
   padding: 0;
   border:none;
   height:18px;
   clear:right;
}


/* menu list items */
div#menu li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #fff;
}


/* the links, that is each list item */
div#menu a {
   padding: 0 1.4em; /* padding inside the list item box */
line-height:18px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background:#000;/* url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   display: block; /* IE has problems with this, fixed above */
} 


/* hover state for links */
div#menu li a:hover {
   background-color: #e9892b;
  color: #fff;
}
div#menu a.activeparent:hover {
   background-color: #e9892b;
   color: #fff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu li.activeparent a {
   background-color: #000; /*url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   color: #fff;
}

div#menu h3 {
line-height:18px;
   padding: 0 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #e9892b; /*url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 10px;                           /* instead of the normal font size for <h3> */
   cursor:pointer;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#sub_menu1 ul {
	margin-bottom:auto;
	font-family:Verdana ,Tahoma, Arial;
	font-size:10px;
	background:#d3d3d3;
   margin: 0;
   padding: 0;
   border:none;
}

/* menu list items */
div#sub_menu1 li {
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   }


/* the links, that is each list item */
div#sub_menu1 li a {
	padding: 0 15px; /* padding inside the list item box */
	line-height:18px;
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #696969;
	background:#d3d3d3;/* url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
	display: block; /* IE has problems with this, fixed above */
	border-bottom:#a9a9a9 1px solid;
}


/* hover state for links */
div#sub_menu1 li a:hover {
   background-color: #6D6D6D;
  color: #efefef;
}
div#sub_menu1 a.activeparent:hover {
	background-color: #6D6D6D;
	color: #efefef;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#sub_menu1 li.activeparent a {
   background-color: #e1e1e1; 
   color: #696969;
   border-bottom:#a9a9a9 1px solid;
}

div#sub_menu1 h3{
line-height:18px;
   padding: 0 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #efefef;
   background: #E9892B; /*url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 10px;                           /* instead of the normal font size for <h3> */
   border-bottom:#a9a9a9 1px solid;
   cursor:pointer;
}

div#sub_menu1 ul  li ul{
font-family:Tahoma, Verdana, Arial;
background:#e1e1e1;
margin: 0;
padding: 0;
border:none;
}

div#sub_menu1 ul  li ul li{
background:#e1e1e1;
}

div#sub_menu1 li ul li a {
background:#e1e1e1 url(images/liste_imlec.png) left no-repeat;
margin-left:20px;
border:none;
}

div#sub_menu1 li ul li h3{
margin-left:20px;
}

div#sub_menu1 li ul li.activeparent a{
background:#e1e1e1 url(images/liste_imlec.png) left no-repeat;
margin-left:20px;
/*order:none;*/
}


div#sub_menu1 li.activeparent a:hover{
   background-color: #6D6D6D; 
   color: #efefef;
   border-bottom:#a9a9a9 1px solid;
}

div#sub_menu1 ul  li ul li ul{
margin-left:15px;
/*display:none;*/
}


#tepe_kutu{
float:right;
margin-right:1px;
width:145px;
}
#search{
float:right;
color:#7f7f7f;
margin:0;
padding:5px 15px 0 0;;

}
#search .button{
color:#7f7f7f;
font-size:11px;
border:0;
background:#fff;
width:50px;
}
#search .text{
font-size:11px;
margin:0; padding:0;
border:#b2b2b2 1px solid;
background:#fff;
width:100px;
height:14px;
}


#select{ 
	float:left;
	cursor:pointer;
	text-align: left;
	margin-right:10px;
	margin-top:40px;
}


#langbar {
font-size:10px;
    margin: 0;
    padding: 0;
    height: 1em;	
	/*border:#b2b2b2 1px solid;*/
	}
#langbar a{
color:#616161;
/*padding:2px;*/
text-decoration:none;
}
#langbar a:hover{
background-color:#616161;
color:#fff;
}


	#sitemap a{
	text-decoration:none;
	color:#567;
	}
	
	#sitemap ul {
	padding-left:35px;
	background:#e1e1e1;
	}
	#sitemap ul li{ line-height:18px; }
	
	#sitemap ul li ul{
	padding-left:35px;
	background:#efefef;
	}	
	#sitemap ul li ul li{ line-height:18px; }
	
	#sitemap ul li ul li ul{
	padding-left:35px;
	background:#fff;
	}	
	#sitemap ul li ul li ul li{ line-height:14px; }


.clear{
clear:both;
}

.slide_dokum{
width:337px;
height:240px;
overflow:hidden;
}

.pad_link a, .pad_link img{
border:none;
text-decoration:none;
}
.pad_link{
color:#316E9F;
}

.pad_link a{
padding:10px 5px;
color:#316E9F;
}

.pad_link a:hover{
background-color:#efefef;
}

.kenarlikli td{
border:#666 1px solid;
padding:3px;
}

.kenarlikli tr.alt1{
background-color:#efefe0;
}

.kenarlikli tr.alt2{
background-color:#e9efef;
}

.footer_img_table{
margin-left:339px;
font-family:Arial;
font-size:9px;
color:#6f6f6f;
}
.footer_img_table a{ color:#6f6f6f;text-decoration:none;}
.footer_img_table ul  li{ margin:0; padding:0; } 
.footer_img_table ul { list-style:disc; margin-left:15px; margin-top:10px;}
.footer_img_table ul a{
text-decoration:none;
color:#9b9b9b;
}

.footer_img_table ul a:hover{
color:#000;
}


.tepe_alt_border{
border-top:#9a9a9a 1px solid;
border-bottom:#9a9a9a 1px solid;
}

.tepe_alt_border h2{
margin-top:5px;
margin-bottom:5px;
}
/* End of 'tema_genel_css' */

