

#flash_error {
    position:fixed;
    z-index:999;
    right:20px;
    top:18px; 
    color:red;
/*      border:solid red 5px;  */
}




/* ///// ALTERNATIVE 1: #video_stage nach unten/oben schiebenn (-> JS) */
#video_stage {
    position:fixed;
    top:-1000px;
    left:0;
    width:100%;
    background:transparent;
    opacity: 0;
}

#video_stage.active {
    z-index:999;
    height:100%;
    background:rgba(0,0,0,0.8); 
}


/* ///// ALTERNATIVE 2: #video_stage ein/ausblenden (-> JS) 
#video_stage {
    display:none;
    position:fixed;
    top:0px;
    left:0;
    z-index:999;
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.8);
}
*/





#video_player_wrap {

    position:absolute;
/* 
    width:810px;
    height:540px;

    top:50%;
    left:50%;

    margin-left:-405px;
    margin-top:-270px;

    padding:20px;
 */    

    width:800px;
    height:600px;     
    top:50%;
    left:50%;

    margin-left:-400px;
    margin-top:-300px;    
    
    
    background:#000;
/*     border:solid red 1px;  */

    box-shadow:         0px 0px 70px rgba(0,0,0,1);
    -moz-box-shadow:    0px 0px 70px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 70px rgba(0,0,0,1);

    /* border:solid red 10px; */

}
/* 
#player {
    border:solid red 1px;
}
 */
#myytplayer {
    /* border:solid green 1px;   */
}

/* 
#video_stage_close {
    width:80px;
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0 0 0;
    padding: 0 0 0 22px;
    cursor:pointer;
    font-weight:bold;
    background: transparent url(../../../NewsBASE/content_welbergenerkreis/_layout/close_black.gif) left top no-repeat;
    border:solid green 1px;

}
#video_stage_close:hover {
    color:#fff;

}
 */

#video_stage_close {
    position: absolute;
/*     top: -25px; */
/*    right: -25px; */
/*     height: 30px; */
/*     width: 30px; */
     top: 20px;
    right: 20px;

    font-size: 40px;
/*     line-height: 23px; */
/*     text-align: center; */
    cursor: pointer;
    /* border: solid #fff 2px; */
    /* border-radius: 50%; */
    color: #fff;

    font-family: Times, Arial, sans-serif !important;
    font-weight: normal;

   opacity:0.7;
   /* border:solid green 10px; */

}
#video_stage_close:hover {
    opacity:1;

}





.video_title {
/* cursor:pointer; */
/*      border:solid green 1px; */
}


.video_descript {
/*     border:solid green 1px; */
}


.video_ID {
    display:none; 
/*     border:solid red 1px; */
}

.moreButt {
    cursor:pointer;
    /* color: #F47D33; */
    font-weight:bold;
    margin-top: 5px;
}

.entrypic_container.more_less {
    cursor:pointer;
}

.entrypic_container.more_less:hover {
/*     box-shadow:         0px 0px 20px #888;
    -moz-box-shadow:    0px 0px 20px #888;
    -webkit-box-shadow: 0px 0px 20px #888; */
    opacity:0.7;
}

.loading_icon {
    position:fixed;
    z-index:99999;
    left:5px;
    top:5px;
    width:32px;
}

.entrys_row_container {
    padding: 10px 0 0 0px;
    margin: 0 0 10px 0px;
    /* border: solid red 1px; */
}

.article_container {
    margin: 5px 0 5px 0px;
    padding: 0 0 0 0px;
    /* border: solid red 0px; */
}