body {
	font-family: "Open Sans", "Helvetica", "Times";
	font-size: 1em;
	line-height: 1.2em;
	background: #F0F0F0;
	color: #000;
    margin: 10 10px;
}
* {
    box-sizing: border-box;
}
.menu {
    float:left;
    width:180px;
    text-align:left;
    height:600px;
}
.menuitem {
    background-color:#e5e5e5;
    padding:8px;
    margin-top:7px;
}
.main {
    float:left;
    width:60%;
    padding:0 20px;
}
.right {
    float:right;
    width:20%;
    padding:15px;
    margin-top:7px;
    text-align:left;
}

.hint {
    background-color: lightgreen;
    float: right;
    text-align: right;
}
@media only screen and (max-width:620px) {
    /* For mobile phones: */
    .menu, .main, .right {
      width:100%;
    }
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    color: white;
    background-color: blue;
    display: inline-block;
    padding: 10px 20px;
    margin: 4px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /*width: 260px;*/
    text-align: center;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #5678;
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: blue; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.video {
    display: block;
    margin: 0 auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr:nth-child(even) {
    background: #CCC;
}

tr:hover {background-color: #FFF;}

th, td {
    padding: 8px;
    border-color: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
}

col.abbr { width: 10%; }
col.dervname { width: 18%; }
col.erkl {width: 65%;}
col.autor {width: 10%}


/*select properties*/
