table {
	margin-top: 3em;
	margin-bottom: 1em;
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 99%;
}

.bordered {
	border: solid #ccc 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

.bordered tr:hover {
	background: rgba(220, 233, 249, 0.6);
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.bordered .nolink:hover {
	cursor: auto;
}


.bordered td,.bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.bordered th {
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc),
		to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.bordered td:first-child,.bordered th:first-child {
	border-left: none;
	width: 40px;
}

.bordered-broad td:first-child,.bordered-broad th:first-child {
	border-left: none;
	width: 65%;
}

.bordered th:first-child {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

.bordered th:last-child {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.bordered th:only-child {
	-moz-border-radius: 5px 6px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.bordered tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

.bordered tr:last-child td:last-child {
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

.bordered .nowrap {
	white-space: nowrap;
}

.infobox .nowrap {
	white-space: nowrap;
}

@media only screen and (max-width: 500px) {
	/* Force table to not be like tables anymore */
	.bordered table,thead,tbody,th,td,tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.bordered thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.bordered tr {
		border: 1px solid #ccc;
	}
	.bordered td {
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 45%;
		white-space: normal;
		text-align: left;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.bordered td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 40%;
		padding-right: 10px;
		text-align: left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.bordered td:before {
		content: attr(data-title);
	}
	.infobox td {
		padding-left: 10px;
	}
}

#sortCol1Img {
	float: right;
}

#sortCol2Img {
	float: right;
}

#sortCol3Img {
	float: right;
}

#sortCol4Img {
	float: right;
}

#sortCol1 {
	min-width: 5em;
}

#sortCol2 {
	min-width: 4em;
}

#sortCol3 {
	min-width: 12em;
}

#sortCol4 {
	min-width: 4em;
}

/* unbordered resonsive table */
.unbordered {
	border: none;
}

.unbordered tr:hover {
	background: rgba(220, 233, 249, 0.6);
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.unbordered tr.nolink:hover {
	cursor: auto;
}

.unbordered tr.unhovered:hover {
	background: rgba(220, 233, 249, 0.0);
}

.unbordered td,.bordered th {
	border: none;
	padding-bottom: 10px;
	text-align: left;
}

.unbordered th {
	border: none;
}

.unbordered td:first-child,.bordered th:first-child {
	border-left: none;
}

.unbordered th:first-child {
	
}

.unbordered td:first-child {
	vertical-align: top;
}

.unbordered th:last-child {
	
}

.unbordered th:only-child {
	
}

.unbordered tr:last-child td:first-child {
	
}

.unbordered tr:last-child td:last-child {
	
}

.unbordered .nowrap {
	white-space: nowrap;
}

.unbordered .justifiedCol {
	text-align: justify;
}

/*styles fuer wir ueber uns */
.unbordered #weLeft,#weMiddle,#weRight {
	width: 33%;
}

.unbordered #weLeft {
	text-align: right;
    vertical-align: top;
}

.unbordered #weMiddle {
	text-align: center;
}

.unbordered #weRight {
	text-align: left;
    vertical-align: top;
}

@media only screen and (max-width: 500px) {
	.unbordered #weLeft,#weMiddle,#weRight {
		width: 100%;
	}
	.unbordered #weLeft {
		text-align: center;
		vertical-align: top;
	}
	.unbordered #weMiddle {
		text-align: center;
	}
	.unbordered #weRight {
		text-align: center;
		vertical-align: top;
	}
}

/*styles für 50:50 table */
.unbordered #FiftyLeft,#FiftyRight {
	width: 50%;
	vertical-align: top;
}

.unbordered #FiftyLeft {
	text-align: center;
}


.unbordered #FiftyRight {
	text-align: center;
}

/*styles für 66:33 table */
.unbordered #SixtySixLeft {
	width: 66%;
	vertical-align: top;
}
.unbordered #ThirtyThreeRight {
	width: 34%;
	vertical-align: top;
}

@media only screen and (max-width: 600px) {
	.unbordered #FiftyLeft,#FiftyRight {
		width: 100%;
	}
	.unbordered #FiftyLeft {
		text-align: center;
	}
	
	.unbordered #FiftyRight {
		text-align: center;
	}
}


.tableFilterInput {
	margin: -5px;
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	font-size: 0.9em;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left: 2px;
	width: 101%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
		
		border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

