/* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

/*** Nicht angeklickte Hauptmenüpunkte ***/
#superfish .menu li {
background: transparent;
top: 2px;
height: 30px;
}
#superfish .menu li li {
background: #004f90; /* change this 004f90 */
left: -10px;
}

#superfish .menu li li li {
background: #004f90; /* change this */
top: 0px;
}

#superfish .menu li.active-trail li {
background: #004f90; /* change this */
}

#superfish .menu li li:hover {
background: #004f90; /* change this */
}

#superfish .menu li li li:hover {
background: #004f90; /* change this */
}

#superfish .menu li:hover{
background: #004f90; /* change this */

}

.slideshow {
width:950px;
height:200px;
position:relative;
z-index:2;
overflow: hidden;
}

.slideshow-inner{
width:950px;
margin:0 auto;
height:200px;
position:relative;
z-index:1;
overflow: hidden;
}

#slideshow-wrapper{
width:100%;
background: transparent url(images/slideshow-shadow.gif) no-repeat center bottom;
height:265px;
margin-bottom:-45px;
margin-top:14px;
}

/* The notice links at the bottom of the page, "Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer", 
can be removed by using the local.css file, and add: */
#notice {
display: none;
}
