* {
    margin: 0;
}

#mainHeaderWrapper {
    /*position: relative;*/
    /*background: no-repeat url(../img/background_01.jpg);*/
    border-bottom: 2px solid #000;
    background-size: 100%;
}

    #mainHeaderWrapper > img {
        vertical-align: top;
        width: 100%; /* max width */
        opacity: 0; /* make it transparent */
    }

    #mainHeaderWrapper > div {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #mainHeaderWrapper p {
        padding: 30px;
    }

.headline {
    font-family: Arial;
    font-size: 25px;
    color: #88ff88;
    text-align: center;
}

#divChat {
    /* display:block;*/
    display: none;
}


#txtOutPut {
    height: 200px;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    background-color: #001100;
    color: #00aa00;
    border-color: #00bb00;
}

.textInput {
    height: 20px;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    background-color: #001100;
    color: #00aa00;
    border-color: #00bb00;
}

.lblChat {
    color: #00aa00;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 10px !important;
}

.tdleft {
    text-align: left;
}

.kleineSchrift {
    font-size: 12px;
}

.kleineSchriftCyan {
    font-size: 12px;
    color: #00ffff;
}

.countdownSchrift {
    font-size: 20px;
}

.countdownSchriftKlein {
    color: #006600;
    font-size: 12px;
    text-align: left;
}

.links {
    color: #7fff00;
    font-size: 12px;
}


.countdownStart {
    color: #00ffff;
    font-size: 40px;
    vertical-align: middle;
}

.countdownRemain {
    color: #ff00ff;
    font-size: 40px;
    vertical-align: middle;
}

.countdownHint {
    color: #00ffff;
    font-size: 15px;
}


#cmdSend {
    background-color: #003300;
    height: 30px;
    width: 60px;
    font-family: Arial;
    font-weight: bold;
    color: #00aa00;
    border: groove;
    cursor: pointer;
}

#divWebCam {
    display: none;
    /*display:block; */
    width: 100%;
    padding: 5px;
}

#imgWebCam {
    padding: 5px;
    max-width: 100%;
    height: auto;
    width: auto;
    border: dashed;
    border-color: #00ff00;
}

.spVideo {
    padding: 5px;
    max-width: 100%;
    height: auto;
    width: auto;
    border: dashed;
    border-color: #00ff00;
}


.blink {
    -webkit-animation: blink 3s infinite both;
    animation: blink 3s infinite both;

    position: relative; /*durch die 'Animation' ändert sich der Z-Index, und das Blinken tritt IMMER in den Vordergrund - auch wenn es das nciht soll. Ändern in einen kleinen WErt schiebt das Blinken in den Hintergrund*/
    z-index: -1000; /*durch die 'Animation' ändert sich der Z-Index, und das Blinken tritt IMMER in den Vordergrund - auch wenn es das nciht soll. Ändern in einen kleinen WErt schiebt das Blinken in den Hintergrund*/
}

#divPhoto {
    border-color: #00ff00;
}

.imgCamera {
    cursor: pointer;
}

@-webkit-keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.topBar {
    height: 100px;
    color: #880088;
    position: fixed;
    width: 100%;
    background-color: #220022;
}

.menuButtonActive {
    font-family: Arial;
    font-weight: bold;
    color: #00cc00;
    font-size: 18px;
    cursor: pointer;
    text-decoration:none;
    
}

.menuButtonInActive {
    font-family: Arial;
    font-weight: bold;
    color: #888800;
    font-size: 18px;
    text-decoration: line-through;
    cursor: pointer;    
}


#divLaserPaint {
    /* display:block;*/
    display: none;
}



.laserPaintColors {
    color: black;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-family: Verdana;
    white-space: nowrap;
    font-weight: bold;
    background-color: black;
    cursor: pointer;
    margin: 0;
    justify-content: center;
    align-content: center;
}





#canvasLaserPaint {
    /*background-color: #333333; wird im Konstruktor gesetzt*/
    display: block;
    margin: 0 auto;
    background: #333333;
}

.tblCenter {
    margin-left: auto;
    margin-right: auto;
    /*border-color: #001100;*/
    /* border: 1px solid;*/
}

    #menuTable tr td {
        /*border-color: #001100;*/
        border: 1px solid;
    }


#lblILike {
    font-family: Arial;
    font-weight: bold;
    color: #cc00cc;
    font-size: 20px;
    
}
/*
.textCenter {
    text-align: center;
    vertical-align: middle;
    background-color:#cc00cc;
    height:150px;
}
    */

.dvMenu {
    height: 30px;
    line-height: 30px;
    text-align: center;   
}

.spMenu {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.imgMenu {
    height: 30px;
}