body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666563;
	background-image: url('../img/bg_img_1.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a {
	text-decoration: underline;
	color: #666563;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-top: 0px;
}

h3 {
	margin: 0px;
	margin-bottom: 5px;
	color: #797878;
	font-size: 18px;
}

input[type="submit"] {
	padding: 1.0em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

input[type="checkbox"] {
	width: 1.5rem;
	height: 1.5rem !important;
}

* {
	max-width: 100%;
}

.all {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	max-width: 990px;
	margin-top: 1.5em;
}

.header {
	float: left;
	width: 100%;
	height: 91px;
	background-image: url('../img/header_new.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.content_container {
	float: left;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.965);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	padding: 2em;
	border-radius: 25px; 
}

.content {
	float: left;
	width: 933px;
}

.footer {
	float: left;
	width: 100%;
	height: 34px;	
}



table {
	width: 100%;
}

tr {
	background-color: rgba(0, 0, 0, 0.125);
}
tr:nth-child(2n){
	background-color: rgba(0, 0, 0, 0.25);
}
td {
	text-align: center;
	padding: 0.5em;
}
td:first-child {
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	color: rgba(33, 33, 33, 1.0);
}

.input {
	width: 50px;
	min-width: 100%;
}

.links {
	float: right;
	clear: both;
	text-align: right;
	font-size: 10px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 0.5em;
	padding: 0.5em;
	display: inline-block;
}

.links a {
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.clear_middle {
	clear: both;
	font-size: 50%;
}

.clear_small {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.quad {
	float: left; 
	width: 25%;
}

.third {
	float: left;
	width: 33%;
}

.half {
	float: left; 
	width: 50%;
}

.twothird {
	float: left;
	width: 66%;
}

.threequad {
	float: left; 
	width: 74%;
}

.txt_info {
	font-size: 10px;
	color: #797878;
}

a.link_3we {
	text-decoration: none;
	display: block;
	position: relative;
	top: 0px;
	left: 12px;
	width: 70px;
	height: 68px;	
}

a.lan_de {
	float: left;
	display: block;
	width: 16px;
	height: 11px;
	background-image: url('../img/lan_select_button_de.png');
	-moz-opacity: 0.33;
	-webkit-opacity: 0.33;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	filter: alpha(opacity=33);
	opacity: 0.33;
	text-decoration: none;
	background-color: #000000;
}

a.lan_en {
	float: left;
	display: block;
	width: 16px;
	height: 11px;
	background-image: url('../img/lan_select_button_en.png');
	-moz-opacity: 0.33;
	-webkit-opacity: 0.33;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	filter: alpha(opacity=33);
	opacity: 0.33;
	text-decoration: none;
	background-color: #000000;
}

a.lan_de_active, a.lan_de:hover {
	float: left;
	width: 16px;
	height: 11px;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url('../img/lan_select_button_de.png');
}

a.lan_en_active, a.lan_en:hover {
	float: left;
	width: 16px;
	height: 11px;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url('../img/lan_select_button_en.png');
}

.right {
	float: right;
}

.left {
	float: left;
}

.txt_info_red {
	font-size: 10px;
	color: #BB3333;
}

@media (max-width: 600px) {
	table {
		font-size: 10px;
	}
	.header {
		height: 50px;
	}
	.content_container {
		padding: 1em;
		border-radius: 0.5em;
	}
	
}
@media (max-width: 450px) {
	table {
		font-size: 8px;
	}
	.header {
		height: 45px;
	}

}




