html, body {
    background: #626262;
    font-family: tahoma, verdana, arial;
    margin: 0;
    overflow: auto;
    font-size: 13px;
    height: 100%;
}

#wrapper {
    width: 880px;
    margin: auto;
    padding-top: 10px;
    margin-top: -10px;
    background: url(../pics/background.jpg) no-repeat top right #ffffff;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#news {
    width: 348px;
    height: 200px;
    padding: 10px 15px 10px 10px;
    margin-top: 10px;
    margin-left: 7px;
    overflow: auto;
    border: 1px solid #cecece;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

#content_inner {
    margin-top: 255px;
    margin-left: 15px;
    width: 532px;
    text-align: left;
    border: 0px solid #000000;
}

#news_header {
    position: absolute;
    z-index: 10;
    display: block;
    left: 50%;
    margin-left: -180px;
    top: auto;
    margin-top: -20px;
    width: 200px;
    height: 27px;
    background: url(../pics/news.png) no-repeat;
}

#songs_header {
    position: relative;
    z-index: 10;
    display: block;
    margin-left: 315px;
    top: 0px;
    margin-top: 0px;
    width: 200px;
    height: 27px;
    background: url(../pics/songs.png) no-repeat;
}

#header {
    position: relative;
    text-align: center;
    height: 175px;
    margin-top: 0px;
    margin-left: 0;
    border-bottom: 2px solid #6e6e6e;
}

#menu {
    width: 900px;
    margin-top: 0px;
    margin-left: 0px;
}

#quicklinks {
    position: fixed;
    width: 290px;
    margin-left: 570px;
    margin-top: 10px;
    padding: 40px 0px 10px 0px;
    display: block;
    padding-bottom: 10px;
    background: url(../pics/quick_nav.png) no-repeat top center #ffffff;
    border: 1px solid #6e6e6e;
    border-radius: 8px;
    -moz-border-radius: 8px;
    filter:alpha(opacity=87); /* IE */
    -moz-opacity:0.87; /* Gecko-Browser */
    opacity:0.87; /* Opera 9+ */
    text-align: center;
}

#quicklinks .title_ql {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
    background: #e2e2e2;
    padding: 0 40px 0 40px;
}

#quicklinks a:link , #quicklinks a:visited {
    text-decoration: none;
    color: #555555;
}

#quicklinks a:hover , #quicklinks a:active {
    color: #637200;
    text-decoration: underline;
}

.left {
    text-align: center;
    padding-right: 20px;
}

.right {
    text-align: center;
    padding-left: 20px;
}

.center {
    width: 2%;
    background: url(../pics/kachel2.jpg) repeat-y center;
}

.year {
    font-weight: bold;
    letter-spacing: 0px;
    color: #3b3b3b;
    padding-right: 7px;
}

#profile_image{
    float: left;
    position: relative;
    width: 144px;
    height: 297px;
    overflow: hidden;
    color: #ffffff;
    margin-left: 15px;
    margin-top: -65px;
    border: 0px solid #000000;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

#info {
    float: left;
    position: relative;
    width: 430px;
    margin-left: 7px;
    text-align: justify;
    border: 0px solid #000000;
}

hr {
    margin: 0 0 10px 0;
    padding: 0;
    border: 0;
    border-bottom: 2px dotted #727272;
}

.visible{
    color: #5f5f5f;
    font-style: italic;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 10px;
}

.admincomment hr {
    margin: 10px 15px -10px 0px;
    padding: 0;
    border: 0;
    border-bottom: 2px dotted #727272;
}

a.links:link, a.links:visited {
    color: #5c5c5c;
    text-decoration: none;
    font-size: 16px;
}

a.links:hover, a.links:active {
    color: #262626;
    text-decoration: underline;
}

a.mainlink_current, a.mainlink {
    display: block;
    height: 30px;
    width: auto;
    padding: 0 10px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border-left: 1px solid #6e6e6e;
    line-height: 26px;
}

.buttonlabel {
    white-space: nowrap;
}

.buttonlabel:hover {
    /*cursor: hand;*/
    /*cu\rsor: pointer;*/
}

.mainlink:link, .mainlink:visited {
    background: #e1e1e1;
    color: #323232;
}

.mainlink:hover, .mainlink:active {
    background: #8f8e8e;
    color: #ffffff;
}

.mainlink_current {
    background: #ffffff;
    color: #000000;
}

.sublink:link, .sublink:visited {
    background: #b1b1b1;
    color: #000000;
}

.sublink:hover, .sublink:active, .sublink_current {
    background: #6e6e6e;
    color: #ffffff;
}

.show_Submenu {
    float: right;
    width: 8px;
    height: 8px;
    margin-top: 15px;
    margin-right: 7px;
    background: url(../buttons/arrow.png) no-repeat;
}

#menu_vertical li ul, #menu_horizontal li ul {
    display: none;
}

#menu_vertical li:hover li ul, #menu_horizontal li:hover li ul,
#menu_vertical li li:hover li ul, #menu_horizontal li li:hover li ul
{
    display: none;
}

