/*++++++++++++++ TABS ++++++++++++++++++++++*/
ul.ui-tabs-nav {
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 20px 0px !important;
}

ul.ui-tabs-nav li {
	height: 30px;
	line-height: 30px;
	width: 30%;
	margin: 0px !important;
	padding: 0px 0px 0px 0px !important;
	display: block;
	float: left;
	text-align: center;
	background-color: #fff;
	color: #E8A57F;
	border-right: solid 1px #E8A57F;
}
ul.ui-tabs-nav li.ui-tabs-selected {
	background-color: #E8A57F;
	color: #fff;
}
ul.ui-tabs-nav li.right {
	float: right;
}
ul.ui-tabs-nav li.one {
	width: 37%;
	border-left: solid 1px #E8A57F;
}
ul.ui-tabs-nav li.two {
	width: 37%;
}
ul.ui-tabs-nav li.three {
	width: 25.025%;
}

ul.ui-tabs-nav li.en_one {
	width: 41%;
}
ul.ui-tabs-nav li.en_two {
	width: 26%;
}
ul.ui-tabs-nav li.en_three {
	width: 32%;
}


ul.ui-tabs-nav li a {
	color: #E8A57F !important;
}
ul.ui-tabs-nav li.ui-tabs-selected a {
	color: #fff !important;
}


div.ui-tabs-panel {
	display: block;
}

div.ui-tabs-hide {
	display: none;
}


/*++++++++++++++ NEWSLETTER TABELLE ++++++++++++++++++++++*/
a.vtip {
	color: #00447B;
	cursor: default;
}
a.vtip:hover {
	text-decoration: none;
}

div.infonews_left {
	float:left;
	width: 50%;
}
div.infonews_right {
	width: 50%;
	float:right;
}

/* TOOLTIP */
p#vtip { 
	display: none; 
	position: absolute;
	margin-top: 5px;
	height: 25px;
	line-height: 25px; 
	padding: 0px 25px 0px 10px; 
	font-size: 11px;
	font-weight: normal; 
	background-color: #fff; 
	z-index: 9999;
	border: solid 1px #00447B;
}
p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px;
	z-index: 9999;
}

#jqueryTooltip {
    position:absolute; /* das ist zwingend notwendig, damit der Tooltip der Maus folgen kann */
    display:none; /* auch wichtig damit der Tooltip leer nicht gezeigt wird */
    border:1px solid #000;
    background:#fff;
    padding:0.25em;
}