body {
	font-family: Arial;
	font-size: 10px;
	color: #3E3D40;
}

.body {
	background: #ffffff url(/portaldata/1/resources/_intern/layout/bg.png) no-repeat;
}

/* ----------------------------------------------------- 
   Default Styles
   ----------------------------------------------------- */


a {
	color: #0D2A66;
	text-decoration: none;
}

a:hover {
	color: #EC7C16;
}

a.arrow {
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_arrow_blue.png) 0 0.45em no-repeat;
	padding-left: 1.25em;
	display: inline-block;
	color: #0D2A66;
}
a.arrow:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_arrow_orange.png) 0 0.45em no-repeat;
	color: #EC7C16;
}

h1, h2.boldblue {
	color: #2A7BBE;
	border-bottom: 1px dotted #2A7BBE;
	font-size: 1.5em; /* entspricht 18px bei font-size: 1.2em aus parent */
	padding-top: 1em;
	padding-bottom: 0.222em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size: 1em;
}

h2 a {
	color: #3E3D40;
}

h3 {
	font-weight: bold;
}

h3.boldblue {
	font-weight: bold;
	color: #2A7BBE;
	border-bottom: 1px dotted #2A7BBE;
	padding-top: 1em;
	font-size: 1em;
	padding-bottom: 0.222em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}

ul {
	padding-left: 1.6em; /*   todo:  verify it doesn't destroy anything else */
}

ul li, .contentpane ul.items ul li {
	/*   todo:  verify it doesn't destroy anything else */
	list-style-image: url(/portaldata/1/resources/_intern/layout/icon_sidebar_orange.png);
	list-style-type: square;
}

ol {
	margin: 0;
	padding-left: 1.5em;
}

ol li {
	list-style-type: decimal;
}

p {
	margin: 1.25em 0;
}

tr {
}

td {
	text-align: left;
	font-size: inherit;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}
p.morelink a{
	background:#FFFFFF url(/portaldata/1/resources/_intern/layout/icon_navi_blue.png) no-repeat scroll 0.2em 0.4em;
	padding-left: 1.2em;
	float: right;
}
p.morelink a:hover {
	background:#FFFFFF url(/portaldata/1/resources/_intern/layout/icon_navi_orange.png) no-repeat scroll 0.2em 0.4em;
}

/* ----------------------------------------------------- 
   spacing correction styles
   ----------------------------------------------------- */

.margin-top-0 {
	margin-top: 0;
}

.margin-top-1em {
	margin-top: 1em;
}

/* ----------------------------------------------------- 
   forms
   ----------------------------------------------------- */

.warning {
	color: #EC7C16 !important;
}

.validationSummary {
	color: #EC7C16 !important;
	padding: 1em 0;
}

input {
}

input[type=text], input[type=password], textarea {
	/*border: 1px solid #3E3D40;*/
	margin-bottom: .35em;
	background-color: #ffffff;
	line-height: 1.1em;
}

label {
	font-weight: bold;
}

label.fixed-width {
	float: left;
	width: 125px;
	font-weight: bold;
	float: left;
}


.fixed-button {
	width: 24em;
	font-weight: bold;
	float: left;
	font-weight: normal;
}
.fixed-button label{
	padding-left: 0.5em;
	font-weight: normal;
}

span.radiobutton label {
	font-weight: normal;
	padding: 0 1em 0 .5em;
}

.form input {
	/*margin-bottom: 0.25em;*/
}
.form .captcha {
	float: left;
	width: 41em;
}

.fl {
	float: left;
}

/* ----------------------------------------------------- 
   Container
   ----------------------------------------------------- */

.wrapper {
	width: 99.9em;
	position: relative;
	padding: 0 10px 0 0;
}


.logo {
	float: right;
	width: 13.9em;
}

.logo img {
	width: 5em;
	height: 23em;
}

.container {
	width: 86em;
	float: left;
}

.header {
	height: 7.6em; /*11.6em;*/
	margin-left: 1.5em;
}

.header-left {
	width: 59.9em;
	padding-top: 1em; /*3.2em;*/
	float: left;
}
.header-right {
	position: absolute;
	top: 0em;
	left: 61.3em;
	width: 22em; 
	padding-top: 1em; /*3.2em;*/
	z-index: 500;
}

.header-right p {
	line-height: 2.3em;
	padding: 0 0 0.2em 1em;
	color: #0D2A66;
	margin: 0;
}

