/*
 * background and container for all page elements
 */
#layout_wrapper {
	width: 976px;
	margin: 10px auto 10px auto;
}

#layout_top {
	height: 11px;
	background: url("../pix/layout_box_endings.gif") no-repeat left bottom;
}

#layout_main {
	background: url("../pix/layout_box_bg.gif");
	padding: 1px 5px;
}
.extended #layout_main {
	background-image: url("../pix/layout_box_bg_extended_bicolor.gif");
}
.extended #layout_main.home {
	background-image: url("../pix/layout_box_bg_extended_home.gif");
}


#layout_bottom {
	height: 20px;
	padding: 0 8px;
	background: url("../pix/layout_box_endings.gif") no-repeat right bottom #969696;
}

/*
 * Container for the navigation & content areas
 */
#main_wrapper {
	width: 764px;
	float: left;
	background: url("../pix/head.gif") no-repeat top;
	margin-top: -5px;
	position: relative;
}

.extended #main_wrapper {
	width: auto;
	float: none;
	margin-top: -2px;
	background: url("../pix/head_extended.gif") no-repeat 3px top;
} * html .extended #main_wrapper {
	background-position: 3px top;
}

.homeLinkWrapper, #homeLink {
	width: 100%;
	display: inline-block;
	height: 106px;
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.homeLinkWrapper a {
	height: 100%;
	display: block;
}

.homeLinkWrapper #homeLink {
	display: inline-block;
	width: 650px;
	height: 100%;
	left: auto;
	background: url('../pix/logo_rechtsschutz.gif') no-repeat 30px 40px;
}
	.schutzbrief .homeLinkWrapper #homeLink {
		background-image: url('../pix/logo_schutzbrief.gif');
	}
.homeLinkWrapper #ksLink {
	display: inline-block;
	width: 230px;
	height: 100%;
	left: auto;
	right: 20px;
	position: absolute;
	top: 0;
	background: url('../pix/logo_ks_service.gif') no-repeat 0px 40px;
}

/*
 * navigations for the divisions
 */
#nav_business {
	margin-left: 3px;
	margin-bottom: -2px;
	z-index: 200;
	position: relative;
	height: 28px;
	overflow: hidden;
}
.extended #nav_business {
	height: 35px;
	overflow: hidden;
	margin-left: 12px;
	margin-right: 5px;
	background: url('../pix/head_extended.gif') no-repeat bottom center;
}

#nav_business ul, #nav_level1 ul {
	display: inline;
}

#nav_business ul li, #nav_level1 ul li {
	float: left;
	font-family: Arial;
	text-align: center;
	padding: 0;
	color: #FFFFFF;
}

#nav_business ul li {
	width: 189px;
	height: 18px;
	margin-right: 1px;
	padding-top: 8px;
	overflow: hidden;
}
.extended #nav_business ul li {
	width: 295px;
	color: #FFE720;
	height: 35px;
	text-align: left;
	padding-top: 0;
	margin-right: 0px;
	margin-left: 2px;
	background-repeat: no-repeat;
	overflow: hidden;
}
	.extended #nav_business ul li#nav_search {
		width: 47px;
		margin-left: 2px;
	}

#nav_business ul #nav_business_1.highlight, #nav_business ul #nav_business_1:hover {	background-image: url("../pix/nav_business_hi_01.gif"); }
#nav_business ul #nav_business_2.highlight, #nav_business ul #nav_business_2:hover {	background-image: url("../pix/nav_business_hi_02.gif"); }
#nav_business ul #nav_business_3.highlight, #nav_business ul #nav_business_3:hover {	background-image: url("../pix/nav_business_hi_03.gif"); }
#nav_business ul #nav_business_4.highlight, #nav_business ul #nav_business_4:hover {	background-image: url("../pix/nav_business_hi_04.gif"); }

#nav_business ul li a {
	width: 100%;
	display: block;
	height: 100%;
}

