* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
}
a, a * {
	text-decoration: none;
	color: #006090;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul {
	list-style-type: none;
}
html, body {
	height: 100%;
	font-size: 12px;
}
body {
	background: url(images/background.gif) repeat-x;
}
#page {
	min-height: 100%;
	width: 982px;
	padding: 0px 6px 0px 8px;
	margin: 0px auto -192px auto;
	background: url(images/page_background.png) repeat-y;
}
#content {
	padding: 40px 30px 200px 30px;
	color: #555555;
	line-height: 18px;
}
#content:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
#footer {
	margin-left: 2px;
}
#footer_inner {
	height: 118px;
	margin: 0px auto 0px auto;
	width: 980px;
	background: url(images/bg_footer.jpg) repeat-x;
	text-align: center;
	padding: 42px 0px 20px 0px;
	line-height: 16px;
}
#footer_inner * {
	font-size: 11px;
}
#footer_inner a {
	color: #2367EC;
}
#footer_inner a:hover {
	text-decoration: underline;
}
#footer_inner .addThis {
	margin-top: 10px;
}

.TopColumn
{
  background: #000;
}

.TopColumn .element .element {
	padding: 0px 1px;
}
#top_column_inner {
	position: relative;
}


.CenterColumn_RC {
	float: left;
	width: 690px;
	padding-right: 40px;
}
.RightColumn {
	float: right;
	width: 190px;
	padding-top: 5px;
}
/*************************Language Selection************************/
.LanguageSelect {
	z-index: 99;
	position: absolute;
	color: #555045;
	right: -1px;
	top: 30px;
	font-size: 11px;
	background: url(images/bg_language_selection.gif) no-repeat;
	width: 140px;
}
.LanguageSelect * {
	font-size: 11px;
	color: #FFFFFF;
}
.LanguageSelect span {
	display: block;
	padding: 7px 20px 9px 0px;
	margin-left: 20px;
	height: 100%;
}
.LanguageSelect .options {
	display: none;
	width: 141px;
}
.LanguageSelect .options li a, .LanguageSelect .options li span {
	display: block;
	text-indent: 2px;
	padding: 6px 20px 8px 40px;
	
	background-position: 18px 6px;
	background-repeat: no-repeat;
	background-color: #333333;
	border: 1px solid #000000;
	border-top: none;
	height: 100%;
	
}
.LanguageSelect .options li a:hover {
	background-color: #444444;
	text-decoration: none;
}
.LanguageSelect .options li, .LanguageSelect .options li a {
	border-left: 1px solid #444444;
}
/*************************Language Selection End************************/
#logo_link {
	position: absolute;
	top: 24px;
	left: 13px;
	z-index: 99;
}
#mainmenu {
	background: #222327 url(images/bg_mainMenuNew.gif) no-repeat;
	padding: 1px 0px 10px 9px;
}
#mainmenu:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
#mainmenu li {
	float: left;
	margin-right: 8px;
}
#mainmenu li a span {
	cursor: pointer;
}
#mainmenu li a span, #mainmenu li span {
	float: left;
	cursor: pointer;
	color: #FFFFFF;
	background: url(images/bg_mainmenu_item_default.gif) no-repeat left bottom;
	width: 154px;
	text-align: center;
	padding: 10px 0px 9px 0px;
	text-transform: uppercase;
	font-size: 13px;
}
#mainmenu li a:hover {
	text-decoration: none;
}
#mainmenu li a:hover span {
	background-image: url(images/bg_mainmenu_item_ro.gif);
}
#mainmenu li.active a span, #mainmenu li.active a:hover span {
	background-image: url(images/bg_mainmenu_item_active.gif);
	color: #000000;
}
#mainmenu li.red a span {
	background: url(images/bg_mainmenu_item_red.gif) no-repeat left bottom;
}
#mainmenu li.red a:hover span {
	background-image: url(images/bg_mainmenu_item_red_ro.gif);
}
#mainmenu li.active a span {
	background-image: url(images/bg_mainmenu_item_active.gif);
}
#mainmenu li.active a.red span {
	background-image: url(images/bg_mainmenu_item_red_ro.gif);
	color: #FFFFFF;
}
#mainmenu li ul {
	
}
#mainmenu li ul li a, #mainmenu li ul li a span, #mainmenu li.active ul li a span, #mainmenu li.active ul li a {
	background: 4C5053;
	background-image: none;
}
/**
 * flyout
 */
