@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #cccccc;

	background-repeat: no-repeat;
	background-position: center top;
}

p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #39C;
}


#header {
	clear: both;
	height: 120px;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#header #logo {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 30px;
}
#header #language {
	float: right;
	width: 760px;
	text-align: left;
	height: 20px;
	margin-top: 0px;
	margin-right: 30px;
}
#header #language img {
	margin-left: 4px;
}

#header #navigation {
	float: right;
	width: 760px;
	text-align: left;
	margin-right: 0px;
	margin-top: 0px;
}
#header #navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#header #navigation ul {
	margin: 0px;
	padding: 0px;
}

#header #navigation ul li {
	float: right;
	list-style-position: inside;
	list-style-image: url(/images/liarrow.gif);
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#header #navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header #navigation a:active {
	color: #000;
	text-decoration: none;
}






.karma #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EEEEEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer {
	border-top: 1px dotted #CCC;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px;
}
#anasayfa {

	height: 613px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
}
#homewords {
	font-size: 12px;
	background-color: #2B99C4;
	padding: 20px;
	width: 280px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background-image: url(images/bg_homewords.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#homewords h1 {
	color: #FFF;
}
#homewords h2 {
	color: #FFF;
}
#homewords a {
	color: #FFF;
}

#empty {
	float: left;
	height: 170px;
	width: 900px;
	clear: both;
}


#footer .adres {
	float: left;
	height: 120px;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}


#footer .linkler {
	float: right;
	text-align: right;
}


.karma #mainContent {
	margin-right: 30px;
	margin-left: 30px;

}
.resim {
	margin-right: 30px;
	margin-left: 30px;
}

#mainContent #anasayfa {
	margin: 0px;
	padding: 0px;
}
ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #39C;

}
#foto #imageContainer img {
	margin: 4px;
}
td {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
