.fullWidth {
	width: 100%;
}

.fullHeight {
	height: 100%;
}

.fullSize {
	width: 100%;
	height: 100%;
}

.modalInteractiveMap {
	height: 750px;
	border: none;
}

#graphicsBoxModal > .modal-dialog > .modal-content > .modal-body {
	padding-bottom: 5%;
}
@-moz-document url-prefix()
{
	.modal-dialog {
		-moz-transform: none !important;
	}

	.modalInteractiveMap {
		height: 750px;
		margin-right: 10%;
		margin-left: 10%;
	}
}

.tsdate {
	float: right;
}

.head h3 {
	text-transform: uppercase;
}

.row0, .row1, .row2 {
	cursor: pointer;
}

.teaser3, .teaser4, .teaser5 {
	cursor: pointer;
}

#metaNavi #searchForm .input-group {
	margin-bottom: 3px;
}

#reiter_documentsList td {
	padding: .3em 0 .2em 0;
	vertical-align: middle;
	text-align: center;
}

#reiter_documentsList td img {
	width: 32px;
	height: 32px;
}

#reiter_documentsList td:first-child {
	width: 81%;
	text-align: left;
}

/* Startseite - Carousel - Grafiken am 7.3.2015 in custom.css verschoben */

.colSide .pfeil a {
	color: #000000;
}

#howIsAustria.colSide #graphs #graph {
	height: 200px;
}

#chart .jqplot-axis {
	color: #000;
	font-size: 1rem;
}

#chart .jqplot-table-legend {
	border: none;
	font-size: 1.3rem;
	color: #000;
}

#chart div.jqplot-table-legend-swatch-outline {
	border: none;
}

/*
 * ###########################################################
 *
 *     Calendar - DatePicker
 *
 * ##########################################################
 */
.terminvorschau {
	margin-bottom: 2em;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 5px 0 0 5px;
	position: relative;
	overflow: hidden;
	height: 24em;
}
.terminvorschau .head {
	color: #b10026;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.terminvorschau .head a {
	color: #b10026;
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../assets/pfeil_rot.gif);
	padding-right: 6px;
	background-position: right 4px;
	background-repeat: no-repeat;
}
.terminvorschau .head a:hover {
	text-decoration: underline;
}
.terminvorschau .ui-widget-content {
	border: 0;
}
.terminvorschau .ui-datepicker {
	padding: 0;
	width: 19em;
}
.terminvorschau .kalender {
	position: relative;
	z-index: 11;
	height: 16.25em;
	width: 19em;
}
.terminvorschau .termine {
	height: 21.25em;
	overflow: auto;
	z-index: 10;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.terminvorschau .termine .tcontent {
	margin-left: 22em;
	padding-right: 5px;
	padding-bottom: 5px;
}
.terminvorschau .termine .termin {
	margin-bottom: 0.75em;
	color: #595959;
}
.terminvorschau .termine .termin .datum {
	margin-right: 3px;
	color: #000;
}
.terminvorschau .termine .termin .tt {
	margin-left: 3px;
	cursor: help;
	color: #224c8f;
}
.terminvorschau .termine .termin .text {
	color: #595959;
}

.noscript .kalender {
	display: none;
}
.noscript .termine {
	position: static;
}
.noscript .termine .tcontent {
	margin-left: 3px;
}

.tipsy {
	padding: 5px;
	font-size: 70%;
	position: absolute;
	z-index: 100000;
	font-family: Arial;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: #bfd1d9;
	color: #000;
	max-width: 200px;
	text-align: center;
	border: 1px solid #aaa;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
	cursor: pointer;
	border: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-week-col {
	text-align: left;
}

.ui-datepicker .ui-datepicker-today .ui-state-default {
	color: #b10026;
	font-weight: bold;
	background-image: none;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1;
	filter: Alpha(Opacity=100);
	background-image: none;
}
.ui-datepicker .highlightOn a {
	background-color: #bfd1d9;
	border: 1px solid #b10026;
	padding-top: 3px;
	background-image: none;
	color: #000;
}
.ui-datepicker .highlightOn a:hover {
	background-color: #e0e0e0;
}
.ui-datepicker .highlightOff a {
	background-color: #fff;
	background-image: none;
	border: 1px solid #b10026;
	padding-top: 3px;
	color: #333;
}
.ui-datepicker .ui-datepicker-today .ui-state-highlight {
	padding-top: 3px;
}

.ui-datepicker .hasEvent a {
	background-color: #bfd1d9;
	background-image: none;
	color: #000;
	padding-top: 3px;
}
.ui-datepicker .hasEvent a:hover {
	background-color: #e0e0e0;
}

.ui-datepicker .hasNoEvent a {
	color: #333;
	padding-top: 3px;
}

div.newsflash {
	margin-bottom: 2em;
}
div.newsflash .head {
	margin-bottom: 0.75em;
}
div.newsflash .head a {
	color: #b10026;
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../assets/pfeil_rot.gif);
	padding-right: 6px;
	background-position: right 4px;
	background-repeat: no-repeat;
}
div.newsflash .head a:hover {
	text-decoration: underline;
}
div.newsflash a.link {
	overflow: hidden;
	cursor: pointer;
	display: block;
	margin-bottom: 0.5em;
	padding: 3px 0;
	border: 0;
	color: #000;
}
div.newsflash a.link:hover {
	background-color: #e5edf0;
}
div.newsflash span.datum {
	color: #595959;
	display: block;
	width: 6.75em;
	float: left;
}
div.newsflash span.text {
	display: block;
	margin-left: 6.75em;
}

/*
 * ###########################################################
 *
 *     Veröffentlichungskalender
 *
 * ##########################################################
 */

#publCal table {
	table-layout: fixed;
	width: 100%;
}

