::-moz-selection {
	background-color: #3186bc;
	color: #fff;
}

a {
	color: #3186bc;
}

a:visited {
	color: #70b5e0;
}

a:hover {
	color: #ec7809;
}

img {
	border: none;
}

object, embed {
	outline: none;
}

noscript .notice {
	display: block;
	border: 1px solid #3186bc;
	background-color: #ecf4fb;
	font-size: 0.846em;
	padding: 7px;
	line-height: 1.2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.component_error {
	border: 1px solid #ff0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffd9d9;
	color: #ff0000;
	padding: 7px;
}

.contentTeaser,
.component_error,
.slideshow,
.paragraph,
noscript .warning,
.video,
p, table, h1, h2, h3, h4, h5, h6, ul, ol, d, form, dl {
	margin: 0 0 1.143em 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 0;
}



html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.308em;
	color: #3f3f3f;
	background: url(../img/layout/body-header-bg.png) 0 0 repeat-x;
	border: none;
}

.clearfix:after,
.form_group:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#page {
	min-height: 100%;
	margin: 0 auto -130px auto;
	width: 990px;
}

.pusher {
	height: 130px;
}

#contentWrapper {
	padding: 0 0 100px 0;
}

.targetgroup #contentWrapper {
	background: url(../img/layout/targetgroup-page-shadow-bg-bottom.png) 0 100% no-repeat;
}

.content #contentWrapper {
	background: url(../img/layout/content-page-shadow-bg-bottom.png) 0 100% no-repeat;
}

.wide #contentWrapper {
	background: url(../img/layout/wide-page-shadow-bg-bottom.png) 0 100% no-repeat;
}

.targetgroup #innerContentWrapper {
	background: url(../img/layout/targetgroup-page-shadow-bg-middle.png) 0 0 repeat-y;
}

.content #innerContentWrapper {
	background: url(../img/layout/content-page-shadow-bg-middle.png) 0 0 repeat-y;
}

.wide #innerContentWrapper {
	background: url(../img/layout/wide-page-shadow-bg-middle.png) 0 0 repeat-y;
}

#header {
	height: 141px;
	background: url(../img/layout/top-navigation-bg.png) 0 131px no-repeat;
	position: relative;
}

#headerVisual {
	margin-left: 20px;
}

#headerLogo {
	position: absolute;
	right: 10px;
	top: 85px;
}

#fontSize {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 11px;
	right: 7px;
	color: #63a4ce;
	font-size: 1.077em;
	line-height: 25px;
	vertical-align: middle;
}

#fontSize li {
	float:left;
	margin: 0;
	padding: 0;
}

#fontSize li:first-child {
	margin-right: 7px;
}

#fontSize li a {
	background-image: url(../img/buttons/button-sprite.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 25px;
	overflow: hidden;
}

#fontSize li.fs-1 a { background-position: 0 0; width: 32px; } 
#fontSize li.fs-2 a { background-position: -32px 0; width: 32px; } 
#fontSize li.fs-3 a { background-position: -64px 0; width: 44px; }  

#fontSize li.fs-1 a.active { background-position: 0 -272px;}
#fontSize li.fs-1 a:hover { background-position: 0 -25px;}
 
#fontSize li.fs-2 a.active { background-position: -32px -272px;}
#fontSize li.fs-2 a:hover { background-position: -32px -25px;}
 
#fontSize li.fs-3 a.active { background-position: -64px -272px;}
#fontSize li.fs-3 a:hover { background-position: -64px -25px;}

#fontSize li a span {
	visibility: hidden;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/* top navigation */
#topNavWrapper {
	padding: 0 10px 10px 10px;
	height: 34px;
	background-image: url(../img/layout/top-navigation-bg.png);
	background-repeat: no-repeat;
}

#topNav {
	display: table;
	width: 970px;
	white-space:nowrap;
}

.targetgroup #topNavWrapper {
	background-position: 0 -10px;
}

