﻿#tab {
  height: 60px;
  bottom: 0px;
  width: 928px;
  overflow: hidden;
  position: absolute;
}

#tab div.tabtop {
  background-image: url(../images/bg_tab_top.gif);
  height: 80px;
  margin: 0px;
  padding-left: 760px;
  text-align:right;
}

#tab div.tabtop .lasche {
	padding:13px 33px 10px 10px;
	cursor:pointer;
}

#tab div.tabbody {
  background-image: url(../images/bg_tab_body.gif);
  margin: 0px;
  padding: 0px 10px 20px 100px;
}

#tab div.tabbody .header1 {
  color: #0170b8;
  font-family: Arial;
  font-size: 28px;
  font-weight: normal;
  margin: 0px 0px 12px;
}

#tab div.tabbody .header2 {
  color: #595959;
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
}

#tab div.tabbody .header3 {
  font-size: 14px;
  color: #0170b8;
}

#tab div.tabbody #tabCloseButton {
	cursor:pointer;
	position:absolute;
	top:65px;
	right:13px;
}

#tab div.tabbody .content {
	height:400px;
	padding-top:20px
}

#tab div.tabbody .content .abschnitt {
	position:relative;
	float:left;
	width: 200px;
	height:238px;
	padding-left:20px;
	padding-right:20px;
	border-right: solid 1px #E1E1E1;
}

#tab div.tabbody .content .abschnittFirst {
	padding-left:0px;
}

#tab div.tabbody .content .abschnittLast 
{
	border-right-style: none;
	width:310px;
}

#tab div.tabbody .content .textboxContainer
{
	padding-bottom:3px;
}

#tab div.tabbody .content .textbox
{
	border: 1px solid #cfcfcf;
	height: 14px;
	width:150px;
	font-size:12px;
	font-family:Arial;
}

#tab div.tabbody .content .gray
{
  color: #595959;
}

#tab div.tabbody .content .button
{
	position:absolute; 
	bottom:0px; 
	height:38px;
}

#tab div.tabbody .hinweisContainer
{
	position:absolute;
	left: 250px; 
	top:200px;
}

#tab div.tabbody .hinweisContainer .hinweis
{
	background-image: url(../images/LascheHinweis.gif);
	background-repeat: no-repeat;
	display:none;
	width: 384px;
	height: 97px;
	color: Green;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	padding-top:10px;
}

#tab p {
	font-size: 12px;
	line-height: 16px;
	color: #595959;
	padding-bottom:10px;
}

a.textlink {
  border-bottom: 1px #0170b8 dotted;
  color: #595959;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

a.textlink:hover {
  border-bottom: 1px #0170b8 solid;
}