body {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size:11px;
	color:#5b4a48;
	background:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#content {
	background-color:#FFF;
	padding-top:5px;
	padding-left:10px;
}
table.content_table{
	width:860px;
}
table.content_table .content_text {
	padding-top:10px;
}
table.content_table .band {
	background-image:url(../images/bgBaslik.jpg);
	background-repeat:repeat-x;
	height:24px;
}
p {
	padding:0 0;
	text-indent:20px;
	text-align:justify;
}
a {
	color:#a18c89;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#990000;
}
h1 {
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#0b8598;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#af540a;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#882529;
}
h4 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#8DBDBD;
	line-height:25px;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
.menu {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#fff;
	background-image:url(../images/bgmenu_normal.jpg);
	background-repeat:repeat-x;
	height:37px;
}
ul#mainmenu {
	height:37px;
	margin-left:4px;
}
ul#mainmenu li{
	float:left;
	margin-left:14px;
}
ul#mainmenu li a {
	display:block;
	float:left;
	height:37px;
	line-height:37px;
	padding: 0 14px;
	color:#FFF;
	text-decoration:none;
}
ul#mainmenu li a:hover {
	background-image:url(../images/bgmenu_on.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#000000;
}
div#language_box {
	background-image:url(../images/bglang.png);
	background-repeat:no-repeat;
	position:absolute;
	right: 0;
	top: 0;
	width:200px;
	height:26px;
	padding-left:70px;
}

.baslik {
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#548383;
}
.wellcomebaslik {
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#0b8598;
}
.wellcometext{
	font-family:"Trebuchet MS";
	color:#716260;;
}

.rez {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#55492b;
}
#menu_bottom a {
	color:#9CAEAE;
}

.clear {clear:both;overflow:hidden;margin:0;padding:0;height:0;}
.error, .success {padding:5px;margin-bottom:10px;border:1px solid #ddd;}
.error {background: #FBE3E4 no-repeat 3px 3px;color:#8a1f11;border-color:#8a1f11;}
.success {background: #c9ffc8 no-repeat 3px 3px;color:#057003;border-color:#057003;}
.default_table {
	border-left:1px solid #6270D4;
	border-top: 1px solid #6270D4;
}
.default_table tr td {
	text-align: left;
	padding: 4px;
	vertical-align: top;
	border-right:1px solid #6270D4;
	border-bottom: 1px solid #6270D4;	
}
.default_table tr th {
	text-align: left;
	padding: 4px;
	font-weight: bold;
	vertical-align: top;
}
ul.default_list li{
	list-style:disc;
	margin-left:20px;
  margin-bottom:7px;
}
ul.default_list3 li{
	list-style:disc;
	margin-left:20px;
  margin-bottom:2px;
}
ul.default_list2 li{
	list-style:none;
	margin-left:10px;
  margin-bottom:7px;
}

/*************/
/*  Form CSS */
/*************/
form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 0;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left:0;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 90px; /* Width of labels */
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 2px;
  margin: 0;
}
form fieldset ol li em {
  font-weight: bold;
  font-style: normal;
  color: #de5900;
}
/*********************/
/*  Contact Form CSS */
/*********************/
form.saveMail input {
	border: 1px solid #BDB8AD;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	padding: 2px;
}
form.saveMail input.btn_submit {
	background-color:#689291;
	border:0;
	color:#FFF;
}
form.contactMessageForm label {
	width: 90px; /* Width of labels */
}
form.contactMessageForm input {
	border: 1px solid #BDB8AD;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	padding: 2px;
	width: 240px;
}
form.contactMessageForm textarea {
	border: 1px solid #CCC;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	padding: 2px;
	width: 275px;
}
form.contactMessageForm .submit_btn {
	width:100px;
	background-color:#689291;
	border:0;
	color:#FFF;
}
form.reservationMessageForm input {
	border: 1px solid #BDB8AD;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	padding: 2px;
}
form.reservationMessageForm textarea {
	border: 1px solid #CCC;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	padding: 2px;
	width: 275px;
}
form.reservationMessageForm .submit_btn {
	width:100px;
	background-color:#689291;
	border:0;
	color:#FFF;
}
form.anketForm #adim2 label {
	display:inline;
}
form.anketForm input {
	border: 1px solid #BDB8AD;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	padding: 2px;
}
form.anketForm textarea {
	border: 1px solid #CCC;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	padding: 2px;
	width: 200px;
}
form.anketForm .submit_btn {
	width:100px;
	background-color:#689291;
	border:0;
	color:#FFF;
}

.btn {
	background-color:#689291;
	border:0;
	color:#FFF;
	height:24px;
}

.gallery_mooquee {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	height: 90px;
	margin-left: 5px;
	top:0;
	left:0;
}
.gallery_mooquee div{
	float: left;
	display: inline;
	height: 90px;
	margin-right: 20px;
}
.news_mooquee {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	height: 120px;
	margin-left: 5px;
	top:0;
	left:0;
}
.news_mooquee div{
	float: left;
	display: inline;
	height: 120px;
	margin-right: 20px;
}
.mooquee-text {
	position: absolute;
	top:0;
	left:0;
}