#mainmenu li ul {
	position: absolute;
	z-index: 4;
	width: 200px;
	top: 35px;
	left: 0px;
	height: 0px;
	overflow: hidden;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	width: 248px;
}
#mainmenu li ul, #mainmenu li ul li, #mainmenu li ul li a, #mainmenu li ul li a span {
	float: none;
	display: block;
}
#mainmenu li ul li {
	margin: 0px;
	border-bottom: 1px solid #333333;
}
#mainmenu li ul li.first {
	border-top: 1px solid #333333;
}
#mainmenu li ul li a {
	/*
	padding-top: 2px;
	background: url(images/bg_flyoutItem.gif) no-repeat;
	*/
	text-decoration: none;
}
#mainmenu li ul li a:hover {
	text-decoration: none;	
}	
#mainmenu li ul li a span {
	background: #4C5053;
	width: auto;
	text-align: left;
	text-transform: none;
	padding: 8px 0px 9px 10px;
	color: #FFFFFF !important;
	border-bottom: 1px solid #474B4E;
	border-right: 1px solid #444849;
	border-top: 1px solid #5F6062;
	border-left: 1px solid #56575B;
}
#mainmenu li ul a:hover span, #mainmenu li ul li.active a span, #mainmenu li ul li.active a:hover span {
	background: #63666B;
	border-bottom: 1px solid #5D6164;
	border-right: 1px solid #5B5C61;
	border-top: 1px solid #75767A;
	border-left: 1px solid #6D6E73;
}
/**
 * Submenü - nur für Besucher mit deaktiviertem Javascript
 */