/* ----------------------------------------------------- 
   header links, search
   ----------------------------------------------------- */
.languagebox {
	width: 22em;
	padding: 0 0 0.2em 0;
}
.languagebox a {
	line-height: 2.3em;
}
.languagebox a.languageselect {
	float: left; 
	display: block;
	padding-left:1.2em; 
	background:transparent url(/portaldata/1/resources/_intern/layout/icon_language.gif) no-repeat scroll
}
.languagebox a.languageselect:hover {
	background:transparent url(/portaldata/1/resources/_intern/layout/icon_language_over.gif) no-repeat scroll
}
.languagebox a.worldwide {
	float: right;
	display: block;	
	padding-left:2.5em; 
	background:transparent url(/portaldata/1/resources/_intern/layout/icon_world.gif) no-repeat scroll
}
.languagebox a.worldwide:hover {
	background:transparent url(/portaldata/1/resources/_intern/layout/icon_world_over.gif) no-repeat scroll
}


.searchbox {
	/*	height: 2.2em;*/
	width: 21.8em;
	height: 2em;
	margin: 0; /*border: .1em solid #0D2A66;*/
}
.searchbox input {
	border: 0.1em solid #0D2A66;
	border-right: none;
	width: 19.3em;
	height: 1.7em;
	padding: 0.3em 0 0 0;
	float: left;
}
.searchbox input.searchbutton {
	display: block;
	width: 2.3em;
	float: left;
	height: 2em;
	padding: 0;
	border: 0.1em solid #0D2A66 !important;
	border-left: none !important;
}

/* ----------------------------------------------------- 
   countries
   ----------------------------------------------------- */

.portal-select {
	width: 22em;
	z-index: 500;
	position: relative;
	padding: 0;
	margin: 0;
}
.portal-select li {
	list-style-type: none;
	list-style-image: none;
}
.portal-select li a {
	background: url(/portaldata/1/resources/_intern/layout/portal_select_bg.png) no-repeat;
	height: 2.2em;
	width: 22em;
	line-height: 2.2em;
	display: block;
	padding: 0 0 0 1em;
}

.portal-select ul {
	display: none;
	width: 36em;
	height: auto;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

.portal-select ul li {
	float: left;
	width: 12em;
	padding: 0;
	margin: 0;
}
.portal-select ul {
	display: none;
	position: fixed;
	padding: 0;
	margin: 0;
}

.portal-select ul li a {
	height: 2.2em;
	width: 13em;
	line-height: 2.2em;
	display: block;
	padding: 0 0 0 1.5em;
	background-image: none;
	background-color: #ffffff;
	background: url(/portaldata/1/resources/_intern/layout/icon_navi.png) no-repeat 0.3em 0.7em;
}
.portal-select ul li a:hover {
	background: url(/portaldata/1/resources/_intern/layout/icon_navi_orange.png) no-repeat 0.3em 0.7em;
}

.portal-select li:hover ul, .portal-select li:hover ul:visited {
	visibility: visible;
}




.portal-select li:hover ul, .portal-select a:hover ul {
	display: block;
	height: auto;
}

/* ----------------------------------------------------- 
   MainNavigation
   ----------------------------------------------------- */

.main-navigation {
	height: 3.2em;
	width: 81.9em;
	margin: 0 2.6em 0 1.5em;
	background: transparent url(/portaldata/1/resources/_intern/layout/mainnavi-bg.png) repeat-x;
}

.main-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.main-navigation li {
	float: left;
	text-transform: uppercase;
	position: relative;
	height: 2.9em;
	line-height: 2.9em;
	font-size: 11px;
	font-weight: bold;
	z-index: 100;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.main-navigation .active {
	background-color: #EC7C16;
}
.main-navigation ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 2.9em;
	left: 0em;
	padding: 0;
	margin: 0;
}
.main-navigation ul li:hover ul, .main-navigation ul a:hover ul {
	visibility: visible;
	display: block;
	height: auto;
	padding: 0;
	margin: 0;
}
.main-navigation table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -0.1em;
	top: 0.1em;
}
.main-navigation ul li:hover ul, .main-navigation ul ul {
	width: 14em;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	padding: 0;
	margin: 0;
}
.main-navigation ul ul li {
	background: url(/portaldata/1/resources/_intern/layout/icon_navi.png) no-repeat 0.2em 0.5em;
	background-color: #fff;
	height: auto;
	width: 100%;
	padding: 0.4em 0.1em;
	border-bottom: 0.1em solid #A3C5E2;
}
.main-navigation a, .main-navigation a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 1.7em;
	padding: 0 1.5em;
}
.main-navigation ul li a, .main-navigation ul li a:visited {
	float: left;
}
.main-navigation ul ul li a, .main-navigation ul ul li a:visited {
	display: block;
	color: #0D2A66;
	padding: 0 0.2em 0 1.3em;
	line-height: 1em;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	height: auto;
}

