/* ==[ CSS - FILE ]===================================================================
*	INFO:		enthalten sind Reset, Aufbau der Seite mit Elementen und Default Setting der Module
*	PFAD:		/new/_assets_de/css/main.css	
*
* ===[ CSS - INDEX ]================================================================= 
* _reset  		[ alle Elemente sollen Browseruebergreifend auf Null gesetzt werden ]
* _main			[ ... ]
* page -> _belt  [ ... ]
* page -> _header  [ ... ]
* page -> header ->_nav-top  [ ... ]
* page -> header -> _nav-main  [ ... ]
* center [ ... ]
* page -> _sidebar  [ ... ]
* page -> _content  [ ... ]
* _modules  [ ... ]
* _footer  		[ ... ]
* _globalTeaser   [ globale Teaser CSS-Anpassungen ]
*
================================================================================================================= */


/* _reset  [ alle Elemente sollen Browseruebergreifend auf Null gesetzt werden ]
================================================================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}
html {height: 101%;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* _main  [ ... ]
================================================================================================================= */
body {
	background: #B5BAC4 url("/new/_assets_de/image/main/bg.png") 0 0 repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 17px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0064a5;
}
a:hover, a:active {
	color: #1687d0;
}
h1 {
	color: #fff;
	font-weight: bold;
	font-size: 38px;
	line-height: 38px;
}
h2 {
	color: #005f9b;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-indent:29px;

}
h2.neu {
background:url("/new/_assets_de/image/element/teaser/tsr_neu.png") no-repeat; 
background-position: 0 0 0 0; 
padding-left:45px; 
}
h3 {
	color: #005f9b;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
p {line-height: 17px;}
sup {
	font-size: 8px;
	vertical-align: top;


}


select {height: 22px;}
/* clearfix */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {display: block;}
* html .clear {height: 1%;}
.hrseparator {
	clear: both;
	height: 30px;
	background: transparent url("/new/_assets_de/image/element/separator_content.png") no-repeat center 18px;
}

#footer .hrseparator {  
    clear: both;
	margin-top:30px;
	height: 2px;
    background: url("/new/_assets_de/image/element/separator_footer.png") no-repeat transparent;
}


#page {
	position: relative;
	margin: 0 auto;
	width: 990px;
}
.red {color: #C00;}
.white {color: #FFF;}

/* default show/hide - maybe overwritten later or by category */
.hide { display: none !important; }
.show { /* empty - dont delete */ }

/* page -> _belt  [ ... ]
================================================================================================================= */
#inner_bg, #bg_center, #bg_top, #belt_center, #belt_shade1, #belt_shade2 
{
	position: absolute; 
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#inner_bg {
	top: 21px;
	left: -162px;
	right: -162px;
	background: transparent url("/new/_assets_de/image/main/bg_page_repeat.png") 50% 0 repeat-y;
}
#bg_center {
	background: transparent url("/new/_assets_de/image/main/bg_page_gradient.png") 50% 0 no-repeat;
	height: 100%;
}
#bg_top {
	top: -21px;
	bottom: auto;
	height: 21px;
	background: transparent url("/new/_assets_de/image/main/bg_page_top.png") 50% 0 no-repeat;
}
#belt_center, #belt_shade1, #belt_shade2 {
	height: 9px;
	left: -67px;
	right: 7px;
}

/* page -> _header  [ ... ]
================================================================================================================= */
#header {
	position: relative;
	height: 80px;
	z-index: 1000;
}
#logo, #logo_strato, #logo_partner, #login_link, #nav_top, #nav_main {
	position: absolute;
}
#logo {
	display: block;
	top: 32px;
	left: 0;
}
#logo_strato {
	display: block;
	top: 32px;
	height:34px;
	width:164px;
	border:0px solid #000;
	background: transparent url("/new/_assets_de/image/main/logo_strato_text.png") -310px 0 no-repeat;
}
#logo_strato img {
	position: absolute;
	top: 0px;
	right:0px;
}
#login_link {
	display: block;
	top: 6px;
	right: 21px;
	font-size: 11px;
	line-height: 11px;
	color: rgb(0,95,155);
}
#login_link:hover {
	color: #005f9b;
	color: #F49319;
}