.content #topNavWrapper {
	background-position: 0 -64px;
}

.wide #topNavWrapper {
	background-position: 0 -118px;
}

#topNav ul {
	display: table-row;
}

#topNav ul,
#topNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topNav li {
	background: url(../img/buttons/button-sprite.png) 0 -152px no-repeat;
	padding-left: 2px;
	display: table-cell;
	text-align: center;
}

#topNav li.first {
	background: none;
	padding-left: 0;
}

#topNav li a {
	display: block;
	height: 34px;
	padding: 0 0 0 2px;
	vertical-align: middle;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/buttons/button-sprite.png) 0 100px no-repeat;
}

#topNav li.first a {
	padding: 0 0 0 5px;
}

#topNav li a span {
	padding: 0 2px 0 0;
	background: url(../img/buttons/button-sprite.png) 0 100px no-repeat;
	display: block;
}

#topNav li.last a span {
	padding: 0 5px 0 0;
}
#topNav li.last a span span,
#topNav li a span span {
/*	padding: 0 20px;*/
}


/*#topNav li a.active,*/
#topNav li a:hover {
	background-position: 0 -50px;
}

/*#topNav li.first a.active,*/
#topNav li.first a:hover {
	background-position: -10px -50px;
}

/*#topNav li a.active span,*/
#topNav li a:hover span {
	background-position: 100% -84px;
}

/*#topNav li.last a.active span,*/
#topNav li.last a:hover span {
	background-position: 100% -50px;
}

/*#topNav li.last a.active span span,*/
#topNav li.last a:hover span span,
/*#topNav li a.active span span,*/
#topNav li a:hover span span {
	background-position: 0 -118px;
	background-repeat: repeat-x;
}

/* left column */
.targetgroup #leftCol {
	float: left;
	width: 325px;
	margin: 0 0 0 10px;
}

.content #leftCol,
.wide #leftCol {
	float: left;
	width: 235px;
	margin: 0 0 0 10px;
}

#leftCol .service {
	background: url(../img/layout/left-col-service-bg.png) 0 100% no-repeat;
	padding: 5px 16px 15px 16px;
	margin-bottom: 20px;
	min-height: 56px;
}

.targetgroup #leftCol .service {
	background-image: url(../img/layout/left-col-service-bg-targetgroup.png);
}

.content #leftCol .service,
.wide #leftCol .service {
	margin-bottom: 2px;
}

#leftCol .box {
	margin: 5px 16px 0 16px;
}

#leftCol .seperator {
	margin: 0 16px 20px 16px;
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom: 1px solid #d6e7f2;
}

#leftCol h2 {
	font-size: 1.385em;
	color: #3186bc;
	font-weight: normal; 
	margin-bottom: 20px;
}

#leftCol .teaser {
	padding-bottom: 15px;
}

#leftCol .teaser .image {
	float: left;
}

#leftCol .teaser .text {
	float: left;
	width: 206px;
	padding-left: 12px;
}

#leftCol .teaser .textFaq {
	float: left;
	width: 250px;
	padding-left: 12px;
}

#leftCol .teaser .itemPos {
	display: none;
}

#leftCol .teaser h3{
    position: relative;
    top: -15px;
    clear: both; 
}
#leftCol .teaser a{
    text-decoration: none;
    color: #3F3F3F;
}
#leftCol .teaser a div.anwer,
#leftCol .teaser a:hover div.anwer{
    color: #3F3F3F;
}
#leftCol .teaser .teaserArrowLeft{
    position: relative;
    left: -32px;
    top: 15px;
}
#leftCol .teaser .teaserArrowRight{
    position: relative;
    left: 32px;
    top: 15px;
}

#leftCol .teaser .readMore a {
    background: url("../img/buttons/teaser-plus.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    text-decoration: none;
    width: 25px;
    position: relative;
    left: 240px;
}

.teaser p {
	margin: 0;
}