.main-navigation ul ul li:hover {
	background: url(/portaldata/1/resources/_intern/layout/icon_navi_blue.png) no-repeat 0.2em 0.5em;
	display: block;
	background-color: #2A7BBE;
	color: #ffffff;
}
.main-navigation ul ul li:hover a {
	color: #ffffff;
}

.main-navigation ul ul a:hover {
	color: #ffffff;
	background: none;
}

.main-navigation ul li:hover, .main-navigation ul a:hover {
	background-color: #EC7C16;
	color: #ffffff;
}


.main-navigation-border {
	height: .3em;
	margin-left: 1.4em;
	background: transparent url(/portaldata/1/resources/_intern/layout/navi_border_bottom.png) no-repeat;
}

/* ----------------------------------------------------- 
   content
   ----------------------------------------------------- */

.content {
}

.sidebar-left {
	width: 21.9em;
	float: left;
	min-height: 1px;
}

.content-container {
	width: 58.6em;
	float: left;
	background: #ffffff;
	padding: 0 1.3em 0 1.6em;
	min-height: 300px;
	min-width: 58.6em;
}
.sidebar-right {
	width: 16.5em;
	float: left;
	margin-top: 14.2em;
}

/* ----------------------------------------------------- 
   Homepage
   ----------------------------------------------------- */

.flash-branches {
	width: 820px; /*height: 300px;*/
	margin-left: 15px;
}
.flash-products {
	width: 820px; /*height: 290px;*/
	margin-left: 15px;
}

.homepage-column {
	font-size: 1.2em;
	width: 21.917em; /* 263 px */
	float: left;
	margin-left: 1.25em; /* 15 px */
	line-height: 1.5em;
}

.homepage-column ul {
	padding: 0;
	margin: 0;
}

.homepage-column li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.homepage-column li img {
	float: left;
	display: inline;
	padding: 0 1em 1em 1em;
}

.homepage-column h2 {
	font-size: 1.333em; /*14px*/
	padding: 1.1875em 0 .25em 0; /*19px 0 4px 0*/
	margin-bottom: 0.9375em; /*15px*/
	color: #2A7BBE;
	border-bottom: 1px dotted #2A7BBE;
	font-weight: normal;
}

.homepage-column h3 {
	font-weight: bold;
	color: #0D2A66;
	margin-top: 1.25em; /* 15 px */
}

.homepage-column p {
	margin: 0;
}


.homepage-column p a {
	color: #3E3D40;
}

.homepage-column li.featured {
	background-color: #CDE3F2;
	padding-top: 1.25em;
}

.homepage-column li.featured h3 {
	margin-top: 0;
}

.homepage-column a.button {
	display: block;
	color: #ffffff;
	border: 1px solid #0D2A66;
	background: transparent url(/portaldata/1/resources/_intern/layout/btn_bg.png) repeat-x;
	margin-top: 1em;
	padding-left: .5em;
	line-height: 1.5em;
	height: 1.5em;
}

/* ----------------------------------------------------- 
   Subnavigation
   ----------------------------------------------------- */

/* 1st level */

.sidebar-left ul.subnavigation {
	font-size: 12px;
	margin: 0 0 0 1.33em;
	padding: 2.7em 0 0 0;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}
.sidebar-left ul.subnavigation li {
	list-style-type: none;
	list-style-image: none;
}

.sidebar-left ul.subnavigation li a {
	border-bottom: 1px solid #A3C5E2;
	background: transparent url(/portaldata/1/resources/_intern/Layout/icon_navi.png) no-repeat 0.5em 0.7em;
	padding: 0.42em 0.5em 0.42em 1.4em;
	display: block;
	height: 100%;
}