/* page -> header ->_nav-top  [ ... ]
================================================================================================================= */
#nav_top {
	display: block;
	top: 8px;
	right: 121px;
}
#nav_top li {
	display: block;
	float: left;
	margin-left: 4px;
	padding-left: 5px;
	border-left: solid 1px #005f9b;
}
#nav_top li a {
	display: block;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}
#nav_top a.active {color: #F49319;}
#nav_top a:hover {color: #F49319;}
#nav_top li:first-child {border: none;}

/* page -> header -> _nav-main  [ ... ]
================================================================================================================= */
#nav_main {
	display: block;
	bottom: 0;
	right: -4px;
}
#nav_main > li {
	position: absolute;
	display: block;
	float: left;
	background: transparent url("/new/_assets_de/image/main/separator_navigation.png") 0 0 no-repeat;
	height: 44px;
	margin-left: 5px;
	padding: 10px 0 3px 8px;
}
#nav_main > li a {
	display: block;
	padding: 0;
}
#nav_main > li big {
	display: block;
	font-size: 16px;
	line-height: 19px;
	height: 19px;
	color: #00426C;
	margin: 0;
}
#nav_main a big,
#nav_main a small {
    cursor: pointer;
}
#nav_main a.active big {
	color: #F49319;
}
#nav_main a:hover big {
	color: #F49319;
}
#nav_main li small {
	display: block;
	font-size: 10px;
	line-height: 13px;
	height: 13px;
	color: rgb(0,100,165);
	font-weight: normal;
}
#nav_main a:hover small {color: #1687d0;}
#nav_main li .nav_main_top {
	position: relative;
	padding: 1px 4px 9px;
}
#nav_main > li li {white-space: nowrap;}
.border div {
	position: absolute;
}
.border .corner {
	background: transparent url("/new/_assets_de/image/main/outline_flyout_corner.spr.png") 0 0 no-repeat;
	width: 10px;
	height: 10px;
}
.border .corner.bl {
	left: -6px;
	bottom: -5px;
	background-position: 0 -10px;
}
.border .corner.br {
	right: -6px;
	bottom: -5px;
	background-position: -10px -10px;
}
.border .corner.tr {
	right: -6px;
	top: -4px;
	background-position: -10px 0;
}
.border .corner.tl {
	left: -6px;
	top: -4px;
}
.border .hor {
	background: transparent url("/new/_assets_de/image/main/outline_flyout_horizontal.spr.png") 0 0 repeat-x;
	height: 7px;
	right: 4px;
	left: 4px;
}
.border .hor.b {
	bottom: -7px;
	background-position: 0 -5px;
}
.border .hor.t {
	top: -6px;
}
.border .vert {
	background: transparent url("/new/_assets_de/image/main/outline_flyout_vertical.spr.png") 0 0 repeat-y;
	width: 7px;
	top: 5px;
	bottom: 5px;
}
.border .vert.l {
	left: -7px;
}
.border .vert.r {
	right: -7px;
	background-position: -5px 0;
}
#nav_main > li .nav_main_sub,  #nav_main > li .border {
	display: none;
}
#nav_main > li:hover .nav_main_top {
	background-color: #fafafa;
}
#nav_main > li:hover .nav_main_sub,  #nav_main > li:hover .border {
	display: block;
}
#nav_main .nav_main_sub {
	position: absolute;
	display: none;
	top: 53px;
	background-color: #fafafa;
	padding: 0 7px 4px;
}

#nav_main .nav_main_sub li {padding-right: 7px;}

#nav_main .nav_main_sub .products {
	border-bottom: 1px solid #d7e8f5;
	padding: 0 0 6px;
	line-height: 28px;
}
#nav_main .nav_main_sub .products li {height: 28px;}
#nav_main .nav_main_sub .products a {
	font-size: 14px;
	font-weight: bold;
}
#nav_main .nav_main_sub .products a.extern span {
	background: transparent url("/new/_assets_de/image/element/arrow_right_orange.ext.png") 100% 0px no-repeat;
	padding: 0 0 0 13px;
	height: 10px;	
	display: inline-block;
}

#nav_main .nav_main_sub .products a:hover {color: #F49319;}
#nav_main .nav_main_sub .products a:hover.extern span {background-position: 100% -10px;}