.teaser h3 {
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 1em;
	
}

.teaser .readMore {
	text-align: right;
}
 

/* read more links */ 
.readMore {
	text-align: right;
}

.readMore a {
	background: url(../img/buttons/button-sprite.png) -5px -209px no-repeat;
	padding-left: 9px;
}

.readMore a:hover {
	background-position: -5px -241px;
}

/* left navigation */
#leftNav {
	font-size: 1.077em;
	line-height: 1.143em;
}

#leftNav ul,
#leftNav ul li a,
#leftNav ul li a span {
	list-style: none;
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

#leftNav ul.level-1 {
	background: none;
}


#leftNav a.link-level-1 {
	vertical-align: middle;
	font-weight: bold;
	background-position: 0 100%; 
	padding-bottom: 5px; 
	background-image: url(../img/layout/left-nav-sprite.png);
}

#leftNav a.link-level-1 span {	
	background-position: 0 0;
	padding: 8px 3px 3px 19px;
	background-image: url(../img/layout/left-nav-sprite.png);
}

/* hover state and active link */
/* no active link with active child */
#leftNav li a:hover,
#leftNav li.active a.link-level-1,
#leftNav li.child-active a.link-level-1 {
    background-position: -235px 100%;
}

#leftNav li a:hover span,
#leftNav li.active a.link-level-1 span,
#leftNav li.child-active a.link-level-1 span {
    background-position: -235px 0;
}


#leftNav ul.level-1 div {
	background: url(../img/layout/left-nav-sprite.png) -470px 0 repeat-y;
	padding: 4px 0 0 0;
}

#leftNav ul.level-1 div div {
	background: url(../img/layout/left-nav-sprite.png) -470px 100% repeat-y;
	padding: 0 0 4px 0;
}

#leftNav ul.level-2 {
	background: url(../img/layout/left-nav-sprite.png) -705px 0 repeat-y;
	font-size: 0.857em;
	line-height: 1.167em;
	
}

#leftNav a.link-level-2 {
	margin: 0 0 0 2px;
	padding: 4px 0 4px 27px;
	background: #70b5e1 url(../img/layout/left-nav-sprite.png) -940px 0 no-repeat;
}

#leftNav a.link-level-2:hover {
	background-position: -1175px 0;
	background-color: #ee9553;
}

#leftNav .level-2 .active a.link-level-2 {
	background-position: -1175px 0;
	background-color: #ee9553;
}

/* main content */
.targetgroup #main {
	float: left;
	width: 393px;
	padding: 12px 24px 0 24px;
}

.content #main {
	float: left;
	width: 483px;
	padding: 12px 24px 0 24px;
}

.wide #main {
	float: left;
	width: 687px;
	padding: 12px 19px 0 24px;
}

#breadcrumb {
	color: #3186bc;
	font-size: 0.846em;
	padding: 0 0 30px 0;
}


#breadcrumb .current {
	color: #ec7809;
}

/* right column */
#rightCol {
	float: left;
	width: 204px;
	padding: 20px 0 0 0;
}

#rightCol .teaser .image {
	position: relative;
	width: 204px;
	height: 100px;
}

#rightCol .imageShadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 204px;
	height: 100px;
	background: url(../img/layout/right-col-image-shadow-overlay.png) 0 0 repeat-y;
}

#rightCol .teaser .text {
	margin: 16px 15px;
}

#rightCol .teaser .copyText a {
	color: #3f3f3f;
	font-size: 0.846em;
	text-decoration:none;
}

/* footer */
#footer {
	background: url(../img/layout/body-footer-bg.png) 0 0 repeat-x;
	height: 130px;
	color: #3186bc;
}

#footer sup {
	vertical-align: baseline;
	font-size: 1em;
}

#innerFooter {
	margin: 0 auto;
	width: 970px;
	position: relative;
}

#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footerLegal li:before {
	content: "|";
	padding: 0 7px;
}