.sidebar-left ul.subnavigation li a:hover {
	color: #ec7c16;
	background: transparent url(/portaldata/1/resources/_intern/Layout/icon_navi_orange.png) no-repeat 0.5em 0.7em;
}

.sidebar-left ul.subnavigation li a.inpath {
	color: #0D2A66;
	font-weight: bold;
	background: transparent url(/portaldata/1/resources/_intern/Layout/icon_navi_blue.png) no-repeat 0.5em 0.7em;
	background-color: #D7E9F5;
}
.sidebar-left ul.subnavigation li a.inpath:hover {
	color: #ec7c16;
	background: transparent url(/portaldata/1/resources/_intern/Layout/icon_navi_orange.png) no-repeat 0.5em 0.7em;
	background-color: #D7E9F5;
}

.sidebar-left ul.subnavigation li a.active {
	color: #ec7c16;
	background: transparent url(/portaldata/1/resources/_intern/Layout/icon_navi_orange.png) no-repeat 0.5em 0.7em;
}

/* 2nd level */

.sidebar-left ul.subnavigation ul {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.sidebar-left ul.subnavigation ul li {
	background: transparent;
	border-top: 1px solid #ffffff;
}

.sidebar-left ul.subnavigation ul li a {
	padding: 0.45em 0.545em 0.45em 1.527em;
	font-size: 1em;
	margin-left: 1.4em;
}
.sidebar-left ul.subnavigation ul li a.inpath {
	color: #0D2A66;
	font-weight: normal;
	background: transparent url(/portaldata/1/resources/_intern/Layout/icon_navi.png) no-repeat 0.5em 0.7em;
}
.sidebar-left ul.subnavigation ul li a.inpath:hover {
	color: #ec7c16;
	background: transparent url(/portaldata/1/resources/_intern/Layout/icon_navi_orange.png) no-repeat 0.5em 0.7em;
}

/* 3rd level */

.sidebar-left ul.subnavigation ul ul {
	padding: 0;
	margin: 0;
}
.sidebar-left ul.subnavigation ul ul li {
	padding-left: 1.182em;
}

/* ----------------------------------------------------- 
   left-box
   ----------------------------------------------------- */

.sidebar-left .box {
	font-size: 12px;
	margin: 0 0 0 1.33em;
	padding-top: 2.7em;
	padding-left: 1.25em;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}

/* ----------------------------------------------------- 
   Breadcrumb
   ----------------------------------------------------- */

.breadcrumb {
	height: 3.8em;
	line-height: 2.7em;
}
.breadcrumb a {
	display: inline-block;
	padding-right: 1em;
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_navi.png) right center no-repeat;
}

/* ----------------------------------------------------- 
   Listview
   ----------------------------------------------------- */

.contentpane ul.items {
	margin: 0;
	padding: 0;
}

.contentpane ul.items li {
	font-size: 1em;
	clear: both;
	color: #3E3D40;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px dotted #2A7BBE;
	margin: 1em 0 0 0;
	padding: .5em 0 0 0;
}