#nav_main .nav_main_sub .general {
	border-top: 2px solid #fff;
	padding-top: 4px;
	line-height: 24px;
}
#nav_main .nav_main_sub .general li {height: 24px;}
#nav_main .nav_main_sub .general a {
	font-size: 13px;
	font-weight: normal;
}
#nav_main .nav_main_sub .general a:hover {color: #F49319;}
/* .nav_main_top ist kleiner als  .nav_main_sub */
#nav_main > li.li_is_lt .nav_main_top {
	z-index: 2;
}
#nav_main > li.li_is_lt .nav_main_sub {

	z-index: 1;
}
#nav_main > li.li_is_lt .nav_main_top > .border .hor.b {
	background: #fafafa;
	left: 0;
	right: 0;
}
/* .nav_main_top ist groesser als .nav_main_sub */

#nav_main > li.sub_is_lt .nav_main_top {
	z-index: 1;
}
#nav_main > li.sub_is_lt .nav_main_sub {
	z-index: 2;
}
#nav_main > li.sub_is_lt .nav_main_sub > .border .hor.t {
	background: #fafafa;
	left: 0;
	right: 0;
	top: -4px;
}
/* .nav_main_sub liegt an der linken kante */

#nav_main > li.sub_is_left .nav_main_sub {
	left: 8px;
}
#nav_main > li.sub_is_left .nav_main_top > .border .corner.bl {
	display: none;
}
#nav_main > li.sub_is_left .nav_main_top > .border .vert.l {
	bottom: -5px;
}
/* .nav_main_sub liegt an der rechten kante */

#nav_main > li.sub_is_right .nav_main_sub {
	right: 0;
}
#nav_main > li.sub_is_right .nav_main_top > .border .corner.br {
	display: none;
}
#nav_main > li.sub_is_right .nav_main_top > .border .vert.r {
	bottom: -5px;
}
/* .nav_main_top ist kleiner als .nav_main_sub und .nav_main_sub liegt links */

#nav_main > li.li_is_lt.sub_is_left .nav_main_top > .border .corner.br {
	background-position: 2px -31px;
}
/* .nav_main_top ist kleiner als .nav_main_sub und .nav_main_sub liegt rechts */

#nav_main > li.li_is_lt.sub_is_right .nav_main_top > .border .corner.bl {
	background-position: -12px -31px;
}
/* .nav_main_top ist groesser als .nav_main_sub und .nav_main_sub liegt links */

#nav_main > li.sub_is_lt.sub_is_left .nav_main_sub > .border .corner.tr {
	background-position: 2px -19px;
}

/* center [ ... ]
================================================================================================================= */
#sidebar, #content {
	position: relative;
	margin-top: 30px;
}
.belt_content {
	position: relative;
}

/* page -> _sidebar  [ ... ]
================================================================================================================= */
#sidebar {
	width: 195px;
	float: right;
}

#nav_left_top { /* geändert v. Karsten (13.08.2012) */
	width: 195px; 
	padding: 10px 0 1px 10px; /* geändert ... vorher: padding: 10px 0 0 0; */
	background: transparent url("/new/_assets_de/image/main/seperate_colour.png"); /* neu */
	background-repeat:no-repeat;  /* neu  */
	background-position:2px bottom;  /* neu */
	/* float: left;  auskommentiert */
	/* line-height: 22px; auskommentiert */
}
#nav_left_top li {
	margin: 0 0 13px 0;
}
#nav_left_top a {
	color: #ffdca0;
	font-size: 16px;
	line-height: 24px; /* neu v. Karsten (13.08.2012) */
}

#nav_left_top a:hover, #nav_left_top a:active,#nav_left_top a.active {
	color: #fff;
}
#nav_left_top a.active {
	font-size: 20px; 
	line-height: 24px;  /* geändert v. Karsten (13.08.2012) ... vorher: line-height: 28px  */
}



