* { margin: 0; padding: 0; border: 0 }

body {
	background: #B29E7B;
	font: 12px/1.5em "Verdana", Tahoma, arial, sans-serif;
	color: #222;
	text-align: center;
	margin: 15px 0;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}

h1 {
	font-size: 22px ;
	color: #777777;
	font-weight: normal;
}
h3 {
	font-size:14px;
	color: #777777;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 762px;	
	padding: 0; 	
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 27px;
	display: inline;
}

#header {
	width: 820px;
	position: relative;
	height: 120px;
	background: #000 url(header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #000;	
}

.bulut {
	height: 100px;
	width: 762px;
	margin: 0 0 0 27px;
	padding-top: 19px;
}

#header-photo {
	border-top:5px solid #FFFFFF ;
	border-bottom:5px solid #FFFFFF ;
	clear: both;
	height: 230px;
	width: 762px;
	margin: 0 0 0 27px;
	padding: 0;	
}

#menu {
	clear: both;	
	padding: 0;		
}
#menu ul {
	float: left;
	list-style: none;
	background: url(nav.jpg) repeat-x;	
	width: 762px;		
	text-transform: capitalize;
	margin: 0 0 0 27px;
	padding: 0;	
	display: inline;
}
#menu ul li {
	display: inline;
	margin: 0; padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px 14px;
	border-right: 1px solid #91a200;
	border-left: 1px solid #cdde38;
	border-bottom: none;
	color: #222;
	font: 15px/2.8em tahoma;
	font-weight: bold;
	text-decoration: none;	
}
#menu ul li a:hover, 
#menu ul li a:active,
#menu ul li#current a {
	background-color: #c2d612;
}

#main {
	float: left;
	width: 65%;
	padding: 0; 
	margin: 20px 0 0 10px;
	display: inline;
}

#main h1 {
	margin-top:10px;		
}

#main ul li {
	list-style-image: url(bullet.gif);
}

#mains {
	float: left;
	width: 97%;
	padding: 0; 
	margin: 20px 0 0 10px;
	display: inline;
}

#mains h1 {
	margin-top:10px;		
}

#mains ul li {
	list-style-image: url(bullet.gif);
}

#sidebar {
	float: right;
	width: 30%;
	padding: 0 10px 0 10px; 
	margin: 8px 0 0 0px;		
}

#sidebar h1 {
	margin-top: 8px;
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #777777;	
}

#footer-wrap {
	width: 820px;
	heigh: 60px;
	font-size:10px;
	padding: 10px 0px 25px 0px;
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:5px 0px;
}
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	text-align: center;
}

.clear { clear: both; }

.galeri img {
	margin-bottom: 7px;	
}
.kroki img {
	border: 2px solid #aaa;
}
.kroki img:hover {
	border: 2px solid #000;
}


/**************************************************************
	Highslide
**************************************************************/

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: collapse;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border: 2px solid black;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 5px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: black;
    text-decoration: none;
	font-size: 10px;
	background-color:#CCCCCC;	
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: black;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../highslide/graphics/close.png', sizingMethod='scale');
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.ziyaretci-bar
{
	width:450px;
	display: 
	background: #D6DEF5;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	border: solid 1px #C2D612;
}
.ziyaretci-bar table
{
	margin: 3px 0px 3px 3px;
}
#ziyaretci-bar-bas
{
	 width:100%; 
	 height:20px; 
	padding-left: 6px;
	 background:#C2D612;
	 font-weight: bold;
	 color: #65700A;
}
#adi
{
	width: 100%;
	float: left;
	
}
#ad-baslik,#tar-baslik,#pos-baslik
{
	float: left;
	width: 60px;
	font-weight: bold;
	font-size: 11px;
}

#ad-veri,#tar-veri,#pos-veri
{
text-align: left;
}

#tar-veri
{
	width: 100px;
}
#pos-veri
{
	width: 150px;
}
#mesaj
{
	border: solid 1px #fff;
	margin-right:10px;
	background: #DEE4F8;
	padding: 3px;

}

#ad_gir,#e_posta_gir,#mesaj_gir
{
	border: solid 1px #C2D612;
	padding: 2px;
	margin-top: 2px;
}
#mesaj_gir
{
	width: 350px;
	height: 60px;
	overflow: auto;
}
#buton
{
background: url(../images/buton.png);
width: 50px;
height: 22px;
margin: 5px 0px 5px 0px;
color: #0D1015;
	
}

#sayfalar
{
width:450px;
margin: 10px 10px 0px 10px;
text-align: right;


}

#sayfalar a
{
	text-decoration: none;
	color:#000;
	margin: 3px;
	border: solid 1px #eee;
	text-align: center;
	padding: 3px;	
	
}

#sayfalar a:hover,#sayfalar #activ
{
	
	color: #0080FF;
}
#sayfalar #activ
{
	border: solid 1px #0080FF;
}