.contentpane ul.items li:first-child, .contentpane ul.items li.first-child, .contentpane ul.items ul li {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.contentpane ul.items li a {
	color: #3E3D40;
}
.contentpane ul.items li h2 a:hover {
	color: #EC7C16;
}
.contentpane ul.items li p {
	margin: 0;
}

.contentpane ul.items li div.item p {
	margin: 0;
}
.contentpane ul.items li div p {
	margin: 0 0 .75em 0;
}


.contentpane ul.items li p.morelink {
	text-align: left;
}
.contentpane ul.items li p.morelink a {
	color: #08448c;
}
.contentpane ul.items li p.morelink a:hover {
	color: #EC7C16;
}

.contentpane ul.items li.image-right .clear {
	/*line-height: 1px;
	height: 1px;*/
}

.contentpane ul.items li img {
	width: 13.333em; /* 160px */
}

.contentpane ul.shop-items
{
	font-size: 1.2em;
	padding: 0.5em 0;
	color: #3E3D40;
}

.contentpane ul.shop-items li
{
	list-style-type: none;
	list-style-image: none;
}


/* Image align right */

.contentpane ul.items li.image-right .image {
	float: right;
}

.contentpane ul.items li.image-right .item {
	float: left;
	width: 34.583em;
}

/* Image align left */

.contentpane ul.items li.image-left .image {
	float: left;
	width: 13.333em;
	margin: 0 0.833em 0.833em 0; /* 10px */
}

.contentpane ul.items li.image-left .item {
	float: left;
	width: 34.583em;
}




/* ----------------------------------------------------- 
   Detailview
   ----------------------------------------------------- */

.contentpane .text {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #3E3D40;
	width: 100%;
	position: relative;
	float: left;
}

.contentpane .text .td {
	font-size: 1em;
}

.contentpane .headline {
	position: relative;
	background-color: #2A7BBE;
}
.contentpane .headline img {
	/*float: left;*/
}

.contentpane .headline div.h1 {
	font-size: 1em;
	position: absolute;
	bottom: 0;
	padding: 1.25em; /*15px*/
	left: 23.75em; /*285px*/
	width: 22.5em; /*270px*/
	border: none;
}

.contentpane .headline h1 {
	color: #ffffff;
	font-size: 1.5em;
	border: none;
	padding: 0;
	margin: 0;
}

.contentpane .headline h1 a, .contentpane .headline h1 a:hover {
	color: #ffffff;
}


/* ------------------- */

.contentpane .headline-small {
	position: relative;
	background-color: #2A7BBE;
}
.contentpane .headline-small img {
	/*float: left;*/
	width: 13.33em;
}

.contentpane .headline-small div.h1 {
	font-size: 1em;
	position: absolute;
	bottom: 0;
	padding: 1em;
	left: 13.33em; /*160px*/
	width: 33.33em; /*400px*/
	border: none;
}

.contentpane .headline-small h1 {
	color: #ffffff;
	font-size: 1.5em;
	border: none;
	padding: 0;
	margin: 0;
}

/* ------------------- */

.contentpane .headline-noimage {
}

.contentpane .headline-noimage div.h1 {
	font-size: 1em;
	padding: 1.5em 0 0 0;
}

.contentpane .headline-noimage h1 {
	color: #2A7BBE;
	font-size: 1.8em;
	border: none;
	padding: 0;
	margin: 0;
}

/* ------------------- */

.contentpane .text .preview {
	font-weight: bold;
}

.contentpane .text .preview a {
	color: #3E3D40;
}

.contentpane .text p.morelink {
	margin-top: -1em;
}
.contentpane .text p.morelink a {
	color: #08448C;
}
.contentpane .text p.morelink a:hover {
	color: #EC7C16;
}


.contentpane .text .subtitle {
	font-weight: bold;
}

.contentpane .icon-print {
	width: 30px;
	height: 16px;
	display: inline-block;
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_print.gif);
}
.contentpane .icon-print:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_print_o.gif);
}

.contentpane .icon-forward {
	width: 30px;
	height: 16px;
	display: inline-block;
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_tellafriend.gif);
}
.contentpane .icon-forward:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_tellafriend_o.gif);
}

/* -------------------  
   Top Buttons         */

.top-buttons {
	position: absolute;
	right: 0;
	top: -2.5em;
	right: 0;
	z-index: 1;
}

.bottom-buttons {
	float: right;
	padding-top: 2em;
}

.contentpane .top-buttons .pager, .contentpane .bottom-buttons .pager {
	float: left;
	display: block;
	padding: 0 1em;
	font-size: .833em;
}

.contentpane .icon-next {
	width: 15px;
	height: 14px;
	display: block;
	float: left;
	background: transparent url(/portaldata/1/resources/_intern/layout/paging-right.gif) top center no-repeat;
}
.contentpane .icon-next:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/paging-right_o.gif) top center no-repeat;
}
.contentpane .icon-previous {
	width: 15px;
	height: 14px;
	display: block;
	float: left;
	background: transparent url(/portaldata/1/resources/_intern/layout/paging-left.gif) top center no-repeat;
}
.contentpane .icon-previous:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/paging-left_o.gif) top center no-repeat;
}

.contentpane .icon-overview {
	width: 35px;
	height: 14px;
	display: block;
	float: left;
	background: transparent url(/portaldata/1/resources/_intern/layout/index.gif) top right no-repeat;
}
.contentpane .icon-overview:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/index_o.gif) top right no-repeat;
}



.contentpane .icon-firstpage {
	width: 15px;
	height: 14px;
	display: block;
	float: left;
	background: transparent url(/portaldata/1/resources/_intern/layout/firstpage.gif) top right no-repeat;
}
.contentpane .icon-firstpage:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/firstpage_o.gif) top right no-repeat;
}

