@charset "utf-8";
/* CSS Document */
/*fatih koç@c-section*/
/* reset */


body {
	padding:0px;
	margin:0px;
	border: 0px;
	font-family:tahoma, Helvetica, sans-serif;
	background-color: #eff3f1;
}
a img { border: none; }
p {
	color:#00824E;
	font-weight:bold;
	text-align:left;
	font-size: 11px;
}
a, a:visited, a:active{
color:#00824E;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
/*structure */

#container {
	background-image: url(../images/pattern_small.jpg);
	background-repeat:repeat-x;
	background-color:#eff3f1;
	width:600px;


}
#main {
	width:560px;
	margin-right: auto;
	margin-left: auto;
	font-size:11px;
	position: relative;
}
#top {
	height:90px;
	position: relative;
}
#content{
	height:260px;
	background-image: url(../images/bg_small.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_small.png', sizingMethod='scale');
    padding: 10px;
}
#content2{
	height:260px;
	background-image: url(../images/bg_big.jpg);
	background-repeat:no-repeat;
	padding: 10px;
}
#bottom {
	height:100px;
	position: relative;
}


#logo {
	position:absolute;
	width:82px;
	height:72px;
	z-index:1;
	left: 10px;
	top: 10px;
}

#title {
	position:absolute;
	width:300px;
	height:90px;
	z-index:3;
	left: 260px;
	background-image: url(../images/4440666.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 120px;
	color: #00824E;
	text-align: right;
}
.left {
	width: 200px;
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 105px;
}
.right {
	width: 300px;
	float:right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
.rightlist{
	font-size: 11px;
	color:#555555;
	line-height: 18px;
	padding-left: 20px;
	font-weight:bold;
	vertical-align: top;
}
#teb_url {
	position:absolute;
	width:80px;
	height:1px;
	z-index:1;
	top: 10px;
	left: 10px;
}
#nav {
	position:absolute;
	width:300px;
	height:19px;
	z-index:2;
	left: 250px;
	top: 10px;
	text-align: right;
}