/*#publCal th {
	padding: 10px;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
}*/
#publCal td {
	padding: 10px;
	/*font-size: 0.9em;*/
}

#publCal tr {
	width: 120%;
}
#publCal tbody tr:hover {
	background: #E8E8E8;
}

.sorting_asc {
	background: url(../assets/sort_asc2.png) 100% 50% no-repeat;
}

.sorting {
	background: url(../assets/sort2.png) 100% 50% no-repeat;
}

.sorting_desc {
	background: url(../assets/sort_desc2.png) 100% 50% no-repeat;
}

/** Added custom
 */

#publCal_filter, #publCal_info {
	background: #E8E8E8;
}

#webcatFilter select, #websectionFilter select {
	height: 20px;
	width: 250px;
	margin-top: 0px;
}

#publCal_filter,
#websectionFilter,
#dateFilter {
	padding: 5px 10px;
	border-top: 2px solid #FFFFFF;
	border-radius: 4px;
}

/** End of custom part
 */

/*
 * ###########################################################
 *
 *     Publikationskatalog
 *
 * ##########################################################
 */

#publKat {
	width: 100%;
}

#publKat thead tr {
	background: #B10026;
}

#publKat thead th {
	color: #FFFFFF;
	padding: 2px 5px;
	border-right: 1px solid #FFFFFF;
}

#publKat thead th:first-child {
	width: 3%;
	border-left: 1px solid #B10026;
}

#publKat thead th:nth-child(2) {
	width: 60%
}

#publKat thead th:last-child {
	width: 25%;
	border: none;
}

#publKat tbody tr:hover {
	background: #E8E8E8;
}

#publKat tbody td {
	padding: 5px;
	/*border-right: 1px solid #E8E8E8;*/
	border-bottom: 1px solid #E8E8E8;
}

/*#publKat tbody td:first-child {
 border-left: 1px solid #E8E8E8;
 }*/

#publKat tbody td:last-child {
	vertical-align: top;
}

#publKat tbody td:last-child a {
	border-bottom: none;
}

#publKat label {
	color: #1E286E;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
	padding-left: 0.7em;
}

#publKat tbody td p {
	margin: 0;
}

#publKat tbody td p:first-child {
	margin: 5px 0 5px 0px;
}

#publKat tbody td .publikation {
	background: url(../assets/pfeil_rot.gif) 0 .4em no-repeat;
	padding-left: 0.7em;
}

#publKat tbody td a {
	font-weight: bold;
}

/*
 * ###########################################################
 *
 *     Publikationskatalog - Detailseite
 *
 * ##########################################################
 */

#publDetail_left, #publDetail_right {
	display: table-cell;
	vertical-align: top;
	font-size: 0.93em;
	line-height: 1.3em;
}

#publDetail_left {
	width: 25%;
}

#publDetail_right {
	width: 75%;
}

#publDetail_left p:first-child {
	margin-top: 15px;
}

