*{ margin: 0; padding: 0; }
body{
	font: 0.75em/15px helvetica,arial,verdana,sans-serif;
/* background: red; */
}
.table_gesamt{
	border: 1px solid #808080;
	margin: 20% auto;
	width: 280px;
	height: 240px;
	padding: 20px 0 0 40px;
	border-radius: 10px;
	background-color: #e5e5e5;
}

.table_gesamt p{
	color: #606060;
	margin-top: 10px;
}

.col_1{
	padding-bottom: 7px;
}
.col_1 > input{
	left: 154px;
    position: relative;
    top: 20px;
}

.col_2 > input{
	border-radius: 3px;
	border: 1px solid #808080;
	height: 20px;
}


.mmag_logo{
	padding-bottom: 20px;
}
h3{
	color: #606060;
}

.row_3 td span{
	color: red;
	position: relative;
	top: -12px;
}

input[type="button"],input[type="submit"]{
border: none;
background-color: #b1b2b4;
margin-left: 10px;
margin-top: 10px;
padding: 5px;
float:left;
}

.txt_style{
/* border: 1px solid red; */
width: 240px;
text-align: center;
}

.re_style{
/* 	border: 1px solid yellow; */
	font-weight: bold;
	font-size: 1.4em;
}