#footerLegal li:first-child:before {
	content: "";
	padding: 0;
} 

#footerLegal {
	position: absolute;
	left: 10px;
	top: 70px;
	font-size: 11px;
}

#footerLegal2 {
	position: absolute;
	left: 10px;
	top: 85px;
	font-size: 11px;
}

#footerLegal3 {
	position: absolute;
	left: 10px;
	top: 100px;
	font-size: 11px;
}

#footerNav {
	position: absolute;
	right: 10px;
	top: 75px;
	font-size: 12px;
}

#footerNav li {
	margin-right: 15px;
}
#footerNav a.active {
	color: #ec7809;
}

/* disclaimer popup */
.modal-blackout {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalPopup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	margin: 0 0 0 -200px;
	text-align: left;
	background: #f8f9fa; /* -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); */
	-webkit-box-shadow: 0px 0px 30px #000;
	-moz-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	/*border: 1px solid #C0DEF2;
	padding: 1px;*/
}

.modalPopup .popup-title {
	padding: 8px 15px 7px 15px;
	background: #3186bc;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}

.modalPopup .popup-content {
	padding: 0 15px;
}

.modalPopup .popup-controls {
	text-align: right;
	padding-top: 10px;
	padding: 30px 15px 15px 15px;
}

.restGlossary{
    background-color:#E0EEF8;
    display:block;
    height:1000px;
}

.clear{
    float:none; 
    width:auto;
    clear:both;
    line-height:0px;
    height:0px;
    font-size:0px;
}

#gwtbookmark,#bookmark{
    display:none;
}

.sch_socialNet_pha a { text-decoration: none; font-weight: bold; height:16px; display:block;  margin:0 0 13px; }
.sch_socialNet_pha a img { margin-right: 8px; }
.sch_socialNet_pha h3{ margin-top: 10px; margin-bottom: 0px; padding-top: 4px; }
.sch_socialNet_pha .snleft{ float:left; padding:13px 0 0 20px; width:110px; }
.sch_socialNet_pha .snright{ float:left; padding:13px 0 0; }

#leftCol .leftColBox h2, .sch_socialNet_pha h3 {
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0 20px 46px;
}
.sch_socialNet_pha {
    background: url("../img/layout/leftCol-headline-small-bg.png") no-repeat scroll 100% 0 transparent;
    margin-top: 20px;
    overflow: hidden;
    width: 230px;
    position: relative;
    right: 11px;
  
}
/* Glossary Bubble */

a.glossary,
a.glossary:link,
a.glossary:hover,
a.glossary:focus,
a.glossary:active {
	color: #3186BC;
	outline: none;
	position: relative;
	text-decoration: none!important;
}
div.glossaryBubble , div#disclaimerBody {
	z-index: 10000;
	padding: 0 5px 17px 0;
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