#sub_mainmenu {
	background: #9A9EA1 url(images/bg_mainmenu_sub.gif) no-repeat left bottom;
	padding-left: 20px;
	border-bottom: 1px solid #333333;
}
#sub_mainmenu:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
#sub_mainmenu li {
	float: left;
}
#sub_mainmenu li a, #sub_mainmenu li span {
	float: left;
	cursor: pointer;
	color: #000000;
	text-align: center;
	padding: 10px 10px 9px 10px;
	font-size: 12px;
	font-weight: bold;
}
#sub_mainmenu li a:hover {
	color: #444444;
	text-decoration: none;
}
#sub_mainmenu li.active a {
	color: #FFFFFF;
}
/************Headlines*************/
.HeadlineGrey h2 {
	font-family: 'Lucida Sans', verdana, arial, sans-serif;
	color: #747474;
	font-size: 25px;
	line-height: 28px;
}
.HeadlineGreySmall h2 {
	font-family: 'Lucida Sans', verdana, arial, sans-serif;
	color: #747474;
	font-size: 16px;
	line-height: 24px;
}
.HeadlineGrey h3 {
	font-family: 'Lucida Sans', verdana, arial, sans-serif;
	color: #9A9A9A;
	font-size: 16px;
	line-height: 24px;
}
.HeadlineGrey {
	padding-bottom: 27px;
}
.HeadlineGradient h2 {
	background: url(images/bg_element_title_gradient.jpg) repeat-x;
	padding: 12px 10px 20px 20px;
	font-size : 13px;
	color: #333333;
}
/************Headlines End*************/
.element {
	
}
.htmlElement {
	line-height: 18px;
	color: #333333;
}
.eMultiColumnFixed3ColType1 .HeadlineGradient h2 {
	margin-left: -20px;
}
.eMultiColumnFixed3ColType1 .first {
	float: left;
	width: 290px;
	margin-right: 30px;
}
.eMultiColumnFixed3ColType1 .first .HeadlineGradient h2 {
	width: 280px;
}
.eMultiColumnFixed3ColType1 .middle {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.eMultiColumnFixed3ColType1 .middle .HeadlineGradient h2 {
	width: 290px;
}
.eMultiColumnFixed3ColType1 .last {
	float: left;
	width: 270px;
}
.eMultiColumnFixed3ColType1 .last .HeadlineGradient h2 {
	width: 280px;
}
.eMultiColumnFixed3ColType1 .HeadlineGradient {
	padding-bottom: 0px;
}
.eMultiColumnFixed3ColType1 .last .HeadlineGradient h2 {
	
}
.eMultiColumnFixed2ColType1 .first {
	float: left;
	width: 490px;
	margin-right: 30px;
}
.eMultiColumnFixed2ColType1 .last {
	float: left;
	width: 400px;
}
.eMultiColumnFixed2ColHome .first {
	float: left;
	width: 490px;
	margin-right: 30px;
}
.eMultiColumnFixed2ColHome .last {
	float: left;
	width: 400px;
}


.bottomSpace1 {
	padding-bottom: 30px;
}
.bottomSpace2 {
	padding-bottom: 10px;
}
.bottomSpace4 {
	padding-bottom: 50px;
}
/*********************Accordion Menu***********************/
.SubMenu_Fading {
	background: url(images/bg_right_nav.gif) no-repeat center bottom;
	padding-bottom: 2px;
}
.SubMenu_Fading ul li span {
	display: block;
	cursor: pointer;
}
.SubMenu_Fading ul li.title span.titleOuter {
	padding: 9px 0px 9px 27px;
	display: block;
	background: url(images/menu_fading_style/bg_titleClosed.gif) no-repeat 11px center;
}
.SubMenu_Fading ul li.titleOpened span.titleOuter {
	background-image: url(images/menu_fading_style/bg_titleOpened.gif) !important;
}
.SubMenu_Fading ul li.title span.titleInner {
	display: block;
	font-size: 11px;
	color: #006090;
	padding: 0px 0px 0px 10px;
	background: url(images/menu_fading_style/bg_itemBorder.gif) repeat-y;
	color: #555555;
	font-weight: bold;
}
.SubMenu_Fading ul li.title ul li a span.inner {
	background: #F7F7F7;
	color: #555555;
	padding: 9px 0px 9px 27px;
	font-weight: normal;
}
.SubMenu_Fading ul li.title {
	background: url(images/menu_fading_style/bg_title.gif) no-repeat center top;
	padding-top: 2px;
}
.SubMenu_Fading ul li.title ul li.active a span.inner {
	background: url(images/menu_fading_style/bg_itemCurrent.gif) repeat-y center top;
}
.SubMenu_Fading ul li.title ul li a {
	display: block;
	padding-top: 1px;
	background: url(images/bg_right_nav.gif) no-repeat;
}
.SubMenu_Fading ul li.title ul li a:hover {
	text-decoration: none;
}
.SubMenu_Fading ul li.title ul li a:hover span {
	color: #006090;
}
.SubMenu_Fading ul li.title ul li.active a:hover span {
	font-weight: normal;
}
.SubMenu_Fading ul li.title ul li.active a {
	padding-top: 1px;
}
.SubMenu_Fading ul li.title ul {
	/*height: 0px;*/
	overflow: hidden;
}
/*******************Content-Fader Menu Ende********************/

/*********************Content-Fader Menu***********************/
.specialMenu2 li {
	display: block;
}
.specialMenu2 li a {
	display: block;
	height: 100%;
	background: url(images/bg_right_nav.gif) no-repeat;
}
.specialMenu2 li a:hover {
	background: url(images/bg_right_nav_active.gif) no-repeat;
	text-decoration: none;
}
.specialMenu2 li.selected a {
	background: url(images/bg_right_nav_active.gif) no-repeat;
}
.specialMenu2 li a span {
	display: block;
	font-size: 11px;
	color: #006090;
	background: url(images/bg_right_nav_item.gif) no-repeat 2px center;
	padding: 9px 0px 9px 20px;
	height: 100%;
	cursor: pointer;
}
.specialMenu2 li.selected a span {
	background: url(images/bg_right_nav_item_active.gif) no-repeat 2px center;
	font-weight: bold;
}
.specialMenu2 ul {
	background: url(images/bg_right_nav.gif) no-repeat center bottom;
	padding-bottom: 2px;
}
/*******************Content-Fader Menu Ende********************/

/*********************RSS Feed********************/
.element .picText ul li a, .element .link a {
	display: block;
	font-size: 11px;
	color: #006090;
	background: url(images/bg_element_list_a_item.gif) no-repeat left center;
	padding: 2px 0px 2px 17px;	
}
.element .picText ul li a *, .element .link a * {
	font-size: 11px;
	color: #006090;
}
.element .picText ul li a:hover, .element .link a:hover {
	background: url(images/bg_element_list_a_item_active.gif) no-repeat left center;
	text-decoration: underline
}
.element .link {
	margin-top: 15px;
}
.element .link a {
	font-weight: bold;
}
.element .link {
	margin-bottom: 20px;
}
/******************RSS Feed Ende*****************/

/**********************Thickbox***********************/

/** * Thickbox */
img {
	border: medium none;
}
.emptyTag {
	font-size: 0;
	line-height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/** * Overlay to hide select-boxes in IE6  */
#mgxThickboxHideSelect {
	z-index: 98;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
* html #mgxThickboxHideSelect {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px');
}
/** * Overlay */
div#mgxThickboxOverlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
div.mgxThickboxOverlayBG {
	
	background-color: #000000;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	
}
/* ie6 hack */
* html div#mgxThickboxOverlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px');
}
/** * */
#mgxThickboxLoader {
	position: fixed;
	display: none;
	height: 19px;
	width: 220x;
	z-index: 102;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -110px;
	background: url(images/ajax_loader.gif) no-repeat center center;
}
* html #mgxThickboxLoader {
/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/** * Thickbox Wrapper */
div#mgxThickboxWrapper {
	position: fixed;
	z-index: 103;
	color: #000000;
	display: none;
	text-align: left;
	top: 50%;
	left: 50%;
}
/* ie6 hack */
* html div#mgxThickboxWrapper {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