#menu_vertical li:hover ul, #menu_horizontal li:hover ul,
#menu_vertical li li:hover ul, #menu_horizontal li li:hover ul
{
    position: absolute;
    filter:alpha(opacity=86); /* IE */
    -moz-opacity:0.86; /* Gecko-Browser */
    opacity:0.86; /* Opera 9+ */
    display: block;
    /*cursor: pointer;*/
    z-index: 1000;
    background: #ffffff;
    width: 260px;
    border: 2px solid #727272;
    left: -220px;
}

#menu_horizontal li.no-hover:hover ul {
    display: none;
}

#menu_horizontal li ul,
#menu_horizontal li li ul
{
    filter:alpha(opacity=86); /* IE */
    -moz-opacity:0.86; /* Gecko-Browser */
    opacity:0.86; /* Opera 9+ */
    display: block;
    /*cursor: pointer;*/
    z-index: 100;
    background: #ffffff;
    width: 260px;
    border: 2px solid #727272;
    left: -220px;
}

/*********************/
/* vertikales Menu */

#menu_vertical, #menu_horizontal {

}

#menu_vertical ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu_vertical ul ul, #menu_vertical ul ul ul {
    list-style: none;
    margin-left: 35px;
}

/* IE7-Hack */
* + html #menu_vertical li{
    margin-top: -4px;
}

/* IE7-Hack */
* + html #menu_vertical {
    margin-top: 4px;
}

/*********************/
/* horizontales Menu */

#menu_horizontal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

#menu_horizontal li {
    position: relative;
    min-height: 1px;
    vertical-align: bottom;
}

#menu_horizontal ul ul {
    position: absolute;
    z-index: 500;
    top: auto;
    display: none;
    padding: 1em;
    margin: -1em 0 0 -1em;
}

#menu_horizontal ul ul ul {
    top: 0;
    left: 100%;
}

.highlight_parent {
    background: url(../buttons/highlight_parent.jpg) no-repeat;
}

.fliesstext
{
    color:#575757;
    font-size:14px;
}
.fliesstext_kon
{
    color:#8c8c8c;
    font-size:14px;
    line-height:20px;
}
.kontaktfenster
{
    font-size:14px;
    border:1px solid #bebfbf;
    color: #3f3f3f;
    font-weight:normal;
    background-color: #f4f4f4;
    font-family: tahoma, verdana, arial;
}

table.commentForm {
    width: 100%;
}

table.commentForm td input,
table.commentForm td textarea {
    padding: 5px;
}

td#send_comment input {
    font-size:15px; 
    background-color: #4f6c00; 
    color: #ffffff;
    width: 100%;

}

td#send_comment input:hover {
    cursor: pointer;
    background-color: #354800; 
}

.hinweistext
{
    color:#ff7c07;
    font-size:15px;
    line-height: 20px;
}

.grey {
    color: #727272;
}

.klammern {
    color: #898989;
}

a:link, a:visited {
    color: #4f6c00;
}

a:active, a:hover {
    color: #000000;
}

.datum {
    color: #999999;
    font-size: 12px;
}

.fb-like {
    position: relative;
    background: none;
    border: 0px solid #000000;
    padding-bottom: 4px;
}

#fb-root {
    width: 380px;
    margin-left: 174px;
    margin-top: 15px;
    min-height: 65px;
    /*    background: url(../pics/loading.gif) no-repeat top; */
    border: 0px solid #000000;
}

br {
    line-height: 10px;
    height: 10px;
}

p {
    height: 10px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.song {
    width: 510px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: #eeeeee;
}

.kommentieren {
    color: #6b6b6b;
}

.kommentare {
    text-align: right;
    border: 0px solid #000000;
    margin-top: 5px;
}

.comments:link, .comments:visited {
    text-decoration: none;
    color: #000000;
}

.comments:active, .comments:hover{
    text-decoration: none;
}

.comment:link, .comment:visited {

}

.comment:active, .comment:hover {

}

.comment_form {
    display: none;
}

.comment_form td {
    font-size: 14px;
}

.comment_form .hp_tr {
    height: 1px;
    display: none;
}

.underline {
    text-decoration: underline;
}

.nounderline {
    text-decoration: none;
}

.invisible {
    display: none;
}

.marginleft {
    display: block;
    margin-left: 25px;
    margin-top: -2px;
    font-style: normal;
    color: #000000;
}

.hinweis {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

.hinweis_ok {
    color: #4f6c00;
    font-size: 14px;
    font-weight: bold;
}

#navi {
    float: right;
}

.admincomment {
    display: block;
    font-size: 12px;
    color: #5f5f5f;
    margin: 0px 5px 0px 40px;
    font-style: italic;
}

.admincomment .text {
    display: block;
    color: #3d3d3d;
    font-style: normal;
    line-height: 17px;
    margin-left: 15px;
    margin-top: 3px;
}

.comments_text {
    background: #e2e2e2;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.readmore {
    margin: 10px 5px 0px 0px;
    height: 250px;
    overflow: auto;
    background: #e2e2e2;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.titel {
    text-transform: uppercase;
    line-height: 25px;
}

.downloadMp3:link, .downloadMp3:visited {
    display: block;
    width: 30px;
    height: 31px;
    border: 0;
    background: url(../pics/saveMp3_passiv.jpg);
}

.downloadMp3:active, .downloadMp3:hover {
    background: url(../pics/saveMp3.jpg);
}

.inline a {
    float: right;
}

.newsletter {
    background: red;
}

.container_Album {
    border-top: 2px dotted #727272;
    padding-top: 20px;
    height: 200px;
    width: 95%;
}

.lyrics {
    text-decoration: none;
}

.cancel {
    position: absolute;
    margin-top: -22px;
    margin-left: 125px;
}

.cancel_kont {
    position: absolute;
    margin-top: 15px;
    margin-left: 125px;
}

.td_filter {
    color: #ffffff;
}

.input_filter {
    border: 1px solid #ffffff;
}

a.cancel:link, a.cancel:visited {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

a.cancel:hover, a.cancel:active {
    text-decoration: underline;
    font-weight: bold;
}

a.latestLink:link, a.latestLink:visited {
    text-transform: uppercase;
    color: #c8e398;
}

#latestEntry {
    width: 510px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: #626262;
    overflow: auto;
    color: #ffffff;
}

#latestEntry .marginleft {
    color: #ffffff;
}

