#taskleiste {
    border: 1px solid black;
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100%;
    background-image: url("../design/task.jpg");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 40px;
    width: 100%;
 
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #95dcf8; }

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;

 
    opacity: 0;
    background: #1f2024;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    width: 150px;
    padding: 4px 0 4px 14px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
.menu ul li:last-child a { border: none; }

.menu a.chat { background: url(../img/docs.png) no-repeat 6px center; }
.menu a.ekey { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.session { background: url(../img/arrow.png) no-repeat 6px center; }
.menu a.abmelden { background: url(../img/arrow.png) no-repeat 6px center; }





.anmelden {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 300px;
    height: 125px;
}

.erfassen {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 300px;
    height: auto;
}

.anmelden_task {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 300px;
    height: 30px;
    background-image: url("../design/anmelden.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.registrieren {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 300px;
    height: auto;
}
.registrieren_task {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 300px;
    height: 30px;
    background-image: url("../design/anmelden.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}
.nutzer_vb {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 300px;
    height: 225px;
}
.nutzer_vb_task {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 300px;
    height: 30px;
    background-image: url("../design/anmelden.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.kontakt1 {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 300px;
    height: auto;
}
.kontakt_task1 {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 300px;
    height: 30px;
    background-image: url("../design/anmelden.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.kontakt2 {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 300px;
    height: auto;
}
.kontakt_task2 {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 300px;
    height: 30px;
    background-image: url("../design/anmelden.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.einstellung {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 500px;
    height: auto;
}
.einstellungneu {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 650px;
    height: auto;
}
.einstellung_task {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 500px;
    height: 30px;
    background-image: url("../design/einstellung.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.einstellungopen {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 750px;
    height: auto;
}

.einstellung_taskneu {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 650px;
    height: 30px;
    background-image: url("../design/einstellung.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.einstellungopenneu {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 750px;
    height: auto;
}
.einstellung_taskopen {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 750px;
    height: 30px;
    background-image: url("../design/einstellung.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.mobile_einstellung {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 300px;
    height: auto;
}
.mobile_einstellung_task {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 300px;
    height: 30px;
    background-image: url("../design/einstellung.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.session {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 800px;
    height: auto;
}
.session_task {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 800px;
    height: 30px;
    background-image: url("../design/session_room.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.schloss {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 300px;
    height: auto;
}
.schloss_task {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 300px;
    height: 30px;
    background-image: url("../design/anmelden.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.schloss_foto {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 3px 3px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 650px;
    height: auto;
}
.schloss_task_foto {
    border: #e0dfdf 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 10px 0px 10px;
    list-style-type: none; 
    width: 650px;
    height: 30px;
    background-image: url("../design/anmelden.png");
    background-position: top;
    background-size: cover;
    background-color: black;
}

.profilbild {
    width:130px;
	height:130px;
    overflow: hidden;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

.profilbild_kontaktliste {
    width:25px;
	height:25px;
    overflow: hidden;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}
.profilbild_kontaktliste_angefragt {
    width:25px;
	height:25px;
    overflow: hidden;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
    opacity: 0.3;
}

.profilbild_unsichtbar {
    width:130px;
	height:130px;
    overflow: hidden;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
    opacity: 0.3;
}

.news {
    padding: 5px 5px 10px 10px;
    border-radius: 5px 5px 5px 5px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 500px;
    height: 20px;
}
.news2 {
    padding: 5px 5px 10px 10px;
    border-radius: 5px 5px 5px 5px;
    background: #646673;
    border: #e0dfdf 1px solid;
    font-family: Arial;
    width: 230px;
    height: 25px;
}

hr {
    border-top: 1px solid #ccc;
    color: #e2e2e2;
}

body {
  margin: 0;
  padding: 0px 0px 0px 0px;
  background: #ffffff;  
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

.chatbox {
    background: #F0F0F0;
    border: #e0dfdf 1px solid;
    padding: 5px 5px 5px 5px;
    border-radius: 2px;
    font-family: Arial;
    width: 400px;
}



#chatbox2 {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 5px 5px 5px 5px;
    background: #ffffff;
    height: 175px;
    width: 380px;
    border: #e0dfdf 1px solid;
    overflow: auto;
    border-radius: 4px;
    border-bottom: 4px solid #a7a7a7;
    font-family: Arial;
  }

  .chatboxprivat {
    background: #F0F0F0;
    border: #e0dfdf 1px solid;
    padding: 5px 5px 5px 5px;
    border-radius: 2px;
    font-family: Arial;
    width: 300px;
}



#chatboxprivat2 {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 5px 5px 5px 5px;
    background: #ffffff;
    height: 175px;
    width: 280px;
    border: #e0dfdf 1px solid;
    overflow: auto;
    border-radius: 4px;
    border-bottom: 4px solid #a7a7a7;
    font-family: Arial;
  }


a#exit {

    color: rgb(49, 49, 49);

    background: #2f2e34;

    padding: 4px 8px;

    border-radius: 4px;


  }

  a {

    color: #0000ff;

    text-decoration: none;

  }

  

  a:hover {

    text-decoration: none;

  }

  .msgln {

    margin: 0 0 5px 0;

  }

  

  .msgln span.left-info {

    color: #2f2e34;

  }

  

  .msgln span.chat-time {

    color: #666;

    font-size: 60%;

    vertical-align: super;

  }

  

  .msgln b.user-name, .msgln b.user-name-left {

    font-weight: bold;

    background: #546e7a;

    color: white;

    padding: 2px 4px;

    font-size: 70%;

    border-radius: 4px;

    margin: 0 5px 0 0;

  }

  .msgln b.user-name, .msgln b.user-name-leftsecond {

    font-weight: bold;

    background: #b6b9c7;

    color: #2a2f4c;

    padding: 2px 4px;

    font-size: 70%;

    border-radius: 4px;

    margin: 0 5px 0 0;

  }

  

  .msgln b.user-name-left {

    background: #2f2e34;

  }

  .msgln b.user-name-leftsecond {

    background: #5a644d;

  }

.list-form-container_neutral {
    background: #F0F0F0;
    border: #e0dfdf 1px solid;
    padding: 10px 5px 5px 10px;
    border-radius: 2px;
    font-family: Arial;
}
