
/* wraps the hole tab */
.rgtabs-wrapper {
  overflow:hidden;
  clear:both;
  font-size:90%;
  border-top: 5px solid #4583bf; border-bottom: 3px solid #4583bf;
}

.rgtabs-wrapper p {
	color:#2167b5;
}

/* add a loading icon */
#colContent .rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
#colContent .rgtabs-menu  {
  margin: 0;
  padding: 0;
  height: 26px;
  width: auto;
  background: url(tab-bkg.gif) bottom left repeat-x;
  list-style:none;
  font-size:90%;
}

/* Tab-Menu li */
#colContent .rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(bgTabLeft.png) left top no-repeat;
  float: left;
  margin: 0 2px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
}	
/* Tab-Menu li.a */
#colContent .rgtabs-menu  li a, #left .rgtabs-menu  li a   {
  background: url(bgTabRight.png) right top no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #545454;
  font-family: arial;
  font-size: 12px; 
  padding: 2px 15px 0 0;
  text-decoration: none;
  outline:0;
}

/* Selected Tab */
#colContent .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(bgTabLeft.png) left -68px no-repeat;
	color:#fff
}	

#colContent .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(bgTabRight.png) right -68px no-repeat;
  color: #fff;
}

#colContent .rgtabs-container h3 { margin-bottom: 0.5em; font-weight: bold; } 

table.mitflug 		{ width:700px; border-collapse:collapse; color:#2167b5; table-layout:fixed;}
table.mitflug th 	{ border-bottom:1px solid #fff; border-right:1px solid #fff; font-weight:bold; padding:5px 10px; text-align:left; }
table.mitflug th.desc 	{ width: 200px; }
table.mitflug th.contact{ width: 55px;}
table.mitflug td 	{ overflow:hidden; border-bottom:1px solid #fff; border-right:1px solid #fff; padding:2px 2px 2px 10px; text-align:left; font-size:90%;}
table.mitflug tr.hell 	{ background-color:#f4f4f4; margin:0; padding:0; }
table.mitflug td.grau p { color:#2167b5; margin:0pt; padding:2px 2px 2px 10px; }
table.mitflug td.center	{ text-align:center;}
table.mitflug dl 	{ margin:0pt; padding:0px; }
table.mitflug dl dt 	{ font-weight:normal; cursor:pointer; }

