/* Das Menü */
/* Definitionen fuer das Menue */
#menu-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: black;
}

#menu-container:hover {
    height: auto;
}


#menu-container .menuimg {
    height: 55px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}


/* Definition der Meneubilder fuer aktiv und passiv */
#menu-item-home {
    width: 73px;
    background-image: url(../background/menu/1_Home_off.jpg);
}
#menu-item-home:hover {
    background-image: url(../background/menu/1_Home_on_over.jpg);
}
#menu-item-news {
    width: 69px;
    background-image: url(../background/menu/2_News_off.jpg);
}
#menu-item-news:hover {
    background-image: url(../background/menu/2_News_on_over.jpg);
}
#menu-item-bio {
    width: 126px;
    background-image: url(../background/menu/3_Biography_off.jpg);
}
#menu-item-bio:hover {
    background-image: url(../background/menu/3_Biography_on_over.jpg);
}
#menu-item-bands {
    width: 83px;
    background-image: url(../background/menu/4_Bands_off.jpg);
}
#menu-item-bands:hover {
    background-image: url(../background/menu/4_Bands_on_over.jpg);
}
#menu-item-releases {
    width: 111px;
    background-image: url(../background/menu/5_Releases_off.jpg);
}
#menu-item-releases:hover {
    background-image: url(../background/menu/5_Releases_on_over.jpg);
}
#menu-item-lessons {
    width: 93px;
    background-image: url(../background/menu/6_Lessons_off.jpg);
}
#menu-item-lessons:hover {
    background-image: url(../background/menu/6_Lessons_on_over.jpg);
}
#menu-item-videos {
    width: 143px;
    background-image: url(../background/menu/7_Mu_Vi_Pi_off.jpg);
}
#menu-item-videos:hover {
    background-image: url(../background/menu/7_Mu_Vi_Pi_on_over.jpg);
}
#menu-item-shop {
    width: 66px;
    background-image: url(../background/menu/8_Shop_off.jpg);
}
#menu-item-shop:hover {
    background-image: url(../background/menu/8_Shop_on_over.jpg);
}
#menu-item-press {
    width: 81px;
    background-image: url(../background/menu/9_Press_off.jpg);
}
#menu-item-press:hover {
    background-image: url(../background/menu/9_Press_on_over.jpg);
}
#menu-item-contact {
    width: 98px;
    background-image: url(../background/menu/10_Contact_off.jpg);
}
#menu-item-contact:hover {
    background-image: url(../background/menu/10_Contact_on_over.jpg);
}
#menu-item-impressum {
    width: 133px;
    background-image: url(../background/menu/11_Impressum_off.jpg);
}
#menu-item-impressum:hover {
    background-image: url(../background/menu/11_Impressum_on_over.jpg);
}


/* CSS für die Container-DIVs */
/* Allgemeine Definitionen für die Klasse */
.container-div {
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    /* overflow: scroll; */
    overflow: hidden;
}

/* Templates sind unsichtbar */
.template {
    display: none;
}

/* Spezielle Definition für ersten Absatz */
.first-paragraph {
          margin-top: 0px; 
         /* -webkit-margin-before: 0px; */
}

/* Größe und Position der einzelnen Container */
#news-container {
    top: 280px; 
    left: 1055px;
    width: 390px; 
    height: 340px;
    background:transparent;
}

/* Stile für die News-Einträge. Das ist VIEL zu kompliziert */
.news-entry {
    width: 385px;
    margin-bottom: 5px;
    border: 1px solid black;
}


.news-entry .column-left {
    float:left; 
    width:55px;
    color: black; 
    background-color:#ffcc01;
}

.news-entry.odd .column-left {
    color: white;
    background-color: black;
}

.news-entry .column-right {
    float:left; 
    width: 330px; 
    background-color:#d8d9dc;
}

.news-entry .datum-container {
    height:35px; 
    margin:5px;
}

.news-entry .desc-container {
    overflow:hidden;
    height:15px;
    margin:5px;
    margin-bottom: 0px;
}

