@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/mbg.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
#container {
	padding: 0;
	width: 760px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
	height:520px;
}
#header {
	height:160px;
	background: #DDDDDD;
	padding: 0 0 0 0;  /* 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. */
} 
#header h1 {
	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 */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 760px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: 520px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#footer { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	height:23px;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

img.float
{float:left;
margin:15px;}

text.float
{float:right;
margin:10px;}
.privacy {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.giris {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}
.menutext {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	color: #333;
}
a.menutext { 
	font-family: "Lucida Console", Monaco, monospace; 
	font-size: 14px; 
	font-weight: normal; 
	color: #333; 
	text-decoration: none }

a.menutext:hover {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.buttons {  
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	border: inset;
	background-color: #CCCCCC;
	text-decoration: none;
	border-width: 0px 1px 1px 0px}

.text_fields {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
	border: 1px solid #333;
	filter: Gray;
	background-color: #CCCCCC?, Direction=?);
	background-color: #F4F4F4;
	line-height: 12px;
	width: 300px;
}

.text_fieldsK {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
	border: 1px solid #333;
	filter: Gray;
	background-color: #CCCCCC?, Direction=?);
	background-color: #F4F4F4;
	line-height: 12px;
	width: 45px;
}
.text {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.textkoyu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.textgenel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

a.textgenel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C09;
	text-decoration: none;
}
a..textgenel:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C09;
	text-decoration: underline;

}
.textgenelR {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C09;
	text-decoration: none;
}
.textbiz {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
.textbizR {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C09;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
.intro {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #cfcfcf;
}
a.intro { 
	font-family: "Lucida Console", Monaco, monospace; 
	font-size: 12px; 
	font-weight: normal; 
	color: #cfcfcf; 
	text-decoration: none }

a.intro:hover {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}