#publDetail_right {
	/*padding-left: 35px;*/
}

#publBestellung {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dashed #999999;
}

#publBestellung input.button {
	background: #E8E8E8;
	border: 1px solid #999999;
	border-radius: 4px;
	padding: 5px;
}

#publBestellung input.backButton {
	background: #999999;
	border: 1px solid #333333;
	border-radius: 4px;
	padding: 5px;
}

#publikationen2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#publikationen2 th {
	border-bottom: 2px solid #999999;
	padding: 5px;
}
#publikationen2 th.sp1 {
	width: 5%;
}
#publikationen2 th.sp2 {
	width: 85%;
}
#publikationen2 th.sp3 {
	width: 10%;
	text-align: right;
	padding-right: 5px;
}
#publikationen2 tr.anzahl td {
	padding-top: 10px;
}
#publikationen2 td {
}
#publikationen2 td.trennliniestrichl {
	border-bottom: 1px dashed #999999;
}
#publikationen2 td.trennlinie {
	border-bottom: 1px solid #999999;
}
#publikationen2 td.sp1 {
	padding-left: 5px;
}
#publikationen2 td.sp2 {
	vertical-align: middle;
}
#publikationen2 td.sp3 {
	text-align: right;
	padding-right: 5px;
}
#publikationen2 .sp1 input {
	width: 20px;
	border: 1px solid #CCCCCC;
}
#publikationen2 .preis {
	font-weight: bold;
	color: #1E286E;
}
#publikationen2 .bereich {
	font-weight: bold;
	margin-top: 10px;
	color: #B10026;
}
#publikationen2 .titel {
	font-weight: bold;
}
#publikationen2 tr.gesamtsumme td {
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#publikationen2 tr.anzahl th.sp1 {
	border-bottom: 0;
	text-align: left;
	vertical-align: bottom;
	padding-top: 10px;
}

#publikationContainer {
}
#publikationContainer .trennlinie {
	border-bottom: 1px dashed #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
}
#publikationContainer .bildContainer {
	float: left;
	width: 25%;
}
#publikationContainer .textContainer {
	width: 75%;
}
#publikationContainer .publikationDaten {
	margin-top: 10px;
	line-height: 140%;
	margin-bottom: 15px;
}
#publikationContainer .publikationDaten .preis {
	font-weight: bold;
	color: #1E286E;
}
#publikationContainer .download {
	margin-bottom: 5px;
}
#publikationContainer .download a {
	color: #990000;
	padding-bottom: 1px;
	border-bottom: 1px solid #CCCCCC;
}
#publikationContainer .download a:hover {
	text-decoration: none;
}
#publikationContainer .submitbutton {
	border: 1px solid #000000;
	background-color: #999999;
	font-weight: bold;
	padding: 2px;
	margin-right: 5px;
}
#publikationContainer .button {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-weight: normal;
	padding: 2px;
	margin-right: 5px;
}
#publikationContainer .buttons {
	margin-bottom: 15px;
}

#publikationen .publikation a.titel {
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px solid #CCCCCC;
}
#publikationen .publikation a.titel:hover {
	text-decoration: none;
}