#nav_left_bottom {
	/* geändert v. Karsten (13.08.2012) ... vorher:
	line-height: 25px;
	font-size: 13px;
	margin-bottom:30px;
    */
	min-height:50px;
	line-height: 25px;
	font-size: 13px;
	margin: 5px 0 0 0; 
	padding: 0 0 0 10px; 
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOGIxOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2YzOGIxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzhiMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(243,139,24,0) 0%, rgba(243,139,24,1) 15%, rgba(243,139,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,139,24,0)), color-stop(15%,rgba(243,139,24,1)), color-stop(100%,rgba(243,139,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,139,24,0) 0%,rgba(243,139,24,1) 15%,rgba(243,139,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,139,24,0) 0%,rgba(243,139,24,1) 15%,rgba(243,139,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,139,24,0) 0%,rgba(243,139,24,1) 15%,rgba(243,139,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,139,24,0) 0%,rgba(243,139,24,1) 15%,rgba(243,139,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f38b18', endColorstr='#f38b18',GradientType=0 ); /* IE6-8 */
}

#nav_left_bottom a { /* neu v. Karsten (13.08.2012) */
	color:#ffdca0; 
}
#nav_left_bottom a:hover, #nav_left_bottom a:active,#nav_left_bottom a.active {
	color:#ffffff;   /* geändert v. Karsten (13.08.2012) ... vorher: color: #f59619  */
}
#nav_completion {  /* neu v. Karsten (13.08.2012) */
	background-color:#f4f5f9; 
	width:195px; 
	height:10px; 
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
	border: 0px solid #f4f5f9; 
	margin: 0 0 60px 0;
}

#nav_tada {  /* neu v. Karsten (13.08.2012) */
	background-color:#dfe4ea; 
	width:195px; 
	height:10px; 
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
	border: 0px solid #dfe4ea; 
	margin: 0 0 20px 0;
}

/* page -> _content  [ ... ]
================================================================================================================= */
#content {
	width: 765px;
	float: right;
}
ul.cntlist li {
	padding-left: 7px;
	line-height: 17px;
	background: transparent url("/new/_assets_de/image/element/bullet.png") 0 7px no-repeat;
}

ul.cntlist.arrow li {
    background: url("/new/_assets_de/image/element/arrow_default.png") no-repeat scroll 3px 14px transparent;
    line-height: 15px;
	padding-top: 10px;
    padding-left: 20px;
}

/* _modules  [ ... ]
================================================================================================================= */
		
/* content frames */
		
.frame {}
/* partition: 420px left (55%), 345px right (45%) */
.frame.sb55l {
	width: 410px;
	margin-right: 10px;
	float: left;
	position:relative;
}
.frame.sb45r {
	width: 310px;
	margin-left: 35px;
	float: right;
	position:relative;
}
.boxGray {
	background: url("/new/_assets_de/image/main/bg_box_grey.sld.png") no-repeat;
	margin: 0 0 58px;
	min-height: 131px;
	padding: 0 13px 7px;
	position: relative;
	width: 285px;
}
.boxGray h3 {
	font-size: 21px;
	color: #000;
	padding: 13px 0 8px;
	letter-spacing: -1px;
}
.boxGray span {
	font-size: 13px;
	line-height: 19px;
}
.boxGray img {
	position: absolute;
	width: 140px;
	height: 70px;
	right: 2px;
	bottom: 12px;
}
.boxGray ul {
	width: 165px;
}
.boxGray li {
	background: url("/new/_assets_de/image/element/bullet.png") no-repeat 0 7px;
	line-height: 17px;
	margin: 1px 0 6px 3px;
	padding-left: 7px;
}
.boxGray .bottom {
	background: url("/new/_assets_de/image/main/bg_box_grey.sld.png") no-repeat bottom left;
	bottom: -29px;
	height: 29px;
	left: 0;
	padding: 0 22px;
	position: absolute;
	width: 311px;
}
/* boxes inside of the content  */
.boxSmall {
	position: relative;
	float: left;
	width: 354px;
}
.boxSmall + .boxSmall {
	margin-left: 27px;
}
.boxSmall > div {
	background: url("/new/_assets_de/image/main/whitebox_4.5cols_middle.png") repeat-y;
	padding: 0 14px;
	min-height: 1px;
}
.boxSmall .top {
	height: 11px;
	background: url("/new/_assets_de/image/main/whitebox_4.5cols_top.png") no-repeat;
}