#nav_business ul li.highlight a, #nav_business ul li:hover a {
	color: #FFE720;
}

	.extended #nav_business ul #nav_search {			background-image: url("../pix/nav_business_search.gif"); background-position: 0 0; }
	.extended #nav_business ul #nav_search:hover {		background-image: url("../pix/nav_business_search_hover.gif"); }
	.extended #nav_business ul #nav_search.highlight {	background-image: url("../pix/nav_business_search_active.gif"); }

	.extended #nav_business ul #nav_business_1 {			background-image: url("../pix/nav_business_01_ext_sprite.gif"); }
	.extended #nav_business ul #nav_business_2 {			background-image: url("../pix/nav_business_02_ext_sprite.gif"); }
	.extended #nav_business ul #nav_business_3 {			background-image: url("../pix/nav_business_03_ext_sprite.gif"); }
	.extended #nav_business ul li:hover {		background-position: center left; }
	.extended #nav_business ul li.highlight {	background-position: bottom left; }

	.extended #nav_business .cols_4 #nav_business_1 {	background: url("../pix/nav_business_ext_4.gif") no-repeat 0 top; }
	.extended #nav_business .cols_4 #nav_business_2 {	background: url("../pix/nav_business_ext_4.gif") no-repeat -222px top; }
	.extended #nav_business .cols_4 #nav_business_3 {	background: url("../pix/nav_business_ext_4.gif") no-repeat -444px top; }
	.extended #nav_business .cols_4 #nav_business_4 {	background: url("../pix/nav_business_ext_4.gif") no-repeat -666px top; }

	.extended #nav_business .cols_4 #nav_business_1:hover {	background-position: 0 -37px; }
	.extended #nav_business .cols_4 #nav_business_2:hover {	background-position: -222px -37px; }
	.extended #nav_business .cols_4 #nav_business_3:hover {	background-position: -444px -37px; }
	.extended #nav_business .cols_4 #nav_business_4:hover {	background-position: -666px -37px; }

	.extended #nav_business .cols_4 #nav_business_1.highlight {	background-position: 0px -73px; }
	.extended #nav_business .cols_4 #nav_business_2.highlight {	background-position: -222px -73px; }
	.extended #nav_business .cols_4 #nav_business_3.highlight {	background-position: -444px -73px; }
	.extended #nav_business .cols_4 #nav_business_4.highlight {	background-position: -666px -73px; }

	.extended #nav_business ul li a {
		font-weight: bold;
		font-size: 15px;
		padding-left: 20px;
		padding-top: 12px;
		color: #414B56;
		background-repeat: no-repeat;
	}

	.extended #nav_business .cols_4 li { width: 223px; margin-left: 0px; }
	.extended #nav_business .cols_4 #nav_search { margin-left: 1px; }
	.extended #nav_business ul li.highlight a {
		color: #FFE720;
	}


#nav_level1 {
	padding: 0 4px;
	margin-left: 1px;
	background-image: url("../pix/nav_level_1.gif");
}

.extended #nav_level1 {
	background-image: url("../pix/nav_level_1_extended.gif");
}

/*
 * Content-Area, container for the portal layout or the real page contents and content navigation
 */
#content_wrapper {
	/*background: url("../pix/content_box_bg.gif") repeat-y;*/
	padding: 0 8px 0px 4px;
	width: 760px;
	height: 100%;
	position: relative;
}* html #content_wrapper { /* IE6 hack */
	margin-right: -50px !important;
}
.extended #content_wrapper {
	background: url("../pix/content_box_top_rs.gif") no-repeat 3px 0;
	width: auto;
}* html .extended #content_wrapper { /* IE6 hack */
	margin-right: -250px !important;
}
.schutzbrief #content_wrapper {
	background: url("../pix/content_box_top_sb.gif") no-repeat 3px 0;
}

/*
 * Content-Navigation
 */
#layout_wrapper .structure {
	float: left;
	list-style: none !important;
}

#layout_wrapper #content_nav .structure {
	width: 196px;
	margin-top: -2px;
	margin-left: -8px;
}
.extended #layout_wrapper #content_nav .structure {
	margin-left: 8px;
	margin-top: 18px;
	width: 292px;
}

