h1.insurance, h1.insurance a,
h2.insurance, h2.insurance a,
h3.insurance, h3.insurance a,
h4.insurance, h4.insurance a {
	color: #005ea8;
}

h1.finance, h1.finance a,
h2.finance, h2.finance a,
h3.finance, h3.finance a,
h4.finance, h4.finance a {
	color: #7AB51D;
}

h1.energy, h1.energy a,
h2.energy, h2.energy a,
h3.energy, h3.energy a,
h4.energy, h4.energy a {
	color: #F6B800;
}

h1.communication, h1.communication a,
h2.communication, h2.communication a,
h3.communication, h3.communication a,
h4.communication, h4.communication a {
	color: #009EE1;
}

h1.travel, h1.travel a,
h2.travel, h2.travel a,
h3.travel, h3.travel a,
h4.travel, h4.travel a {
	color: #F24900;
}

/* deprecated */
h1.rental, h1.rental a,
h2.rental, h2.rental a,
h3.rental, h3.rental a,
h4.rental, h4.rental a {
	color: #F24900;
}
/* /deprecated */

/*** TUEV ***/
.tuevv {
	background-image: url('../imgs/global/tuev_sued.gif');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	width: 130px;
}

.tuevv span {
	color: #999;
	display: block;
	font-size: 10px;
	margin-top: 50px;
	text-align: center;
}

/*** FAQS ***/

.faqs h1 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
}

.faqs  h2.question {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	margin-top: 30px;
	font-size:11px;
	font-weight: bold;
}

.faqs .question a {
	color: #666;
	text-decoration: none;
}

.faqs .answer {
	padding: 0px 7px;
}

.faqs .question-footer {
	padding: 0 7px 10px 7px;
}

.faqs .go-top {
	float: left;
	padding-left: 10px;
	background-image: url('../imgs/global/go_top.png');
	background-repeat: no-repeat;
	background-position: left 7px;
}

.faqs .go-calc {
	float: right;
}

/*** LEXICON OVERVIEW ***/

.lexicon-overview h1 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
}

.lexicon-overview  h2.question {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	margin-top: 30px;
	font-size:11px;
	font-weight: bold;
}

.lexicon-overview .question a {
	color: #666;
	text-decoration: none;
}

.lexicon-overview .answer {
	padding: 0px 7px;
}

.lexicon-overview .question-footer {
	padding: 0 7px 10px 7px;
}

.lexicon-overview .go-top {
	float: left;
	padding-left: 10px;
	background-image: url('../imgs/global/go_top.png');
	background-repeat: no-repeat;
	background-position: left 7px;
}

.lexicon-overview .go-calc {
	float: right;
}

/*** LEXICON SINGLE ***/

.lexicon-single h1 {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	font-size: 11px;
	font-weight: bold;
}

.lexicon-single p {
	margin: 6px 7px;
}

.lexicon-single .lexicon-name {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 7px;
	font-size: 14px;
	color: #005EA8;
	font-weight: bold;
}

.lexicon-single .links {
	clear:both;
	position: relative;
	height: 20px;
	margin: 10px 7px 0 7px;
}

.lexicon-single .links .left {
	position: absolute;
	top: 0;
	left: 0;
}

.lexicon-single .links .right {
	position: absolute;
	top: 0;
	right: 0;
}

.lexicon-single ul
{
	list-style-position: outside;
	list-style-type: square;
	margin-left: 40px;
}

/*** PRESSECLIPPINGS ***/
.clippings h1 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
}

.clippings table
{
	margin-left: 10px;
	margin-bottom: 10px;
}

.clippings  h2.question {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	font-size:11px;
	font-weight: bold;
}

.clippings .question a {
	color: #666;
	text-decoration: none;
}

.clippings .answer {
	padding: 0px 7px;
}

.clippings .question-footer {
	padding: 0 7px 10px 7px;
}

.clippings .go-top {
	float: left;
	padding-left: 10px;
	background-image: url('../imgs/global/go_top.png');
	background-repeat: no-repeat;
	background-position: left 7px;
}

.clippings .go-calc {
	float: right;
}

.clippings .toggle {
    display: block;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 18px;
    background-image: url('../imgs/global/block_open.png');
}

.clippings .toggle.close {
    background-image: url('../imgs/global/block_close.png');
}

/*** JOB ***/
.job {
	margin: 15px;
}

.job h2
{
	color: #005EA8;
}

.job ul {
	list-style-type: inside;
	margin-left: 40px;
}