div.glossaryBubble div , div#disclaimerBody div {
	background:transparent url("../img/navigaton/dropdown_stroke_d63585.png") no-repeat;
}
div#disclaimerBody .content div {
	background-image: none;
}
div.input_component div {
	background:transparent url("../img/navigaton/dropdown_stroke_6b1e7b.png") no-repeat;
}
div.glossaryBubble div.source {
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 26px;
	height: 13px;
	background: transparent url("../img/navigaton/glossary_src.gif") no-repeat;
}
div.greyBorder div {
	position: relative;
	background:transparent url("../img/navigaton/dropdown_stroke_f0ebf2_2px.png") no-repeat;
}
div.input_component .topleft, div.glossaryBubble .topleft, div.greyBorder .topleft, div#disclaimerBody .topleft {
	background-position: left top;
}
div.input_component .topright, div.glossaryBubble .topright, div.greyBorder .topright, div#disclaimerBody .topright {
	position: relative;
	left: 5px;
	background-position: right top;
}
div.input_component .bottomleft, div.glossaryBubble .bottomleft, div.greyBorder .bottomleft, div#disclaimerBody .bottomleft {
	position: relative;
	left: -5px;
	background-position: left bottom;
}
div.input_component .bottomright, div.glossaryBubble .bottomright, div.greyBorder .bottomright, div#disclaimerBody .bottomright {
	position: relative;
	top: 5px;
	background-position: right bottom;
}
div.glossaryBubble .content, div#disclaimerBody .content {
	width: 300px;
	padding: 5px 5px 15px;
}
div.glossaryBubble .bottomleft {
	padding: 0 5px 5px;
}
div.glossaryBubble .content {
	background: #FFF none;
	padding-bottom: 10px;
}
div.glossaryBubble h2 {
	color: #3186BC;
	margin-top: 0;
}
.glossary {
	color: #636466;
}
.sch_video_pha { position: relative; left: -24px; padding-left: 9px; background: #ECF4FB; width: 523px;}

/* Redesign */



#topNav .level-1 li .fixDiv.doubleselected a { background-position:0 -50px; }
#topNav .level-1 li .fixDiv.doubleselected a span { background-position:100% -84px; }
#topNav .level-1 li.last .fixDiv.doubleselected a span { background-position:100% -50px; }
#topNav .level-1 li .fixDiv.doubleselected a span span { background-position:0 -118px; background-repeat:repeat-x; }
#topNav .level-1 li.last .fixDiv.doubleselected a span span { background-position:0 -118px; background-repeat:repeat-x; }


#topNav .level-1 ul{
    display:none;
    position: absolute;
    border: 2px solid #73B6E1;
    background: #73B6E1;
    z-index: 120;
}
#topNav .level-1 li{  /*background: none;*/ overflow: visible; }
#topNav .level-1 ul li{
    display:block;
    border-left: 1px solid #B3D5F0;
    border-right: 1px solid #B3D5F0;
    background: #73B6E1;
    text-align: left;
    height: 24px;
}
#topNav .level-1 ul li.first{ border-top: 1px solid #B3D5F0; }
#topNav .level-1 ul li.last{ border-bottom: 1px solid #B3D5F0; }
#topNav .level-1 ul li a{ 
    padding-top: 5px;  
    padding-left:20px; 
    padding-right:20px; 
    font-size: 14px; 
    line-height:14px;
    display: block; 
    background:none;
}

#topNav .level-1 ul li a:hover{background:#F29D4E; height: 18px;}
#topNav .level-1 ul li.selected a{background:#F29D4E; height: 18px;}

#topNav .level-1 ul li.selected ul{ 
    z-index: -1;
    position: absolute;
}
#topNav .level-1 ul li.selected li a{background:#73B6E1; }
#topNav .level-1 ul li.selected li a:hover{background:#F29D4E; }

.teaserBox {
	background: url("../img/layout/teaser-headline.png") 0 0 no-repeat;
	padding: 8px 0 0 17px;
	margin-bottom: 18px;
}
.big {
	background: url("../img/layout/teaser-headline-big.png") 0 0 no-repeat;
}
.gigantic {
	background: url("../img/layout/teaser-headline-gigantic.png") 0 0 no-repeat;
}

.big h2{ height: 39px;}
.gigantic h2{ height: 58px;}

.teaserBox h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 22px;
	line-height: 14pt;
	width:160px;
}
.teaserBox img {
	margin-bottom: 16px;	
}
.teaserBox p {
	font-size: 12px;
	width: 160px;
	margin-bottom: 9px;
}
.teaserBox .readMoreBtn {
	width: 98px;
	height: 27px;
	padding-top: 5px;
	margin-right: 4px;
	display: block;
	background: url("../img/buttons/read-more-btn.png") 0 0 no-repeat;
	float: right;
}
.teaserBox .readMoreBtn a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 66px;
	height: 17px;
	padding: 0 0 0 28px;
	display: block;
	text-decoration: none;
}
.hidden{ display: none; visibility: hidden; }
