/*****************************
**********Allgemein***********
******************************/
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    color: #000000;
    text-decoration: none;
    border: none;
}
body, td, p, div {
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
}
html, body {
    background-color: #EDE7E7;
    height: 100%;
    text-align: center;
}
.button {
    cursor: pointer;
}
/*****************************
*******CLEARFIX Methode*******
******************************/
.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.Clearfix {
    display:block;
}
/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}
/* End hide from IE-mac */

/*****************************
*************DIVs*************
******************************/
div#mainframe {
    display: block;
    height: auto !important;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
    width: 320px;
}
div#player {
    background-color: #EDE7E7;
    border: 1px solid #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 3px 1px #5B5656;
    display: none;
    left: 10px;
    height: 53px;
    position: absolute;
    top: -10px;
    width: 300px;
    z-index: 99;
}
#play_btn {
    left: 8px;
    position: absolute;
    top: 11px;
}
#pause_btn {
    display: none;
    left: 8px;
    position: absolute;
    top: 11px;
}
#next_btn {
    left: 50px;
    position: absolute;
    top: 11px;
}
#audio_position {
    left: 92px;
    position: absolute;
    top: 12px;
}
#audio_artist {
    left: 150px;
    position: absolute;
    top: 12px;
}
#audio_title {
    left: 91px;
    position: absolute;
    top: 30px;
}
div#audio_open{      
    left: 10px;
    height: 36px;
    left: 92px;
    position: absolute;
    top: 12px;
    width: 200px;
}
#abdunkeln {
    background-image: url("../images/bg_status.png");
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    display: none;
}
#prev_btn {
    left: 9px;
    position: absolute;
    top: -30px;
    display: none;
}
#stop_btn {
    left: 50px;
    position: absolute;
    top: -30px;
    display: none;
}
#suffle_btn {
    left: 91px;
    position: absolute;
    top: -30px;
    display: none;
}
#repeat_btn {
    left: 132px;
    position: absolute;
    top: -30px;
    display: none;
}
#suffle_info {
    background-image: url("../images/info_shuffle.png");
    background-repeat: no-repeat;
    display: none;
    height: 100%;
    left: 233px;
    position: absolute;
    top: 187px;
    width: 100%;
}
#repeat_info {
    background-image: url("../images/info_repeat.png");
    background-repeat: no-repeat;
    display: none;
    height: 100%;
    left: 262px;
    position: absolute;
    top: 185px;
    width: 100%;
}
#player_album_cover {
    background-image: url("http://barankauf-band.de/bakstar/images/cover/112.jpg");
    background-repeat: no-repeat;
    display: none;
    height: 120px;
    left: 10px;
    position: absolute;
    top: -187px;
    width: 120px;
}
#player_album_jahr {
    display: none;
    left: 10px;
    position: absolute;
    top: -52px;
}
#player_album_titel {
    display: none;
    left: 10px;
    position: absolute;
    top: -67px;
}
#player_track_bewertung {
    background-image: url("../images/sterne_0.jpg");
    background-repeat: no-repeat;
    display: none;
    height: 14px;
    left: 155px;
    position: absolute;
    top: -161px;
    width: 77px;
}
#player_track_userbewertung {
    background-image: url("../images/sterne_0.jpg");
    background-repeat: no-repeat;
    display: none;
    height: 14px;
    left: 155px;
    position: absolute;
    top: -122px;
    width: 77px;
}
#player_track_gespielt {
    display: none;
    left: 155px;
    position: absolute;
    top: -97px;
}
#player_track_bewertung_titel {
    display: none;
    left: 155px;
    position: absolute;
    top: -181px;
}
#player_track_userbewertung_titel {
    display: none;
    left: 155px;
    position: absolute;
    top: -142px;
}
div#audio_close{      
    display: none;
    height: 163px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 300px;
}
#main_btn_bands {
    background-image: url("../images/btn_kunstler.png");
    background-repeat: no-repeat;
    height: 150px;
    left: 5px;
    position: absolute;
    top: 70px;
    width: 150px;
}
#main_btn_charts {
    background-image: url("../images/btn_charts.png");
    background-repeat: no-repeat;
    height: 150px;
    left: 5px;
    position: absolute;
    top: 230px;
    width: 150px;
}
#main_btn_mybak {
    background-image: url("../images/btn_bakstar.png");
    background-repeat: no-repeat;
    height: 150px;
    left: 165px;
    position: absolute;
    top: 230px;
    width: 150px;
}
#main_btn_playlist {
    background-image: url("../images/btn_playlist.png");
    background-repeat: no-repeat;
    height: 150px;
    left: 165px;
    position: absolute;
    top: 70px;
    width: 150px;
}
#main_btns{
    display: none;
}
.knopf{
    background-color: #D4CFCF;
    border: 1px solid #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 3px 1px #5B5656;
    margin: 5px;
    padding: 5px;
    height: 15px;    
    width: 55px;
    cursor: pointer;
}
#meinBakstar_box{
    display: none;
}
#my_profil_btn{
    left: 40px;
    position: absolute;
    top: 50px;
}
#my_pw_btn {
    left: 120px;
    position: absolute;
    top: 50px;
}
#my_pic_btn {
    left: 200px;
    position: absolute;
    top: 50px;
}
#profilData {
    left: 40px;
    position: absolute;
    top: 100px;
    display: none;
}
#meinBak_senden_btn {
    left: 75px;
    position: absolute;
    top: 210px;
}
#passwortData {
    left: 5px;
    position: absolute;
    top: 100px;
    display: none;
}
#meinPass_senden_btn {
    left: 115px;
    position: absolute;
    top: 120px;
}
#picData {
    left: 0px;
    position: absolute;
    top: 100px;
}
#smallImage {
    display: block;
    left: 120px;
    position: absolute;
}
#meinPic_cam_btn {
    height: 30px;
    width: 75px;
}
#meinPic_tel_btn {
    height: 30px;
    margin: 20px 5px;
    width: 75px;
}
#smallImageProfil {
    left: 25%;
    position: absolute;
    top: 260px;
}
#busyindicator{
    display: none;
    left: 38%;
    position: absolute;
    top: 43%;
    width: 100px;
    z-index: 98;
}
#login_btn {
    left: 115px;
    position: absolute;
    top: 348px;
}
#playlist {
    position: absolute;
    top: 50px;
    display: none;
}
.playlistTrack {
    background-color: #D4CFCF;
    border: 1px solid #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 3px 1px #5B5656;
    cursor: pointer;
    height: 35px;
    margin: 5px;
    padding: 5px;
    width: 300px;
}
.track {
    padding-right: 7px;
}
#playlistabdunkeln {
    background-image: url("../images/bg_status.png");
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;    
}
#optionbox {
    background-color: #EDE7E7;
    border: 1px solid #000000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 3px 1px #5B5656;
    display: none;
    height: 95px;    
    width: 200px;
    z-index: 101;
    text-align: center;
    margin: 150px auto;
}
#bands {
    position: absolute;
    top: 50px;
    display: none;
}
#bandprofil{
    position: absolute;
    top: 50px;
    display: none;
}
#table_band{
    text-align: center; 
    position: relative; 
    left: 75px;
}
#albenlist{
    position: absolute;
    top: 50px;
    display: none;
}
#bandprofil_content{
    display: none;
    width: 300px;
}
#tracklist{
    position: absolute;
    top: 50px;
    display: none;
}
#offlineabdunkeln {
    background-image: url("../images/bg_status.png");
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;    
    color: #ffffff;
}
#chartlist{
    position: absolute;
    top: 50px;
    display: none;
}