.contentpane .icon-lastpage {
	width: 15px;
	height: 14px;
	display: block;
	float: left;
	background: transparent url(/portaldata/1/resources/_intern/layout/lastpage.gif) top right no-repeat;
}
.contentpane .icon-lastpage:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/lastpage_o.gif) top right no-repeat;
}





/* -------------------  
   Table               */

.tmtablecolored p {
	margin: 0;
	padding: 0;
}
.tmtable-shopitem
{
	width: 100%;
}
.tmtable-shopitem td.whi
{
	border-bottom:1px solid #DFEDF7;
	border-right:1px solid #DFEDF7;
	text-align:center;
}

/* ----------------------------------------------------- 
   Rightpane
   ----------------------------------------------------- */
.sidebar-right h3 {
	font-size: 1.1em; /*height: 2.091em;*/
	color: #2A7BBE;
	background-color: #DFEDF7;
	padding: 0.4em 1.364em; /*15px*/
	font-weight: bold;
}

.sidebar-right ul {
	font-size: 1em;
	padding: .7em 0 1.5em 0;
}

.sidebar-right ul li {
	list-style-type: none;
	list-style-image: none;
}

.sidebar-right ul.items li a {
	line-height: 1.25em;
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_sidebar_blue.png) 0 .3em no-repeat;
	padding-left: 1.5em;
	display: inline-block;
}

.sidebar-right ul.items li a.img {
	line-height: 1.25em;
	background: none;
	padding-left: 1.5em;
	display: inline-block;
}

.sidebar-right ul.items li a:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_sidebar_orange.png) 0 .3em no-repeat;
	padding-left: 1.5em;
	cursor: pointer;
}

.sidebar-right ul.items li a.img:hover {
	background: none;
	padding-left: 1.5em;
	cursor: pointer;
}

.sidebar-right ul.files {
	font-size: 1em;
	vertical-align: top;
}

.sidebar-right ul.files li {
	margin-bottom: 1em;
}

.sidebar-right ul.files li span {
	width: 15em;
	display: block;
	float: left;
}

.sidebar-right ul.files li span.icon {
	width: 1.5em;
	display: block;
	float: left;
}


.sidebar-right .fileicon {
	padding-top: 0.2em;
	height: 1.2em;
	width: 1.2em;
}

.sidebar-right .filetitle {
	float: left;
	width: 15em;
	padding: 0 0 0.5em 0.3em;
	display: block;
}

/* ----------------------------------------------------- 
   Footer
   ----------------------------------------------------- */
.footer {
	color: #585759;
	margin: 5em 1.5em 5em 1.5em; /*50px 15px 50px 15px*/
	padding: 1.2em 0 0 0; /*12px*/
	border-top: 1px solid #B2B2B2;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
.footer a {
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_arrow_grey_sm.png) center left no-repeat;
	padding: 0 1.5em 0 1em;
	color: #585759;
}
.footer a:hover {
	background: transparent url(/portaldata/1/resources/_intern/layout/icon_arrow_orange_sm.png) center left no-repeat;
	color: #EC7C16;
}

/* ----------------------------------------------------- 
   Sitemap
   ----------------------------------------------------- */

ul.sitemap li {
	padding-bottom: 1em;
}

ul.sitemap ul li {
	font-weight: bold;
	padding-bottom: 0;
	list-style-image: url(/portaldata/1/resources/_intern/layout/icon_sidebar_blue.png);
	list-style-type: square;
}

ul.sitemap ul ul {
	padding-left: 0;
}

ul.sitemap ul ul li {
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
}


ul.sitemap ul ul ul {
	padding-left: 2em;
}


/* ----------------------------------------------------- 
   cxxl style fixes
   ----------------------------------------------------- */
table.tmtablecolored, table.tmtablecoloredcenter {
	width: 100%;
}