#latestEntry .admincomment, #latestEntry .admincomment .text {
    color: #ffffff;
}

.visible_latest{
    color: #ffffff;
    font-style: italic;
    display: inline;
}

.zuletzt_kommentiert {
    color: #ff9000;
}

.startLink:link, .startLink:visited, .startLink:hover, .startLink:active {
    border: 0px;
    text-decoration: none;
    background: none;
} 

br {

}

/* Start  styling the page */
.container-audio {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 2px;
    color: #444;
    margin: 20px auto;
    overflow: hidden;
}
audio {
    width:100%;
    color: red;
    background-color: #ffffff;

}

.profile {
    margin-left: -70px;
    background: none;
    border: 0px;
}


@media screen and (max-width: 895px) {
    #quicklinks {
        display: none;
    }

    .profile {
        margin-left: -90px;
    }

    #fb-root {
        width: auto;
        background: none;
    }

    #wrapper {
        width: 100%;
    }    

    #content_inner {
        width: auto;
    }

    #info {
        width: 78%;
    }

    #latestEntry, .song, #news {
        width: 95%;
    }

    #latestEntry {
        background: rgba(98, 98, 98, 0.8);
    }

    #profile_image {
        width: 17%;
    }

    #news {
        background: rgba(255, 255, 255, 0.8);
    }

    #menu_vertical li:hover ul, #menu_horizontal li:hover ul,
    #menu_vertical li li:hover ul, #menu_horizontal li li:hover ul
    {
        left: -360px;
        width: 400px;

    }

}

@media screen and (max-width: 795px) {
    #profile_image {
        width: 22%;
    }
    
    .profile {
        margin-left: -80px;
    }

    #info {
        width: 69%;
    }

    #latestEntry, .song, #news {
        width: 92%;
    }

    #news {
        padding: 3% 5% 3% 3%;
    }

    #fb-root {
        margin-left: 27%;
    }    

    #menu_vertical li:hover ul, #menu_horizontal li:hover ul,
    #menu_vertical li li:hover ul, #menu_horizontal li li:hover ul
    {
        left: -280px;
        width: 330px;
    }

}    

@media screen and (max-width: 595px) {

    #menu_vertical li:hover ul, #menu_horizontal li:hover ul,
    #menu_vertical li li:hover ul, #menu_horizontal li li:hover ul
    {
        left: -210px;
        width: 250px;
    }

    .profile {
        margin-left: -105px;
    }
    
    #fb-root {
        margin-left: 28%;
    }    

}    

@media screen and (max-width: 500px) {

    #menu_vertical li:hover ul, #menu_horizontal li:hover ul,
    #menu_vertical li li:hover ul, #menu_horizontal li li:hover ul
    {
        left: -170px;
        width: 210px;
    }

}    

@media screen and (max-width: 450px) {

    #menu_vertical li:hover ul, #menu_horizontal li:hover ul,
    #menu_vertical li li:hover ul, #menu_horizontal li li:hover ul
    {
        left: -140px;
        width: 180px;
    }
}    



@media screen and (max-width: 400px) {
    #fb-root {
        display: none;
    }

    #fb-root {
        margin-left: 22%;
    }    

    #info {
        width: 66%;
        margin-bottom: 10px;
    }    

    #latestEntry, .song, #news {
        width: 88%;
    }

    #news_header {
        margin-left: -130px;
    }

    #menu_vertical li:hover ul, #menu_horizontal li:hover ul,
    #menu_vertical li li:hover ul, #menu_horizontal li li:hover ul
    {
        left: -60px;
        width: 110px;
    }

    #profile_image{
        padding-top: 25px;
    }
   
}

    #Datenschutzerklaerung {
        height: 500px;
        width: 400px !important;
        margin-left: -100px !important;
        overflow: auto;
    }



