body,html {
	background-color:lightgray;
}
.active {
    background-color: #4CAF50;
    color: white;
}
/* men_vert... currently not used */
.menu_vert_ul {
    list-style-type: none;
    margin: 0;
    padding:10px;
	width:20%;
}

 .menu_vert_li_a{
    display: block;
    color: #000;
	background-color:#aaa;
    padding: 8px 16px;
    text-decoration: none;
}

 .menu_vert_li_a:hover {
    background-color: #555;
    color: white;
}
.mainwrapper{
	overflow:auto;
}

.content{
	position:relative;
	top:0em;
	background-color:WhiteSmoke;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-left:5%;
    width: 89%;
	z-index:1;
	overflow:hidden;
}
.menu_hor_ul {
	text-align: center;
	list-style-type: none;
	margin:0;
    padding:0em 1em 0em 1em;
	z-index:999;
	border: 1px solid #e7e7e7;
    background-color: #848484;
	position: fixed;
    top: 0;
	left:0;
    width: 100%;
}

 .menu_hor_li{
    display: inline-block;
 }
 .menu_hor_li_a{
	display: inline-block;
    color:#e0e0e0;
	background-color:#666;
    padding: 8px 16px;
    text-decoration: none;
}

 .menu_hor_li_a:hover {
    background-color: #2f4f4f;
    color: white;
}
.Uni{
	height:121em;
	width:100%;
 }
.Uni ul,
.Uni li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.Uni,
.Uni input[type="radio"]:checked + label
{
    position: relative;
}
 
.Uni li,
.Uni input[type="radio"] + label
{
    display: inline-block;
}
 
.Uni li > div,
.Uni input[type="radio"]
{
    position: absolute;
}
 
.Uni li > div,
.Uni input[type="radio"] + label
{
    border: solid 2px  #ccc;
}
 
.Uni
{
	margin-top:1em;
    font-family: Arial, Sans-serif;
	font-size: 1em;
	font-weight: 400;
    color: #404040;
}
 
.Uni li
{
    vertical-align: top;
}
 
.Uni li:first-child
{
    margin-left: 8px;
}
 
.Uni li > div
{
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.Uni input[type="radio"] + label
{
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.Uni input[type="radio"]:checked + label
{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
}
 
.Uni input[type="radio"]
{
    opacity: 0;
}
 
.Uni input[type="radio"] ~ div
{
    display: none;
}
 
.Uni input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}
 
.Uni input[type="radio"]:disabled + label
{
    opacity: .5;
    cursor: no-drop;
}