#layout_wrapper #content_main .structure {
	margin-left: -16px;
	list-style: none !important;
}

#layout_wrapper .structure ol {
	padding-top: 0px !important;
	padding-left: 16px !important;
	list-style: none !important;
}

#layout_wrapper .structure ol li {
	display: block !important;
	clear: both !important;
	margin: 10px 0 0 !important;
	background-position: top left;
	background-repeat: no-repeat;
}

#layout_wrapper .structure ol li ol {
	display: none;
}

#layout_wrapper .structure ol {
	margin-left: 0 !important;
}

#layout_wrapper .structure ol li.hasSub.open ol {
	display: block;
}

#layout_wrapper .structure ol li.hasSub {
	background: url("../pix/nav_content_closed.gif") no-repeat;
}

#layout_wrapper .structure ol li.hasSub.open, .structure ol li.hasSub.open.active {
	background: url("../pix/nav_content_hi_hassub_open.gif") no-repeat;
}

#layout_wrapper .structure ol li.business {
	background: none !important;
	font-size: 15px;
	font-weight: bold;
	margin-left: -16px !important;
}

#layout_wrapper .structure ol li.business li {
	font-weight: normal;
	font-size: 11px;
}

.structure ol li span {
	display: block;
	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;
}

#layout_wrapper .structure ol li a {
	display: block !important;
	margin-left: 0;
	padding-left: 16px;
	background: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
}

#layout_wrapper #content_main .structure ol li a {
	display: inline !important;
	text-decoration: none;
	background: transparent;
}

.structure li.active span {
	background-color: #FFE720;
}

.structure li.active li span {
	background-color: transparent;
}

#layout_wrapper .structure ol li.active li span {
	background-image: none !important;
}
#layout_wrapper .structure ol li.active li span a {
	background-image: none !important;
}

#layout_wrapper .structure .ol276 li.active span { background-image: url("../pix/nav_content_hi_top_276.gif"); }
#layout_wrapper .structure .ol260 li.active span { background-image: url("../pix/nav_content_hi_top_260.gif"); }
#layout_wrapper .structure .ol244 li.active span { background-image: url("../pix/nav_content_hi_top_244.gif"); }
#layout_wrapper .structure .ol228 li.active span { background-image: url("../pix/nav_content_hi_top_228.gif"); }
#layout_wrapper .structure .ol212 li.active span { background-image: url("../pix/nav_content_hi_top_212.gif"); }
#layout_wrapper .structure .ol196 li.active span { background-image: url("../pix/nav_content_hi_top_196.gif"); }
#layout_wrapper .structure .ol180 li.active span { background-image: url("../pix/nav_content_hi_top_180.gif"); }
#layout_wrapper .structure .ol164 li.active span { background-image: url("../pix/nav_content_hi_top_164.gif"); }
#layout_wrapper .structure .ol148 li.active span { background-image: url("../pix/nav_content_hi_top_148.gif"); }
#layout_wrapper .structure .ol132 li.active span { background-image: url("../pix/nav_content_hi_top_132.gif"); }
#layout_wrapper .structure .ol116 li.active span { background-image: url("../pix/nav_content_hi_top_116.gif"); }

#layout_wrapper .structure .ol276 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_276.gif"); }
#layout_wrapper .structure .ol260 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_260.gif"); }
#layout_wrapper .structure .ol244 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_244.gif"); }
#layout_wrapper .structure .ol228 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_228.gif"); }
#layout_wrapper .structure .ol212 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_212.gif"); }
#layout_wrapper .structure .ol196 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_196.gif"); }
#layout_wrapper .structure .ol180 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_180.gif"); }
#layout_wrapper .structure .ol164 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_164.gif"); }
#layout_wrapper .structure .ol148 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_148.gif"); }
#layout_wrapper .structure .ol132 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_132.gif"); }
#layout_wrapper .structure .ol116 li.hasSub.active span { background-image: url("../pix/nav_content_hi_hassub_116.gif"); }