/*** GUIDE ***/

.guide h1 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
}

.guide h2.topic {
	clear:both;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	font-size:11px;
	margin-top: 30px;
	font-weight: bold;
}

.guide .text {
	padding: 0px 7px;
}

.guide .go-back{
	float:left;
}
.guide .go-comparison{
	float:right;
}
.guide .guide-footer {
	padding: 0 7px 10px 7px;
}

.partner_box  {
	position:relative;
	text-align:right;
	font-weight:bold;
}

/*** Comparison ***/
.comparison-iframe {
	margin-top:20px;
}

.comparison-iframe h2{
	margin-top:10px;
	margin-bottom:5px;
	font-size:12px;
}


/*** faqtip ***/

.ck24-faqtip {
	position: relative;

	min-height: 1px;
	height: auto !important;
	height: 1px;

	z-index: 4;
}

.ck24-faqtip-title {
	font-size: 11px;
	color: #1A5EA4;
	cursor: pointer;
	/*border-bottom: 1px dotted #bbb;*/
}

.ck24-faqtip-title.ck24-faqtip-hover {
	border-bottom: 1px solid #1A5EA4;
}

.ck24-faqtip-content {
	position: absolute;
	bottom: 110%;
	display: none;
	cursor: pointer;

	width: 400px;
}

.ck24-faqtip-content h3 {
	color: #1A5EA4;
	line-height: 108%;
	font-size: 108%;
}

.ck24-faqtip-content.c24-right {
	right: 0px;
}

.ck24-faqtip-content.c24-left {
	left: 0px;
}

.ck24-faqtip-content .ck24-faqtip-inner {
	padding: 5px 10px 5px 5px;
	font-size: 11px;
}

/* IE 6 zoom layer fix, prevents broken borders */
*html .ck24-faqtip-content .ck24-faqtip-inner {
	zoom: 1;
}

.ck24-faqtip-content .ck24-faqtip-corner {
	display: block;
	position: absolute;
	bottom: -7px;
	width: 11px;
	height: 7px;
	line-height: 7px;
	background-repeat: no-repeat;
}

.ck24-faqtip-content .ck24-faqtip-close {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 9px;
	height: 8px;
	background-repeat: no-repeat;
}

.ck24-faqtip-content.c24-left .ck24-faqtip-corner {
	left: 10px;
}

.ck24-faqtip-content.c24-right .ck24-faqtip-corner {
	right: 10px;
}


.ck24-faqtip-content {
	border: 1px solid #1A5EA4;
	background-color: #ffffee;
}

.ck24-faqtip .ck24-faqtip-corner {
	background-image: url('../imgs/global/faqtip_corner.png');
}

.ck24-faqtip .ck24-faqtip-close {
	background-image: url('../imgs/global/faqtip_close.png');
}

/*** hotlinetip ***/

.ck24-hotlinetip {
	display:inline;

	min-height: 1px;
	height: auto !important;
	height: 1px;

	z-index: 4;
	cursor:default;
}

.ck24-hovertip {
	z-index: 4;
	cursor:default;
	position: relative;
	display:block;
}

.ck24-hotlinetip-content,
.ck24-hovertip-content {
	display: none;
	position: absolute;
	width: 200px !important;
	border: 1px solid #7ba2c6 !important;
	background-color: #ffffff;
	padding:5px !important;
	cursor: auto;
	font-size:10px !important;
	font-weight:normal;
}

.ck24-hotlinetip-content {
	left:65px;
	bottom: 22px;
}

.ck24-hotlinetip-content h3,
.ck24-hovertip-content h3 {
	margin-bottom:2px;
	font-size:10px;
	font-weight:normal;
}

.ck24-hotlinetip-content p,
.ck24-hovertip-content p {
	margin:0;
}

.ck24-hotlinetip .ck24-hotlinetip-corner,
.ck24-hovertip .ck24-hovertip-corner {
	background: url('../imgs/global/faqtip_corner.png') no-repeat;
	display: block;
	position: absolute;
	left: 10px;
	bottom: -7px;
	width: 11px;
	height: 7px;
	line-height: 7px;
}

.ck24-hotlinetip .ck24-right .ck24-hotlinetip-corner,
.ck24-hovertip .ck24-right .ck24-hovertip-corner {
	left: auto;
	right: 10px;
}

.ck24-hotlinetip .ck24-hotlinetip-close,
.ck24-hovertip .ck24-hovertip-close {
	background: url('../imgs/global/faqtip_close.png') no-repeat;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 9px;
	height: 8px;
}

