/*
    cleaner
*/
* { margin: 0; padding: 0 }

/*
    elements
*/

body {
    /* background: #dedccd; */
    background: #dedccd url(images/background.jpg) center 0 repeat-y;
}
span,p,li,a,em,dl,dt,h4,h5,label {
    font-family: Helvetica,sans;
    font-size: 11px;
    letter-spacing: 0.5px;
}

h5 {
    color: #888;
}

h1 {
    font-size: 17px;
}
h1 em {
    font-style: normal;
    font-family: Georgia,serif;
    display: block;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 5px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}
h1, h2, h3 {
    font-family: Georgia,serif;
}

h1, h2, h3, h4, h5 {
    /* text-transform: uppercase; */
}

a {
    color: #444;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

img {
    border: 0;
}
p {
    line-height: 14px;
}
p em {
    font-size: 10px;
    display: block;
}


/*
    structure
*/

#container {
    width: 842px;
    margin: 0 auto;
	overflow:visible;
}

#header {
    height: 236px;
    background: url(images/header.jpg) 0 0 no-repeat;
}

#navi {
    height: 24px;
}

#content {
    min-height: 400px;
}

#content #flags {
    padding: 10px 0;
}

#content #main {
    float: left;
    width: 472px;
    margin-left: 37px;
    padding-bottom: 40px;
}
html>body #content #main {
    float: left;
    width: 463px;
    min-height: 200px;
    margin-left: 72px;
}
html>body.page_gallery #content #main {
    width: 472px;
}

#content #rightside {
    margin-left: 550px;
    min-height: 200px;
    width: 230px;
    overflow: hidden;
}

html>body #content #rightside {
    margin-left: 554px;
    overflow: visible;
}

#content #footer {
    margin-left: 554px;
    width: 236px;
    height: 55px;
}







/*
    header
*/

#header h1 {
    position: absolute;
    left: -1000px;
    top: -1000px;
}


/*
    navi
*/

#navi {
    background: url(images/buttons.jpg) 0 0 no-repeat;
    position: relative;
}
#navi a {
    display: block;
    float: left;
    height: 24pX;
}
#navi a:hover, #navi a.selected {
    background: url(images/buttons-hover.jpg) 0 0 no-repeat;
}
#navi a span {
    display: none;
}

#navi a#navi_home {
    width: 145px;
}

#navi a#navi_band {
    width: 84px;
}
#navi a#navi_band:hover, #navi a#navi_band.selected {
    background-position: -145px 0;
}

#navi a#navi_gallery {
    width: 104px;
}
#navi a#navi_gallery:hover, #navi a#navi_gallery.selected {
    background-position: -229px 0;
}

#navi a#navi_releases {
    width: 120px;
}
#navi a#navi_releases:hover, #navi a#navi_releases.selected {
    background-position: -333px 0;
}

#navi a#navi_media {
    width: 98px;
}
#navi a#navi_media:hover, #navi a#navi_media.selected {
    background-position: -453px 0;
}

#navi a#navi_community {
    width: 132px;
}
#navi a#navi_community:hover, #navi a#navi_community.selected {
    background-position: -551px 0;
}

#navi a#navi_flag_en {
    width: 35px;
}
#navi a#navi_flag_en:hover, #navi a#navi_flag_en.selected {
    background-position: -683px 0;
}

#navi a#navi_flag_fi {
    width: 38px;
}
#navi a#navi_flag_fi:hover, #navi a#navi_flag_fi.selected {
    background-position: -718px 0;
}

#navi a#navi_flag_de {
    width: 35px;
}
#navi a#navi_flag_de:hover, #navi a#navi_flag_de.selected {
    background-position: -756px 0;
}




/*
    content
*/


#content {
    margin-top: 40px;
    /* background: url(images/background.jpg) 0 0 repeat-y; */
}






/*
    content > main
*/

#content #main h2 {
    margin-bottom: 20px;
    clear: left;
}


#content #main.text {
}

#content #main.text img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

#content #main.text p, #content #main .text .p {
    margin-bottom: 20px;
}

#content #main p em {
    margin-top: 5px;
}




/*
    content > main > .blog
*/

#content #main .blog {
    margin-bottom: 20px;
    padding-bottom: 10px;
    clear: left;
    overflow: hidden;
    border-bottom: 1px dotted #888;
}

#content #main .blog h1 {
    margin-bottom: 10px;
}


#content #main .blog img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
}

#content #main .blog ul {
    list-style: square;
    list-style-position: inside;
    margin-left: 170px;
    margin-bottom: 10px;
}

#content #main .blog ul.nomargin {
    margin-left: 0;
}

#content #main .blog p {
    padding-bottom: 10px;
}




/*
    content > main > .gallery
*/

#content #main.gallery img {
    margin: 0 12px 12px 0;