#layout_wrapper .structure .ol276 li.active span a { background-image: url("../pix/nav_content_hi_bottom_276.gif"); }
#layout_wrapper .structure .ol260 li.active span a { background-image: url("../pix/nav_content_hi_bottom_260.gif"); }
#layout_wrapper .structure .ol244 li.active span a { background-image: url("../pix/nav_content_hi_bottom_244.gif"); }
#layout_wrapper .structure .ol228 li.active span a { background-image: url("../pix/nav_content_hi_bottom_228.gif"); }
#layout_wrapper .structure .ol212 li.active span a { background-image: url("../pix/nav_content_hi_bottom_212.gif"); }
#layout_wrapper .structure .ol196 li.active span a { background-image: url("../pix/nav_content_hi_bottom_196.gif"); }
#layout_wrapper .structure .ol180 li.active span a { background-image: url("../pix/nav_content_hi_bottom_180.gif"); }
#layout_wrapper .structure .ol164 li.active span a { background-image: url("../pix/nav_content_hi_bottom_164.gif"); }
#layout_wrapper .structure .ol148 li.active span a { background-image: url("../pix/nav_content_hi_bottom_148.gif"); }
#layout_wrapper .structure .ol132 li.active span a { background-image: url("../pix/nav_content_hi_bottom_132.gif"); }
#layout_wrapper .structure .ol116 li.active span a { background-image: url("../pix/nav_content_hi_bottom_116.gif"); }

/*
 * part of the content area for the real page content
 */
#content_main {
	float: right;
	margin-right: 55px;
	width: 470px;
	height: 100%;
	overflow: hidden;
}* html #content_main { /* IE6 hack */
	margin-right: 25px !important;
}
.extended #content_main {
	margin-right: 140px;
}* html .extended #content_main { /* IE6 hack */
	margin-right: 70px !important;
}

body.iframe #content_main {
	margin: -8px 10px -33px 11px;
	width: auto;
	float: none;
}

#content_main h3 {
	margin-top: 14px;
}

#content_main div h3 {
	margin-top: auto;
}

#layout_main {
	padding-bottom: 34px;
}* html #layout_main { /* IE6 hack */
	padding-bottom: 0px;
}* + html #layout_main { /* IE7 hack */
	padding-bottom: 0px;
}

#content_main div.iframe_wrapper {
	text-align: center;
}

#content_main div.iframe_wrapper iframe {
	max-width: 100%;
}

	body #main_wrapper div.iframe_wrapper {
		text-align: center;
		margin: 1px 16px 0px 0px;
	}
		body #main_wrapper div.iframe_wrapper iframe.wide {
			width: 756px;
		}

	body.extended #main_wrapper div.iframe_wrapper {
		text-align: center;
		margin: 12px 0px -32px -3px;
	}
		.schutzbrief div.iframe_wrapper {
			background: url("../pix/content_box_top_sb.gif") no-repeat scroll 6px 0 transparent;
			padding-top: 12px;
			padding-bottom: 2px;
		}

		body.extended #main_wrapper div.iframe_wrapper iframe.wide {
			width: 933px;
		}


/*
 * Content-Footer
 */
#content_footer {
	clear: both;
	height: 39px;
	width: 776px;
	padding-left: 14px;
	margin-bottom: -35px;
	background: url("../pix/content_box_bottom.gif") no-repeat left bottom;
}* html #content_footer { /* IE6 hack */
	margin-bottom: 0px;
}* + html #content_footer { /* IE7 hack */
	margin-bottom: 0px;
}
.extended #content_footer {
	background-image: url("../pix/content_box_bottom_bicolor.gif");
	width: auto;
	margin-left: 0px;
	height: 51px;
	padding-left: 28px;
}
.extended .home #content_footer {
	background-image: url("../pix/content_box_bottom_home.gif");
	height: 25px;
}

#toplink span, #content_functions ul li {
	float: left;
	height: 35px;
	display: block;
	padding: 0px 0px 0px 36px;
	margin-left: 12px;
	background-position: 0 5px;
}

* html #content_functions ul li {
	margin-left: 6px;
	margin-right: 6px;
}

#toplink span, #content_functions a {
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	background: url("../pix/content_footer_icons.gif") no-repeat left 5px;
}

