@charset "utf-8";
/* CSS Document */
* {font-family:"Trebuchet MS"}

body {background:#514739 url(../img/bodybg1.jpg) repeat-x;color:#fff}




#header {background:url(../img/headerbg1.jpg) no-repeat 50% 0;}

#content {background:url(../img/contentbg.jpg) repeat-y;}
#content p {padding:0 20px 0 20px ;font-size:13px;color:#9a8c7a;}
#contentfooter {background:}
#contentbottom {background:url(../img/contentbottom.jpg) no-repeat;height:74px;}

#quickmenu {padding:60px 0 0 80px;height:250px}
#quickmenu img {border:0;}



.textarea{padding:3px 70px 0 20px;color:#9a8c7a;line-height:15px;font-size:13px}

.fotogaleri {margin-left:3px}
.fotogaleri img{margin:15px 0 0 15px;border:2px solid #383420;}

#navigation  {width:700px;height:80px}
	#navigation li {float:left;}
	#navigation ul {float:right}
	#navigation a {display:block;}
	
	li.cafedeparis {background:url(../img/nav/cafedeparis_n.jpg) no-repeat;width:129px;height:39px;}	
	li.cafedeparis a {width:129px;height:39px;}
	li.cafedeparis a:hover {background:url(../img/nav/cafedeparis_h.jpg) no-repeat;}
	li.cafedeparisA {background:url(../img/nav/cafedeparis_h.jpg) no-repeat;width:129px;height:39px;}	
	
	li.monu {background:url(../img/nav/monu_n.jpg) no-repeat; width:85px;height:39px;}
	li.monu a {width:85px;height:39px;}
	li.monu a:hover {background:url(../img/nav/monu_h.jpg) no-repeat;}
	li.monuA {background:url(../img/nav/monu_h.jpg) no-repeat; width:85px;height:39px;}

	li.galeri {background:url(../img/nav/galeri_n.jpg) no-repeat;width:72px;height:39px;}
	li.galeri a {width:72px;height:39px;}
	li.galeri a:hover {background:url(../img/nav/galeri_h.jpg) no-repeat;}
	li.galeriA {background:url(../img/nav/galeri_h.jpg) no-repeat;width:72px;height:39px;}
	
	li.iletisim {background:url(../img/nav/iletisim_n.jpg) no-repeat;width:86px;height:39px;}
	li.iletisim a {width:86px;height:39px;}
	li.iletisim a:hover {background:url(../img/nav/iletisim_h.jpg) no-repeat;}
	li.iletisimA {background:url(../img/nav/iletisim_h.jpg) no-repeat;width:86px;height:39px;}
	


/** SLIDE SHOW **/ 
#slideshow {height:200px;border:1px dashed #333;width:650px;position:relative}
	#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;}