/* DESCR */
.formContainer {
	margin-bottom: 2em;
}
.formContainer .fieldset {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.formContainer .number {
	font-weight: bold;
	float: left;
	width: 2em;
}
.formContainer .label {
	float: left;
	width: 21em;
}
.formContainer .txtlabel {
	float: left;
}
.formContainer .label label {
}
.formContainer .field {
	margin-left: 23em;
}
.formContainer .clearfloats {
	clear: left;
}
.formContainer .input_size1 {
	width: 15em;
	border: 1px solid #CCCCCC;
}
.formContainer .input_size2 {
	width: 25em;
	border: 1px solid #CCCCCC;
}
.formContainer .select_size1 {
	width: 15.5em;
	border: 1px solid #CCCCCC;
}
.formContainer .select_size2 {
	width: 25.5em;
	border: 1px solid #CCCCCC;
}
.formContainer .trennlinie {
	background-image: url(../assets/strichl.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 1em;
	overflow: hidden;
	margin-bottom: 1em;
}
.formContainer .space {
	height: 1em;
}
.formContainer .pflichtfeld {
	color: #B10026;
	margin-left: 3px;
}
.formContainer .sendebutton {
	border: 1px solid #000000;
	background-color: #999999;
	font-weight: bold;
	padding: 2px;
	margin-right: 5px;
}
.formContainer .resetbutton {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-weight: normal;
	padding: 2px;
}

/*div.datentabelle { margin-top: 25px; margin-bottom: 20px; }*/ /*�NDERUNG TS*/
div.datentabelle a.internal {
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
}
div.datentabelle a.internal:hover {
	text-decoration: none;
}

table.datentabelle {
	background-color: #FFF;
	border-collapse: collapse;
	border: 1px solid #B10026;
	border-top: 3px solid #B10026;
	font-size: 100%;
	clear: right;
}
table.max {
	width: 100%;
}

table.datentabelle td {
	padding: 5px;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	text-align: right;
	font-weight: normal;
}
table.datentabelle th {
	padding: 5px;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	font-weight: normal;
}

table.datentabelle .body td, table.datentabelle .body td {
	vertical-align: middle;
}
table.datentabelle .body .firstTD {
	border-left: 1px solid #B10026;
}

tr.hervorhebung td, tr.hervorhebung th {
	font-weight: bold;
}
tr.hervorhebungGruppe td, tr.hervorhebungGruppe th {
	background-color: #DEE6F3;
	font-weight: bold;
	color: #000000;
}
tr.hervorhebungGesamt td, tr.hervorhebungGesamt th {
	background-color: #E8E8E8;
	font-weight: bold;
	border-top: 2px solid #666666;
	color: #000000;
}

table.datentabelle td.footer {
	border: 0;
	border-top: 3px solid #B10026;
	text-align: left;
	font-size: 90%;
	color: #000000;
	vertical-align: middle;
	padding-top: 10px;
}
table.datentabelle td.footerLeer {
	padding: 0;
	border: 0;
	border-top: 3px solid #B10026;
}
#pageWrapper2 #middleColumn2 .content table.datentabelle td.footer p {
	margin-bottom: 5px;
}
#pageWrapper2 #middleColumn2 .content table.datentabelle td.footer ol {
	margin-bottom: 5px;
}
#pageWrapper2 #middleColumn2 .content table.datentabelle td.footer ul {
	margin-bottom: 5px;
}
#pageWrapper2 #middleColumn2 .content table.datentabelle td.footer ol li {
	color: #333333;
	font-weight: normal;
}
#pageWrapper2 #middleColumn2 .content table.datentabelle td.footer ul li {
	color: #333333;
	font-weight: normal;
}

table.datentabelle caption {
	text-align: left;
	padding-bottom: 10px;
}
table.datentabelle caption .header {
	font-weight: bold;
	color: #990000;
	font-size: 110%;
}

table.datentabelle .head th {
	font-weight: bold;
	text-align: center;
	font-size: 100%;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
table.datentabelle .head .tr2 th {
	font-size: 100%;
	font-weight: normal;
}
table.datentabelle .head .tr3 th {
	font-size: 100%;
	font-weight: normal;
	color: #777777;
}

tr.gruppierung th {
	border-top: 2px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
}
tr.gruppierung th .header {
	font-weight: bold;
	color: #B10026;
}
.inhaltsbereich .newslist .news table.datentabelle .header {
	border-bottom: 0;
}

tr.gruppierungLeer td {
	border-left: 1px solid #B10026;
	border-right: 1px solid #B10026;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 0;
}

#pageWrapper2 #middleColumn2 .content .tabellesammelBox h2 {
	color: #333333;
	margin-bottom: 10px;
	font-size: 110%;
}
#pageWrapper2 #middleColumn2 .content .tabellesammelBox .boxContent {
}

table.datentabelle .body tr th.firstChild {
	border-left: 1px solid #B10026;
}
table.datentabelle .head tr th.vorspaltenkopf {
	border-left: 1px solid #B10026;
}