#toplink {
	width: 164px;
	background: url("../pix/content_footer_bg.gif") no-repeat left bottom;
	float: left;
}

#toplink span {
	float: none;
	padding-top: 15px;
}

#content_functions {
	margin-right: 80px;
	width: 472px;
	float: right;
	display: block;
	background: url("../pix/content_footer_bg.gif") no-repeat right bottom;
}* html #content_functions { /* IE6 hack */
	margin-right: 38px;
}
.extended #content_functions {
	margin-right: 146px;
	height: 35px;
}* html .extended  #content_functions { /* IE6 hack */
	margin-right: 75px;
}

#content_functions ul {
	padding-left: 0;
}

#content_functions ul li {
	padding-left: 0px;
}

#content_functions ul li a {
	padding-left: 35px;
	padding: 15px 4px 0px 35px;
}

#toplink:hover span {
	background-position: left 0px;
}

ul li#content_footer_pdf a			{	background-position: left -30px; }
ul li#content_footer_pdf a:hover	{	background-position: left -35px; }

ul li#content_footer_print a		{	background-position: left -135px; }
ul li#content_footer_print a:hover	{	background-position: left -140px; }

ul li#content_footer_sent2afriend a			{	background-position: left -100px; }
ul li#content_footer_sent2afriend a:hover	{	background-position: left -105px; }


ul li#content_footer_bookmark a			{	background-position: left -65px; }
ul li#content_footer_bookmark a:hover	{	background-position: left -70px; }

#content_functions ul li#del_pdf_link {
	visibility: hidden;
}

/*
 * Sidebar
 */
#sidebar_wrapper {
	width: 198px;
	float: right;
	margin-top: -6px;
	margin-bottom: -34px;
}

#sidebar_wrapper .img {
	margin-bottom: 5px;
	padding-bottom: 10px;
	width: 100%;
}

#sidebar_wrapper .img img {
	width: 100%;
	border: none;
}

#layout_wrapper #sidebar_wrapper .img a {
	background: transparent !important;
	padding: 0;
	text-decoration: none;
}

#sidebar_wrapper .sidebox {
	margin-top: 7px;
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

#sidebar_wrapper .sidebox .content {
	overflow: hidden;
	position: relative;
}

#sidebar_wrapper .sidebox.img.clean {
	padding: 0;
	margin-bottom: 0;
}

#sidebar_wrapper .sidebox.img.clean.rounded .content {
	padding: 0 3px;
}

#sidebar_wrapper .sidebox .top {
	background-position: top;
	background-repeat: no-repeat;
}

#sidebar_wrapper .sidebox.yellow div.top, #sidebar_wrapper .sidebox.grey div.top {
	background-image: url("../pix/sidebox_yellow_endings.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 8px;
}

#sidebar_wrapper .sidebox.grey div.top {
	background-image: url("../pix/sidebox_grey_endings.gif");
}* html #sidebar_wrapper .sidebox div.top { /* IE6 hack */
	margin-bottom: -5px;
}

#sidebar_wrapper .sidebox em.top {
	background-image: url("../pix/sidebox_head.gif");
	display: block;
	padding: 8px 5px 0px 10px;
	height: 20px;
	overflow: hidden;
	color: #FFE720;
}

#sidebar_wrapper .sidebox.yellow div.content {
	background-image: url("../pix/sidebox_yellow_bg.gif");
	padding: 0 8px;
	width: 182px !important;
}

#sidebar_wrapper .sidebox.grey div.bottom, #sidebar_wrapper .sidebox.yellow div.bottom {
	background-image: url("../pix/sidebox_grey_endings.gif");
	background-position: right top;
	height: 10px;
	width: 100% !important;
	font-size: 6px;
}

#sidebar_wrapper .sidebox.yellow div.bottom {
	background-image: url("../pix/sidebox_yellow_endings.gif");
	background-position: right top;
}

#sidebar_wrapper .sidebox.grey div.content {
	background-image: url("../pix/sidebox_grey_bg.gif");
	padding: 0 8px 2px;
	width: 182px !important;
}