.boxSmall .top {
	height: 11px;
	background: url("/new/_assets_de/image/main/whitebox_4.5cols_top.png") no-repeat;
}


.boxSmall .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_4.5cols_bottom.png") no-repeat;
}

.boxSmall p {
	padding: 5px 0 5px 0;

}

.boxMedium {
	position: relative;
	width: 399px;
}
.boxMedium > div {
	background: url("/new/_assets_de/image/main/whitebox_5cols_middle.png") repeat-y;
	padding: 0 13px 0 11px;
	min-height: 1px;
}
.boxMedium .top {
	height: 11px;
	background: url("/new/_assets_de/image/main/whitebox_5cols_top.png") no-repeat;
}
.boxMedium .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_5cols_bottom.png") no-repeat;
}
.boxMedium p {
	padding: 5px 0 5px 0;
}
.box7Cols {
	position: relative;
	width: 569px;
}
.box7Cols > div {
	background: url("/new/_assets_de/image/main/whitebox_7cols_middle.png") repeat-y;
	padding: 0 13px 0 11px;
	min-height: 1px;
}
.box7Cols .top {
	height: 11px;
	background: url("/new/_assets_de/image/main/whitebox_7cols_top.png") no-repeat;
}
.box7Cols .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_7cols_bottom.png") no-repeat;
}

.box2Cols {
	position: relative;
	width: 144px;
}
.box2Cols > div {
	background: url("/new/_assets_de/image/main/whitebox_2cols_middle.png") repeat-y;
	padding: 0 13px 0 11px;
	min-height: 1px;
}
.box2Cols .top {
	height: 11px;
	background: url("/new/_assets_de/image/main/whitebox_2cols_top.png") no-repeat;
}
.box2Cols .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_2cols_bottom.png") no-repeat;
}

.box2_5Cols {
	position: relative;
	width: 199px;
}
.box2_5Cols > div {
	background: url("/new/_assets_de/image/main/whitebox_2.5cols_middle.png") repeat-y;
	padding: 0 13px 0 11px;
	min-height: 1px;
}
.box2_5Cols .top {
	height: 11px;
	background: url("/new/_assets_de/image/main/whitebox_2.5cols_top.png") no-repeat;
}
.box2_5Cols .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_2.5cols_bottom.png") no-repeat;
}

.box2_15Cols {
	position: relative;
	width: 185px;
}
.box2_15Cols > div {
	background: url("/new/_assets_de/image/main/whitebox_2.15cols_middle.png") repeat-y;
	padding: 0 13px 0 11px;
	min-height: 1px;
}
.box2_15Cols .top {
	height: 11px;
	background: url("/new/_assets_de/image/main/whitebox_2.15cols_top.png") no-repeat;
}
.box2_15Cols .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_2.15cols_bottom.png") no-repeat;
}

.boxLarge {
	position:relative;
	width: 760px;
	margin-bottom: 0px;
	/*z-index: 1;*/
	

}
.boxLarge > div {
	background: url("/new/_assets_de/image/main/whitebox_9cols_middle.png") repeat-y;
	padding: 0 14px;
	min-height: 1px;
}
.boxLarge .top {
	height: 10px;
	background: url("/new/_assets_de/image/main/whitebox_9cols_top.png") no-repeat;
}
.boxLarge .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_9cols_bottom.png") no-repeat;
}
.boxLarge p {
	padding: 20px 0 20px 0;
}
.boxWide {
	position: relative;
	float: left;
	width: 992px;
	margin-bottom: 0px;
}
.boxWide > div {
	background: url("/new/_assets_de/image/main/whitebox_12cols_middle.png") repeat-y;
	padding: 0 14px;
	min-height: 1px;
}
.boxWide .top {
	height: 10px;
	background: url("/new/_assets_de/image/main/whitebox_12cols_top.png") no-repeat;
}
.boxWide .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_12cols_bottom.png") no-repeat;
}
.boxWide p {
	padding: 5px 0 5px 0;
}