/* DESCR */
.inhaltsbereich .newslist .news {
	margin-bottom: 25px;
}
.inhaltsbereich .newslist .news .header {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.inhaltsbereich .newslist .news .header .fixfloat {
	-margin-bottom: 0px;
}
.inhaltsbereich .newslist .news .header .datum {
	float: right;
	color: #666666;
	font-size: 0.9em;
	padding-top: 2px;
	margin-left: 1em;
}
.inhaltsbereich .newslist .news .header h1 {
	color: #B10026;
	margin-bottom: 0.4em;
	margin-top: 0;
}
.inhaltsbereich .newslist .news .header h1 a {
	text-decoration: none;
	color: #B10026;
	border: 0;
}
.inhaltsbereich .newslist .news .header h1 a:hover {
	text-decoration: underline;
}
.inhaltsbereich .newslist .news .mehrlink {
	text-align: right;
	clear: both;
}
.inhaltsbereich .newslist .news .mehrlink a {
	text-decoration: none;
	color: #B10026;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	font-size: 0.9em;
}
.inhaltsbereich .newslist .news .kurztext p {
	margin-bottom: 0.5em;
	margin-top: 0;
}
.inhaltsbereich .newslist .news .kurztext img {
	float: left;
	margin-right: 15px;
}

.inhaltsbereich .newslist .listhead {
	font-size: 130%;
	color: #B10026;
	font-weight: bold;
	margin-bottom: 2.5em;
}
.inhaltsbereich .newslist .news hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}
.inhaltsbereich .newslist .backlink {
	background-image: url("../assets/back_icon_toplink.gif");
	background-repeat: no-repeat;
	background-position: 0 0.35em;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 3em;
}
.inhaltsbereich .newslist .backlink a {
	color: #990000;
	padding-bottom: 1px;
	border-bottom: 1px solid #CCCCCC;
}
.inhaltsbereich .newslist .backlink a:hover {
	text-decoration: none;
}
#middleColumn .newslist h1 {
	margin-bottom: 0.4em;
}

/*�NDERUNG TS: background-image*/
.inhaltsbereich .newslist .news .header h3 {
	color: #333;
	margin-bottom: 0.5em;
	margin-top: 0;
	padding-left: 10px;
	background-image: url("../assets/pfeil_rot.gif");
	background-repeat: no-repeat;
	background-position: 0 0.35em;
	background-color: #FFF;
}
.inhaltsbereich .newslist .news .header h3 a {
	text-decoration: none;
	color: #333;
	border: 0;
}
.inhaltsbereich .newslist .news .header h3 a:hover {
	text-decoration: underline;
}

/* Maillinks */

/*#page a.maillink {
 padding-left: 1.2em;
 background-image: url("../assets/mail_link_icon.gif");
 background-repeat: no-repeat;
 background-position:  0 0.2em;
 margin-right: 0.05em;
 margin-left: 0.05em;
 }*/

#page a.extlink {
	position: relative;
	padding-left: 1.1em;
	background-image: url("../assets/ext_link_icon.gif");
	background-repeat: no-repeat;
	background-position: left 50%;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
}
#page a.extlink:hover {
	text-decoration: none;
}

#page a.maillink:hover {
}

/*#page img.previewImage { max-width: 280px; max-height: 155px; }*/
/*
 .reitercontent  #reiter_dynamicThematicMaps #imagesContainer img.previewImage { max-width: 280px; max-height: 155px; }
 .reitercontent  #reiter_dynamicInteractiveMaps #imagesContainer img.previewImage, .reitercontent  #reiter_dynamicCharts #imagesContainer img.previewImage { max-width: 280px; max-height: 190px; }
 */

.reitercontent .reiter_dynamicCharts .imagesContainer div.pagingResult {
	text-align: center;
	width: 280px;
	float: left;
	padding-bottom: 10px;
}
.reitercontent .reiter_dynamicInteractiveMaps .imagesContainer div.pagingResult {
	float: left;
}
.reitercontent .reiter_dynamicThematicMaps .imagesContainer div.pagingResult {
	float: left;
}

/*custom*/
.error {
	color: #ff0000;
}

/*#dokumentationen a {
 color: #333333;
 font-size: 0.9em;
 padding: 0.5em 0.7em;
 margin-left: 0.5em;
 }*/

/* tabbed content columns aling */

#reiter_documentsList td {
	padding: .3em 0 .2em 0;
	vertical-align: middle;
	text-align: center;
}

#reiter_documentsList td img {
	width: 32px;
	height: 32px;
}

#reiter_documentsList td:first-child {
	width: 81%;
	text-align: left;
}

#acdnmenu a {/* custom.css:164 defines red for a, h1, ... */
	color: black;
}

#acdnmenu ul.acdnSub div.acdnHeading a.acdnSelected, #acdnmenu a.acdnSelected {
	/*border: 1px solid red;*/
	color: #b10026;
}

/*end of custom*/