#sidebar_wrapper .sidebox.yellow span, #sidebar_wrapper .sidebox.grey span {
	margin-top: 8px;
}

#sidebar_wrapper .sidebox ul {
	list-style: none;
	display: block;
	padding: 0;
}

#sidebar_wrapper .link_box ul li, #sidebar_wrapper #side_search ul li, #sidebar_wrapper .customer_node_security_info a {
	padding-left: 12px;
	margin-left: 3px;
	padding-bottom: 8px;
	background: url("../pix/arrow_grey.gif") no-repeat;
	display: block;
}

#sidebar_wrapper .customer_node_security_info a {
	text-decoration: none !important;
	padding-bottom: 0;
}

#sidebar_wrapper .customer_node_security_info a span.logout {
	font-weight: bold;
}

#layout_wrapper #sidebar_wrapper .link_box ul li a {
	background: transparent;
	text-decoration: none;
}

#sidebar_wrapper .sidebox ul li.last {
	padding-bottom: 0px;
}

#sidebar_wrapper #side_search {
	margin-top: -4px;
}

#sidebar_wrapper #side_search .content {
	margin-top: -8px;
}

#sidebar_wrapper #side_search ul {
}

#sidebar_wrapper #side_search ul li {
	margin-top: 8px;
	padding-bottom: 0;
}

#sidebar_wrapper #side_search em.top {
	background-image: none;
	margin-bottom: 8px;
}

#sidebar_wrapper #side_search img {
	margin-bottom: -34px;
}

#sidebar_wrapper #side_search .phoneno {
	font-weight: bold;
}

#sidebar_wrapper #side_search .phoneno .highlight1 {
	color: #BB0C41;
}

#sidebar_wrapper #side_search .phoneno .highlight2 {
	color: #eabb00;
}

#sidebar_wrapper #side_search div.content span {
	display: block;
	padding-left: 15px;
}

#sidebar_wrapper #side_search div.content li span {
	padding-left: 0px;
	display: inline;
}

#layout_wrapper .searchTerm {
	width: 400px;
	height: 16px;
}

#sidebar_wrapper .searchTerm {
	margin-left: 5px;
	width: 135px;
	height: 16px;
}

#layout_wrapper .search {
	width: 30px;
	margin-left: 0px;
	height: 23px;
	margin-bottom: -1px;
}

/*
 * Page-Footer
 */
#page_footer {
	clear: both;
	width: 100%;
}

#page_footer ul li {
	float: left;
	padding: 0 5px;
	color: #414B56;
	color: #606060;
	font-size: 12px;
	border-right: 1px solid #808080 !important;
}

#page_footer ul li.last {
	border-right: none !important;
}

#page_footer ul li a {
	color: #606060;
}

#page_footer ul li a:hover {
	color: #D3D3D3;
}

/*
 * portal container
 */
#content_portal {
	width: 100%;
	padding-top: 225px;
	background-repeat: no-repeat;
	margin-left: 4px;
}* html #content_portal { /* IE6 hack */
	margin-bottom: -18px;
}
.extended #content_portal {
	margin-left: 2px;
	background-position: 1px 0;
}

/* teaser box */
#layout_wrapper .portal_teaser_box {
	background: url("../pix/portal_teaser_box.gif") no-repeat;
	height: 201px;
	width: 208px;
	float: left;
	margin: 0 4px -19px 10px;
	padding: 16px 12px 16px 16px;
	overflow: hidden;
}* html #layout_wrapper .portal_teaser_box { /* IE6 hack */
	margin-left: 7px;
	margin-bottom: 0;
}
.extended #layout_wrapper .portal_teaser_box {
	height: auto;
	width: 272px;
	margin-left: 12px;
	padding-left: 16px;
	margin-top: 4px;
	padding: 10px 16px 0 16px;
	margin: 4px 0 0px 12px;
	font-size: 15px;
	background: url("../pix/portal_teaser_box_extended.gif") no-repeat left top;
}* html .extended #layout_wrapper .portal_teaser_box { /* IE6 hack */
	margin-left: 6px;
	margin-right: 0;
	width: 272px;
	margin-right: 6px;
	padding-bottom: 16px;
}