.boxWideS {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 822px;
}
.boxWideS > div {
    background: url("/new/_assets_de/image/main/whitebox_10cols_middle.png") repeat-y scroll 0 0 transparent;
    min-height: 1px;
    padding: 0 14px;
}
.boxWideS .top {
    background: url("/new/_assets_de/image/main/whitebox_10cols_top.png") no-repeat scroll 0 0 transparent;
    height: 11px;
}
.boxWideS .bottom {
    background: url("/new/_assets_de/image/main/whitebox_10cols_bottom.png") no-repeat scroll 0 0 transparent;
    height: 14px;
}
.boxWideS p {
    padding: 5px 0;
}


/* imageText */
.imageText, .imageText_software, .imageText_partner, .imageText_referenzen {
	position: relative;
/*	float: left;
*/	width: 760px;
}
.imageText h2, .imageText_software h2, .imageText_partner h2, .imageText h3 {
	margin-top: -3px;
	margin-bottom: 7px;
}
.imageText img {
	float: left;
	margin: 0 30px 0 0;
}


.listBox h2 {
	padding: 30px;
}
.listBox img {
	float: left;
	margin-right: 13px;
	padding-left: 30px;
	margin-top: 7px;
}

.listBox p {
	padding-left: 0;
}
.listBox .moreLink {
	padding-left: 15px;
}

/* list table */
.listTable{}
.listTable tr:first-child{ border-top:none; }
.listTable td{ 
	border-top:1px solid #ABD2F1; 
	padding: 5px 0; 
}
.listTable td:first-child{ 
	color: #1687D0;
	font-weight: bold; 
	padding-right: 10px;
	width: 150px;
}

/* modules teaserBox  */
.teaserBox {
	position: relative;
	float: left;
	width: 760px;
	margin-bottom: 10px;
}
.teaserBox > div {
	background: url("/new/_assets_de/image/main/whitebox_9cols_middle.png") repeat-y;
	padding: 0 10px 0 10px;
	min-height: 1px;
}
.teaserBox .top {
	height: 11px;
	background: url("/new/_assets_de/image/main/whitebox_9cols_top.png") no-repeat;
}
.teaserBox .bottom {
	height: 14px;
	background: url("/new/_assets_de/image/main/whitebox_9cols_bottom.png") no-repeat;
}
.teaserBox p {
	line-height: 20px;
	padding: 2px 175px 2px 11px;
}

.teaserBox_referenzen p {
	line-height: 20px;
	padding: 2px 70px 2px 11px;
}

.teaserBox .button_mblue {
	position: absolute;
	right: 46px;
	top: 23px;
}
.teaserBox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}



/* _footer  [ ... ]
================================================================================================================= */
/* Truncate */
#jTruncate {
	text-align: left;
	line-height:18px;
	color: #222222;
}
#jTruncate h3 {
 line-height:24px;
 color: #FFFFFF; 
 font-size: 12px;
}

/* Footer */
#footer {
	font-size: 12px;
	color: #666;
	clear: both;
	position: relative;
    margin:50px 0 0 0px;
    background-color:#edf0f5; 
    -moz-border-radius:10px; 
    -webkit-border-radius:10px; 
    -khtml-border-radius:10px; 
    border-radius:10px;
    -moz-box-shadow: 3px 3px 3px #ccc; 
    -webkit-box-shadow: 3px 3px 3px #ccc; 
    box-shadow: 3px 3px 3px #ccc;	
}
#footer a {
	font-weight: normal;
}
#footer a:hover {
	color: #F49319;
}
#footer p {
	margin-left:11px;
	padding:10px 5px 10px 5px;
}
#footer ul{
    font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-size: 12px;
    margin: 0 0 5px 11px;
    padding: 10px 5px 5px 5px;
}
#footer ul li  {
	display: block;
	float: left;
	line-height: 17px;
}
#footer ul.sixcol li {
	width:150px;
	margin:0 35px 5px 0;
} 
#footer ul.sixcol li.prelast {
	width:130px;
	margin:0 0 5px 0;
} 
#footer ul.sixcol li.last {
	width:130px;
	margin:0 0 5px 0;
} 
#footer ul.fourcol li {
	width:200px;
	margin:0 50px 5px 0;
} 
#footer ul.fourcol li.last {
    width:200px;
	margin:0 0 5px 0;
} 
#footer ul ul {
	float:none;
	margin-left: 0;
	padding:5px 0 5px 0;
}
#footer ul li li {
	color: #5586ba;
	display: block;
	width:150px;
	line-height: 17px;
	float:none;
	color: #5586ba;
	font-size: 11px;
	margin: 0;
}
#footer ul span {
	font-weight: bold;
}
.hrseparator.hrfoot {
 margin: 10px 0 0 0;
}

