
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:url(../img/bg2.gif) #808080;
 font-family: verdana, arial, san serif;
 font-size: 0.8em;
 color: #333333;
 text-align:center;
 padding:0;
 }
img {
 border: 0;
 }

#outer {
 text-align:left;
 border:1px solid #000;
 width:800px;
 margin:auto;
 }

#header {
 height:245px;
 background:#eeeeee;
 color: #333333;
 margin: 0;
 }

#breadcrumb {
 height:20px;
 line-height: 20px;
 background:#fff;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 padding: 0 0 0 165px;
 font-size: 0.8em;
 }
#breadcrumb a, #breadcrumb a:visited {
 color: #400000;
 text-decoration: none;
 }
#breadcrumb a:hover {
 text-decoration: underline;
 }

#bodyblock {
 position:relative;
 vertical-align:top;
 background: #400000;
 color: #333333;
 width:800px;
 padding:0;
 margin: 0;
 }

#menu {
 float:left;
 background:#400000;
 color: #333333;
 width:150px;
 text-align: left;
 padding: 0;
 }
#menu a, #menu a:visited {
 position:relative;
 text-decoration:none; 
 text-align:left; 
 background-color:#54332a; 
 color:#fff; 
 display:block; 
 width:150px; 
 overflow: hidden;
 padding: 0.5em 0.1em 0.5em 0.1em;
 margin:1px 0 0 1px;
 }
#menu a:hover {
 color:#fff;
 background-color: #88222f;
 }

#content {
 width:645px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 float:right;
 }
html>body #content {
 float:none;
 }
#content p {
 margin: 15px 35px 15px 25px;
 text-align: justify;
 }
#content a, #content a:visited {
 color: #400000;
 text-decoration: none;
 }
#content a:hover {
 text-decoration: underline;
 }

#footer {
 height:100px;
 line-height: 20px;
 font-size: 0.8em;
 background: url(../img/footer.jpg) #400000;
 color: #000;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
 padding: 0 0 0 150px;
 }
 
h1 {
 font-size: 1.1em;
 color: #404040;
 padding: 10px 10px 10px 10px;
 margin: 0 0 10px 0;
 background: transparent;
 border-bottom: 1px solid #000;
 }
h2 {
 font-size: 1em;
 padding: 3px 10px 3px 10px;
 }
h3 {
 font-size: 1.1em;
 color: #404040;
 padding: 10px 10px 10px 10px;
 margin: 0 0 10px 0;
 background: transparent;
 border-bottom: 1px solid #000;
 border-top: 1px solid #000;
 }
h4 {
 font-size: 1.1em;
 color: #c0c0c0;
 padding: 5px 10px 5px 10px;
 margin: 0 0 0 0;
 background: #400000;
 }

ul {
 list-style-type: square;
 margin-top:-7px;
 margin-bottom: -7px;
   }
.td-spacer {
 margin: 25px 0 25px 0;
 }
.cellspacing {
 padding: 0 0 0 55px;
 }
 
/*
			Vertical Accordions
		*/
		
.accordion_toggle {
	display: block;
	height: 30px;
	width: 625px;
	background: url(../images/accordion_toggle.jpg) no-repeat top right #d0a86d;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #ffcc84;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.accordion_toggle_active {
	background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0305e;
	color: #ffffff;
	border-bottom: 1px solid #ff668e;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
			
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #1b71ff;
	}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			




#frame1{
       display:block; 
       width:610px; 
       height:328px; 
       /*position:absolute; */
       position:relative;
       left:20px; 
       top:15px; 
       background:url(../images/duvarslide1.jpg) no-repeat; 
       z-index:5;
}


#slideshow{
       display:block;
       width:600px; 
       height:318px; 
       position:absolute; 
       left:179px; 
       top:20px;
}

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

#slideshow img.active{
       z-index:4; 
       opacity:1.0;
}


#slideshow img.last-active{
       z-index:3;
}

#tablo1 {
       position: relative ;
       margin: 0 0 0 20px;
       float: left;

 }
#tablo2 {
       position: relative ;
       float: right;
       margin: 0 20px 0 0;
       left:500px;
 }