* html .extended #layout_wrapper .portal_teaser_box.first { /* IE6 hack */
	margin-left: 12px;
}

#layout_wrapper .portal_teaser_box em {
	display: block;
	color: #FFE720;
	font-weight: bold;
	margin-bottom: 8px;
}

#layout_wrapper .portal_teaser_box span {
	margin-top: 8px;
	display: block;
	color: #FFFFFF;
}
	.extended #layout_wrapper .portal_teaser_box span {
		font-size: 12px;
	}

#layout_wrapper .portal_teaser_box img {
	border: 1px solid #8A8E96;
	border-left-color: #54585F;
	border-top-color: #54585F;
	width: 200px;
}
.extended #layout_wrapper .portal_teaser_box img {
	width: 270px;
	margin-top: 2px;
}

#layout_wrapper .portal_teaser_box span.read_more {
	float: right;
	color: #FFE720;
	text-decoration: underline;
	padding-right: 16px;
	background: url("../pix/arrow_yellow.gif") no-repeat right;
	margin-top: auto;
}

.searchResult span.match {
	background-color: #FFF49D;
	background-color: #FFF720;
}

.searchResult dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
}

.news_overview {
	list-style: none !important;
	margin-left: 0 !important;
}

.nav_news {
	padding-top: 20px !important;
	display: block;
	border-bottom: 1px solid #AAAAAA;
}

.nav_news {
	margin: 0 !important;
	padding: 10px 0 !important;
}

.nav_news span {
	margin: 0 !important;
	padding: 0 !important;
}

.nav_news .previous {
	width: 30%;
	text-align: left;
	display: inline-block;
}

.nav_news .previous a {
	text-decoration: none !important;
	padding-left: 12px;
	background: url("../pix/arrow_grey_left.gif") no-repeat left top;
}

.nav_news .next a {
	text-decoration: none !important;
	padding-right: 12px;
	background: url("../pix/arrow_grey.gif") no-repeat right top;
}

.nav_news .next {
	width: 30%;
	text-align: right;
	display: inline-block;
}

.nav_news .date {
	width: 38%;
	text-align: center;
	display: inline-block;
}

.news_overview .date {
	color: #FFF720;
	font-weight: bold;
}

.news_overview a {
	text-decoration: none !important;
}

#content_main .news_overview .date {
	color: #FFAB42;
	display: inline-block;
	width: 110px;
	float: left;
	padding-left: 14px !important;
	background: url("../pix/arrow_orange.gif") no-repeat left top;
}

#content_main .news_overview li {
	border-top: 1px solid #000000;
	padding: 14px 0 !important;
}

.sidebox .news_overview {
	margin-top: -4px !important;
}

.sidebox .news_overview li {
	margin-top: 4px !important;
	margin-left: 3px !important;
	background: url("../pix/arrow_yellow.gif") no-repeat left top;
	padding-left: 12px !important;
	padding-bottom: 4px !important;
	border-bottom: 1px solid #AAAAAA;
	overflow: hidden;
	width: 160px;
}

.news_overview li.last {
	padding-bottom: 0 !important;
	border-bottom: none;
}

.news_overview em, .news_overview .lead {
	display: inline-block;
	font-weight: bold;
	width: 100%;
}

.news_overview .lead {
	font-weight: normal;
	margin-top: 4px !important;
	display: block;
}

#content_main .news_overview .lead, #content_main .news_overview em {
	overflow: hidden;
	width: 330px;
}

#content_main .news_overview .lead {
	padding-left: 124px;
	width: 337px;
}

.sidebox .news_overview em {
	color: #FFF720;
}

.sidebox .news_overview .lead {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 4px;
}

.sidebox .news_overview .last .lead {
	border-bottom: none;
	padding-bottom: 0;
}

#content_footer #social_bookmark_bar_wrapper {
	display: none;
}

.social_bookmark_bar {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	display: inline-block;
	width: auto;
}

