@media screen and (max-width: 980px) {
#outerWrapper {
	width: 95%;
}
#content {
	width: 60%;
	padding: 3% 4%;
}
#leftColumn1 {
	width: 30%;
}
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (orientation : portrait) {
#borderContainer {
	width: 99%;
	margin: 0px;
	padding: 0px;
}
#outerWrapper {
	width: 95%;
}
#content {
	width: 63%;
	padding: 3% 4%;
}
#leftColumn1 {
	width: 27%;
}
}
@media screen and (max-width: 650px) {
#header {
	height: auto;
}
#topNavigation {
	position: static;
}
#content {
	width: auto;
	float: none;
	margin: 20px 0;
}
#leftColumn1 {
	width: 100%;
	float: none;
	margin: 0;
}
}
@media screen and (max-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
#borderContainer {
	width: 99%;
	margin: 0px;
	padding: 0px;
}
#contentWrapper {
	clear: both;
	background: #FFFFFF url('../images/mobile-bg.jpg') repeat-y;
}
#header {
	height: 100px;
}
#outerWrapper #topNavigation {
	height: 50px;
}
#topNavigation a {
	font-size: 90%;
	padding: 10px 8px;
}
#leftColumn1 {
	width: auto;
	float: none;
	margin: 0;
	height: 100%;
}
form fieldset {
	width: 240px;
}
	
	/**HTML Tabelle - Responsive Table CSS**/


}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

.RespTable, .RespTable thead, .RespTable tbody, .RespTable tr, .RespTable th, .RespTable td {
display: block;
}

.RespTable {
text-align: right;
}

.RespTable thead {
position: absolute;
top: -1111px;
left: -1111px;
}

.RespTable td:before {
float: left;
padding: 0 10px 0 0;
content: attr(data-label) ":";
font-weight: bold;
}

.RespTable td:nth-child(1) {
font-weight: bold;
}

.RespTable td:last-child {
border-bottom: 5px #1d4d33 solid;
}

.oddRow {
background: #fff;
}

.oddCol {
background: #f5f8fd;
}
} 