/* tab container */
.reiterModul ul.tabList {
	position:relative;
	list-style-image:none;
	height:40px;
	margin:0!important;
}
.reiterModul ul.tabList li {
	display:inline;
	float:left;
	padding-left:0;
	margin-right:1px;
}
.reiterModul ul.tabList li .bgLeft {
	background:url(/img/reiter/tab_bg_left.gif) 0 0 no-repeat;
	width:5px;
	height:40px;
	float:left;
}
.reiterModul ul.tabList li.selected .first {
	background-image:url(/img/reiter/tab_bg_left_selected_first.gif)!important;
	width:5px!important;
	margin-left:0!important;
}
.reiterModul ul.tabList li.selected .bgLeft {
	background-image:url(/img/reiter/tab_bg_left_selected.png);
	_background-image:url(/img/reiter/tab_bg_left_selected.gif);
	width:9px;
	margin-left:-4px;
	z-index:100;
	position:relative;
	
}
.reiterModul ul.tabList li .bgRight {
	background:url(/img/reiter/tab_bg_right.gif) 0 0 no-repeat;
	width:5px;
	height:40px;
	float:left;
}
.reiterModul ul.tabList li.selected .bgRight {
	background-image:url(/img/reiter/tab_bg_right_selected.png);
	_background-image:url(/img/reiter/tab_bg_right_selected.gif);
	width:9px;
	margin-right:-4px;
	z-index:100;
	position:relative;
	height:40px;
	float:left;
}
.reiterModul ul.tabList li.selected .last {
	background-image:url(/img/reiter/tab_bg_right_selected_last.gif)!important;
	width:5px!important;
	margin-right:0!important;
}
.reiterModul ul.tabList li a {	
	background:url(/img/reiter/tab_bg.gif) repeat-x;
	color:#4c4c4c;
	font-size:11px;
	font-weight:normal;
	padding:9px 10px 0;
	display:block;
	float:left;
	text-decoration:none;
	height:31px;
}
.reiterModul ul.tabList li.selected a {
	color:#de0112;
	font-size:11px;
	text-decoration:none;
	background:url(/img/reiter/tab_bg_selected.gif) repeat-x;
}
.reiterModul .tabContent {
	margin-top:-1px;
	display:none;
}
.reiterModul .tabContentContainer .selected {
	display:block;
}
.reiterModul .tabContentBorder {
	border:1px solid #b0b0b0;
	margin-bottom:6px;
	padding:25px 0 12px;
}
.tabTxtImgModul {
	padding:0 15px;
}
.tabTxtImgModul .imgBlock {
	float:left;
	/*width:142px;*/
	width:auto;
}
.tabTxtImgModul img {
	margin:0 12px 0 0;
}
.tabTxtImgModul h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:14px;
	line-height:18px;
}
.tabTxtImgModul p {
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
}
.tabTxtImgModul .tslink, .tabTxtImgModul .txtimgcopyb, .tabTxtImgModul .txtimgcopy {
	font-size:12px;
}
.tabTxtImgModul ul {
	margin:14px 0 14px 155px;
}
.tabTxtImgModul li {
	font-size:12px;
}
.tabTxtImgModul .arrowLink {
	font-size:12px;
	margin-bottom:14px;
	float:left;
		line-height:16px;
}
.tabTxtImgModul a.right {
	float:right;
}
.tabTxtImgModul a.pdf {
	background:url(/img/icons/pdf_tabelle.gif) no-repeat;
	padding-left:20px;

}
.intro {
	margin-bottom:20px;
}
.intro .introKv {
	float:right;
}
.intro p {
	font-size:12px;
	margin-bottom:12px;
	line-height:16px;
}
.txtImgTs img {
	float:left;
	margin-right:10px;
}
.txtImgTs {
	padding:30px 8px;
}
.txtImgTs .txtContainer {
	float:left;
	width:426px;
}
.txtImgTs .txtContainer h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	line-height:18px;
}
.txtImgTs .txtContainer p {
	font-size:10px;
}
.tabTableContainer {
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	margin-bottom:14px;
	padding-top:5px;
}
.tabTableContainer h3 {
	font-size:12px;
	font-weight:bold;
	background-color:#fbfbfb;
	padding-left:6px;
	line-height:18px;
}
.tabTable {
	width:100%;
	font-size:10px;
}
.tabTable th, .tabTable td {
	border-right:1px solid #d7d7d7;
	text-align:center;
	padding:3px 6px 6px;
	vertical-align:top;
}
.tabTable th {
	padding:4px 6px 9px;
}
.tabTable th.last, .tabTable td.last {
	border-right:none;
	text-align:left;
}
.tabTable th.first, .tabTable td.first {
	text-align:left;
}
.tabTable td.first img {
	float:left;
	margin-bottom:5px;
}
.tabTable td a {
	text-decoration:underline;
	color:#000000;
}
.tabTable td a.highlightLink {
	color:#de0112;
}
