/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	height:212px;
	padding:0px;
	width:720px;
	border:none;
        background-color:  #eddcb5 ;
        background-image: url(../img/sliderbg.png);
        background-repeat: no-repeat;
        background-position: right top;

}

#tab1{
    height:292px;
    width: 568px;
   
    
    
}

#tab2{
    height:292px;
    width: 534px;
  
}
#tab3{
     height:292px;
    width: 568px;
  
}
#tab4{
     height:292px;
    width: 568px;
  
}
#tab5{
     height:292px;
    width: 568px;
  
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:0px;
	
	
}

/* currently active header */
#accordion img.current {
	cursor:default;
	
}

/*
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;
	display:none;
	margin-right:5px;




}


/* content inside a pane should have fixed width */
#accordion div h3 {
	color: #693;
	margin:10px 10px -10px 20px;
	width:600px;
	font-size:14px;
        padding: 10px;


}

#accordion div p {
	font-size:12px;
	width:600px;
        padding: 5px;
        color: #000000;
        margin:10px 10px -10px 20px;
}
#accordion div p a{
	font-size:12px;
	width:600px;
        color: #693;
        margin:10px 10px -10px 20px;
}
#accordion div p a:hover{
	font-size:12px;
	width:600px;
        color:#808080;
        margin:10px 10px -10px 20px;

}

#accordion div p small a{
	font-size:12px;
	width:600px;
        padding: 5px;
        color: #693;
        margin:10px 10px -10px 20px;
        background-image: url(../images/all.gif);
        background-position: left center ;
        background-repeat: no-repeat;
}
#accordion div p small a:hover{
	font-size:12px;
	width:600px;
        padding: 5px;
        color:#808080;
        margin:10px 10px -10px 20px;
         background-image: url(../images/all.gif);
        background-position: left center ;
        background-repeat: no-repeat;

}
small
{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*end akkordion*/



