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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#bottom {
	background-image: url(../images/bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#container {
	background-image: url(../images/container.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position:relative;
	width: 948px;
	margin: auto;
}

#left {
	float: left;
	width: 218px;
	background-image: url(../images/left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 140px 0 50px 0;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul li {
	background-image: url(../images/nav.jpg);
	width: 139px;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 9px 0 7px 20px;
}

#left ul li a { color: #663300; }
#left ul li a:hover { color: #ff6600; }

#right {
	float: right;
	width: 155px;
	background-image: url(../images/right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 50px 0 150px 16px;
	margin-top:280px;
}

#header { height: 273px; position:absolute;top:0;left:218px;}

/*
 #content {
	margin: 0 204px 0 218px;
	padding: 24px 34px 24px 24px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
*/

#content {
	float:left;
	width:468px;
	padding: 300px 34px 24px 24px;
}

#footer {
	clear: left;
	height: 60px;
	padding: 12px 242px 0 242px;
	color: #999999;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin-right: 5px;
}

#footer a { color: #cc9966; }

a {
	text-decoration: none;
	color:#666666;
}

a:hover { color: #ff6600; }

h1 {
	margin-top: 0;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	margin-top: 0;
	font-size: 12px;
}

img.galleri {
	padding: 2px;
	border: solid 1px #999999;
	margin:  0 5px 5px 0;
}



#paneler a{width:37px;margin:0 15px 5px 0;float:left;text-align:center;}
#paneler a span{display:block;}