body {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 60px;
}

.tabelle_1 {
border:1px solid #000;
width:100%;
}

.text_big {
	font-size: 20px;
	font-style: normal;
	color: #184d72;
	text-align: center;
}

.text_normal_12 {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
}

.grau {
	background-color: #ffffff;
}

.td1 {
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align:baseline;
}
.td1_1 {
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align:baseline;
}
.td2  {
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	text-align:left;
}

.td2a  {
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	text-align:center;
}
.td3  {
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	text-align:left;
}

.btn {
	-webkit-border-radius: 40;
	-moz-border-radius: 40;
	border-radius: 40px;
	font-size: 13px;
	color: #000000;
	background-color: #D1DB2E;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	cursor: pointer;
	width: 120px;
}
.btn:hover {
	background-color: #D1DB2E;
	background-image: -webkit-linear-gradient(top, #9c9e9f, #3498db);
	background-image: -moz-linear-gradient(top, #9c9e9f, #3498db);
	background-image: -ms-linear-gradient(top, #9c9e9f, #3498db);
	background-image: -o-linear-gradient(top, #9c9e9f, #3498db);
	background-image: linear-gradient(to bottom, #9c9e9f, #3498db);
	text-decoration: none;
	border-radius: 50px;
}
.btn1 {
	-webkit-border-radius: 40;
	-moz-border-radius: 40;
	border-radius: 40px;
	font-size: 13px;
	color: #000000;
	background-color: #49A5F1;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	cursor: pointer;
	width: 120px;
}
div1 {
	left:100px;
	width: 410px;
	position:absolute;
	top: 800px;
	heigth: 50px;
	border: thin solid #000000;
	right: 10px;
	bottom: 10px;
}	
#box {
	position: absolute;
	height: auto;
	width: 900px;
	left: 50%;
	top: 200px;
	margin-left:-400px;
}
#box1 {
	position: absolute;
	height: auto;
	width: 1000px;
	left: 180px;
	top: 170px;
} 	
#box2 {
	position: absolute;
	height: auto;
	width: 1000px;
	left: 180px;
	top: 100px;
}	
