﻿#Register1{
	position: relative;
	position:absolute;
	overflow:scroll;
	overflow:auto;
}

.RegisterModal
{
	background: lime;
	position:relative;
	position:inherit;
/	position:absolute;
    display: none; /* Hidden by default */
    margin:20px 0 20px 0;
    
/    top:20px;
/    bottom:20px;
}

.Registerbefehle{
	position:relative;
}
	
.Register{
	position:relative;
	min-height:150px;
	top: 0px;
	bottom:0px;
	left: 10px;
	right: 10px;
	padding: 0 10px 10px 10px ;
	margin-bottom: 10px;
	border-radius: 0 15px 15px 15px;
	background:red;
}

.Registerbefehle ul {
	position: relative;
  	list-style-type: none;
  	padding: 0;
  	left: 10px;
	float: left;
}

.Registerbefehle li {
	left: 10px;
 	float: left;
 	border-radius: 15px 15px 0px 0px ;
}
	
.Registerbefehle li a {
/ 	float: left;
}

/* Change the link color on hover */
.Registerbefehle li a:hover
{
 	border-radius: 8px 8px 0px 0px ;
 	border-radius: 15px 15px 0px 0px ;  
}

.Registerbefehle li.active {
 	border-radius: 8px 8px 0px 0px ;
 	border-radius: 15px 15px 0px 0px ;  
}