#page #mehrinfolink {
	text-align: right;
	display: none;
	margin-left: 10px;
}
#page #mehrinfolink a {
	color: #990000;
	padding-bottom: 3px;
}
#page #mehrinfolink a:hover {
	text-decoration: none;
}
#page #mehrinfotext {
	display: block;
}

#page #mehrinfolink {
	margin-left: 0;
	text-align: left;
	margin-bottom: 15px;
}
#page #mehrinfolink a {
	border-bottom: 0;
	padding-bottom: 0;
	text-transform: none;
	display: block;
	cursor: pointer;
	padding-left: 22px;
	background-image: url("../assets/plus-icon.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#page #mehrinfolink a:hover {
	text-decoration: underline;
}
#page #mehrinfotext {
}

#page #mehrinfolink_zu {
	margin-bottom: 15px;
	display: none;
}
#page #mehrinfolink_zu a {
	display: block;
	padding-left: 22px;
	cursor: pointer;
	background-image: url("../assets/minus-icon.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#page #mehrinfolink_zu a:hover {
	text-decoration: underline;
}

#page #middleColumn2 #mehrinfolink a, #page #middleColumn2 #mehrinfolink_zu a {
	border-bottom: 0;
	padding-bottom: 5px;
	padding-top: 1px;
}

/* �NDERUNG TS - 90% -> 70% */
sup {
	color: #595959;
	padding-left: 0.25em;
	font-size: 70%;
}

/*.textlink in custom.css übernommen - 150307
 #page a.textlink { background-image: url(../assets/pfeil_rot.gif); padding-left: 6px; background-position: left 1.2em; background-repeat: no-repeat;}
 #page a.textlink {}
 #page a.textlink:hover {}*/

/*div.tunneltabelle a.textlink {background-image: url(../assets/pfeil_rot.gif); padding-left: 6px; background-position: 0 0.45em; background-repeat: no-repeat;}*/

/* DESCR */
* .topbalken {
	background-color: #B10026;
	margin-right: 50px;
	padding: 3px;
	height: 1.7em;
}
* .topbalken .anker {
	background-image: url("../assets/navi_icon_weiss.gif");
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 15px;
}
* .topbalken .anker a {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 0;
}
* .topbalken .top {
	float: right;
	width: 10em;
	text-align: right;
}
* .topbalken .top a {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url("../assets/top_icon_weiss.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 12px;
}
* .topbalken .clear {
	clear: right;
}
* .indexazcontainer .topbalken {
	background-color: #666666;
}
* .indexazcontainer .topbalken .anker {
	background-image: none;
	padding-left: 0;
}

* .sitemapcontent .topbalken {
	clear: left;
}

.sitemapcontent .sitemapcontainer {
	margin-right: 0px;
}
.sitemapcontent .sitemapcontainer .spalte1 {
	float: left;
	width: 45%;
}
.sitemapcontent .sitemapcontainer .spalte2 {
	float: left;
	margin-left: 2em;
	width: 45%;
}
.sitemapcontent .index li {
	list-style: url(../assets/pfeil_rot.gif);
}

.sitemapcontent .topbalken .anker {
	background-image: none;
	padding-left: 5px;
}
/* DESCR */
.sitemapcontainer ul {
	margin-bottom: 10px;
}
.sitemapcontainer li {
	list-style: url("../assets/navi_icon.gif");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}
.sitemapcontainer li a {
	font-weight: bold;
	font-size: 115%;
}
.sitemapcontainer ul ul {
	margin-bottom: 10px;
}
.sitemapcontainer li li {
	list-style: url("../assets/index_icon.gif");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}
.sitemapcontainer li li a {
	font-weight: normal;
	font-size: 100%;
	color: #990000;
	padding-bottom: 1px;
	border-bottom: 1px solid #CCCCCC;
}
.sitemapcontainer li li a:hover {
	text-decoration: none;
}
.sitemapcontainer ul ul ul {
	margin-bottom: 10px;
}
.sitemapcontainer li li li {
	background-image: none;
	padding-left: 0;
	line-height: 110%;
}
.sitemapcontainer li li li a {
	color: #000000;
	padding-bottom: 0;
	border-bottom: 0;
}
.sitemapcontainer li li li a:hover {
	text-decoration: underline;
	color: #990000;
}
.sitemapcontainer li li li a:visited {
	text-decoration: underline;
	color: #666666;
}