div#mgxThickboxWrapper .header {
	height: 100px;
	background: url(images/thickbox/corner-lu.png) no-repeat left top;
	padding-left: 100px;
}
div#mgxThickboxWrapper .header .header_right {
	height: 100px;
	background: url(images/thickbox/corner-ru.png) no-repeat right top;
	padding-right: 100px;
}
div#mgxThickboxWrapper .header .header_right .header_content {
	height: 100px;
	background: url(images/thickbox/border-top.png) repeat-x;
}
div#mgxThickboxWrapper .footer {
	height: 80px;
	background: url(images/thickbox/corner-ld.png) no-repeat left bottom;
	padding-left: 100px;
}
div#mgxThickboxWrapper .footer .footer_right {
	height: 80px;
	background: url(images/thickbox/corner-rd.png) no-repeat right bottom;
	padding-right: 100px;
}
div#mgxThickboxWrapper .footer .footer_right .footer_content {
	height: 80px;
	background: url(images/thickbox/border-bottom.png) repeat-x center bottom;
}
div#mgxThickboxWrapper .header_content_inner {
	height: 51px;
	position: absolute;
	top: 49px;
	left: 49px;
	width: 100%;
	background: #F7F7F7 url(images/bg_popup_body.gif) repeat-x left 45px;
}
div#mgxThickboxWrapper .footer_content_inner {
	background: #F7F7F7;
	height: 30px;
	position: absolute;
	bottom: 50px;
	left: 49px;
	width: 100%;
}
div#mgxThickboxWrapper .header_content_inner .closeBtn {
	float: right;
	background: url(images/close.gif) no-repeat right 2px;
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	margin: 14px 20px 0px 0px;
	padding: 2px 20px 2px 0px;
}
div#mgxThickboxWrapper .header_content_inner .smallLogo {
	height: 45px;
	background: url(images/logosmall.gif) no-repeat;
	width: 115px;
	float: left;
}
div#mgxThickboxWrapper .content {
	background: url(images/thickbox/border-left.png) repeat-y left top;
	padding: 0px 0px 0px 50px;
}
div#mgxThickboxWrapper .content .content_inner{
	background: url(images/thickbox/border-right.png) repeat-y right top;
	padding: 0px 50px 0px 0px;
}

div#mgxThickboxBody {
	background: #F7F7F7;
	padding: 20px 20px 0px 20px;
}
iframe {
	overflow: auto;
}