/* _globalTeaser   [ globale Teaser CSS-Anpassungen ]
================================================================================================================= */

/* standard left teaser */
.tsr {
	width: 199px;
	position: relative;
	margin-top:15px;
}
 .tsr > div {
	background: transparent url("/new/_assets_de/image/element/teaser/bg_tsr_middle_white.png") repeat-y;
	padding-left: 10px;
	position: relative;
	min-height: 4px;
} 
.tsr .top {
	height: 23px;  
	padding-top:7px; 
	background: url("/new/_assets_de/image/element/teaser/bg_tsr_top_blue.png") no-repeat;
}
.tsr .bottom {
	height: 15px;
	background: url("/new/_assets_de/image/element/teaser/bg_tsr_bottom_white.png") no-repeat;
}
.tsr p {
	padding: 5px 0 2px;
	line-height: 16px;
}
.tsr h2 {
    color: #005F9B;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.tsr h2.neu {
background:url("/new/_assets_de/image/element/teaser/tsr_neu.png") no-repeat; 
background-position: 0 0 0 0; 
padding-left:45px; 
height:16px;
}
.tsr .links {
	color: red;
}
.tsr .links a {
	padding-right: 6px;
	padding-left: 6px;
}
.tsr .links a:first-child {
	padding-left: 0;
}
.tsr p.finePrint {
	font-size: 9px;
	line-height: 15px;
	padding: 1px 5px 0 10px;
}


/*  teaser */
.helpbox .bottom.karriere {
	padding:3px 0 0 10px;
	height: 50px;
	background: url("/new/_assets_de/image/main/whitebox_2.5cols_bottom_help.png") 0 -15px no-repeat;
}


/*Teaser */
.sidebyside {float:right;
position:relative; } 

.diagramm {
	margin:-left: 80px;
	float:left;
	margin-top: 10px;

}

.tex_box{
margin: 30px;
}

/* SEO-Block Styles */
.jq_txt_toggler { margin-top: 30px; }
.jq_txt_toggler a:link.seoBlockLink, 
.jq_txt_toggler a:visited.seoBlockLink, 
.jq_txt_toggler a:hover.seoBlockLink, 
.jq_txt_toggler a:active.seoBlockLink {
	/* color:black; */
	font-weight:normal;
}
.more_link { float: right; }

/* Toogler - Modul */
.toggle_btn { 
	position: relative;
	padding-right: 6px;

}
.toggle_cnt p { 
	position: relative;

}
.toggle_btn {
	color: #0064A5;
    font-weight: bold;
	display: inline-block;
	background: transparent url("/new/_assets_de/image/element/toogle_open.png") 100% 0px no-repeat;
	padding: 0 12px 0 0;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	cursor:pointer;
}
.toggle_btn:hover {
	color: #1687d0;
	background-position: 100% -12px;
}
.toggle_btn.ausgeklappt {
	color: #0064A5;
	background: transparent url("/new/_assets_de/image/element/toogle_close.png") 100% 0px no-repeat;
	padding: 0 12px 0 0;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	cursor:pointer;
}
.toggle_btn.ausgeklappt {
	color: #1687d0;
	background-position: 100% -12px;
}