.news-entry .footer{
    overflow:hidden;
    height:15px;
    margin-left:5px;
    margin-right:5px;
    margin-top: 4px;
    margin-bottom: 5px;
    border-top: 1px solid grey;
}


#bio-container{
    top: 180px; 
    left: 1545px;
    width: 580px; 
    height: 600px;
    background: transparent;
}

#bio-left-container {
    float: left;
    width: 270px;
    height: 450px;
}

#bio-right-container {
    float: left;
    width: 270px;
    height: 600px;
    margin-left: 40px;
}

#band-container {
    top: 200px; 
    left: 2325px;
    width: 355px; 
    height: 390px;
    background: transparent;
}

.band-entry {
    width: 345px;
    margin: 5px;
    margin-bottom: 20px;
}

.band-entry .band-name {
    font-size: 14px;
    font-weight: bold;
}

#lessons-container {
    top: 210px; 
    left: 3340px;
    width: 370px; 
    height: 600px;
    background: transparent;
}

#tv-container {
    top: 244px; 
    left: 3893px;
    width: 1025px; 
    height: 557px;
    background: transparent;
}

.tv-screen-container {
    /* display: none; */
    position: absolute;
    top: 110px; 
    left: 117px;
    width: 570px; 
    height: 360px;
    overflow: hidden;
}

#tv-youtube-player-container {
    position: absolute;
    top: 95px; 
    left: 82px;
    width: px; 
    height: 390px;
    overflow: hidden;
}


#tv-controls-container {
    top: 212px; 
    left: 834px;
    width: 144px; 
    height: 157px;
    background: transparent;
}

.tv-control {
    width: 124px;
    height: 29px;
    padding: 5px 10px 4px 10px;
    font-size: 24px;
    font-weight: bold;
    color: #dd6601;
}

#tv-stop-button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(stopbutton.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
}

.tv-control.ui-amanns-active {
    color: #ffcc01;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.tv-control.disabled {
    color: #cccccc;
}

.medium {
    position: relative;
    float: left;
    width: 120px;
    height: 140px;
    margin: 10px;
}

.medium.ui-selected {
    background-color: orange;
}

.medium > .cover-img-container {
    width: 120px;
    height: 90px;
}

.medium > .cover-img-container img {
    width: 120px;
    height: 90px;
}

.medium .title-container {
    width: 120px;
    height: 45px;
    margin-top: 5px;
}

.medium .title-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#release-container {
    top: 200px; 
    left: 2790px;
    width: 480px; 
    height: 530px;
    overflow: hidden;
    background: transparent;
}

/* Einzelne Einträge für Releases */
.release {
    width: 110px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
}

.release .cover-img-container {
    width: 100px;
    height: 100px;
}

.release .cover-img-container img {
    width: 100px;
    height: 100px;
}

.release .title-container {
    height: 45px;
    margin-top: 5px;    
}

.release .title-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#shop-container {
    top:200px; 
    left: 5095px;
    width: 420px; 
    height: 515px;
    background-image: url(closed.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent;
}

#press-container {
    top:239px; 
    left: 5617px;
    width: 380px; 
    height: 292px;
    background: transparent;
}

#contact-container {
    top:220px; 
    left: 6273px;
    width: 400px; 
    height: 300px;
    background: transparent;
}

/*
 * Definitionen für die Presse-Items
 */
.press-headline .headline {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.press-headline .paper{
    font-size: 10px;
    font-weight: normal;
    margin-top: 4px;
}

/* Sile für den ubiquitären horizontalen Scroller (experimentell) */
.ui-amanns-hscroller-page {
    float: left;
}

.ui-amanns-hscroller-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20000em;
}

.ui-amanns-hscroller-controls {
    position: absolute;
    bottom: 0px;
    right: 0px;
    list-style-type: none;
    background-color: transparent;
    color: black; 
}

.ui-amanns-hscroller-controls li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid black;
    background-color: white;
    color: black;
}

.ui-amanns-hscroller-controls a {
    color: inherit;
    text-decoration: none;
}

.ui-amanns-hscroller-controls li.ui-amanns-active {
    background-color: black;
    color: white;
}