.social_bookmark {
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	padding: 1px;
	margin: 1px;
	width: 18px;
	height: 18px;
	display: inline-block;
	line-height: 5px;
}

.social_bookmark img {
	width: 18px !important;
	height: 18px !important;
	border: none;
}

#content_main .google_directions * {
	margin: auto;
}

#content_main .google_directions #map {
	width: 100%;
	height: 360px;
}

#content_main .google_directions #map div {
	overflow: visible;
}

#content_main .google_directions #map .gmnoprint {
	margin-left: 0 !important;
}

#content_main .google_directions #map .gmnoprint .gmnoprint div {
}

#content_main .google_directions #map .gmnoprint .gmnoprint div div {
	color: #000000;
	margin-top: auto !important;
}

#content_main .google_directions #directions_area {
	width: 438px;
	overflow: hidden;
}

#content_main .google_directions #directions_info {
	width: 99%;
	display: none;
	padding: 0 !important;
}

.print_logo {
	display: none;
	margin-bottom: 20px;
}

.registeredMails li {
	position: relative;
}

.unregisterLink {
	position: absolute;
	right: 0;
	top: 0;
}* html .unregisterLink {
	right: 16px;
}

.login_error {
	display: block;
	padding-top: 110px;
	color: #BB0C41;
}

.products {
	width: 470px;
}

.products div {
	width: auto !important;
	margin: 0;
}

.products .combi .head {
	margin-bottom: 8px;
	display: block;
	width: 100%;
	clear: both;
}

.newsletter_index {
	margin: 0;
	padding: 0;
}

.products .head em {
	font-weight: bold;
}

.products .product .head em {
	font-size: 110%;
}

.products .combi .head em {
	font-size: 130%;
}

.products .combi .combi .head em, .products .combi .product .head em, .products .combi .product_half_left .head em, .products .combi .product_half_right .head em {
	font-size: 110%;
}

.products .combi .combi .product .head em {
	font-size: 90%;
}

.products .product, .products .product_full, .products .product_half_left, .products .product_half_right {
	display: block;
	width: 100%;
	background-color: #E0E8F7;
	color: #414B56 !important;
	border: 1px solid #969696 !important;
	padding: 6px;
	margin-top: 5px !important;
	height: 90px;
	overflow: hidden;
	vertical-align: top;
}

.products .combi .product, .products .combi .product_half_left, .products .combi .product_half_right {
	background-color: #E0E8F7;
	width: 29% !important;
	float: left;
	margin-right: 1%;
}

* html .products .combi .product, .products .combi .product_half_left, .products .combi .product_half_right {
	width: 29% !important;
}

.products .product_full {
	width: auto !important;
	height: auto;
	padding-bottom: 40px;
}

.products .combi .product_full {
	margin-right: 2%;
	padding-bottom: 0;
	padding-bottom: 40px;
}

.products .product_half_left, .products .product_half_right {
	width: 46% !important;	
	margin-right: 2%;
	float: left;
}

* html .products .product_half_left, * html .products .product_half_right {
	margin-right: 1%;
}

.products .combi .product_half_left, .products .combi .product_half_right {
	width: 45% !important;	
	margin-right: 2%;
}

.products .product_half_right {
	margin-right: 0 !important;
	float: none;
	clear: right;
}

.products .combi {
	display: block;
	width: 100%;
	background-color: #B1C5EA;
	border: 6px solid #969696 !important;
	padding: 10px;
	padding-right: 4px;
	margin-top: 5px !important;
	clear: both;
}

.products .clear {
	width: 100%;
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 1px;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.products .combi .combi {
	background-color: #c1d1ee;
	border-width: 4px !important;
	margin-right: 6px;
}

.products .combi .combi .combi {
	background-color: #d0dcf2;
	border-width: 2px !important;
	color: #FFFFFF;
}

.products .combi .combi .combi .combi {
	background-color: #e0e8f7;	
	color: #414B56;
}

.products .combi .combi .product, .products.combi  .combi .product_half_left, .products .combi .combi .product_half_right {
	background-color: #e0e8f7;
}
