.table {
	display: table;
	border: 0px solid #B0B0B0;
	border-collapse:collapse;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.table-row {
	display: table-row;
	border: 0px solid #B0B0B0;
}

.table-cell {
	display: table-cell;
	border: 0px solid #B0B0B0;
	padding: 2px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
}



.table-header {
	display: table-cell;
	border: 0px solid #ff0000;
	padding: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.hea1 {
	width: 250px;
	text-align: center;
	border: 0px solid #ff0000;
}

.hea2 {
	width: 750px;
	text-align: right;
	vertical-align: middle;
	border: 0px solid #ff0000;
}

.hea3 {
	width: auto;
	text-align: right;
}


.table-content {
	display: table-cell;
	border: 0px solid #000000;
	padding: 10px;
	width: auto;
	text-align: center;
	vertical-align: top;
}

.contUE {
	width: 100%;
	text-align: left;
}

.contab {
	width: 10px;
	height: 20px;
	text-align: center;
}

.cont1 {
	width: 100%;
	line-height: 1.5;
	text-align: left;
}

.cont1a {
	width: 100%;
	line-height: 1.5;
	text-align: center;
}

.cont2 {
	width: 300px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border: 0px solid #000000;
}

.cont3 {
	width: auto;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border: 0px solid #000000;
}

.cont4 {
	width: 220px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border: 0px solid #000000;
}

.cont5 {
	width: auto;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border: 0px solid #000000;
}

.cont6 {
	width: auto;
	height: 30px;
	line-height: 1.5;
	text-align: center;
	vertical-align: top;
	border: 0px solid #000000;
}

.cont7 {
	width: 500px;
	line-height: 1.5;
	text-align: center;
	vertical-align: top;
	border: 0px solid #000000;
}



/*===== Links =====*/
.abst0 {
	width: auto;
	text-align: center;
	border: 0px solid #000000;
}




.contli {
	width: 100%;
	text-align: center;
	padding: 6px;
        vertical-align: top;
	background-color: #b0cb1f;
	border-top: 2px solid #FFFFFF;
        box-shadow: 0px 10px 20px 0px #bebcbc;
}


.table-bilder {
	display: table-cell;
	border: 0px solid #000000;
	padding: 0px;
	width: auto;
	text-align: center;
	vertical-align: top;
}

.bild0 {
	padding: 0px;
	width: 10px;
	text-align: center;
	vertical-align: middle;
}

.bild1 {
	width: 300px;
	border: 0px solid #000000;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


.table-footer {
	display: table-cell;
	color: #FFFFFF;
	border: 0px solid #B0B0B0;
	padding: 0px;
	width: 150px;
	text-align: center;
	vertical-align: top;
}

.fooab {
	width: auto;
	text-align: center;
}

.foo1 {
	color: #FFFFFF;
        line-height: 1.5;
	width: 250px;
	text-align: left;
	vertical-align: top;
	border: 0px solid #FFFFFF;
}

.foo2 {
	color: #FFFFFF;
        line-height: 1.5;
	width: 350px;
	text-align: left;
	vertical-align: top;
}

.foo3 {
	color: #FFFFFF;
        line-height: 1.5;
	width: 250px;
	text-align: left;
	vertical-align: top;
	border: 0px solid #FFFFFF;
}

.foo4 {
	color: #FFFFFF;
        line-height: 1.5;
	width: 200px;
	text-align: left;
	vertical-align: top;
}

.foo5 {
	width: 2px;
	text-align: right;
}

.foo6 {
	width: auto;
	text-align: left;
}

 @media only screen and (max-width: 1000px) {

	.table {border:none;}
	
	.table-row,
	.table-cell {
		display: block;
		border: 0px solid #ff0000;
		text-align: center;
		width: auto;
	}

	.table-header {
		display: block;
		border: 0px solid #e000fa;
		text-align: center;
		white-space: nowrap;
		width: auto;
	}

	.table-content {
		display: block;
		border: 0px solid #B0B0B0;
		text-align: center;
		width: auto;
	}

	.table-footer {
		display: block;
		border: 0px solid #B0B0B0;
		text-align: center;
		white-space: nowrap;
		width: auto;
	}
	
	.table-row { margin-bottom: 10px; }
	
}