@charset "utf-8";

@font-face
{
	font-family: 'Roboto-Condensed';
	src: url('../font/Roboto-Condensed.ttf') format('truetype');
}

@font-face
{
	font-family: 'Roboto-Light';
	src: url('../font/Roboto-Condensed.ttf') format('truetype');
}

@font-face
{
	font-family: 'Roboto-Bold';
	src: url('../font/Roboto-Bold.ttf') format('truetype');
}

@font-face
{
	font-family: 'Roboto-Regular';
	src: url('../font/Roboto-Regular.ttf') format('truetype');
}

h1 {
    color: navy;
    margin-left: 20px;
}

.btn-anlegen
{
	background-position: right 11px center;
	background-repeat: no-repeat;
	line-height:44px;
	width: 100%;
	text-align:center;
	border-left: 1px solid #afafaf;
}

.chinese
{
	line-height:44px;
	font-size:14em;
	border-style: solid;
	border:1pt;
}

html, body
{
	height:100%;
	padding:0;
	margin:0;
	
}

.hbuttons{
height: 23px;
float: left;
display: inline;
margin-right: 8px;
}

p{
margin-left: 30px;
}
input.round{
width:110px; /*same as the height*/
height:110px; /*same as the width*/
background-color:#2F4F4F;
border:1px solid #2F4F4F; /*same colour as the background*/
color:#fff;
font-size:1.6em;
/*set the border-radius at half the size of the width and height*/
-webkit-border-radius: 55px;
-moz-border-radius: 55px;
border-radius: 55px;
/*give the button a small drop shadow*/
-webkit-box-shadow: 0 0 10px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .75);
box-shadow: 2px 2px 15px rgba(0,0,0, .75);
}
/***NOW STYLE THE BUTTON'S HOVER STATE***/
input.round:hover{
background:#2F4F4F;
border:1px solid #2F4F4F;
/*reduce the size of the shadow to give a pushed effect*/
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, .75);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0, .75);
box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
#tab {
    position: absolute;
    width: 130px;
    height: 20px;
    top: 35px;
    left: 25px;
    cursor: pointer;
}

.test{
	font-weight: bold;
	background-color: #aad9534f;
	font-size: 45px;
	margin-bottom: 20px;
	
}

.left{
margin-left: 30px;

}

.training{
 background:#f1f1f1; border:1px solid #ccc;
 height:50px;
 padding-top: 5px;
 margin-left: 30px;
 margin-right: 30px;
}
  
  
  