table.tmtablecolored tr:first-child td, 
table.tmtablecolored tr.first-child td, 
table.tmtablecolored tr:first-child th, 
table.tmtablecolored tr.first-child th, 
table.tmtablecoloredcenter tr:first-child td, 
table.tmtablecoloredcenter tr.first-child td, 
table.tmtablecoloredcenter tr:first-child th, 
table.tmtablecoloredcenter tr.first-child th, 
table.tmtablecolored td.blu, 
table.tmtablecolored th.blu, 
table.tmtablecoloredcenter td.blu,
table.tmtablecoloredcenter th.blu {
	background-color: #2A7BBE;
	color: #fff !important;
	font-weight: bold;
	padding: .25em .25em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table.tmtablecolored tr:first-child td p, table.tmtablecolored tr.first-child td p, table.tmtablecolored tr:first-child th p, table.tmtablecolored tr.first-child th p, table.tmtablecoloredcenter tr:first-child td p, table.tmtablecoloredcenter tr.first-child td p, table.tmtablecoloredcenter tr:first-child th p, table.tmtablecoloredcenter tr.first-child th p {
	margin: 0;
}


table.tmtablecolored td, table.tmtablecoloredcenter td {
	padding: .25em;
	vertical-align: top;
}
table.tmtablecolored td.ora, table.tmtablecoloredcenter td.ora {
	font-weight: bold;
	background-color: #DFEDF7;
	border-bottom: 1px solid #fff;
	text-align: left;
}
table.tmtablecolored td.whi, table.tmtablecoloredcenter td.whi {
	border-bottom: 1px solid #DFEDF7;
	border-right: 1px solid #DFEDF7;
}


table.tmtablecoloredcenter td {
	text-align: center;
}

/* ----- */

.tmtablewhitenolines {
}

/* ----- */

.tmtablewhite td {
	border: 1px solid #DFEDF7;
	padding: .25em;
}

/* ----------------------------------------------------- 
   cxxl style fixes
   ----------------------------------------------------- */

img.xxl-editbutton, .homepage-column li img.xxl-editbutton, .sidebar-right ul.items li a img.xxl-editbutton {
	width: 10px !important;
	margin: 0;
	padding: 0;
}


/* ----------------------------------------------------- 
   Info Request
   ----------------------------------------------------- */
div.documenttitle {
	color:#0D2A64;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	width:290px;
}

div.documentimage {
	float:left;
	width:130px;
}
div.documentobject {
	float:left;
	height:200px;
	overflow:hidden;
	width:290px;
}
.documentobject label
{
	padding-left: 0.5em;	
}
div.documentobjectscontainer {
	display:none;
}

/* ----------------------------------------------------- 
   NoScript-Areas
   ----------------------------------------------------- */
   
.brancheslinkscontainer {
	width: 830px; 
	height: 266px; 
	background: url('/portaldata/1/resources/_intern/img/claim.png'); 
	overflow: hidden;
}

.brancheslinkscontainer ul {
	margin-left: 430px;
	margin-top: 20px;
}

.brancheslinkscontainer ul li {
	list-style-image:url(/portaldata/1/resources/_intern/layout/icon_arrow_blue.png);
	list-style-type:square;
}

.brancheslinkscontainer ul li a{
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
}

.newsteasercontainer {
	width: 820px; 
	height: 320px; 
	background-color: #fff; 
	overflow-x: scroll; 
	overflow-y: hidden;
}

.newsteasercontainer table
{
	margin: 1em 0 0 0;
}

.newsteasercontainer td
{
	height: 100%; 
	font-size: 1.2em;
}

.newsteasercontainer .innercontainer
{
	width: 21.917em;
	margin-right: 1.25em;
}

.newsteasercontainer .innercontainer h1
{
	border: none;
}

.newsteasercontainer .innercontainer p
{
	line-height: 1.5em; 
	margin-top: 0; 
	width: 100%; 
	height: 70px; 
	overflow: hidden
}

.toggle_container ul 
{
	margin: 0 2em;
	padding: 0;
	border-bottom:1px dotted #2A7BBE;
}
.trigger 
{
	font-weight: bold;
	padding: 10px 0 5px 17px;
	cursor: pointer;
	background-image: url(/images/plus.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.active_expand .trigger 
{
	background-image: url(/images/minus.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.reset_fontsize
{
font-size: 10px;
}
.downloads h3
{
margin:1.25em 0;
font-size: 12px;
}
.downloads ul
{
padding-left: 0;
}
.downloads ul li
{
list-style-image: none;
list-style-type: none;
clear: both;
}
.downloads ul li a
{
padding-right: 5px;
}
.downloads ul li a.filetitle
{
font-size: 12px;
width: 560px;
float: left;
}
.downloads ul li img.fileicon
{
padding-top: 2px;
}
.downloads ul li a:hover
{
color: #EC7C16;
}