body{ 
  
  background:#000;
  
  /*url(images/bg.png) repeat-x #FFF; */
  }


.round1 {
	background-color: #ffffff;
	/*border: solid 1px black;*/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: black;
	
	-moz-box-shadow: 15px 5px 10px #333132;
    -webkit-box-shadow: 15px 5px 10px #333132;
     box-shadow: 5px 5px 10px #333132;

	/*font-family: "Lucida Sans MS", "Lucida Grande", Helvetica, sans-serif;*/
	/*font-size: 10pt;*/
}
.ustmenu, .ustmenu a { font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; text-decoration:none; background:#e07103;
   
   -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 7px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px; 
 border:none;
  


  }
.ustmenu a:hover { color:#000000; text-decoration:underline; background:#ed7600; }

.menuhover, .menuhover a { background:#a6cf39;}
.menuhover a:hover{ background:#999;  }

.solmenu, .solmenu a { font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; text-decoration:none; }
.solmenu a:hover { color:#000000; }


.round2 {
	background-color: #e07103;
	/*border: solid 1px black;*/
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	
	color: black;
	/*font-family: "Lucida Sans MS", "Lucida Grande", Helvetica, sans-serif;*/
	/*font-size: 10pt;
	 background: -moz-linear-gradient(top, #e07103 10%, #000000 150%);
   background: -webkit-gradient(linear, left top, left bottom, from(#e07103), to(#000000));
  */ 
}

.fiyat1{
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	color: black;
	background: -moz-linear-gradient(top, #005826 0%, #a6cf39 100%);
   background: -webkit-gradient(linear, left top, left bottom, from(#005826), to(#a6cf39));
	}

.round3{

-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px; 
-webkit-gradient(linear, left top, left bottom, from(#005826), to(#a6cf39));
}

.fiyat1 { border:1px solid #0C0; }







.normal { font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF;}


.propersties { border:1px solid #8b0304; padding-left:5px; }

.baslik{ font-size:16px; color:#d4f876; font-weight:bold; }


.basicrulesborder{ width:800px; border:1px solid #e07103; background:#e07103; padding-left:5px;  }


#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/*LINKS*/


#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #fff;
	width: 78px;
	height: 18px;
	border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #f5d7b4;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
	color: #930;
	background: #f5d7b4;
}

body#golcourse1 a#golfcoursea
body#golcourse2 a#golfcourseb
body#golcourse3 a#golfcoursec
body#golcourse4 a#golfcoursed
body#golcourse5 a#golfcoursee
body#golcourse6 a#golfcoursef
body#golcourse7 a#golfcourseg
body#golcourse8 a#golfcourseh
body#golcourse9 a#golfcoursei
body#golcourse10 a#golfcoursej
 {
	color: #000000;
}




/*Slide Show*/

#slider1 {
    width: 630px; /* important to be same as image width */
    height: 500px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 630px; /* important to be same as image width or wider */
    position: absolute;
	bttom: 220px;
	right: 10px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 15px/30px Arial, Helvetica, sans-serif;
    padding: 30px 30px;
    width: 694px;
    background-color: #FFF;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0px;
    left: 20px;
	width: 150px !important;
	height: 500px;
}
.right {
	right: 20px;
	bottom: 0px;
	width: 150px !important;
	height: 445px;
}
ul { list-style-type: none;}







.anaalan, .anaalan a { font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#00000; text-decoration:none; }
.anaalan a:hover{ color:#000000; }

 /* HighSlide start */

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	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: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/* HighSlide end */