.productoverview h1.energy,
.productoverview h1.communication,
.productoverview h1.travel
{
	padding-top: 53px;
}

.productoverview_menu a{
	font-size: 12px;
	font-weight:bold;
}
.productoverview_menu a.insurance{
	color: #005ea8;
}
.productoverview_menu a.finance{
	color: #7AB51D;
}
.productoverview_menu a.energy{
	color: #F6B800;
}
.productoverview_menu a.communication{
	color: #009EE1;
}
.productoverview_menu a.travel{
	color: #F24900;

}
ul.productoverview_menu {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:7px;
}

.productoverview_menu li{
	float:left;
	padding-right:20px;
	list-style-type: none;
}

.box-left{
	width:48%;
	float:left;
}
.box-right{
	width:48%;
	float:right;
}

.box-productoverview {
	height:45px;
}
.box-productoverview img {
	margin-right:10px;
}
.box-productoverview h2 {
	margin-bottom:3px;
}
.box-productoverview p {
	margin-top:0px;
	margin-bottom:0px;
}




.text table.impressum td{
	vertical-align:top;
	padding-bottom:15px;
}
.text table.impressum{
	width:100%;
}

.text h2.topic {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	font-size:11px;
	margin-top: 30px;
	font-weight: bold;
}

.finance .clippings a {
	color: #7AB51D;
}


.logos-more{
	text-align:right;
	flot:right;
	display:block;
	margin-right:10px;
}


.image-list-5{
	list-style:none;
	margin:0;
	padding:0;
}
.image-list-5 li{
	float:left;
	width:20%;
	text-align:center;
	margin-left:
}

.c24-tip-bubble{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #005DAA;
	border-radius: 6px;
	color: #333333;
	margin: 1em 0 3em;
	padding: 10px;
	position: relative;
}
.c24-tip-bubble:before{
	border-color: #005DAA transparent;
	border-style: solid;
	border-width: 8px 8px 0;
	bottom: -8px;
	content: "";
	display: block;
	left: 46px;
	position: absolute;
	width: 0;
}
.c24-tip-bubble:after{
	border-color: #FFFFFF transparent;
	border-style: solid;
	border-width: 7px 7px 0;
	bottom: -7px;
	content: "";
	display: block;
	left: 47px;
	position: absolute;
	width: 0;
}

.grey a{
color:#666666;
}

/*** Studies ***/

/*--teaser_studies--*/

.studies-content-teaser-title h3{color:#005EA8;font-size:16px; padding-left:100px;}
.studies-single {padding-left:10px;}
.content-single-download {border:1px solid #DCDCDC; float:left; margin:3px 10px 0 0; padding:10px 10px 10px 15px;}
/** html .content-single-download {margin-top:0px;}*/

.studies-navlistpipe {float:left; padding-left:100px;}
ul#teaser-stuies-menu {margin:0; padding:0; white-space:nowrap; float:left; list-style-type:none;font-size:12px;}
ul#teaser-stuies-menu li {float:left;}
ul#teaser-stuies-menu a {border-right:1px solid #999999; padding:0 23px;}
ul#teaser-stuies-menu .first {padding-left:0px; padding-right:23px;}
ul#teaser-stuies-menu .last {border-right:0 none;}

/*--complete_studies--*/

* html div.studies-down-link {line-height:10px;padding-top:5px;} /*IE6 FIX*/

.studies-down-link {text-align:right; margin-right:10px;}
.studies-up {padding-left:5px;}

hr.trenner-studies {background-color:#DCDCDC; color:#DCDCDC; border:#DCDCDC; height:1px;}


/*** AWARDS ***/

.content-award-teaser {height:auto !important; margin:5px 5px 0px 0px; min-height:90px;}

/*.content-teaser-continue-icons {margin-bottom:0; padding-left:100px;}*/
.content-award-img {width:130px; float:left; text-align:center;}
.content-teaser-continue-icons {margin-bottom:0; float:left;  }
.content-teaser-continue-icons img {margin-right:40px; padding-bottom:10px;}
.content-award-text {/*padding-bottom:6px;*/ width:580px; float:left;padding-left:5px; margin:0;}
.content-award-title {}
.content-award-img img {}

* html div.content-award-text {margin-bottom:-10px;} /*IE6 FIX*/
*+html div.content-award-text {margin-bottom:-10px;} /*IE7 FIX*/


