﻿@charset "utf-8";
/* CSS Document */

 
body  {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*height: 100px; */
	
}


.twoColFixRtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	 /* background: #FFFFFF; the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	/* background: #DDDDDD;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 65px; 
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 43px;
	padding-left: 20px;
	margin: 0px;
	border-bottom: 1px solid #006;

	
} 
.twoColFixRtHdr #header h1 {
	margin: 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:inherit; 
	font-size:72px;
	font-style:normal;
	/*padding-bottom:20px;
	/*padding-top: 40px; */
}

.twoColFixRtHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*height:inherit; */
	font-size:36px;
	font-style:normal;
	/*vertical-align:bottom; */
}


.twoColFixRtHdr #header h6 
{
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*height:inherit; */
	font-size:11px;
	font-style:italic;
	padding-bottom:5px;
}
.twoColFixRtHdr #header a
{
text-decoration:none;
color: black;
}

.twoColFixRtHdr #header a:hover {
text-decoration:underline;
}
.twoColFixRtHdr #header a:visited
{
color: black;
}
.twoColFixRtHdr #topbar a
{
text-decoration:none;
color: black;
}

.twoColFixRtHdr #topbar a:visited
{
color: black;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/*height: auto; */
	
	/*background-color: #EBEBEB;*/
	border:thin;
	padding: 6px;
}
.twoColFixRtHdr #sidebar1 a:link {
    text-decoration:none;
}
.twoColFixRtHdr #sidebar1 a:hover {
    text-decoration:underline;
}

.twoColFixRtHdr #sidebar1 h3 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size:14px;
	font:oblique
} 

.twoColFixRtHdr #sidebar1 h3 a:link {
    text-decoration:none;
}
.twoColFixRtHdr #sidebar1 h3 a:hover {
    text-decoration:underline;
}
.twoColFixRtHdr #sidebar1 h4 a:link {
    text-decoration:none;
}
.twoColFixRtHdr #sidebar1 h4 a:hover {
    text-decoration:underline;
}


.twoColFixRtHdr #sidebar1 h4 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size:14px;
	font:oblique
} 
.twoColFixRtHdr #mainContent {
	/* padding-top: 0px;  */
	/* padding-right: 5px; */
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-color:#006;
	/*border-left-color:#006; */
	/*border-right: 1px solid #000000; 
	border-left: 1px solid #000000; */
	/*width: 660px */
} 
.twoColFixRtHdr #mainContent h2 {
	padding-top: 5px;
	padding-right: 0px;
		padding-bottom: 5px;
	padding-left: 0px;
	font-size:20px;
} 

.twoColFixRtHdr #mainContent h2 a:link {
    text-decoration:none;
}
.twoColFixRtHdr #mainContent h2 a:hover {
    text-decoration:underline;
}
.twoColFixRtHdr #mainContent h3 a:link {
    text-decoration:none;
}
.twoColFixRtHdr #mainContent h3 a:hover {
    text-decoration:underline;
}
.twoColFixRtHdr #mainContent h6 a:link {
    text-decoration:none;
}
.twoColFixRtHdr #mainContent h6 a:hover {
    text-decoration:underline;
}
.twoColFixRtHdr #mainContent a:link {
    text-decoration:none;
}
.twoColFixRtHdr #mainContent a:hover {
    text-decoration:underline;
}
.twoColFixRtHdr #mainContent h6 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size:12px;
	font:oblique
} 
.twoColFixRtHdr #mainContent h3 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size:14px;
	font:oblique
} 
.twoColFixRtHdr #mainContent h4{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:16px;
	font:oblique
} 

 
.twoColFixRtHdr #mainContent h5{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:18px;
	font:oblique
} 
.twoColFixRtHdr #mainContent h7{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:10px;
	font:oblique
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	float: bottom;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 5px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer h6 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size:10px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #mainContent h6 {
	font-family: Georgia, Verdana, Geneva, sans-serif;
}
.twoColFixRtHdr #container #mainContent #manset table tr td h6 p {
}

a:hover {
text-decoration:underline;
}

.whitebg{ background-color:#fff}.clearfix:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;} .clearfix {	display: inline-block;} html[xmlns] .clearfix {	display: block;} * html .clearfix {	height: 1%;}/*NOTLAR:	* site1.css 17. satırdaki .twoColFixRtHdr #container tanımlamasında background:#fff kalkacak. 	* sidebar1 ve mainContent'i kapsayan bir div içine class="clearfix whitebg" eklenecek, aşağıdaki gibi.	* yukarıdaki stiller stil dosyasına eklenecek.*/

</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

<!-- Adım4-->
.twoColFixRtHdr #mainContent  {  }
.pageskin { width:857px; height:670px; position:absolute; left:0; top:0}
.content-container{ position:absolute; left:50px; top:0; z-index:5; width:560px}
<!-- Adım4 bitiş-->