.addThis {
	text-align: center;
	padding-top: 10px;
}
.serviceHeaderButtonBar {
	padding-top: 0px;
	float: right;
	text-align: center;
}
.serviceHeaderButtonBar .linkBar {
	padding-top: 8px;
}
.serviceHeaderButtonBar .linkBar a {
	text-decoration: underline;
}
.serviceHeader {
	padding-top: 0px;
	height: 36px;
}
.serviceHeaderTrial {
	height: 52px;
}
.serviceHeaderWithButtonBar {
	padding-top: 15px;
	height: 70px !important;
}
.serviceHeader h2, .serviceHeader h3 {
	padding: 0px;
	margin: 0px;
	color: #333;
	float: left;
	font-size: 20px;
	font-weight: normal;
	padding-right: 5px;
}
.serviceHeader h3 {
	padding-right: 95px;
	font-weight: bold;
}
.serviceHeader h3.stars1 {
	background: url('images/star1y.gif') top right no-repeat;
	color: #0daa11 !important;
}
.serviceHeader h3.stars2 {
	background: url('images/star2y.gif') top right no-repeat;
	color: #2380ff !important;
}
.serviceHeader h3.stars2b {
	/* background: url('images/star2y.gif') top right no-repeat;
*/
	color: #2380ff !important;
}
.serviceHeader h3.stars3 {
	background: url('images/star3y.gif') top right no-repeat;
	color: #ff6600 !important;
}
.service1 {
	color: #0daa11 !important;
	font-weight: bold;
}
.service2 {
	color: #2380ff !important;
	font-weight: bold;
}
.service3 {
	color: #ff6600 !important;
	font-weight: bold;
}
/*******************Thickbox Ende**********************/
.picTextLink:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.picTextLink a {
	float: left;
}
.picTextLink a span {
	display: block;
	line-height: 23px;
	background: url(images/bg_textlink.gif) no-repeat right top;
	padding-right: 10px;
}
.picTextLink a span em {
	display: block;
	line-height: 23px;
	background: url(images/bg_textlink.gif) no-repeat left top;
	padding-left: 28px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
.pictureWithText img {
	/*margin-bottom: 20px;*/
}
.pictureWithText .txt {}
.pictureWithText .img {}
.pictureWithText .top {}
.pictureWithText .top .txt {}
.pictureWithText .top .img {
	padding-bottom: 20px;
}
.pictureWithText .inline_top_right {}
.pictureWithText .inline_top_right .txt {}
.pictureWithText .inline_top_right .img {
	float: right;
	padding-left: 25px;
	padding-bottom: 20px;
}
.pictureWithText .inline_top_left {}
.pictureWithText .inline_top_left .txt {}
.pictureWithText .inline_top_left .img {
	float: left;
	padding-right: 25px;
	padding-bottom: 20px;
}
.pictureWithText .column_top_right {}
.pictureWithText .column_top_right txt {}
.pictureWithText .column_top_right .img {
	padding-left: 25px;
	padding-bottom: 20px;
}
.pictureWithText .column_top_left {}
.pictureWithText .column_top_left .txt {}
.pictureWithText .column_top_left .img {
	padding-right: 25px;
	padding-bottom: 20px;
}
.pictureWithText .bottom {}
.pictureWithText .bottom .txt {}
.pictureWithText .bottom .img {
	padding-top: 20px;
}
.pictureWithText .inline_bottom_right {}
.pictureWithText .inline_bottom_right .txt {}
.pictureWithText .inline_bottom_right .img {}
.pictureWithText .inline_bottom_left {}
.pictureWithText .inline_bottom_left .txt {}
.pictureWithText .inline_bottom_left .img {}
.pictureWithText .column_bottom_right {}
.pictureWithText .column_bottom_right .txt {}
.pictureWithText .column_bottom_right .img {
	padding-left: 20px;
}
.pictureWithText .column_bottom_left {}
.pictureWithText .column_bottom_left .txt {}
.pictureWithText .column_bottom_left .img {
	padding-right: 20px;
}
.pictureWithText .top .img {
	text-align: center;
}

/******************************************************************************/
/*                      Separators                                            */
/******************************************************************************/
.separatorBig {
	height: 1px;
	overflow: hidden;
	width: 100%;
	background-color: #b0b0b0;
	margin-bottom: 20px;
}
.separatorBig div {
	height: 1px;
	background: url('images/separator_big_right.jpg') top right no-repeat;
}
.separatorBig div div {
	height: 1px;
	background: url('images/separator_big_left.jpg') top left no-repeat;
}
/******************************************************************************/
.picTextLink a:hover {
	text-decoration: none !important;
}