/* Tabelle White Blue Header (CSS3) */
/* Border-Radius */	
.brdR10br {
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.brdR10bl {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.brdR10tr {
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;    
}

.brdR10tl {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

/* Schatten */
.shadow{
box-shadow:1px 1px 3px #999;
-webkit-box-shadow:1px 1px 3px #999;
-moz-box-shadow:1px 1px 3px #999;
-o-box-shadow:1px 1px 3px #999;
-ms-box-shadow:1px 1px 3px #999;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#999999')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#999999');
}



.ContentTabShadow {
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-o-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
box-shadow:1px 1px 1px #999;
-webkit-box-shadow:1px 1px 2px #999;
-moz-box-shadow:1px 1px 2px #999;
-o-box-shadow:1px 1px 2px #999;
-ms-box-shadow:1px 1px 2px #999;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=140, Color='#999999')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=140, Color='#999999');
display: inline-block;
}

table.ContentTab {
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-o-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
border-collapse: collapse;
border-spacing:0;
text-align:center;
color:#ffffff;
}

table.ContentTab.tac_tab_terms_tld{
	width:580px;
	text-align:left;
}
table.ContentTab.tac_tab_terms_tld thead th{
	height: 5px;
    line-height: 5px;
}

table.ContentTab.tac_tab_terms_tld .subhead {
width: 100px;
}

table.ContentTab thead th{
	background:#1687d0;
	border-right:1px solid #5babde;
	padding:6px 10px;
	height: 40px;
	line-height: 40px;
}

table.ContentTab thead th.thHighlight{
	background:#0b76bb;
}

table.ContentTab td.tdHighlight{
	background: #b8d7ee;
	border-color: #FFFFFF;
	color: #0b76bb;
	font-weight: bold;
}
	
/* Tabellen-Border */	
table.ContentTab thead th.headBorderOut{border-right:0px; padding:0 5px;}
table.ContentTab thead th.headBorderSimple{border-right:0px;}
table.ContentTab td.tdBorderSimple{border-bottom:0px; padding:0 5px;}
table.ContentTab td.trBorderSimple{border-bottom:0px;}

/* Tabellen-Radius */	
table.ContentTab td.tdRadiusBottomR {	
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
}
table.ContentTab td.tdRadiusBottomL {
border-bottom-left-radius: 10px;	
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
}

table.ContentTab th.thRadiusTopR {	
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
}
	
table.ContentTab th.thRadiusTopL {
border-top-left-radius: 10px;	
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
}
	
table.ContentTab .subhead {
	text-align:left;
	color:#1687d0;
	font-weight:bold;
}
	
table.ContentTab td {
	padding:6px 10px;
	color:rgba(0,0,0,.7);
	background:#ffffff;
	color: #000000;
	border-bottom: 1px solid #b0d2eb;
}

	
	
	/* blankText */
.blankText {
	position: relative;
	float: left;
	width: 760px;
}
.blankText h2,  .blankText h3 {
	margin-top: -3px;
	margin-bottom: 7px;
}
.blankText img {
	float: left;
	margin: 0 30px 0 0;
}
.blankText.rightImage img {
	float: right;
	margin: 0 0 0 30px;
}
.blankText p {
	padding-left: 0px;
	margin-bottom: 3px;
}
.blankText.rightImage p {
	padding-left: 0;
	padding-right: 0px;
}
.blankText a {
	position: relative;
	padding-right: 6px;
}
.blankText a span {
	position: absolute;
	top: 5px;
	right: 0;
	width: 8px;
	height: 8px;
	background-color: transparent;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("/_assets_de/image/element/arrow_right_blue.spr.png");
}
.blankText a:hover span {
	background-position: right -9px;
}
.blankText:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.textHeadlineButton {
	position: relative;
	float: left;
	width: 710px;
}
.textHeadlineButton h2 {
	margin-bottom: 7px;
}
.textHeadlineButton .button_mblue {
	margin-top: 20px;
}
.textHeadlineButton:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.listBox h2 {
	padding: 4px 0 7px;
}
.listBox img {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.listBox p {
	padding-left: 0;
}
.listBox .moreLink {
	padding-left: 13px;
}

/* list table */
.listTable{}
.listTable tr:first-child{ border-top:none; }
.listTable td{ 
	border-top:1px solid #ABD2F1; 
	padding: 5px 0; 
}
.listTable td:first-child{ 
	color: #1687D0;
	font-weight: bold; 
	padding-right: 10px;
	width: 150px;
}


/*Accordion Tagesdaten */
* {
	margin:0;
	padding:0;
	list-style:none;
}
body-accordion {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
}

#basic-accordian{
	
	padding:5px;
	width:199px;
	position:relative;
	margin-top:15px;
}

.accordion_headings{
	padding:5px;
	color:#005F9B;
	cursor:pointer;
	font-weight:bold;
}



.accordion_child{
	padding:15px;
}

.header_highlight{
	background:#005F9B;
}

	