width:63px;
height:50px;
}




/*
    content > rightside
*/

#content #rightside .text {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    overflow: auto;
}

#content #rightside div h1 {
    position: relative;
    width: 288px;
    height: 20px;
    background: url(images/clean.jpg) 0 0 no-repeat;
}

#content #rightside div h1 span {
    position: absolute;
    left: -1000px;
    top: -1000px;
}


#content #rightside div h2 {
    margin-top: 10px;
}


#content #rightside div h3 {

    font-size: 15px;
}

#content #rightside div h3 em {
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-family: Georgia,serif;
}

#content #rightside div p {
    margin-bottom: 20px;
}



/*
    content > rightside > .dates
*/

#content #rightside .dates h1 {
    background: url(images/dates.jpg) 0 0 no-repeat;
}


#content #rightside .dates div {
    margin-bottom: 10px;
}

/* #content #rightside .dates div {
    margin: 10px 0 10px 10px;
    height: 300px;
} */

#content #rightside .dates p,
#content #rightside .dates a {
    margin: 0;
    display: block;
    clear: left;
}

#content #rightside .dates p em,
#content #rightside .dates a em {
    display: block;
    float: left;
    width: 60px;
    font-style: normal;
    font-weight: bold;
    color: #000;
    font-size: 11px;
}

#content #rightside .dates p span,
#content #rightside .dates a span {
    display: block;
    margin-left: 60px;
    font-size: 11px;
}


/*
    content > rightside > .videos
*/

#content #rightside .videos h1 {
    background: url(images/videos.jpg) 0 0 no-repeat;
}

#content #rightside .videos div {
    padding: 10px;
    border-bottom: 1px dotted #888;
    height: 50px;
}
#content #rightside .videos img {
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 53px;
}

#content #rightside .videos li,
#content #rightside .videos a {
    font-size: 11px;
}

#content #rightside .videos li .left {
    float: left;
    width: 80px;
}



/*
    content > rightside > .gallery
*/

#content #rightside .gallery h1 {
    background: url(images/gallery.jpg) 0 0 no-repeat;
}

#content #rightside .gallery div {
}


#content #rightside .gallery a {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dotted #888;
}

#content #rightside .gallery a.selected {
    font-weight: bold;
    color: #000;
    /* text-decoration: underline; */
}


/*
    content > rightside > .releases
*/

#content #rightside .releases img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#content #rightside .releases a {
    display: block;
    height: 60px;
}


/*
    content > rightside > .links
*/

#content #rightside .links h1 {
    background: url(images/links.jpg) 0 0 no-repeat;
}


/*
    content > rightside > .newsletter
*/

#content #rightside .newsletter {
    height: auto;

}

#content #rightside .newsletter h1 {
    background: url(images/newsletter.jpg) 0 0 no-repeat;
}

#content #rightside .newsletter form {
    height: 60px;
}

#content #rightside .newsletter form .textinput {
    width: 200px;
}

#content #rightside .newsletter form .submit {
    margin-top: 10px;
}


/*
    content > rightside > .teaser
*/

#content #rightside .teaser h1 {
    background: url(images/top-releases.jpg) 0 0 no-repeat;
}

#content #rightside .teaser div {
    padding: 10px;
}
#content #rightside .teaser img.big {
    float: left;
    margin-right: 10px;
}





/*
    content > footer
*/

#content #footer {
    background: url(images/logos.jpg) no-repeat;
    position: relative;
}

#content #footer a {
    display: block;
    position:absolute;
    height: 55px;
}

#content #footer a span {
    position: absolute;
    top: -1500px;
    left: -1500px;
}

#content #footer .universal {
    width: 76px;
}
#content #footer .playground {
    width: 90px;
    left: 76px;
}
#content #footer .imprint {
    width: 70px;
    left: 166px;
}

.popup-layer-mouse-window {background-color:rgb(255,255,255);border:1px solid rgb(133,133,133); }
.popup-layer-mouse-window-load {background-color:rgb(255,255,255);border:1px solid rgb(133,133,133)}
.popup-layer-mouse-postrenderer-layer {background-color:rgb(255,255,255); border:1px solid rgb(255,255,255);color:black;}
.popup-layer-mouse-navigation {width:100%;cursor:move;z-index:998}
.popup-layer-mouse-navigation-title {float:left;margin:5px;}
.popup-layer-mouse-navigation-button {cursor:pointer;margin:5px;float:right;width:21px;height:21px;background-repeat:no-repeat;background-position:50% 50%;background-image:url('http://static.cms.universal-music-services.de/img/components/PostRenderer/close.gif')}
.popup-layer-mouse-line {clear:both;background-color:rgb(255,255,255);}
.popup-layer-mouse-frame {border:none;} 
