@font-face {
  font-family: "HagerScale-Light";
  src: url("/common/css/fonts/hager/HagerScale-Light.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Light.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Light.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Light.otf") format("opentype");
}

@font-face {
  font-family: "HagerScale-Regular";
  src: url("/common/css/fonts/hager/HagerScale-Regular.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Regular.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Regular.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Regular.otf") format("opentype");
}

@font-face {
  font-family: "HagerScale-Medium";
  src: url("/common/css/fonts/hager/HagerScale-Medium.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Medium.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Medium.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Medium.otf") format("opentype");
}

@font-face {
  font-family: "HagerScale-Bold";
  src: url("/common/css/fonts/hager/HagerScale-Bold.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Bold.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Bold.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "HagerScale-ExtraBold";
  src: url("/common/css/fonts/hager/HagerScale-ExtraBold.woff2");
  src: url("/common/css/fonts/hager/HagerScale-ExtraBold.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-ExtraBold.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "HagerScale-Italic";
  src: url("/common/css/fonts/hager/HagerScale-Italic.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Italic.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Italic.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Italic.otf") format("opentype");
  font-style: italic;
}
/* Body */
html {
		height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	font-size: 12px;
	height: 100%;
	/*background:url(../../icons/grid.jpg) repeat-y;*/
}
* {
	margin: 0;
	padding: 0;
}
input,
select,
textarea {
	padding: 1px;
	color: #454545;
	font-family: inherit;
	font-size: inherit;
}
strong {
	font-weight: bold;
}
textarea {
	resize: none;
}
.normtext,
.normtextblue,
.normtextsmall,
.normtextmiddle,
.normtextklein,
.textlinks,
.submitbuttonright,
.messagebuttonright,
.footericons,
.formfieldcaption {
	color: #454545;
} 
.formfieldcaption {
	font-weight: bold;
}
td,
td.normtextbold {
	font-size: 12px;
}
.padding-bottom20 {
	padding-bottom: 20px;
}
.pointer {
	cursor: pointer;
}
.no-border-bottom {
	border-bottom: none !important;
}
.cugbar-compensation {
	position: absolute;
	left: 0;
	top: -65px;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hide,
.invisible {
	display: none;
}
.hide-important {
	display: none !important;
}
.italic {
	font-style: italic;
}
.align-bottom {
	vertical-align:bottom;
}
.align-top {
	vertical-align:top;
}

/* Farben */
#blue {
	background: url("../../icons/blue.gif") 0 90% no-repeat !important;
}
#blueaktiv {
	background: url("../../icons/blueaktiv.gif") 0 90% repeat-y !important;
}
#grey {
	background: url("../../icons/grey.gif") 0 90% no-repeat !important;
}
#greyaktiv {
	background: url("../../icons/greyaktiv.gif") 0 90% repeat-y !important;
}
#green {
	background: url("../../icons/green.gif") 0 90% no-repeat !important;
}
#greenaktiv {
	background: url("../../icons/greenaktiv.gif") 0 90% repeat-y !important;
}
#purple {
	background: url("../../icons/purple.gif") 0 90% no-repeat !important;
}
#purpleaktiv {
	background: url("../../icons/purpleaktiv.gif") 0 90% repeat-y !important;
}
#darkblue {
	background: url("../../icons/darkblue.gif") 0 90% no-repeat !important;
}
#darkblueaktiv {
	background: url("../../icons/darkblueaktiv.gif") 0 90% repeat-y !important;
}
#red {
	background: url("../../icons/red.gif") 0 90% no-repeat !important;
}
#redaktiv {
	background: url("../../icons/redaktiv.gif") 0 90% repeat-y !important;
}
#lightgrey {
	background: url("../../icons/lightgrey.gif") 0 90% no-repeat !important;
}
#lightgreyaktiv {
	background: url("../../icons/lightgreyaktiv.gif") 0 90% repeat-y !important;
}
#orange {
	background: url("../../icons/orange.gif") 0 90% no-repeat !important;
}
#orangeaktiv {
	background: url("../../icons/orangeaktiv.gif") 0 90% repeat-y !important;
}
#frorange {
	background: url("../../icons/frorange.gif") 0 90% no-repeat !important;
}
#frorangeaktiv {
	background: url("../../icons/frorangeaktiv.gif") 0 90% repeat-y !important;
}
#yellow,
.normtextmarked,
a.normtextmarked:link,
a.normtextmarked:hover,
a.normtextmarked:visited,
a.normtextmarked:active,
.informationlinks {
	color: #FF6422;
}
.introtextbordercolor,
.paragraphbordercolor {
	border-left: 3px solid #FF6422;
}
.pfeilyellow {
	margin-bottom: 1px;
}
.loadingAnimation {
	height: 32px;
	width: 32px;
	margin: auto;
	background: url("../../icons/loading.gif") no-repeat;
}

/* CUG Navigation */
/*************************************************************************/
#cug {
	position: absolute;
	background-color: #ffffff;
	height: 30px;
	margin: 3px 0 0;
	z-index: 100;
}
#cugspacer {
	position: relative;
	background-color: #ffffff;
	height: 22px;
}
#cugnavigation {
	position: relative;
	width: 984px;
	height: 30px;
	background: #000000 url("../../icons/cugnavigation.gif") no-repeat;
	z-index: 100;
	float: left;
}
#cugnavigation a {
	background: url("../../icons/arrow_right_weiss.gif") no-repeat scroll 5px 50%;
}
#cugnavigation a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	margin-left: 2px;
	padding-left: 18px;
	display: block;
	z-index: 40;
}
.cugwelcomemassage {
	margin-right: 30px !important;
}
.cugnavigationright {
	background: url("../../icons/cugnav_right.gif") no-repeat !important;
	width: 8px;
}
.cugnavigationleft {
	background: url("../../icons/cugnav_left.gif") no-repeat !important;
}

/* CUG NEW */
#cugNavLeft {
	float: left;
	height: 30px;
}
#cugNavCenter {
	float: left;
	height: 30px;
}
#cugNavRight {
	float: right;
	height: 30px;
}
.cugNavElement {
	float: left;
	height: 30px;
	cursor: pointer;
}
.cugNavElementLeft {
	height: 30px;
	float: left;
	width: 8px;
	background: url("../../icons/cugnav_middle.gif") no-repeat;
}
.cugNavElementCenter {
	/*height: 30px;*/
	height: 25px;
	float: left;
	/*background:url("../../icons/cugnav_middle.gif") no-repeat;*/
}
.cugNavElementRight {
	height: 30px;
	width: 11px;
	float: left;
}
.cugNavElementLeftFirst {
	height: 30px;
	float: left;
	width: 8px;
	background: url("../../icons/cugnav_left.gif") no-repeat;
}
.cugNavElementRightLast {
	height: 30px;
	float: left;
	width: 11px;
	background: url("../../icons/cugnav_right.gif") no-repeat;
}
.cugNavElementLink {
	padding: 5px 11px 5px 0;
}
.cugNavElementHover {
	float:left;
	height: 30px;
	background: url("../../icons/cugnav_hover.gif") no-repeat;
	cursor: pointer;
}
.cugNavElementLinkHover {
	padding: 5px 11px 5px 0;
	background: url("../../icons/arrow_down_weiss.gif") no-repeat scroll 0 50% !important;
}
.cugNavElementLeftHover {
	height: 30px;
	float: left;
	width: 8px;
	/*background:url("../../icons/cugnav_middle.gif") no-repeat;*/
	background: none;
}
.cugNavElementCenterHover {
	height: 30px;
	float: left;
}
.cugNavElementRightHover {
	height: 30px;
	width: 11px;
	float: left;
}
.cugNavElementRightLastHover {
	height: 30px;
	width: 11px;
	float: left;
	background: url("../../icons/cugnav_right_over.gif") no-repeat;
}
.cugNavSub {
	/*background: url("../../icons/cugnav_box_mid_mid.gif") repeat-x;
	background-color: #586367;*/
	display: none;
	clear: both;
	position: absolute;
	top: 30px;
	width: 250px;
	overflow: hidden;
	z-index: 20;
}
.cugNavSubLeft {
	background: url("../../icons/cugnav_box_mid_left.gif") repeat-y;
}
.cugNavSubCenter {
	color: #FFFFFF;
	margin-left: 1px; 
	margin-right: 1px;
	/*background-color:#7D8D92;*/
	background-color: #738284;
}
.cugNavSubElement, .cugNavSubElementAddShortcut {
	/*padding: 5px 10px;*/
	/*margin: 0px 10px;*/
	z-index:30;
	margin: 0 10px;
	/*line-height: 22px;*/
}
.cugNavSubElementFirst {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.cugNavSubElement a {
	margin-top: 10px;
}
.cugNavSubRight {
	/*background: url("../../icons/cugnav_box_mid_right.png") repeat-y;*/
	background: url("../../icons/cugnav_box_mid_right.gif") repeat-y;
	background-position: right;
}
.cugnavSubLeftBottom {
	float: left;
	background: url("../../icons/cugnav_box_bottom_left.gif") no-repeat;
	width: 8px;
	height: 9px;
	overflow: hidden;
}
.cugnavSubCenterBottom {
	float: left;
	background: url("../../icons/cugnav_box_bottom_mid.gif") repeat-x;
	height: 9px;
	width: 234px;
	overflow: hidden;
}
.cugnavSubRightBottom {
	float: left;
	background: url("../../icons/cugnav_box_bottom_right.gif") no-repeat;
	width: 8px;
	height: 9px;
	overflow: hidden;
}
.cugNavSubElementAddShortcut a {
	margin-left: 0 !important;
	padding-top: 10px !important;
	padding-left: 12px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #ffffff;
	background: url("../../icons/add_weiss.gif") no-repeat scroll 0 50% !important;
}
.deactivatedshortcut {
	margin-left: 0 !important;
	padding-top: 10px !important;
	padding-left: 12px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #ffffff;
	background: url("../../icons/add_grey.gif") no-repeat scroll 0 15px !important;
	color: #e1e1e1;
	display: block;
	width: 94%;
}
.cugNavSubElement a {
	margin-left: 0 !important;
	padding-left: 12px !important;
	background: url("../../icons/pfeilweiss.gif") no-repeat scroll 0 50% !important;
}
.cugNavRightGap {
	float: right;
	width: 10px;
}
.cugNavRightElement {
	float: right;
	position: relative;
	cursor: pointer;
}
.cugNavRightElementContainer {
	text-align: right;
	height: 30px;
}
.cugNavRightElementCenter a {
	background: none !important;
	padding: 5px 10px 0 2px !important;
	font-size: 11px !important;
}
.cugNavRightElementCenterHover a {
	background: none !important;
	padding: 5px 10px 0 2px !important;
	font-size: 11px !important;
}
.cugNavRightElementLeft {
	float: left;
	width: 8px;
	height: 30px;
	background: url("../../icons/cugnav_middle.gif") no-repeat;
}
.cugNavRightElementCenter {
	float: left;
	background:url("../../icons/cugnav_middle.gif") no-repeat;
	height: 30px;
	padding-left: 10px;
}
.cugNavRightElementCenterHover {
	float: left;
	background: url("../../icons/cugnav_hover.gif") no-repeat scroll 0 0;
	height: 30px;
	padding-left: 10px;
}
.cugNavRightElementRight {
	float: left;
	height: 30px;
	width: 11px;
	background: url("../../icons/cugnav_right2.gif") no-repeat scroll 0 0;
}
.cugNavRightElementRightHover {
	float: left;
	height: 30px;
	width: 11px;
	background: url("../../icons/cugnav_right2_over.gif") no-repeat scroll 0 0;
}
.cugNavRightSub {
	/*background: url("../../icons/cugnav_box_mid_mid.gif") repeat-x;
	background-color: #859094;
	position: relative;*/
	/*top: 30px;*/
	float: right;
	width: 250px;
	display: none;
	clear: both;
	position: absolute;
	right: 3px;
	top: 30px;
}
.cugNavRightSubCenter {
	padding: 10px;
	color: #ffffff;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #738284;
}
#cugnavigation .cugNavRightSubCenter a {
	color:#ffffff !important;
}
.cugNavRightLogoutElement {
	float: right;
}
.cugNavRightLogoutElement a {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 11px !important;
}
.cugNavRightLogoutElement .cugNavElementCenter {
	padding: 5px 15px 0 10px;
}
.cugNavElementLogoutLeft {
	float: left;
	background: url("../../icons/cugnav_logout_left.gif") no-repeat;
	width: 5px;
	height: 15px;
}
.cugNavElementLogoutCenter {
	float: left;
	background: url("../../icons/cugnav_logout_mid.gif") repeat-x;
	height: 15px;	
}
.cugNavElementLogoutRight {
	float: left;
	background: url("../../icons/cugnav_logout_right.gif") no-repeat;
	width: 5px;
	height: 15px;	
}
.cugPicHomepage {
	padding: 8px 0 5px;
	margin-left: 10px;
	float: left;
}
.cugWelcomeMsg {
	padding: 5px 11px 5px 0;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	float: left;
	overflow: hidden;
}
/*.cugWelcomeMsg img {
	padding-right: 10px;
	margin-top: 2px;
	float: left;
	display: inline;
}*/
.cugWelcomeMsg a,
.cugPicHomepage a {
	/*background: url() !important;*/
	background: none !important;
	padding-left: 0 !important;
	/*height: 14px !important;*/
}
.cugPicHomepage a {
	padding-right: 10px;
}

/* Seitenraster / Grid */
#nonFooter {
	position: relative;
	min-height: 100%;
  /*overflow: hidden;*/
}
#main {
	width: 985px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	background: url("../../icons/bordermain.gif") repeat-y;
}
#ecardmain {
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
#ecardmain ul {
	list-style-type: none;
}
#ecardmain ul li.linklist {
	background: url("../../icons/pfeilblue.gif") no-repeat 0 5px;
	margin: 2px 0 !important;
	padding-left: 15px;
}
#ecardmain ul li.ecardsender {
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0 !important;
}
#header {
	clear: both;
	/*position: relative;*/
	position: static;	
	width: 985px;
	height: 143px;
	background: url("../../headimages/hager.gif") no-repeat;
	overflow: hidden;
	z-index: 1;
}
#spacer {
	position: relative;
	left: 15px;
	width: 960px;
	height: 20px;
	padding-top: 1px;
}
#breadcrumbs {
	position: relative;
	/*left: 15px;*/
	margin: 0 5px 0 30px;
	width: 955px;
	height: 40px;
	padding-top: 1px;
}
#breadcrumbs img {
	margin:0 3px 1px 0;
}
#breadcrumbs a {
	margin-right: 10px;
	font-size:11px;
}
#content {
	position: relative;
	left: 0;
	/*width: 995px;*/
	width: 985px;
	min-height: 400px;
}
#footer{
	position: relative;
	margin: 0 auto;
	left: 0; 
	bottom: 0;
	width: 985px;
	height: 35px;
	overflow: hidden;
	float: left;
	background: url("../../icons/footerbackground.gif") no-repeat;
	z-index: 1;
}

/* Header */
#special {
	width: 985px;
	height: 80px;
}
#logo {
	position: relative;
	left: 0;
	width: 190px;
	height: 60px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
#headercontent {
	position: relative;
	top: 0;
	width: 985px;
	height: 115px;
	overflow: hidden;
	text-align: left;
}

/* Specialnavigation */
#specialnavigation {
	display: inline;
	float: right;
	padding: 10px 10px 0 0;
}
.specialnav {
	margin: 0 8px;
}
#specialnavigation a {
	text-decoration: none;
	color: #888888;
	font-size: 10px;
}
#specialnavigation ul {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 5px;
	/*float: right;*/
}
#specialnavigation ul li {
	display: inline;
	margin: 0 5px 0 0;
}
#selectlanguage {
	margin: 0 10px;
	padding: 0;
	position: relative;
	z-index: 99;
}
#selectlanguage ul {
	display: none;
	position: absolute;
	top: 12px;
}
#selectlanguage li { /* all list items */
	list-style: none;	
	position: relative;
	width: 100px;
	color: #888888;	
	line-height: 15px;
}
#selectlanguage li a {
	display: block;
	text-decoration: none;		
	color: #888888;
	width: 190px;
	margin: 0 5px 2px 0 !important;
}
#selectlanguage:hover ul,
#selectlanguage  ul.iehover { /* lists nested under hovered list items #*/
	display: block;		
	left: 0;
}
#specialnavigation a:hover,
#selectlanguage a:hover {
	color: #454545;	
}

/* Main Navigation */
#navigation{
	float: right;
	width: 772px;
	text-align: left;
	/*padding: 20px 0px 0px;*/
	z-index: 10;
}
#mainnavigation {
	position: absolute;
	width: 985px;
	bottom: 0;	
	overflow: hidden;
	text-align: right;
	z-index: 10;
}
#mainnavigation ul {
	list-style: none outside none !important;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
	width: 100%;
}
#mainnavigation ul li {
	background-position: 3px 50%;
	margin-left: 0 !important;
	margin-right: 11px;
	/*vertical-align: bottom;*/
	height: 35px;
	float: left;
	vertical-align: baseline;
	min-width:73px;
}
#mainnavigation ul li.navspacer {
	min-width:2px;
}
#mainnavigation td {
 	padding-right: 20px;
 	z-index: 10;
}
#mainnavigation a {
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	padding-left: 8px;
	/*margin-bottom: -1px;*/
	display: block;
	z-index: 10;
}
.aktiv {
	font-weight: bold;
}

/* Sekundaernavigation */
#secondarynavigation {
	position: relative;
	left: 0;
	width: 190px;
	height: auto;
	z-index: 1;
	/*overflow: hidden;*/
	float: left;
}
#subnav {
	margin:0 17px 0 5px;
	position: absolute;
	left: -3px;
	top: 0;
	/*z-index: 100;*/
	padding-left: 3px;
	background: url("../../icons/bgd_line_left.gif") repeat-y;
	z-index: 1010;
}
.subnavdiv {
	display: none;
}
.subnavganzaussen {
	z-index: 1100;
	background: #f1f1f1 url("../../icons/subnav_bg_verlauf.gif") repeat-x;
}
.subnavaussen {
	margin-top: 0;
	padding: 0;
	background: url(../../icons/subnav_bgdright.gif) no-repeat top right;
}
.subnav2010aussen {
	position: relative;
	top: -5px;
}
.subnav2010levels {
	width: 196px;
	background: url("../../icons/subnav_middle.png") repeat-y right;
}
.subnavwindow {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
.subnavworld {
	position: relative;
	margin: 0;
	padding: 0;
}
.subnavinnen {
	overflow: hidden;
	float: left;
}
.subnavunten {
	height: 13px;
	background: url("../../icons/subnav_bgdbottom.gif") no-repeat top right;
	display: none;
}
.subnavul {
	margin: 0;
	padding: 0;
}
.subnavpadding0 {
	display: table;
	height: 30px;
	position: relative;
	overflow: hidden;
}
.subnavpadding1 {
	/*position: absolute;
	top: 15px;*/
	display: table-cell;
	vertical-align: middle;
}
.subnavpadding2 {
	position: relative;
	max-height: 30px;
	#top: -50%;
}
a.subnav,
a.subnavactive,
a.subnavarrow,
a.subnavarrowactive,
a.subnavback,
a.subnavbackactive,
a.subnavbackarrow,
a.subnavbackarrowactive,
a.subnavcurrent,
a.subnavcurrentactive,
a.subnavcurrentarrow,
a.subnavcurrentarrowactive {
	color: #777777;
	text-decoration: none;
}
li.subnav,
li.subnavarrow,
li.subnavactive,
li.subnavarrowactive,
li.subnavback,
li.subnavbackactive,
li.subnavbackarrow,
li.subnavbackarrowactive,
li.subnavcurrent,
li.subnavcurrentarrow,
li.subnavcurrentactive,
li.subnavcurrentarrowactive {
	list-style: none;
	padding-left: 10px;
	font-size: 11px;
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
	margin: 0;
}
li.subnav,
li.subnavarrow,
li.subnavactive,
li.subnavarrowactive,
li.subnavbackarrow,
li.subnavbackarrowactive,
li.subnavcurrentarrow,
li.subnavcurrentarrowactive {
	cursor: pointer;
}
li.subnavback,
li.subnavbackarrow,
li.subnavbackactive,
li.subnavbackarrowactive {
	padding-left: 25px;
}
li.subnav,
li.subnavcurrent {
	padding-right: 8px;
	background-image: url("../../icons/subnav_inactive.gif");
}
li.subnavarrow,
li.subnavarrowactive {
	padding-right: 18px;
}
li.subnavcurrent,
li.subnavcurrentactive,
li.subnavcurrentarrow,
li.subnavcurrentarrowactive {
	height: 29px;
	overflow: hidden;
	padding-right: 8px;
}
li.subnavcurrentarrow,
li.subnavcurrentarrowactive  {
	padding-right: 20px;
}
#subnavzuoben {
	width: 37px;
	height: 21px;
	background: url("../../icons/subnavzuoben.gif") no-repeat;
}
#subnavzumitte {
	width: 37px;
	background: url("../../icons/subnavzumitte.gif") repeat-y;
	text-align: center;
	padding-top: 5px;
}
#subnavzuunten {
	width: 37px;
	height: 12px;
	background: url("../../icons/subnavzuunten.gif") no-repeat;
}
#subnavwiederzuklappen {
	position: absolute;
	top: 10px;
	z-index: 1200;
	display: none;
}

/* Sekundaernavigation */
#sekundaernavigation {
	list-style: none;
	padding-left: 0;
	margin-left: 10px;
	margin-top: 40px;
	margin-bottom: 0;
	/*font-family: Geneva, HagerScale-Regular, Arial, sans-serif;*/
	/*font-weight: bold;*/
	color: #454545;
	background-color: #cccccc;
}
#sekundaernavigation li.ebene1 {
	background: url("../../icons/pfeilright.jpg") no-repeat left 3px;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 5px;
}
#sekundaernavigation li.ebene1-act {
	background: url("../../icons/pfeildown.jpg") no-repeat left 3px;
	padding-left: 15px;
	font-size:12px;
	margin-top: 5px;
}
/*#sekundaernavigation li.ebene1-act a {
	color: #800245;
}*/
#sekundaernavigation li.ebene2 {
	padding-left: 15px;
	font-size: 11px;
	margin-top: 3px;
}
#sekundaernavigation li.ebene2-act {
	padding-left: 15px;
	font-size: 11px;
	margin-top: 3px;
}
#sekundaernavigation li.ebene2-act a {
	color: #800245;
}
#sekundaernavigation li.ebene3 {
	padding-left: 30px;
	font-size: 10px;
	margin-top: 2px;
}
#sekundaernavigation li.ebene3-act {
	padding-left: 30px;
	font-size: 10px;
	margin-top: 2px;
}
#sekundaernavigation li.ebene3-act a {
	color: #800245;
}

/* Content */
#contentarea {
	/*position:absolute;*/
	position: relative;
	float: left;
	margin: 0;
	overflow: hidden;
}
#teaserarea {
	/*position:absolute;*/
	position: relative;
	float: right;
	width: 200px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

/* Formularbuttons*/
.buttonlinks {	
	background: url("../../icons/buttonlinks.gif") no-repeat;
}
.buttonrechts {
	background: url("../../icons/buttonrechts.gif") no-repeat;
}
.buttonmitte {
	background: url("../../icons/buttonmitte.gif") repeat-x;
	/*padding-bottom:5px;*/
	padding-bottom: 3px;
}
a.scrollerlink:link,
a.scrollerlink:visited {
	color: #888888;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}
.submitbuttonright,
a.submitbuttonright:link,
a.submitbuttonright:active,
a.submitbuttonright:visited,
a.submitbuttonright:hover {
	/*background: url("../../icons/pfeilgrey.gif") no-repeat 100% 60%;*/
	color:#6a655e;
	/*padding-right: 12px;*/
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}
.messagebuttonright,
a.messagebuttonright:link,
a.messagebuttonright:active,
a.messagebuttonright:visited,
a.messagebuttonright:hover {
	background: url("../../icons/pfeilgrey.gif") no-repeat 100% 60%;
	color: #6a655e;
	padding-right: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	
}
.submitbutton,
a.submitbutton:link,
a.submitbutton:active,
a.submitbutton:visited,
a.submitbutton:hover {
	color: #6a655e;
	/*padding-right: 12px;*/
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}
.colouredbutton,
a.colouredbutton:link,
a.colouredbutton:active,
a.colouredbutton:visited,
a.colouredbutton:hover {
	color: #6a655e;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.registrationbackground:link,
a.registrationbackground:active,
a.registrationbackground:visited,
a.registrationbackground:hover {
	background: url("../../icons/pfeilgrey.gif") no-repeat 100% 60%;
	color: #6a655e;
	/*padding-right: 12px;*/
	padding-left: 0;
	padding-top: 2px !important;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}

/* Blocklayout*/
.homepageimagetext {
	margin: 0 13px 0 0;
	position: relative;
	height: 280px;
	float: left;
	background-repeat: no-repeat;		
}
.boxwithbackgroundimage {
	position: relative;
	margin: -3px 10px 0 0;
	overflow: hidden;
	float: left;
}
.blockgroup {
	float: left;
	margin: 0;
}
.paragraphgroup {
	float: left;
	margin: 0;
}
.blockwithgridbackground {
	position: relative;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.blockwithgridbackgroundsmall {
	position: relative;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.blockwithgridheadline {
	position: relative;
	/*position: absolute;*/
	/*height: 70px;*/
	/*height: 64px;*/
	overflow: hidden;
}
.introtextbordercolor {
	 position: absolute;
	 left: 70px;
	 top: 70px;
	 max-height: 60px;
	 padding-left: 3px;
	 overflow: hidden;
}
.paragraphbordercolor {
	 left: 70px;
	 top: 70px;
	 padding-left: 3px;
	 overflow: hidden;
}
.blockwithheadlineoutside {
	position: relative;
	float: left;
	margin-bottom: 15px;
}
.blocklink-wrapper li.linklist a.textlinks {
	display: block;
}
.headlineoutsidewithpadding {
	position: absolute;
	left: 5px;
	margin-right: 10px;
	background-color: #ffffff;
	padding: 3px 5px 0;
	z-index: 10;
}
.headlineoutsidewithoutpadding {
	overflow: hidden;
	position: absolute;
	left: 5px;
	margin-right: 10px;
	background-color: #ffffff;
	padding: 3px 0 0;
	z-index: 10;
}
.blockwithheadlineinside {
	margin: 0 0 15px 0;
	position: relative; 
	float: left; 
}
.blockwithheadlineinsideparagraphasaccordion{
	margin: 0 0 15px 0;
	position: relative; 
	float: left; 
}
.blockwithheadlineinsideColored {
	color: #ffffff;
}
.blockwithoutborder{
	position: relative;
	float: left;
	margin: 0 13px 13px 0;
}
.templateblockwithoutborder {
	float: left;
	margin: -1px 10px 13px 0;
	position: relative;
}

/* Bilder */
.imagefloatleft {
	padding-left: 10px;
}
.imagefloatright {
	padding-right: 10px;
}

/* Formularelemente */
.radiobutton {
	margin-right: 5px;
}
.infodiv {
	border : 1px solid #ff6422;
	display: none;
	position: absolute;
	top: 0;
	left: -288px;
	width: 300px;
	color: #FF6422 !important;
 	background-color: #f1f1f1;
 	padding: 4px;
}
.forminfo {
	padding-top: 1px;
}
.inputfields {
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	color: #555555;
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}
.selectbox,
.formtextarea {
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 11px;
 }
  .ecardformbutton {
 	margin:0 0 1px 2px;
 }

/* Fliesstext*/
/*************************************************************************/
h1 {
	color: #888888;
	/*font-size:32px;
	line-height:34px;
	line-height:31px;*/
	font-size: 29px;
	line-height: 33px;
	font-weight: normal;
}
.h1 {
	line-height: 30px;
}
h2,
h2.big {
	color: #888888;
	font-size: 16px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
.blockwithheadlineinside h2.big {
	font-weight:bold;
}
h2.zweigrid {
	color: #888888;
	font-size: 16px;
	font-weight: normal;
	margin: -2px 0 0;
	padding: 0;
}
h2.viergrid {
	color: #888888;
	font-size: 20px;
	font-weight: normal;
	margin: -4px 0 0;
	padding: 0;
}
h2.achtgrid {
	color: #888888;
	font-size: 22px;
	font-weight: normal;
	margin: -6px 0 0;
	padding: 0;
}
h2.small, .subheadlinesmall {
	color: #888888;
	font-size: 16px;
	font-weight: bold;
	margin:5px 0 0;
	padding: 0;
}
.blockwithoutborder h2.small,
.blockwithheadlineoutside h2.small {
	font-weight:normal;
	font-size:14px;
}
.blockwithheadlineinside h2.small {
	font-size:14px;
}
h3 {
	color: #888888;
	/*font-size: 14px;*/
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a.rsstextlinks {
	color: #454545 !important;
	text-decoration: none;
}
a.rssheaderlinks {
	display: block;
	margin-bottom: 3px;
}
.rsstextdesc {
	margin: 3pt 0;
}
.introtext {
	font-size: 12px;
	font-weight: bold;
}
.normtext,
.textlinks,
.informationlinks {
	font-weight: normal;
	padding-bottom: 1px;
}
a.normtext:link,
a.normtext:active,
a.normtext:visited,
a.informationlinks:link,
a.informationlinks:active,
a.informationlinks:visited,
a.informationlinks:hover  {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #454545;
}
a.normtext:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.textlinks:link,
a.textlinks:active,
a.textlinks:visited,
a.textlinks:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
/*a.textlinks:visited {
	color: #454545;
}*/
li a.textlinks:link,
li a.textlinks:active,
li a.textlinks:hover {
	color: #454545;
	text-decoration: underline !important;
}
.normtextsmall,.normtextklein {
	font-size: 10px;
	font-weight: normal;
}
.normtextmiddle {
	font-size: 11px;
	font-weight: normal;
}
td.normtextsmall a,
td.normtextsmall a:link,
td.normtextsmall a:active,
td.normtextsmall a:visited,
a.normtextsmall:link,
a.normtextsmall:active,
a.normtextsmall:visited {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #454545;
}
td.normtextsmall a:link,
td.normtextsmall a:active,
td.normtextsmall a:visited {
	text-decoration: underline;
}
a.normtextsmall:hover{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #454545;
}
.normtextbold {
	font-size: 12px;
	font-weight: bold;
}
.normtextboldLarge {
	font-size: 22px;
}
a.normtextbold:link,
a.normtextbold:active,
a.normtextbold:visited,
a.normtextboldLarge:link,
a.normtextboldLarge:active,
a.normtextboldLarge:visited {
	color: #786F6A !important;
}
a.normtextbold:hover,
a.normtextboldLarge:hover {
	color: #00abbe;
}
td.normtextblue {
	font-size: 12px;
	font-weight: bold;
}
.normtextblue {
	font-size: 22px;
	padding-bottom: 0;
	/*letter-spacing: 1px;*/
	margin-bottom: 0;
	font-weight: normal;
} 
.normtextblueLarge {
	font-size: 22px;
	padding-bottom: 0;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-weight: normal;
}
.normtextblueLarge {
	color: #454545;
}
a.normtextblue:link,
a.normtextblue:active,
a.normtextblue:visited,
a.normtextblueLarge:link,
a.normtextblueLarge:active,
a.normtextblueLarge:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.normtextblue:hover,
a.normtextblueLarge:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;	
}
.accordprefix {
	color: #454545 !important;
}
li .paragraphlink {
	padding-left: 0 !important;
	margin: 0 !important;
}
.paragraphlinks {
	color: #454545;
	text-decoration: none !important;
	padding-left: 12px !important;
	background: url("../../icons/pfeilgrey.gif") 0 50%  no-repeat;
}
.no-underline {
	text-decoration: none !important;
}
/*.externlinks{
	color:#454545;
	text-decoration: underline !important;
	padding-left: 15px !important;
	background: url(../../icons/icon_extern_grey.gif) 0 50%  no-repeat  ;
}
.emaillinks {
	color:#454545;
	text-decoration: underline !important;
	padding-left: 15px !important;
	background: url(../../icons/icon_mail_grey.gif) 0 50%  no-repeat  ;
}*/
.contentarea ul,
#TB_window ul,
#infolayer ul,
#siteselector ul {
	list-style-type: none;
	position: relative;
}
.contentarea ul li.bulletlist,
#infolayer ul li.bulletlist,
#TB_window ul li.bulletlist,
ul li.dashlist,
#siteselector ul li.bulletlist {
	background: no-repeat 0 5px;
	padding-left: 15px;
	margin: 2px 0 !important;
}
.contentarea ul li.dashlist,
#siteselector ul li.dashlist {
	padding-left: 10px;
	background-image: url("../../icons/icon_listenstrich.gif");
}
.contentarea ul li.hooklist,
#infolayer ul li.hooklist,
#TB_window ul li.hooklist,
#siteselector ul li.hooklist {
	background: no-repeat 0 2px;
	padding-left: 15px;
	margin: 2px 0 !important;
}


.contentarea ul li.linklist,
#infolayer ul li.linklist,
#TB_window ul li.linklist,
#DivLoginForm ul li.linklist,
#siteselector ul li.linklist {
    list-style-type: none;
	background: no-repeat 0 5px;
	padding-left: 15px;
	margin: 2px 0px !important;
}

.contentarea ul li.download,
#infolayer ul li.download,
#TB_window ul li.download,
#siteselector ul li.download {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 2px 0 !important;
}
.contentarea ul li.email,
#infolayer ul li.email,
#TB_window ul li.email,
#siteselector ul li.email {
	background: no-repeat 0 1px;
	padding-left: 15px;
	margin: 2px 0 !important;
}
.contentarea ul li.extern,
#infolayer ul li.extern,
#TB_window ul li.extern,
#siteselector ul li.extern {
	background: no-repeat 0 2px;
	padding-left: 15px;
	margin: 2px 0 !important;
}


#DivLoginForm ul {
    margin-left: 0px !important;
}

#DivLoginForm ul li.linklist {
    background-image:url(../../icons/pfeilblue.gif);
}

#DivLoginForm li a.textlinks:link, #DivLoginForm li a.textlinks:hover {
    color:#00AAE1;
}

/* RSS */
.reiterbox {
	position: absolute;
	height: 24px;
	z-index: 99;
}
.reiter_activ {
	height: 24px;
	margin-right: 2px;
	background: url("../../icons/reiter_bg.gif") repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	float: left;
}
.reiter_normal {
	height: 24px;
	margin-right: 2px;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
	float: left;
}
.reiterkarte,
a.reiterkarte:link,
a.reiterkarte:hover,
a.reiterkarte:active,
a.reiterkarte:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.reiterkarte {
	color: #aaaaaa;
}
.reiterkarte:hover {
	color: #454545;
}

/* RSS */
.contentarea ul li.rsstextlinks,
#TB_window ul li.rsstextlinks {
	background: no-repeat 0 5px;
	margin: 2px 0 !important;
	padding-left: 15px;
}
#teaserarea ul li.rsstextlinks {
	list-style-image: none;
	background: no-repeat 0 5px;
	margin: 2px 0 !important;
	padding-left: 15px !important;
	overflow: visible;
}

/* Defaulttable */
.tableheader {
	font-weight: bold;
	border-bottom: 1px solid #454545;
}
.tablecell {
	border-bottom: 1px dotted #888888;
	padding: 2px 0 2px 0;
}
.tablecell2 {
	border-bottom: 1px dotted #888888;
	padding: 3px 0;
}

/* Teaser */
.teaser{	
	margin-bottom: 10px;
	/*width:200px;*/
	overflow: hidden;
}
.teasergroupcontent .teaser {
	margin-bottom: 0;
}
li.teaser-2010 {
	margin: 5px 0 !important;
	padding: 0 2px 3px 8px !important;
}
.teasernomargin {
	margin: 0;
}
#teaserarea h1 {
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	line-height: 17px;
	margin-bottom: 8px;
	/*text-transform: uppercase;*/
}
.teaser h2 {
	font-size: 12px;
	margin: 0;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
.teaserclear {
	clear: both;
}
.teasergrouphead {
	position: relative;
	background: url("../../icons/teaser_rahmen_top.gif") no-repeat;
	width: 200px;
	height: 5px;
	z-index: 2;
}
.teasergroupmiddle{
	position: relative;
	top: -5px;
	width: 200px;
	z-index: 1;
	background: url("../../icons/teaser_rahmen_middle.gif") repeat-y;
}
.teasergroupfooter{
	position: relative;
	background: url("../../icons/teaser_rahmen_bottom.gif") no-repeat;
	top: -9px;
	width: 200px;
	height: 8px;
	z-index: 3;
}
#teaserarea a.showmarker {
	background: #566c74 url("../../icons/cug_akk_link_bg.gif") no-repeat top left;
	color: #ffffff;
	width: 171px;
}
#teaserarea ul.showmarker {
	border-top: none;
}
#teaserarea ul.showmarker a {
	/*color: #888888;*/
}
#teaserarea a.teaser-icon-fond {
	padding-right: 30px; 
	width: 146px;
}
.teaser-icon {
	position: absolute;
	top: 6px;
	right: 11px;
}

/*#### Akkordeon ####*/
.glossymenu {
	margin: 0;
	padding: 0;
	width: 200px; /*width of menu*/
	overflow: hidden;
}
.glossymenu a.menuitem,
.search {
	background: url("../../icons/akk_link_bg.gif") no-repeat;
	/*font: normal 11px HagerScale-Regular, Arial, sans-serif;*/
	color: #888888;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 175px;
	/*height: 15px;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	padding: 6px 5px 2px 20px;
}
#teaserarea .teasergroupmiddle .glossymenu a.menuitem {
	clear: both;
}
.glossymenu .search {
	height: 15px;
}
.glossymenu a.menuitem:visited,
.glossymenu .menuitem:active {
	color: #888888;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 8px;
	left: 8px;
	border: none;
}
/*.glossymenu a.menuitem:hover {

}*/
.glossymenu div.submenu,
.glossymenu div.content { /*DIV that contains each sub menu*/
	background: url("../../icons/teaser_rahmen_middle.gif") no-repeat;
	padding-left: 1px;
	padding-right: 4px;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	border-top: #454545 solid 1px; /*Kapitelfarbe*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 5px 10px 8px;
	/*overflow: auto;*/
}
.glossymenu div.submenu ul li a {
	/*display: block;
	font: normal 11px HagerScale-Regular, Arial, sans-serif;
	color: #454545;*/
	/*text-decoration: none;*/
	line-height: 14px;
	/*padding-left: 10px;*/
}
.glossymenu div.submenu ul li a:hover {
	color: #454545;
}
.glossymenu div.submenu ul li ul {
	border-top: #ffffff solid 1px !important;
}
.glossymenu div.submenu ul li ul li {
	padding: 0 !important;
	margin: 0 0 0 15px;
	list-style: none outside url("../../icons/listitem_grey.gif");
}
.glossymenu div.submenu ul li ul li.bulletlist {
	margin-left: 10px;
}
.glossymenu div.content ul {
	border-top: #cccccc solid 1px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.content ul li {
	margin: 5px 0 5px 8px;
}
.glossymenu .linklist a,
.glossymenu .extern a,
.glossymenu .download a,
.glossymenu .email a {
	/*padding-left: 15px;*/
}
.glossymenu div.submenu ul li ul.projectlist-teaser-overviewlink {
	margin-bottom: 10px;
}

/*### Aufklappfunktion Produktbereich ###*/
.inhaltmenu {
	margin: 0;
	padding: 0;
	width: auto; /*width of menu*/
}
.inhaltmenu a.menuitem {
	font: normal 12px HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	display: inline-block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
}
.inhaltmenu a.menuitem:visited,
.inhaltmenu .menuitem:active {
	color: #454545;
}
.inhaltmenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 7px;
	left: 8px;
	border: none;
}
/*.inhaltmenu a.menuitem:hover{
}*/
.inhaltmenu div.submenu { /*DIV that contains each sub menu*/
	padding-left: 1px;
	padding-right: 4px;
}
.inhaltmenu div.content {
	padding-left: 20px;
	padding-right: 4px;
}
.inhaltmenu div.submenu ul,
.inhaltmenu div.content ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	/*padding-left: 20px;*/
}
.inhaltmenu div.submenu ul li,
.inhaltmenu div.content ul li {
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	background-repeat: no-repeat;
	background-position:0 5px;
	padding-left: 15px;
	margin: 2px 0 !important;
}
.inhaltmenu div.submenu ul li a,
.inhaltmenu div.content ul li a {
	display: inline-block;
	font: normal 12px HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	/*text-decoration: none;*/
	line-height: 14px;
	/*padding-left: 10px;*/
}
.inhaltmenu div.submenu ul li a:hover,
.inhaltmenu div.content ul li a:hover {
	color: #454545;
}

/*### Aufklappfunktion Autoform ###*/
.autoformbordertop,
.autoformborderbottom {
	background-color: #b2b2b2;
}

/*### Aufklappfunktion Suche ###*/
#searchresults {
	position: relative;
}
.searchmenu {
	margin: 0 0 10px 0;
	padding: 0;
	width: auto; /*width of menu*/	
}
.searchmenu a.menuitem {
	font: normal 12px HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
}
.searchmenu a.menuitem:visited,
.searchmenu .menuitem:active {
	color: #454545;
}
.searchmenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 7px;
	left: 8px;
	border: none;
}
/*.searchmenu a.menuitem:hover{

}*/
.searchmenu div.submenu { /*DIV that contains each sub menu*/
	padding-left: 1px;
	padding-right: 4px;
}
.searchmenu div.searchcontent {
	padding-left: 25px;
	padding-right: 4px;
}
	
.searchmenu div.submenu ul,
.searchmenu div.searchcontent ul,
.searchcontentdl ul.downloadsearch { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0 !important;
}
.searchmenu div.submenu ul li,
.searchmenu div.searchcontent ul li,
.searchcontentdl ul.downloadsearch li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 5px 0 0 !important;
}
.searchmenu div.submenu ul li a,
.searchmenu div.searchcontent ul li a,
.searchcontentdl ul.downloadsearch li a {
	display: block;
	background: url("../../icons/pfeilgrey.gif") no-repeat scroll 0 50%;
	font: normal 12px HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	text-decoration: underline;
	line-height: 14px;	
	padding-left: 10px;
}
.searchmenu div.submenu ul li a:hover,
.searchmenu div.searchcontent ul li a:hover {
	color: #454545;
}

/*### FAQ Template ###*/
.faqcategorie {
	padding: 15px 0 5px;
}
.faqheader {
	color: #454545;
	cursor: pointer;
	font-weight: bold;
	padding-top: 5px;
	position: relative;
}
.faqheader .status {
	position: absolute;
	top: 8px;
	left: 0;
	/*float: left;*/
} 
.faqimage {
	/*float:left;*/
	/*padding: 3px 3px 3px 0;*/
	width: 15px;
	/*margin-top:3px;*/	
}
.faqcontent {
	padding-left: 15px;
}
.faqcontent .imagefloatright,
.faqcontent .imagefloatleft {
	padding-bottom: 10px;
}

/*### Teaserlogin ###*/
.login {
	background: url("../../icons/akk_link_bg.gif") no-repeat;
	font: normal 12px HagerScale-Regular, Arial, sans-serif;
	color: #888888;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 197px;
	height: 17px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 7px;
	padding-top: 6px;
}
.forgot_pwd {
	position: relative;
	clear: both;
}
.forgot_pwd img {
	padding-bottom: 1px;
}
	
.forgot_pwd a:link,
.forgot_pwd a:visited,
.forgot_pwd a:active {
	font: normal 12px HagerScale-Regular, Arial, sans-serif;
	text-decoration: none;
	color: #ff6422;
}
.logincontent {
	background: url("../../icons/teaser_rahmen_middle.gif") no-repeat;
	padding-left: 1px;
	padding-right: 4px;
}
.logincontent div.inhalt {
	border-top: #ff6422 1px solid;
	padding: 7px 5px 0 6px;
}
.inhalt form {
	padding: 0;
	margin: 0;
}
.button_reg {
	position: relative;
	padding: 5px 0 6px;
}
.button_text {
	position: absolute;
	top: 7px;
	left: 48px;
	width: 130px;
	height: 28px;
	overflow: hidden;
	font: bold 11px HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	text-decoration: none;
}

/*### Bilder Galerie ###*/
.stepcarousel {
	position: relative; /*leave this value alone*/	
	overflow: scroll; /*leave this value alone*/
	/*width: 270px; /*Width of Carousel Viewer itself*/
	height: 120px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .beltleft {
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
    margin-left: -8px;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 7px 10px; /*margin around each panel*/
	/*width: 250px; *//* Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	/*width: 150px;*/
	z-index: 100;
}
.stepcarousel .panel-seperator {
	background: url("../../icons/galery_seperator.gif") no-repeat top right;
}
.stepcarouselNavToLeft {
	position: relative;
	top: 5px;
	/*left: -9px;*/
	float: left;
	background: url("../../icons/galery_prev.gif") no-repeat;
	width: 20px;
	height: 104px;
	cursor: pointer;
	z-index: 100;
}
.stepcarouselNavToRight {
	position: relative;
	top: 5px;
	/*right: -9px;*/
	float: left;
	background: url("../../icons/galery_next.gif") no-repeat;
	width: 20px;
	height: 104px;
	cursor: pointer;
	z-index: 100;
}
.stepcarouselNavToLeft75,
.fancyboxToLeft {
	position: relative;
	top: 19px;
	/*left: -9px;*/
	float: left;
	background: url("../../icons/galery_prev_75.gif") no-repeat;
	width: 20px;
	height: 35px;
	cursor: pointer;
	z-index: 100;
}
.stepcarouselNavToRight75,
.fancyboxToRight {
	position: relative;
	top: 19px;
	/*right: -9px;*/
	float: left;
	background: url("../../icons/galery_next_75.gif") no-repeat;
	width: 20px;
	height: 35px;
	cursor: pointer;
	z-index: 100;
}
.fancyboxToLeft,
.fancyboxToRight {
	display:block;
	position:absolute;
	top:50%;
	left:-20px;
	margin-top:-17px;
}
.fancyboxToRight {
	left:auto;
	right:-20px;
}
.stepcarouselNavToLeft105 {
	position: relative;
	top: 5px;
	/*left: -9px;*/
	float: left;
	background: url("../../icons/galery_prev_105.gif") no-repeat;
	width: 20px;
	height: 111px;
	cursor: pointer;
	z-index: 100;
}
.stepcarouselNavToRight105 {
	position: relative;
	top: 5px;
	/*right: -9px;*/
	float: left;
	background: url("../../icons/galery_next_105.gif") no-repeat;
	width: 20px;
	height: 111px;
	cursor: pointer;
	z-index: 100;
}
.stepcarouselCaption {
	visibility: hidden;
	position: relative;
	width: 100%;
	height: 14px;
	/*overflow: hidden;*/
	padding: 6px 0 0 20px;
}

.stepcarouselCaptionWithLessPaddingLeft{
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 14px;
    /*overflow: hidden;*/
    padding: 6px 0 0 0;
}

.stepcarousel .panel .imagenopic {
	position: absolute;
	left: 0;
	top: 23px;
	text-align: center;
	width: 100%;
}
.stepcarousel .panel .stepcarouselImageLink {
	display: block;
	text-decoration: none;
	color: #888888;
}
.stepcarousel .panel .stepcarouselCaptionInside {
	padding: 5px 5px 0;
}
.stepcarousel .panel .stepcarouselCaptionInside-headline {
	padding-top: 4px;
}
.stepcarousel .panel .stepcarouselCaptionInside ul {
	overflow: auto;
}
.stepcarousel .panel .stepcarouselCaptionInside-text {
	overflow: hidden;
	white-space:normal;
}

/* Templates*/
ul.alphabeth {
	width: 530px;
}
.alphabeth li {
	background: url("../../icons/addresslist_button_bg.gif") repeat-x;
	border: 1px solid #f3f3f3;
	float: left;
	width: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0 2px 10px 0;
	padding: 0;
}

.alphabethdisplay {
	width: 540px;
	height: 17px;
	margin: 20px 0 30px;
}
.alphabeth,
a.alphabeth:link,
a.alphabeth:visited,
a.alphabeth:active,
a.alphabeth:hover {
	color: #454545;
	font-size: 11px;
	text-decoration: none;
}
.alphabeth {
	color: #999999;
}
li.alphabethall {
	width:auto;
	margin: 0 0 0 10px;
	padding: 0 2px;
}
li.alphabethall,
a.alphabethall {
	color: #454545;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
a.alphabethall {
	margin: 0 3px;
}
li.alphabethright,
a.alphabethright {
	background: none !important;
	border: 0;
	color: #454545;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
li.alphabethleft,
a.alphabethleft {
	background: none !important;
	border: 0;
	color: #454545;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
.alphebetharrow {
	margin:0 0 2px;
	padding:5px 0 0;
}
.addresssearch {
	clear: both;
	background: url("../../icons/addresslistsearch_link_bg.gif") no-repeat;
	color: #888888;
	display: block;
	position: relative;
	width: 200px;
	height: 17px;
	text-decoration: none;
	padding: 6px 0 0 20px;
    float: left;
    margin-top: 8px;
}
.partnerlogos {
    float: left;
}

.partnerlogos img {
    margin-right: 20px;
}


.selectregion {
	/*color: #888888;
	font-size: 12px;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	/*width: auto;
	padding: 5px 0px 5px 0px;*/
	clear: both;
	background: url("../../icons/addresslistsearch_link_bg.gif") no-repeat;
	/*font: normal 11px HagerScale-Regular, Arial, sans-serif;*/
	color: #888888;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 200px;
	height: 17px;
	text-decoration: none;
	/*text-transform:uppercase;*/
	padding: 6px 0 0 20px;
	margin-top: 7px;
}
.addresssearch_region {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #cccccc;
	color: #888888;
	font-size: 11px;
	width: 162px;
}
#Suchbegriffe {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #cccccc;
	color: #888888;
	font-size: 12px;
	left: 6px;
	position: absolute;
	top: 3px;
	width: 160px;
}
.addresssearch_name {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #cccccc;
	color: #888888;
	font-size: 12px;
	width: 160px;
}
.addresssearch_specialties {
	float: left;
	padding-right: 10px;
}
/*.addresssearch_specialties input {
	position:relative;
	top: 2px;
}*/
.addresssearch_specialties h3 {
	padding-bottom: 5px;
}
.addresssearchInputs div {
	padding-right: 10px;
}
.addresssearchheader {
	position: relative;
	padding-left: 12px;
	color: #888888;
	text-decoration: none;
}
.addresssearchheader .statusicon{
	left: 0;
	position: absolute;
	top: 3px;
}

/* Teaserlogin */
#searchtext,
#dl_searchtext {
	position: absolute;
	font-size: 12px;
	left: 6px;
	top: 4px;
	/*border: none;*/
	color: #888888;
	background: none;
	border: 1px solid #cccccc;
	width: 160px;
}
.teaserlogin {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 200px;
}
.teasermenuitem {
	background: transparent url("../../icons/akk_link_bg.gif") repeat-x scroll 0 0;
	color: #888888;
	display: block;
	height: 17px;
	padding-left: 6px;
	padding-top: 6px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}
.teaserlogincontent {
	margin: 0 0 2px 0;
	overflow: hidden;
	padding: 0;
	width: 197px;
}
.teaserlogincontent ul {
	border-top: 1px solid #ff6422;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.teaserlogincontent ul li {
	margin: 0 5px 0 6px;
	padding-top: 5px;
	float: left;
}
.teaserlogincaption {
	font-weight: bold;
}
.buttonspacer {
	margin-top: 20px !important;
}
.teaserregister {
	border-top: 0 solid #ffffff !important;
	list-style-type: none;
}
.teaserregister li {
	width: 150px;
	padding-bottom: 5px;
}
.registrationbackground {
	background: url("../../icons/button_registrieren.gif") no-repeat;
	overflow: hidden;
	padding-top: 3px !important;
	padding-right: 10px;
	padding-left: 50px;
	height: 33px;
}
.loginregister {
	padding-left: 110px;
	width: 230px;
	height: 70px;
	overflow: hidden;
}
#teaserarea ul {
	list-style-type: none;
}
#teaserarea ul li.bulletlist {
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 15px !important;
	margin: 2px 0 !important;
	/*display: inline;*/
}
#teaserarea ul li.hooklist {
	background: no-repeat 0 2px;
	padding-left: 15px !important;
	list-style-image: none;
	margin: 2px 0 !important;
	/*display: inline;*/
}
#teaserarea ul li.linklist {
	background: no-repeat 0 5px;
	padding-left: 15px !important;
	margin: 2px 0 !important;
	list-style-image: none;
	/*display: inline;*/
	/*line-height: 20px;*/
	overflow: hidden;
}
#teaserarea ul li.download {
	background: no-repeat 0 1px;
	padding-left: 15px !important;
	margin: 2px 0 !important;
	list-style-image: none;
	/*display: inline;*/
	line-height: 20px;
}
#teaserarea ul li.email {
	background: no-repeat 0 1px;
	padding-left: 15px !important;
	margin: 2px 0 !important;
	list-style-image: none;
	/*display: inline;*/
	line-height: 20px;
}
#teaserarea ul li.extern {
	background: no-repeat 0 1px;
	padding-left: 15px !important;
	list-style-image: none;
	margin: 2px 0 !important;
	/*display: inline;*/
	line-height: 20px;
}
#teaserarea .teasergroupcontent {
	width: 195px;
}
#teaserarea ul li.linklist .product-counter {
	display: none;
}

/* Footer */
#footerspacer {
	height: 30px;
}
#footercopyright {
	width: auto;
	overflow: hidden;
	z-index: 10;
}
#footercontentalt {
	position: fixed;
	bottom: 0;
	width: 180px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 20px;
	/*background:url(../../icons/footer_bg.gif) no-repeat bottom;*/
	background: url("../../icons/footer_right.gif") no-repeat bottom;
	z-index: 1003;
}
#footercontent {
	position: absolute;
	/*width:773px;*/
	width: 520px;
	height: 35px;
	/*padding-left: 210px;*/ 
	bottom: 0;
	z-index: 1003;
	/*left:0;*/
	right: 0;
}
html>body #footer #footercontent {  /* nur fuer moderne Browser! */
	/*position: fixed;*/
}
#footercontenticons {
	position: relative;
	bottom: 0;
	float: right;
	width: 153px;
	height: 22px;
	/*background: url("../../icons/footer_right.gif") no-repeat;*/
	padding-top: 10px;
}
.footericons {
	margin-left: 10px;
	cursor: pointer;
}
.footericons:links,
.footericons:active,
.footericons:visited,
.footericons:hover {
	margin-left: 20px;
	text-decoration: underline;
	color: #454545;
}
* html #nonFooter {
	height: 100%;
}
ul {
	/*list-style-image: url("../../icons/square2.gif");*/
	list-style-type: square;
}
li {
	margin-left: -5px;
}
.imageborder {
	border: 1px solid #555555;
}
.subnavdiv {
	display: none;
}
.boxbackground {
	background: #f1f1f1 url("../../icons/box_mid_mid.gif") repeat-x;
}
.boxtopleft {
	position: relative;
	height: 8px;
	float: left;
	background: url("../../icons/box_top_left.gif") no-repeat;
	width: 5px;
}
.boxtopmiddle {
	position: relative;
	height: 8px;
	float: left;
	background: url("../../icons/box_top_mid.gif") repeat-x;
}
.boxtopright {
	position: relative;
	height: 8px;
	float: left;
	background: url("../../icons/box_top_right.gif") no-repeat;
	width: 8px;
}
.boxmiddleleft {
	position: relative;
	clear: both;
	background: url("../../icons/box_mid_left.gif") repeat-y;
	width: 5px;
}
.boxmiddlemiddle {
	position: relative;
	/*padding: 5px 10px;*/
	margin: 0 10px;
	overflow: hidden;
}
.boxmiddleright {
	position: relative;
	background: url("../../icons/box_mid_right.gif") repeat-y right;
	width: 8px;
}
.boxbottomleft {
	position: relative;
	width: 5px;
	height: 8px;
	float: left;
	background: url("../../icons/box_bottom_left.gif") no-repeat;
}
.boxbottommiddle {
	position: relative;
	height: 8px;
	float: left;
	background: url("../../icons/box_bottom_mid.gif") repeat-x;
}
.boxbottomright {
	position: relative;
	width: 8px;
	height: 8px;
	float: left;
	background: url("../../icons/box_bottom_right.gif") no-repeat;
}
.boxContentSwitchToggleControl {
	text-align: right;
	padding-right: 13px;
}
.boxContentSwitchToggleControl table {
	display: inline;
}
.boxContentSwitchToggleControl table a {
	padding-right: 0 !important;
}
.boxContentSwitchToggleControlButton {
	position: absolute;
	top: 1px;
	left: 0;
	width: 13px;
	height: 13px;
	font-size: 0;
	background-image: url("../../icons/box_header_content_white_toggle.gif");
	cursor: pointer;
}
.boxContentSwitchToggleControlHeadline {
	background: #ffffff;
	padding-left: 18px;
	padding-right: 5px;
}
.boxContentSwitchToggleControlHeadline h3 {
	display: inline;
}
.boxheaderContentSwitch, .boxheaderContentSwitchClosed {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	background-image: url("../../icons/box_header_content_white_open.gif");
	cursor: pointer;
	font-size: 0;
}
.boxheaderContentSwitchClosed {
	background-image: url("../../icons/box_header_content_white_closed.gif");
}
#boxheaderContentSwitchSpacer {
	padding-top: 15px;
}
.handcursor {
	/*background: url("../../icons/footer_left.gif") no-repeat;*/
	width: 10px;
	height: 30px;
	padding-top: 8px;
	padding-left: 10px;
	float: right;
	cursor: pointer;
}
	
.switchgroup1 {
	/*background: url("../../icons/footer_mid.gif") repeat-x;*/
	height: 30px;
	padding-top: 5px;
	float: right;
	z-index: 1001;
}
	
.switchgroup1 a,
img {
	color: #888888;
	text-decoration: none;
	border: none;
}
.footerdropdown {
	margin: 2px 10px 0 2px;
}

/* Tooltip */
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 999999;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 9999999;
	visibility: hidden;
}

/* References */
#referencedetails {
	margin: 15px 0;
	overflow: hidden;
}

/* Sitemap */
/*### sitemap-accordion ###*/
.sitemap {
	margin: 0;
	padding: 0;
	width: 223px; /*width of menu*/
	overflow: hidden;
}
.sitemap a.menuitem {
	background: url("../../icons/sitemap_akk_link_bg.gif") no-repeat;
	font: bold 11px HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 207px;
	/*height: 17px;*/
	text-decoration: none;
	padding: 6px 0 6px 12px;
}
.sitemap a.menuitem:visited,
.sitemap .menuitem:active {
	color: #454545;
}
.sitemap a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 7px;
	left: 8px;
	border: none;
}
/*.sitemap a.menuitem:hover {

}*/
.sitemap div.submenu { /*DIV that contains each sub menu*/
	background: url("../../icons/sitemap_rahmen_middle.gif") no-repeat;
	border-top: #cccccc solid 1px; /*Kapitelfarbe*/
	padding-left: 1px;
	padding-right: 4px;
	margin-right: 4px;
}
.sitemap div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sitemap div.submenu ul li a,
.sitemap div.submenu  li a {
	/*display: block;*/
	font: normal 11px HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	text-decoration: none;
	/*line-height: 14px;
	padding-left: 10px;*/
}
/*.sitemap div.submenu ul li ul li a, .sitemap div.submenu  li li a {
	margin-left:12px;
}*/
.sitemap div.submenu ul li a:hover,
.sitemap div.submenu li a:hover {
	color: #454545;
	text-decoration: underline;
}

/*### treeview ###*/
.treeview,
.treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:11px;
	font-weight:normal;
	color: #454545;
	text-decoration: none;
	line-height: 14px;
}
.treeview ul {
	background-color: white;
	margin-top: 4px;
}
.treeview .hitarea {
	height: 16px;
	/*width: 16px;*/
	width: 9px;
	/*margin-left: -16px;*/
	margin: 0 3px 0 0;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}
.treeview li {
	margin: 0;
	/*padding: 1px 0 1px 16px;*/
	padding: 1px 0;
}
.treeview a.selected {
	background-color: #eeeeee;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}
.treeview .hover {
	color: red;
	cursor: pointer;
}
.treeview .collapsable-hitarea {
	background: url("../../icons/arrow_down_darkgrey.gif") 0 4px no-repeat;
}
.treeview .collapsable {
	margin: 1px 0 0 12px;
}
.treeview .expandable-hitarea {
	background: url("../../icons/arrow_right_darkgrey.gif") 0 2px no-repeat;
}
.treeview .expandable {
	margin: 1px 0 0 12px;
	clear: both;
}
/*.treeview .closed {
	margin: 1px 0 0 12px;
}*/
.filetree span.file {
	margin: 0 0 0 24px;
}
.filetree span.file {
	margin: 0 0 0 24px;
}
.filetree span.folder,
.filetree span.file {
	display: block;
	overflow:hidden;
}
#sidetreecontrol {
	/*text-align: right;*/
	margin: -10px 15px 15px 0;
	float: left;
}
#sidetreecontrol .collapseButton,
#sidetreecontrol .expandButton {
	/*display: inline;*/
	float: left;
}
#sidetreecontrol .expandButton {
	margin-left:5px;	
}	
#sidetreecontrol a,
#sitemapButtons a {
	font: normal 11px HagerScale-Regular, Arial, sans-serif;
	color: #454545;
	text-decoration: none;	
}
#sitemapButtons {
	/*text-align: right;*/	
	margin: 0 15px 15px 0;	
}

/* Homepage imge*/
.whitetext {
	color: #ffffff;
	text-decoration: none;
}

/* Errormessages */
.errormessage {
	margin: 0 0 20px 0;
}
.errorheadline {
	font-size: 13px;
	font-weight: bold;
	/*color: #888888;*/
	color: #FF6422;
	margin-bottom: 12px;
}
.errortext{
	font-size: 12px;
	color: #454545;
}
.flashcontent {
	position: relative;
	border: 1px solid red;
	width: 300px;
	height: 300px;
	z-index: 10;
}

/* Browsercheck */
.browsercheckbgd {
	background-color: #ffffff;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.browsercheck0 {
	z-index: 2002;
	display: table;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
}
.browsercheck1 {
	/*position: absolute;
	top: 50%;
	left: 50%;*/
	display: table-cell;
	vertical-align: middle;
}
.browsercheck2 {
	background: transparent url("../../icons/overlay_bg_white_klein.png") no-repeat scroll 0 0;
	text-align: left;
	margin: auto;
	width: 480px;
	height: 250px;
 	/*position: relative;
	top: -50%;
	left: -50%;*/
	vertical-align: middle;
}
.browsercheck3 {
	width: 440px;
	height: 250px;
	padding: 20px;
}
.browsercheck3 ul li.linklist {
	list-style-type: none;
	background: url("../../icons/pfeilblue.gif") no-repeat 0 5px;
	padding-left: 15px;
	margin: 2px 0 !important;
}
.versteckt {
	display: none;
}
.debug {
	color: #7f7f7f;
	font-style: italic;
}
#ecardmain .textlinks,
#ecardmain h1 {
	color: #00aae1 !important;
	text-decoration: none !important;
}
.blockheadline {
	clear: both;
	padding: 0;
}
.blockheadline .blockheadlinetop {
	height: 5px;
	margin: 5px 0 0;
	padding: 0;
}
.blockheadline .blockheadlinebottom {
	height: 5px;
	margin: 0 0 5px;
	padding: 0;
}
.blockheadline h2 {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0 5px;
	display: block;
}

/* cug product template */
/* cug product overview */
.productoverview-container .productoverview-product {
	float: left;
	padding-right: 14px;
	padding-bottom: 20px;
}
.productoverview-container .productoverview-product-thumb {
	border: 1px solid #cccccc;
	text-align: center;
	background: #ffffff;
}
.productoverview-container .productoverview-product-thumb a {
	display: block;
	font-size: 0;
}
.productoverview-container .productoverview-introduction {
	padding: 0 0 8px 0;
}
.productoverview-container .productoverview-product-caption {
	color: #888888;
	font-weight: bold;
	padding: 5px 0 0;
	height: 34px;
}
.productoverview-container .productoverview-product-caption a {
	color: #888888;
	text-decoration: none;
}
.productoverview-container .productoverview-product-description {
	padding: 5px 0 0;
	height: 47px;
	overflow: hidden; 
}
.productoverview-container .productoverview-product-prices {
	padding: 0px 0 8px;
}
.productoverview-container .productoverview-product-prices-price {
	font-weight: bold;
}

/* cug product detail */
.productdetail-navigation {
	padding: 0 5px 10px;
	width: 420px;
	float: left;
}
.productdetail-backtooverview {
	padding: 0 13px 0 0;
	float: right;
}
.productdetail .productdetail-image {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #cecece;
}
.productdetail .productdetail-desc {
	float: left;
	padding-left: 10px;
}
.productdetail .productdetail-desc .productdetail-paragraph {
	margin-bottom: 10px;
}
.productdetail-notice {
	margin-bottom: 10px;
}
.productdetail .productdetail-versions table tr td {
	padding: 2px 5px;
}
.productdetail .productdetail-versions table tr td table tr td {
	padding: 0;
}
.productdetail .productdetail-versions table input[type=radio] {
	margin: 0 5px;
}
.productdetail .productdetail-versions .product-version-after-first-row td,
.productdetail .productdetail-versions .product-version-lastrow {
	border-bottom: 1px solid #888888;
}
.productdetail .productdetail-versions .product-version-row {
	border-bottom: 1px dotted #888888;
}
.productdetail .productdetail-versions .product-version-row table td,
.productdetail .productdetail-versions .product-version-lastrow table td {
	border-bottom: none;
}
.productdetail .productdetail-buttons {
	width: 100%;
	padding-top: 10px;
}
.productdetail .productdetail-buttons table {
	float: right;
	margin-left: 10px;
}
/*.productdetail .productdetail-large-img-cont {

}*/
.productdetail .productdetail-large-img {
	display: none;
	height: 100%;
}
/*.productdetail .productdetail-large-img-caption {

}*/
.productdetail .productdetail-small-img-cont {
	border-top: 1px solid #c9c9c9;
}
.productdetail .productdetail-small-img {
	float:left;
	cursor: pointer;
	padding-right: 5px;
	padding-top: 5px;
}
.productdetail .productdetail-small-img img {
	border: 1px solid #cccccc;
}
.productdetail-basket-buttons {
	padding: 20px 10px 0 0;
	float: left;
}

/* cug product shoppingbasket */
a.cugshoppingbasket {
	white-space: nowrap;
}
.cugshoppingbasket-buttons {
	margin-right: 5px;
}
.cugshoppingbasket-area-header {
	color: #454545;
	padding: 6px 0;
}
.cugshoppingbasket-table td {
	border-top: 1px dotted #878787;
}
.cugshoppingbasket-table td a,
.cugshoppingbasket-table td a:visited {
	color: #454545;
	text-decoration: underline;
	font-weight: bold;
}
.cugshoppingbasket-table .cugshoppingbasket-table-firstrow td,
.cugshoppingbasket-table table td,
.cugshoppingbasket-table .cugshoppingbasket-table-optionrow td,
.cugshoppingbasket-table .cugshoppingbasket-table-rownoborder td {
	border-top: none;
}
.cugshoppingbasket-product-headline {
	text-decoration: underline;
	font-weight: bold;
}

/* DE ONLY */
.seminarlinkdeaktiviert {
	margin: 2px 0 8px !important;
	padding-left: 15px;
	background: url("../../icons/pfeillightgrey.gif") 0 5px no-repeat;
}
.normtextdeaktiviert {
	color: #b5b5b5;
}
.kategorieheadline_1 {
	color: #00aae1;
}
.ulseminarlink {
	list-style-type: none;
}
.ulseminarlink li {
	margin-left:0;
}
.seminarlink_1 {
	margin: 2px 0 8px !important;
	padding-left: 15px;
	background: url("../../icons/pfeilblue.gif") 0 5px no-repeat;
}
.kategorieheadline_2 {
	color: #6a655e;
}
.seminarlink_2 {
	margin: 2px 0 8px !important;
	padding-left: 15px;
	background: url("../../icons/pfeilgrey.gif") 0 5px no-repeat;
}

.kategorieheadline_3{
	color:#74B749;	
}
.seminarlink_3 {
	margin: 2px 0 8px !important;
	padding-left: 15px;
	background: url("../../icons/pfeilgreen.gif") 0 5px  no-repeat;
}
.normtext_inaktiv {
	color: #b0b0b0;
}
.seminartyp {
	font-size: 18px;
}
.seminartyp_inaktiv {
	font-size: 18px;
	color: #b0b0b0;
}
.seminartyplink {
	margin: 8px 0 2px !important;
	padding-left: 15px;
	background: url("../../icons/arrow_right_darkgrey.gif") 0 2px  no-repeat;
}
.seminartyplink_aktiv {
	margin: 8px 0 2px !important;
	padding-left: 15px;
	background: url("../../icons/arrow_down_darkgrey.gif") 0 4px  no-repeat;
}
li.seminartyplink a,
li.seminartyplink_aktiv a {
	font-weight: bold;
	text-decoration: none !important;
	color: #454545;
}
.seminartyplink_inaktiv {
	margin: 8px 0 2px !important;
	padding-left: 15px;
	background: url(../../icons/arrow_right_lightgrey.gif) 0 2px  no-repeat;
}
li.seminartyplink_inaktiv a {
	font-weight: bold;
	text-decoration: none !important;
	color: #b0b0b0;
}
.subnav2010ul {
	margin: 0;
	padding: 0;
}
a.subnav2010a1,
a.subnav2010a1:visited,
a.subnav2010a1:link {
	color: #454545;
	text-decoration: none;
}
a.subnav2010a1active {
	font-weight: bold;
	text-decoration: none;
}
.subnav2010icon {
	float: left;
	width: 11px;
	padding: 4px 2px 4px 0;
}
.subnav2010link1,
.subnav2010link2,
.subnav2010link3,
.subnav2010link4 {
	float: left;
	overflow: hidden;
}
.subnav2010ul1 {
	width: 180px;
	background-color: #ffffff;
}
.subnav2010link1,
.subnav2010ul2 {
	width: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subnav2010link2,
.subnav2010ul3 {
	width: 147px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subnav2010link3,
.subnav2010ul4 {
	width: 134px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subnav2010link4 {
	width: 121px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subnav2010link1,
.subnav2010link2,
.subnav2010link3,
.subnav2010link4 {
	float: left;
}
#subnav2010hide,
#subnav2010open {
	width: 174px;
	padding: 7px 12px 6px 10px;
	background: url("../../icons/subnav_header.png") right top;
	position: static;
}
#subnav2010hide {
	text-align: right;
}
.subnav2010unten {
	width: 196px;
	height: 15px;
	background: url("../../icons/subnav_footer.png") right bottom;
}
a.subnav2010hide {
	text-decoration: none;
	font-size: 11px;
	position: relative;
}
.subnav2010clear {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
}
.subnav2010line {
	width: 190px;
	height: 1px;
}
li.subnav2010li1,
li.subnav2010li1active,
li.subnav2010li2,
li.subnav2010li2active,
li.subnav2010li3,
li.subnav2010li3active,
li.subnav2010li4,
li.subnav2010li4active {
	list-style: none;
	background-repeat: no-repeat;
	margin:0;
}
li.subnav2010li1,
li.subnav2010li1active {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-bottom: 1px solid #cccccc;
}
.downloadstuff-change-button,
.literature-change-button,
.autoform-change-button {
	float: right;
	margin: 10px 17px 5px 0;
}
.downloadstuff-order-button {
	text-align: right;
	padding-right: 13px;
	margin-bottom: 12px;
}
.downloadstuff-order-button table {
	display: inline;
}
.downloadstuff-order-btn-left,
.downloadstuff-order-btn-right {
	float: left;
	width: 5px;
	height: 30px;
	background: url("../../icons/download_stuff_submit_left.gif");
}
.autoform-seperator {
	background: #cccccc;
	height: 1px;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.downloadstuff-order-btn-center {
	float: left;
	height: 26px;
	padding-top: 4px;
	background: #d0d0d0;
}
.downloadstuff-order-btn-center a {
	padding-right: 0 !important;
}
.downloadstuff-order-btn-right {
	background: url("../../icons/download_stuff_submit_right.gif");
}
.indent {
	padding-left: 15px;
}
td.suchbaumcheckbox {
	vertical-align: top;
	width: 13px;
	background-repeat: no-repeat;
}
div.suchbaumaufklapppfeil {
	float: left;
	width: 12px;
	padding: 2px 0 0;
}
input.suchbaumcheckbox  {
	margin: 4px;
}
.autoformcheckbox {
	height: 18px;
}
.autoformdiv table h3 {
	position: relative;
	left: -1px;
}
.preview-btn {
	width: 16px;
	height: 17px;
	border: none;
	background: transparent url("../../icons/icon_ansicht.gif") 0 0 no-repeat;
	cursor: pointer;
}
.preview-btn:focus {
	outline: none;
}

/* Projectlist */
#projectlist .project-list-table {
	width: 100%;
	table-layout: fixed;
}
#projectlist .project-list-table td {
	padding: 2px;
	vertical-align: top;
	overflow: hidden;
}
#projectlist .project-list-table td.title {
	font-weight: bold;
}
#projectlist .seperator {
	margin-top: 15px;
}
#projectlist .project-list-table .tableheader {
	background: #ffffff;
}
#projectlist .project-list-table .project-list-table-row-hover td {
	background-color: #e0e0e0;
}
#projectlist .project-list-table .project-list-table-row-style1 {
	background: #f4f4f4;
}
#projectlist .project-list-table .project-list-table-row-style2 {
	background: #ffffff;
}
#projectlist .project-list-table .project-list-table-row-seperator-dotted,
#projectlist .project-list-table .project-list-table-row-seperator-solid {
	font-size: 0;
	line-height: 0;
	padding: 0;
}
#projectlist .project-list-table .project-list-table-row-seperator-dotted {
	border-top: 1px dotted #888888;	
}
#projectlist .project-list-table .project-list-table-row-seperator-solid {
	border-top: 1px solid #888888;
}
#projectlist .project-list-table .project-list-table-row-checkbox {
	width: 14px;
	height: 14px;
}
#projectlist .project-list-table input.project-list-add-products-name,
#projectlist .project-list-table input.project-list-add-products-enumber,
#projectlist .project-list-table input.project-list-add-products-count,
#projectlist .project-list-table input.project-list-add-products-desc,
#projectlist .project-list-table input.project-list-add-products-vpe,
#projectlist .project-list-table input.project-list-add-products-prgr,
#projectlist .project-list-table input.project-list-add-products-price {
	border: 1px solid #b2b2b2;
	padding: 0 1px 0 2px;
	color: #555555;
	font-size: 12px;
	font-family: HagerScale-Regular, Arial, sans-serif;
}
#projectlist .project-list-table input.project-list-add-products-name {
	width: 90px;
}
#projectlist .project-list-table input.project-list-add-products-enumber {
	width: 90px;
}
#projectlist .project-list-table input.project-list-add-products-desc {
	width: 200px;
}
#projectlist .project-list-table input.project-list-add-products-vpe {
	width: 32px;
	text-align: right;
}
#projectlist .project-list-table input.project-list-add-products-prgr {
	width: 32px;
}
#projectlist .project-list-table input.project-list-add-products-price {
	width: 70px;
	text-align: right;
}
#projectlist .project-list-table input.project-list-add-products-count {
	width: 30px;
	text-align: right;
}
#projectlist .project-list-table input.error {
	border: 1px solid #ff6422;
}
#projectlist .project-list-table img.project-list-add-products-submit-image {
	padding-top: 2px;
	float: right;
	display: block;
}
#projectlist .project-list-table .title a {
	color: #555555;
}
#projectlist .project-list-table .project-list-table-row-center {
	text-align: center;
}
#projectlist .project-list-table .project-list-table-row-right {
	text-align: right;
}
#projectlist .project-list-table .project-list-table-icons-new,
#projectlist .project-list-table .project-list-table-icons-edit,
#projectlist .project-list-table .project-list-table-icons-delete,
#projectlist .project-list-table .project-list-table-icons-copy,
#projectlist .project-list-table .project-list-table-icons-direction {
	float: right;
	width: 11px;
	height: 13px;
	padding: 0 2px;
}
#projectlist .project-list-table .project-list-table-icons-edit {
	width: 12px;
}
#projectlist .project-list-table .project-list-table-icons-direction {
	width: 7px;
}
#projectlist .project-list-table .project-list-table-icons-copy {
	width: 10px;
}
#projectlist .project-list-table .icons a {
	text-decoration: none;
}
#projectlist .project-list-table .treeicon {
	cursor: pointer;
	background: url("../../icons/projectlist_list_collapse.gif") no-repeat left top;
	padding-right: 6px;
}
#projectlist .project-list-table .treeiconclosed {
	background: url("../../icons/projectlist_list_expand.gif") no-repeat left top;
}
#projectlist .project-list-table .subtreeicon {
	background: url("../../icons/projectlist_list_normal.gif") no-repeat left top;
}
#projectlist .project-list-table .lastsubtreeicon {
	background: url("../../icons/projectlist_list_last.gif") no-repeat left top;
}
#projectlist .project-list-table .subtreeicon2,
#projectlist .project-list-table .lastsubtreeicon2 {
	background: url("../../icons/projectlist_list_part2.gif") no-repeat left top;
}
.project-name {
	font-weight: bolder;
}
.new-project-list label,
.projectlist-import label { 
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
}
.new-project-list .project-list-form-text,
.new-project-list .project-list-form-textarea,
.new-project-list .project-list-form-select,
.new-project-list #project-list-form-textfields input,
.projectlist-import .projectlist-importselect,
.projectlist-import .projectlist-importfile {
	margin-top: 3px;
}
.new-project-list #project-list-form-textfields input {
	display: block;
}
.new-project-list .project-list-form-text input, 
.new-project-list .project-list-form-textarea textarea, 
.new-project-list #project-list-form-textfields input {
	width: 230px;
	border: 1px solid #b2b2b2;
	color: #555555;
	font-size: 11px;
	font-family: HagerScale-Regular, Arial, sans-serif;
} 
.new-project-list .project-list-form-textfields #project-list-form-textfields {
	float: left;
}
.new-project-list .project-list-form-textfields .project-list-form-textfields-more {
	float: left;
	display: block;
	padding-left: 100px;
}
.new-project-list .project-list-form-textfields .project-list-form-textfields-more a {
	text-decoration: underline;
	cursor: pointer;
}
.new-project-list #project-list-form-submitbutton, 
.project-list-add-products #project-list-form-submitbutton,
.projectlist-import #project-list-form-submitbutton {
	margin-top: 30px;
}
.new-project-list .errorClass input,
.new-project-list .errorClass select,
.new-project-list .errorClass textarea,
.projectlist-import .errorClass select,
.projectlist-import .errorClass input,
.projectlist-layer .projectlist-layer-content .errorClass select {
	border: 1px solid #ff6422 ;
}
.new-project-list .errorClass label,
.projectlist-import .errorClass label,
.projectlist-layer .projectlist-layer-content .errorClass label {
	color: #ff6422;
}
#projectlist-teaser .project-list-select,
#projectlist .project-detail-projectchoice select,
.new-project-list .project-list-form-select select,
.projectlist-importselect select,
.projectlist-importfile input,
.projectlist-import-csv-projectname input {
	border: 1px solid #b2b2b2;
	color: #555555;
	font-size: 11px;
	font-family: HagerScale-Regular, Arial, sans-serif;
	width: 182px;
}
.new-project-list .project-list-form-select select {
	width: 234px;
}
.projectlist-importselect select,
.projectlist-importfile input {
	width: 186px;
}
.projectlist-import-csv-firstline input { 
	width: 13px;
	height: 13px;
	border: none !important;
}
#projectlist .project-detail-projectchoice-text {
	float: left;
}
/*#projectlist-teaser .project-list-select .project-list-select-link {

}*/
#projectlist .project-detail-back-to-overview {
	float: left;
	padding: 0 10px;
}
.prisma-projectlist-form {
	display: inline;
}
.prisma-projectlist-form-pgr {
	display: block;
	width: 77px;	
}
.prisma-projectlist-form .prisma-projectlist-compare-icon {
	padding-right: 17px;
}
.prisma-projectlist-form .prisma-projectlist-addtolist-icon {
	vertical-align: text-bottom;
	padding-bottom: 1px;
}
.prisma-projectlist-form-pgr .prisma-projectlist-addtolist-icon {
	display: block;
	float: left;
	width: 16px;
	padding-left: 2px;
}
.prisma-projectlist-form .prisma-project-list-form-spacer {
	margin-left: 20px;
}
.prisma-projectlist-form .prisma-projectlist-addtolist-text {
	font-weight: normal;
}
.prisma-projectlist-form-pgr .prisma-projectlist-addtolist-text {
	width: 22px;
	display: block;
	float: left;	
}
input.add-to-projectlist {
	border: 1px solid #b2b2b2;
	color: #555555;
	font-size: 11px;
	font-family: HagerScale-Regular, Arial, sans-serif;
	text-align: right;
	width: 20px;
	padding: 0 1px 0 2px;
}
.prisma-projectlist-form-pgr input.add-to-projectlist {
	display: block;
	float: left;	
}
.project-list-table input.error, .prisma-projectlist-form input.error {
	border: 1px solid #ff6422 ;
}
.projectlist-bolder, .new-project-list .project-name {
	font-weight: bolder;
}
#projectlist .project-detail-projectchoice {
	margin: 20px 0;	
}
#projectlist .project-detail-headline {
	font-size: 16px;
	font-weight: bold;
	color: #626364;	
	margin-bottom: 8px;
}
#projectlist .project-detail-text {
	margin-bottom: 20px;
}
#projectlist .project-detail-toggle-button {
	padding-right: 13px;
	margin: 20px 0 10px 0;
	float: right;
}
/*#projectlist .project-detail-singleview {

}*/
#projectlist .project-detail-singleview .product-detail-add-products-input input {
	border: 1px solid #b2b2b2;
	color: #555555;
	font-size: 11px;
	font-family: HagerScale-Regular, Arial, sans-serif;
	width: 30px;
	padding: 0 1px 0 2px;
}
#projectlist .project-detail-singleview .product-detail-add-products-input .project-list-add-products-count {
	width: 40px;
}
#projectlist .project-detail-singleview .product-detail-add-products-input .project-list-add-products-name {
	width: 150px;
}
#projectlist .project-detail-singleview .project-detail-proname-input {
	margin-top: 10px;
}
#projectlist .project-detail-singleview .product-detail-add-products-input-detail {
	margin-top: 10px;
}
#projectlist .project-detail-singleview .product-detail-add-products-input-detail .product-detail-add-products-input {
	float: left;
}
#projectlist .project-detail-singleview .product-detail-add-products-input-detail .product-detail-add-products-input-submit {
	float: left;
	padding-left: 0;
	padding-top: 2px;
}
#projectlist .project-detail-bottom {
	margin: 18px 0 10px;
	padding-top: 18px;
	border-top: 1px solid #cccccc;
}
#projectlist .project-detail-bottom .project-detail-bottom-buttons {
	float: right;
	width: 280px;
}
#projectlist .project-detail-bottom .project-detail-clear-button,
#projectlist .project-detail-bottom .project-detail-save-button {
	margin-top: 0;
	padding-right: 5px;
	float: right;
}
.project-list-add-products .product-detail-add-products-input input {
	border: 1px solid #b2b2b2;
	color: #555555;
	font-size: 11px;
	font-family: HagerScale-Regular, Arial, sans-serif;
	width: 30px;
	padding: 0 1px 0 2px;
}
.project-list-add-products .product-detail-add-products-input .project-list-add-products-count {
	width: 40px;
}
.project-list-add-products .product-detail-add-products-input .project-list-add-products-name {
	width: 150px;
}
.project-list-add-products .project-detail-add-products-intro {
	padding-top: 20px;
}
.projectlist-addedproduct-select-project .projectlist-added-product-introtext {
	margin: 20px 0;
}
.projectlist-addedproduct-select-project .project-detail-back-to-overview {
	margin-top:20px;
}
.project-detail-bottom-export {
	float: left;
	width: 390px;
	font-size: 11px;
}
.project-detail-bottom-export .project-detail-bottom-export-checkbox {
	display: inline;
	float: left;
	width: 93px;
	margin-left: 7px
}
.project-detail-bottom-export .project-detail-bottom-export-checkbox label {
	margin-top: 4px;
	margin-left: 2px;
	display :block;
	float: left;
}
.project-detail-bottom-export .project-detail-bottom-export-checkbox input {
	height: 14px;
	width: 14px;
	margin-top: 4px;
	display: block;
	float: left;
}
.project-detail-bottom-export .project-detail-bottom-export-format {
	float: left;
	display: inline;
	width: 280px;
}
.project-detail-bottom-export .project-detail-bottom-export-format select {
	border: 1px solid #b2b2b2;
	color: #555555;
	font-size: 11px;
	font-family: HagerScale-Regular, Arial, sans-serif;
	width: 110px;
}
.project-detail-bottom-export .project-detail-bottom-export-format label,
.project-detail-bottom-export .project-detail-bottom-export-format select,
.project-detail-bottom-export .project-detail-bottom-export-format table {
	float: left;
	margin: 0 4px;
}
.project-detail-bottom-export .project-detail-bottom-export-format label {
	margin-top: 4px;
}
.project-detail-bottom-export .project-detail-bottom-export-format select {
	margin-top: 2px;
	margin-left: 0;
	margin-right: 0;
}
.cugNavSubElementProjectlist a {
	background: url("../../icons/pfeilweiss.gif") no-repeat 0 30% !important;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
}
#projectlist #projectlist-tender-export .tenderFormIntroText {
	margin-bottom: 20px;
}
#projectlist #projectlist-tender-export #tenderFrame {
	display: none;
}
.projectlist-importbutton {
	float: right;
}
#projectlist .project-detail-singleview .projectlist-importbutton {
	margin-top: 10px;
}
#projectlist .project-detail-singleview .project-detail-introtext .projectlist-importbutton {
	display: inline;
	margin: 0 13px 0 0;
}

/* projectlist - documents */
#projectlist #projectlist-documents #project-detail-documents #project-detail-documents-form,
#projectlist #projectlist-tender #project-detail-tender #project-detail-tender-form {
	padding: 0 1px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table {
	width: 100%;
	table-layout: fixed;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablecol-toggle,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablecol-toggle {
	width: 26px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablecol-cb,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablecol-cb {
	width: 18px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablecol-vertical,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablecol-vertical {
	width: 30px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table td,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table td {
	vertical-align: top;
	padding: 3px 2px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table td.buttonlinks,
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table td.buttonmitte,
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table td.buttonrechts,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table td.buttonlinks,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table td.buttonmitte,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table td.buttonrechts {
	padding: 0;
	vertical-align: middle;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table td.buttonmitte,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table td.buttonmitte {
	padding-bottom: 5px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tableheader,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tableheader {
	border-left: 1px solid #cccccc;
	/*border-bottom: 1px solid #cccccc;*/
	border-bottom: none;
	vertical-align: bottom;
	text-align: center;
	padding: 10px 2px 8px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .withoutborder,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .withoutborder {
	border-left: none;
	border-right: none;
	text-align: left;
	font-weight: normal;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablefooter,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablefooter {
	padding-top: 20px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tableheader-firstrow td,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tableheader-firstrow td {
	border-bottom: none;
	padding-bottom: 0;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tableheaderfirst,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tableheaderfirst {
	border-left: none;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody {
	border-bottom: 1px dotted #888888;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .lastrow td,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .lastrow td {
	border-bottom: none;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .color1,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .color1 {
	background: #f4f4f4;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .color2,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .color2 {
	background: #ffffff;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .borderleft,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .borderleft {
	border-left: 1px solid #cccccc;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .checkbox,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .checkbox {
	text-align: center;
	vertical-align: middle;
	line-height: 17px;
	height: 17px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tableheader input,
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .checkbox input,
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody input,
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablefooter input,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tableheader input,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .checkbox input,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody input,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablefooter input {
	width: 13px;
	height: 13px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablesubheader,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablesubheader {
	color: #888888;
	font-size: 16px;
	border-bottom: none;
	vertical-align: middle;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebodybold,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebodybold {
	color: #454545;
	font-weight: bold;
	line-height: 17px;
	overflow: hidden;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitch, 
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitchClosed,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody .boxheaderContentSwitch,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody .boxheaderContentSwitchClosed {
	position: static;
	display: block;
	margin-left: 7px;
	margin-right: 2px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitch,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody .boxheaderContentSwitch {
	background-image: url("../../icons/box_header_content_grey_open.gif");
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitchClosed,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody .boxheaderContentSwitchClosed {
	background-image: url("../../icons/box_header_content_grey_closed.gif");
}

#projectlist #projectlist2011-list-right #projectlist-documents #project-detail-documents .project-detail-documents-table .tablesubheader,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablesubheader {
	color: #00aae1;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}
#projectlist #projectlist2011-list-right #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitch, 
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody .boxheaderContentSwitchClosed,
#projectlist #projectlist2011-list-right #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitch,
#projectlist #projectlist2011-list-right #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitchClosed {
	position: static;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 2px 0 5px;
}
#projectlist #projectlist2011-list-right #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitch,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody .boxheaderContentSwitch {
	background:url("../../icons/2011/box.png") -20px -710px;
}
#projectlist #projectlist2011-list-right #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitchClosed,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .tablebody .boxheaderContentSwitchClosed {
	background:url("../../icons/2011/box.png") -20px -730px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .td-seperator,
#projectlist #projectlist-tender #project-detail-tender .project-detail-tender-table .td-seperator {
	background: #454545; 
	padding: 0;
}
#projectlist #projectlist2011-list-right #projectlist-documents .project-detail-documents-table .document-cb-proj,
#projectlist #projectlist2011-list-right #projectlist-tender .project-detail-tender-table .document-cb-proj,
#projectlist #projectlist2011-list-right #projectlist-documents .selectall,
#projectlist #projectlist2011-list-right #projectlist-tender .selectall {
	margin: 5px 0 0 5px;
	height: 13px;
	width: 13px;
}
#projectlist #projectlist2011-list-right #projectlist-documents td.tablefooter .selectall,
#projectlist #projectlist2011-list-right #projectlist-tender td.tablefooter .selectall {
	margin-top:0;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-document-dl-backlink {
	padding-top: 20px;
}
#projectlist-import-csv {
	clear: both;
	display: none;
	margin-top: 10px;
}
#projectlist-import-csv .projectlist-import-csv-projectname {
	display: none;
}

/* scrollable */
#projectlist #table-head-wrapper {
	border-bottom: 1px solid #cccccc;
	position: relative;
}
#projectlist .table-documents-wrapper {
	float: right;
	overflow: hidden;
	position: relative;
}
#projectlist .table-documents-wrapper .slider {
	width: 34px;
	height: 1000em;
	position: absolute;
	bottom: 0;
	background: #ffffff url("../../icons/2011/bg_switch_shadow.png") 0 0 repeat-y;
}
#projectlist .table-documents-wrapper .slider .slider-icon {
	width: 29px;
	height: 55px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	background: url("../../icons/2011/box.png") 0 0 no-repeat transparent;
	cursor: pointer;
}
#projectlist .table-documents-wrapper .slider-left {
	left: 1px;
	background-position: right top;
}
#projectlist .table-documents-wrapper .slider-left .slider-icon {
	background-position: -35px -3995px;
	left: 0;
}
#projectlist .table-documents-wrapper .slider-right {
	right: 0;
	background-position: left top;
}
#projectlist .table-documents-wrapper .slider-right .slider-icon {
	background-position: 0 -3995px;
	right: 0;
}
#projectlist .table-documents-wrapper .project-detail-documents-table {
	position: relative;
}
#projectlist .subproject-table-wrapper .table-documents-wrapper,
#projectlist .subproject-table-wrapper .table-products-wrapper {
	border-bottom: 1px solid #454545;
}
#projectlist .select-all-wrapper {
	height: 21px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 2px 5px;
}
#projectlist #table-foot-wrapper .select-all-wrapper {
	top: 0;
}
#projectlist #table-foot-wrapper .select-all-wrapper .selectall {
	margin-top: 0 !important;
}
#projectlist .select-all-wrapper span {
	position: relative;
	left: 7px;
	bottom: 1px;
}
#projectlist #table-foot-wrapper {
	margin-top: 20px;
	position: relative;
}

/* Comparelist */
#prisma-compare-list {
	display: none;
	background-color: #ffff00;
}
#prisma-compare-list-inner {
	position: relative;
	/*overflow: hidden;*/
	width: 820px;
	height: 466px;
	padding-top: 33px;
}
#prisma-compare-list-inner table {
	border-collapse: collapse;
	table-layout: fixed;
}
#prisma-compare-list-inner table td {
	vertical-align: top;
}
#prisma-compare-list-inner #prisma-compare-list-inner-table {
	width: 818px;
}
#prisma-compare-list-inner #prisma-compare-list-firstTd {
	overflow: hidden;
	width: 144px;
	border-right: 1px solid #888888;
	padding: 3px 12px 3px 0;
}
#prisma-compare-list-inner #prisma-compare-list-secondTd {
	position: relative;
	overflow: hidden;
	height: 175px;
}
#prisma-compare-list-inner #prisma-compare-list-divHeader {
	width: 659px;
	/*height: 175px;*/
	height: 140px;
	position: relative;
	overflow: hidden;
	border-right: 1px solid #888888;
}
#prisma-compare-list-inner #prisma-compare-list-divHeader table {
	position: relative;
	height: 175px;
	table-layout: auto;
}
#prisma-compare-list-inner .prisma-compare-list-tableHeader {
	position: relative;
	width: 121px !important;
}
#prisma-compare-list-inner .prisma-compare-list-tableHeader .prisma-image-wrapper {
	position : relative;
	left     : 23px;
}
#prisma-compare-list-inner .prisma-compare-list-tableHeader .prismanoimgpadding0 {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 23px;*/
}
#prisma-compare-list-inner .prisma-compare-list-tableHeader img {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 23px;*/
	/*padding-bottom: 15px;*/
}
#prisma-compare-list-inner .prisma-compare-list-tableHeader h3 {
	text-align: left;
	padding-top: 20px;
	color: #888888;
	font-weight: normal;
	font-size: 11px;
}
#prisma-compare-list-inner #prisma-compare-list-firstcol {
	overflow: hidden;
	height: 265px;
	/*height: 275px;*/
	width: 157px;
	/*border-right: 1px solid #888888;*/
	text-align: right;
	font-weight: bold;
	position: relative;
}
#prisma-compare-list-inner #prisma-compare-list-firstcol-inner {
	position: absolute;
	top:0;
	left:0;
}
#prisma-compare-list-inner #prisma-compare-list-firstcol-inner table {
	width: 156px;
	height: 100%;
	table-layout: fixed;
	position: relative;
}
#prisma-compare-list-inner #prisma-compare-list-tableDiv {
	overflow-x: hidden !important;
	/*overflow-y: scroll;*/
	overflow-y: auto;
	/*width:659px;*/
	width: 680px;
	height: 265px;
	/*height: 275px;*/
	position: relative;
	/*border-right: 1px solid #888888;*/
}
#prisma-compare-list-inner #prisma-compare-list-tableDiv table {
	table-layout: auto;
	position: relative;
	height: 100%;
}
#prisma-compare-list-inner #prisma-compare-list-divHeader table td,
#prisma-compare-list-inner #prisma-compare-list-tableDiv table td {
	width: 121px;
	border-right: 1px dotted #888888;
	padding: 3px 5px;
}
#prisma-compare-list-inner #prisma-compare-list-firstcol table td,
#prisma-compare-list-inner #prisma-compare-list-tableDiv table td {
	border-top: 1px dotted #888888;
}
#prisma-compare-list-inner .prisma-compare-list-firstRow {
	width: 121px; 
	font-weight: bold;
}
#prisma-compare-list-inner #prisma-compare-list-firstcol table td {
	padding: 3px 12px 3px 0;
	border-right: 1px solid #888888;
	width: 144px;
}
#prisma-compare-list-inner #prisma-compare-list-button-left,
#prisma-compare-list-inner #prisma-compare-list-button-right {
	position: absolute;
	width: 18px;
	/*height: 148px;*/
	height: 110px;
	cursor: pointer;
}
#prisma-compare-list-inner #prisma-compare-list-button-left {
	top: 41px;
	left: 138px;
	background: url("../../icons/comparelist_to_left.gif") no-repeat;
}
#prisma-compare-list-inner #prisma-compare-list-button-right {
	top: 41px;
	right: -15px;
	background:url("../../icons/comparelist_to_right.gif") no-repeat;
}
#prisma-compare-list-inner #prisma-compare-list-footer-firstTd {
	border-right: 1px solid #888888;
	overflow: hidden;
	padding: 3px 12px 3px 0;
	width: 144px !important;
}
/*#prisma-compare-list-inner #prisma-compar-list-footer-secondTd {

}*/
#prisma-compare-list-inner #prisma-compare-list-footer-divHeader {
	border-right: 1px solid #888888;
	overflow: hidden;
	position: relative;
	width: 659px;
}
#prisma-compare-list-inner #prisma-compare-list-footer-divHeader table {
	position: relative;
	table-layout: auto;
}
#prisma-compare-list-inner #prisma-compare-list-footer-divHeader table td {
	border-right: 1px dotted #888888;
	padding: 3px 5px;
	width: 121px;
}
#prisma-compare-list-inner .prisma-compare-list-footer-firstRow {
	width: 121px;
}
#prisma-compare-list-inner .prisma-compare-list-footer-deleteproduct {
	float: left;
	width: 11px;
	padding-right: 4px;
}
#prisma-compare-list-inner .prisma-compare-list-footer-deleteproduct img {
	padding-top: 2px;
	cursor: pointer;
}
#prisma-compare-list-inner .prisma-compare-list-footer-addtoprojectlist {
	float: left;
	width: 106px;
	text-align: right;
}
#prisma-compare-list-inner .prisma-compare-list-footer-addtoprojectlist .prisma-projectlist-addtolist-icon {
	cursor: pointer;
	vertical-align: text-bottom;
	padding-bottom: 1px;
}
#prisma-compare-list-inner .primsa-compare-list-footer-outer {
	padding-top: 15px;
	padding-right: 3px;
	/*padding-left: 157px;*/
}
#prisma-compare-list-inner .primsa-compare-list-footer-outer #prismadisclaimer {
	padding-top: 0;
}
#prisma-compare-list-inner .primsa-compare-list-footer-outer .prisma-compare-list-pdf-button {
	float: right;
	margin: 0 0 0 5px;
}
#prisma-compare-list-inner .primsa-compare-list-footer-outer .prisma-compare-list-pdf-button table {
	table-layout: auto;
}
#prisma-compare-list-inner .primsa-compare-list-footer-outer .prisma-compare-list-pdf-button table a {
	line-height: 22px;
}

#body .jspVerticalBar {
	width: 17px;
}
#body .jspTrack {
	background: url("../../icons/scroll_track.gif") repeat-y scroll 0 0 transparent;
}
#body .jspDrag {
	background: url("../../icons/scroll_drag_middle.gif") repeat-y scroll 0 50% transparent;
}
#body .jspArrowUp,
#body .jspArrowUp.jspDisabled {
	background: url("../../icons/scroll_arrow_up.gif") no-repeat scroll 0 -20px transparent;
	height: 17px;
	overflow: hidden;
}
#body .jspArrowDown,
#body .jspArrowDown.jspDisabled {
	background: url("../../icons/scroll_arrow_down.gif") no-repeat scroll 0 -20px transparent;
	height: 17px;
	overflow: hidden;
	position:relative;
}
#body .jspDragTop {
	background: url("../../icons/scroll_drag_top.gif") no-repeat scroll 0 0 transparent;
	height: 4px;
	left: 0;
	overflow: hidden;
	top: 0;
}
#body .jspDragBottom {
	background: url("../../icons/scroll_drag_bottom.gif") no-repeat scroll 0 bottom transparent;
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
}

/*### jScrollPane 2.0.14 Compare List ###*/
#prisma-compare-list-inner .jspPane {
	border-right: 1px solid #888888;
}

/*### jScrollPane 2.0.14 Layer Navigation ###*/
#scrollwrapper-level3 {
	position: absolute;
	z-index: 2;
	width: 100%
}
#scrollwrapper-level3 .jspPane {
	position: absolute;
}
#scrollwrapper-level3 .jspVerticalBar {
	background: none;
}
#scrollwrapper-level3 .jspArrow {
	width: 11px;
	height: 18px;
}
#scrollwrapper-level3 .jspArrowUp,
#scrollwrapper-level3 .jspArrowUp.jspDisabled {
	background: url("../../icons/2011/scroller_arrow_up_down.png") 0 0 no-repeat;
}
#scrollwrapper-level3 .jspArrowDown,
#scrollwrapper-level3 .jspArrowDown.jspDisabled{
	background: url("../../icons/2011/scroller_arrow_up_down.png") -11px 0 no-repeat;
}
#scrollwrapper-level3 .jspTrack {
	background-color: #ffffff;
	width: 11px;
}
#scrollwrapper-level3 .jspDrag {
	background: url("../../icons/2011/scroller_slider_mid.png") 0 50% no-repeat;
	position: relative;
}
#scrollwrapper-level3 .jspDragTop {
	background: url("../../icons/2011/scroller_slider_top_bottom.png") 0 0 no-repeat;
	width: 11px;
	height: 7px;
}
#scrollwrapper-level3 .jspDragBottom {
	background: url("../../icons/2011/scroller_slider_top_bottom.png") -11px 0 no-repeat;
	width: 11px;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* minisites */
.minisite {
	position: relative;
	margin-bottom: 20px;
}
.minisite-bottom {
	height: 8px;
	font-size: 0;
}
.minisite-title {
	padding: 4px 10px 0;
}
.minisite-title h1 {
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
}
.minisite-title h1 a {
	text-decoration: none;
	color: #ffffff;
}
.minisite-nav {
	position: absolute;
	right: 10px;
	bottom: 0;
}
.minisite-nav ul {
	float: right;
}
.minisite-nav ul li {
	margin: 0;
	padding: 0 9px;
	list-style: none;
	float: left;
}
.minisite-nav ul li.active {
	padding: 0;
}
.minisite-nav ul li img.minisite-icon {
	margin-right: 2px;
}
.minisite-nav ul li a, .minisite-nav ul li span.title {
	display: block;
	float: left;
	height: 28px;
	padding: 4px 0 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}
.minisite-nav ul li a:hover {
	font-weight: bold;
}
.minisite-nav ul li.active span.title {
	background: url("../../icons/minisite_tab_active_left.png") no-repeat;
	font-weight: bold;
	padding-left: 5px;
}
.minisite-nav ul li.active .minisite-element-right {
	background: url("../../icons/minisite_tab_active_right.png") no-repeat;
	width: 6px;
	height: 32px;
	display: block;
	float: left;
}
.minisite-footer {
	clear: both;
	height: 15px;
	margin-bottom: 15px;
}

/* cross-selling */
#cross-selling-containter ul li {
	margin: 0 0 2px !important;
	background-image: url("../../icons/pfeilwhite.gif");
}
#cross-selling-containter ul li a {
	color: #454545; 
	display: block;
}

#cross-selling-containter .cross-selling-item-pgrimage ul li,
#cross-selling-containter .cross-selling-item-autopgrimage ul li {
	background-color: #ffffff;
}

/* login-layer*/
.layer-login-form .label {
	vertical-align: top;
	padding-right: 10px;
}

/* box highlight */
.box-headline-outside-top-left-highlight,
.box-headline-outside-top-right-highlight,
.box-headline-outside-bottom-left-highlight,
.box-headline-outside-bottom-right-highlight {
	width: 10px !important;
	height: 10px !important;
}
.box-headline-outside-top-mid-highlight,
.box-headline-outside-bottom-mid-highlight {
	height: 10px !important;
}
.box-headline-outside-top-left-highlight {
	background: url("../../icons/box_top_left_hover.gif") no-repeat !important;
}
.box-headline-outside-top-mid-highlight {
	background: url("../../icons/box_top_mid_hover.gif") repeat-x !important;
}
.box-headline-outside-top-right-highlight {
	background: url("../../icons/box_top_right_hover.gif") no-repeat !important;
}
.box-headline-outside-bottom-left-highlight {
	background: url("../../icons/box_bottom_left_hover.gif") no-repeat !important;
}
.box-headline-outside-bottom-mid-highlight {
	background: url("../../icons/box_bottom_mid_hover.gif") repeat-x !important;
}
.box-headline-outside-bottom-right-highlight {
	background: url("../../icons/box_bottom_right_hover.gif") no-repeat !important;
}
.box-headline-outside-mid-left-highlight {
	background: url("../../icons/box_mid_left_hover.gif") repeat-y !important;
}
.box-headline-outside-mid-right-highlight {
	background: url("../../icons/box_mid_right_hover.gif") right center repeat-y !important;
}

/* advanced search */
.extendedsearch-resetbutton {
	float: right;
	margin: 15px 8px 0 0;
}
.extendedsearch-resetbutton-dl {
	float: right;
	margin: 15px 8px 0 0;
}
.highlight {
	font-weight: bold;
}
#extendedsearch-waiting {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background: #ffffff url("../../icons/loadingAnimation.gif") 50% 50% no-repeat;
}
#extendedsearch-waiting-div,
.extendedsearch-disable-input,
.reference-filter-waiting-div,
.portfolio-filter-waiting-div{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
	opacity: 0.60;
	filter: alpha(opacity=60);
	background: #ffffff;
}
.extendedsearch-disable-input-nolayer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
}
#extendedsearch-waiting-teasersearch {
	position: absolute;
	top: 8px;
	right: 32px;
	height: 18px;
	width: 18px;
	z-index: 999999;
}
#extendedsearch-waiting-headersearch {
	position: absolute;
	top: 4px;
	right: 42px;
	height: 18px;
	width: 18px;
	z-index: 999999;
}
#extendedsearch-waiting-input {
	position: absolute;
	top: -1px;
	right: 44px;
	height: 28px;
	width: 28px;
	z-index: 999999;
}
.extendedsearch-result-desc {
	padding-left: 15px;
}
div.extendedsearchfilterdiv {
	padding-top: 10px;
	float: left;
	position: relative;
}
/*.ExtendedSearchFilterDiv div.extendedsearchfilterdiv {
	padding-top: 0;
	float: none;
}*/
select.extendedsearchfilter, input.extendedsearchfilter {
	width: 492px;
	color: #454545;
	border: #b2b2b2 1px solid;	
}
input.extendedsearchfilter {
	width: 312px;
	padding: 0 3px;
}
.extendedsearchfiltercaption {
	width: 158px;
	overflow: hidden;
	float: left;
	padding: 12px 10px 0 2px;
}
/*.ExtendedSearchFilterDiv .extendedsearchfiltercaption {
	float: none;
}*/
#teaserarea .extendedsearch-teaser-link {
	padding: 3px 6px 4px 6px;
	margin-right: 4px;
	border-top: 1px solid #cccccc;
}
#teaserarea .extendedsearch-teaser-link ul li.linklist {
	background-image: url("../../icons/pfeilwhite.gif");
}
#teaserarea .extendedsearch-teaser-link ul li.linklist a.textlinks {
	color: #454545;
	text-decoration: none !important;
}
#teaserarea .extendedsearch-teaser-link ul li.linklist a.textlinks:hover {
	text-decoration: underline !important;
}
.prismatable-tender-cb {
	padding: 10px 2px 2px;
}
li.linklist a.textlinks:visited,
li.download a.textlinks:visited {
	z-index: 2;
}

/* Prisma Styles - No prisma.css */
th.prismatable,
th.prismatablepreview,
th.prismatableright,
th.prismatablecenter {
	padding: 2px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted #878787;
}
td.prismatable0, td.prismatablecenter0, td.prismatableright0, 
td.prismatable1, td.prismatablecenter1, td.prismatableright1,
td.prismadltable0, td.prismadltablecenter0, td.prismadltable1,
td.prismatable0preview, td.prismatablecenter0preview, td.prismatableright0preview, 
td.prismatable1preview, td.prismatablecenter1preview, td.prismatableright1preview,
td.prismatable0previewpot, td.prismatablecenter0previewpot, td.prismatableright0previewpot, 
td.prismatable1previewpot, td.prismatablecenter1previewpot, td.prismatableright1previewpot,
td.prismatable0previewpgrclosed, td.prismatablecenter0previewpgrclosed, td.prismatableright0previewpgrclosed, 
td.prismatable1previewpgrclosed, td.prismatablecenter1previewpgrclosed, td.prismatableright1previewpgrclosed {
	padding: 2px;
	border-bottom: 1px dotted #878787;
	vertical-align: top;
}
td.prismatable0preview,
td.prismatablecenter0preview,
td.prismatableright0preview {
	background-color: #ffffdf;
}
td.prismatable1preview,
td.prismatablecenter1preview,
td.prismatableright1preview {
	background-color: #ffffbf;
}

td.prismatable0previewpot,
td.prismatablecenter0previewpot,
td.prismatableright0previewpot {
	background-color: #ffffdf;
}
td.prismatable1previewpot,
td.prismatablecenter1previewpot,
td.prismatableright1previewpot {
	background-color: #ffffbf;
}

td.prismatable0previewpgrclosed,
td.prismatablecenter0previewpgrclosed,
td.prismatableright0previewpgrclosed {
	background-color: #ffdfdf;
}
td.prismatable1previewpgrclosed,
td.prismatablecenter1previewpgrclosed,
td.prismatableright1previewpgrclosed {
	background-color: #ffdfdf;
}
td.prismatable0 .compareListCheckbox, td.prismatablecenter0 .compareListCheckbox, td.prismatableright0 .compareListCheckbox,
td.prismatable1 .compareListCheckbox, td.prismatablecenter1 .compareListCheckbox, td.prismatableright1 .compareListCheckbox, 
td.prismadltable0 .compareListCheckbox, td.prismadltablecenter0 .compareListCheckbox, td.prismadltable1 .compareListCheckbox {
	width: 14px;
	height: 14px;
	margin-top: 1px;
}
td.prismatable0 .tenderExportCheckbox, td.prismatablecenter0 .tenderExportCheckbox, td.prismatableright0 .tenderExportCheckbox, 
td.prismatable1 .tenderExportCheckbox, td.prismatablecenter1 .tenderExportCheckbox, td.prismatableright1 .tenderExportCheckbox, 
td.prismadltable0 .tenderExportCheckbox, td.prismadltablecenter0 .tenderExportCheckbox, td.prismadltable1 .tenderExportCheckbox, 
td.prismatable-tender-cb .tenderExportCheckbox {
	width: 14px;
	height: 14px;
	margin-top: 1px;
}
td.prismadltable0,
td.prismadltable1 {
	padding: 8px 2px 8px 8px;
}
td.prismatablepadded0,
td.prismatablepadded1,
td.prismatablepaddedright0,
td.prismatablepaddedright1  {
	padding: 2px;
}
td.prismatable0,
td.prismadltable0,
td.prismatablepadded0,
td.prismatablepaddedright0 {
	text-align: left;
	background-color:#f4f4f4;
}
td.prismatable1,
td.prismadltable1,
td.prismatablepadded1,
td.prismatablepaddedright1 {
	text-align: left;
	background-color:#ffffff;
}
th.prismatableright {
	text-align: right;
}
td.prismatableright0 {
	text-align: right;
	background-color: #f4f4f4;
}
td.prismatableright1 {
	text-align: right;
	background-color: #ffffff;
}
td.prismatableright0preview, td.prismatableright0previewpot, td.prismatableright0previewpgrclosed,
td.prismatableright1preview, td.prismatableright1previewpot, td.prismatableright1previewpgrclosed {
	text-align: right;
}
th.prismatablecenter {
	text-align: center;
}
td.prismatablecenter0 {
	text-align: center;
	background-color: #f4f4f4;
}
td.prismatablecenter1 {
	text-align: center;
	background-color: #ffffff;
}
td.prismatablecenter0preview, td.prismatablecenter0previewpot, td.prismatablecenter0previewpgrclosed,
td.prismatablecenter1preview, td.prismatablecenter1previewpot, td.prismatablecenter1previewpgrclosed {
	text-align: center;
}
.inputfield{
	padding-left: 2px;
}
.email-formular .email-label {
	float: left;
	font-weight: bold;
	width: 80px;
}
.email-formular .email-input {
	float: left;
}
.email-formular .email-input input {
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	color: #555555;
	font-family: HagerScale-Regular, Arial,sans-serif;
	font-size: 11px;
	width: 160px;
}
.dl-reload {
	padding: 10px 0;
}
.projectlist-layer .dl-reload {
	padding-left: 20px;
}

/* establishment template */
.establishment-search-map {
	float: left;
	padding-right: 40px;
}
.establishment-map-wrapper {
	width: 300px;
	height: 405px;
}
.establishment-search-form,
.establishment-details {
	float: left;
	width: 290px;
}
.establishment-search-form-input {
	padding-top: 40px;
}
.establishment-search-form label {
	display: block;
	float: left;
	width: 80px;
	font-size: 12px;
	font-weight: bold;
}
.establishment-search-form input {
	float: left;
	display: block;
	width: 202px;
	padding: 0 2px;
	margin-bottom: 5px;
	border: 1px solid #b2b2b2;
	color:#555555;
	font-family: HagerScale-Regular, Arial,sans-serif;
	font-size: 11px;
}
.establishment-search-form-submit {
	float: right;
	padding: 10px 2px 0;
}
.establishment-city-choice-intro {
	margin-bottom: 10px;
}
.establishment-city-choice-form select {
	border: 1px solid #b2b2b2;
	color: #555555;
	font-family: HagerScale-Regular, Arial,sans-serif;
	font-size: 11px;
}
.establishment-details-row, .establishment-details-row-last {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.establishment-details-row-last {
	border-bottom: none;
}
.establishment-details-row .strong,
.establishment-details-row-last .strong {
	font-weight: bold;
	padding-bottom: 2px;
}
.establishment-details-row .paddingBottom,
.establishment-details-row-last .paddingBottom {
	padding-bottom: 5px;
}
.jvectormap-label {
	display: none;
	position: absolute;
	padding: 3px;
	background-color: #292929;
	border: 1px solid #cdcdcd;
	z-index: 20;
	color: #ffffff;
}
.jvectormap-marker {
	cursor: pointer;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
	padding: 5px 5px 5px 4px !important;
	overflow: hidden;
	background: url("../../icons/2011/_gfx_vectormap.png") 0 0 transparent no-repeat !important;
}
#legend {
	display: block;
	padding: 10px 0 0;
}
.legendEntry {
	height: 20px;
	width: 100%;
	padding-left: 10px;
}
.legendEntry .legend-icon {
	display: inline-block;
	height: 14px;
	overflow: hidden;
	vertical-align: middle;
	width: 13px;
	overflow: hidden;
	background: url("../../icons/2011/_gfx_vectormap.png") transparent no-repeat;
}
.point-as-square .legendEntry .legend-icon {
	height: 13px;
	background-image: url("../../icons/2011/_gfx_vectormap_square.png");
}
#std-est .legend-icon {
	background-position: 0 -50px;
}
#tsc-est .legend-icon {
	background-position: 0 -35px;
}
.legendEntry span { padding-left: 5px;}
.square {
	position: absolute;
	width: 10px;
	height: 10px;
	background: transparent url("../../icons/2011/_gfx_vectormap_square.png") 0 -50px no-repeat;
	cursor: pointer;
}
.square.selected {
	background-position: 0 -20px;
}
.square.tsc {
	background-position: 0 -35px;
}
.label {
	color: #00aae1;
	position: absolute;
	background-color: #ffffff;
	cursor: pointer;
}
.establishment_label {
	color: #454545;
}
.loginlabel {
	color: #00aae1;
	background-color: #ffffff;
    padding-right: 10px;
}

/* OppositeURL */
#navigation-opposite {
	float: left;
	margin-left: 50px;
	margin-top: 9px;
	display: inline;
}
#navigation-opposite .navigation-opposite-left {
	float: left;
	height: 21px;
	width: auto;
}
#navigation-opposite .navigation-opposite-left a {
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0 2px 25px !important;
	margin: 0;
	height: 15px;
	background: url("../../icons/btn_m_cat_left.png") top left no-repeat;
	display: inline;
	float: left;
	font-size: 11px;
}
#navigation-opposite .navigation-opposite-right {
	float: left;
	background: url("../../icons/btn_m_cat_right.png") top left no-repeat;
	width: 7px;
	height: 21px;
}

/* FAQ Extended */
.faq-extended .faq-theme-selector-outer {
	padding-bottom: 20px;
	font-weight: bold;
}
.faq-extended .faq-theme-selector-outer  ul {
	display: inline;
}
.faq-extended .faq-theme-selector-outer  ul li {
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
}
.faq-extended .faq-theme-selector-outer  ul li.first {
	margin-left: 10px;
}
.faq-extended .faq-theme-selector-outer  ul li .faq-theme-selector {
	position: relative;
	top: 2px;
}
.faq-extended .faqheader {
	position: relative;
	padding: 2px 4px 2px 20px;
}
.faq-extended h3.collapse, .faq-extended h3.expand {
	background-color: #E6E7E9;
}
.faq-extended .faqheader .statusicon {
	position: absolute;
	left: 3px;
	top: 4px;
	width: 11px;
	height: 11px !important;
}
.faq-extended .faqcontent {
	padding: 0 4px 0 20px;
}
.faq-extended .faqcontent .faqcontent-headline,
.faq-extended .faqcontent .faqcontent-text {
	margin-bottom: 8px;
}
.faq-extended .faqcontent .faqcontent-inner {
	background: url("../../icons/pfeilgrey.gif") 0 5px no-repeat;
	padding: 0 0 8px 12px;
	margin-top: 5px;
	zoom: 1;
}
.faq-extended .faqcontent-spacer {
	height: 8px;
	font-size: 0;
	line-height: 0;
}
/*typo3 bugfix ul im text, falls bild float left*/
ul.textfloatimageleft {
	height: 1%;
	overflow: auto;
}
ul.textfloatimageleft li.linklist {
	overflow: hidden;
}
#loading-overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#loading-overlay-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("../../icons/loading.gif") 50% 50% no-repeat;
	height: 32px;
	width: 32px;
}
* html #loading-overlay { /* ie6 hack */
     position: absolute;
     height: expression(screen.availHeight + document.documentElement.scrollTop +'px');
}
* html #loading-overlay-icon { /* ie6 hack */
	position: absolute;
	margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

/* email dns check */
.emaildnscheck img, .integerValidation img , .zipcodeUKValidation img, .phoneNumberIntValidation img{
	position: relative;
	top: 4px;
	left: 2px;
}
.emaildnscheck span, .integerValidation span, .zipcodeUKValidation span, .phoneNumberIntValidation span {
	display: block;
	color: #ff6422 !important;
	padding: 0 0 3px 0;
}

#emaildnscheck .textlinks, .emaildnscheck  {
    color: #ff6422 !important;
}

.layer-login-form input {
    border: 1px solid #b2b2b2;
}

.hidden {
    display: none;
}

.passwordcheck img {
	position: relative;
	top: 4px;
	left: 2px;
}
.passwordcheck span {
	display: block;
	color: #454545;
	padding: 0 0 3px 0;
}
input.error {
	border: 1px solid #ff6422 !important;
}

/* gallery block */
.galleryblock-panel {
	float: left;
	padding: 0 10px 10px 0;
}
.galleryblock-panel .galleryimage {
	position: relative;
	border: 0;
}
.galleryblock-panel .galleryblock-caption {
	padding: 3px 0 0 0;
	font-weight: bold;
}
.galleryblock-panel .galleryblock-linkicon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	z-index: 1;
}
.galleryblock-panel .galleryblock-linkicon a {
	text-decoration: none;
}
.galleryblock-panel .galleryblock-linkicon image {
	width: 24px;
	height: 24px;
}
.autoformedit {
	position: absolute;
	top: 100px;
	left: 5px;
	display: none;
}
.checkmark {
	color: #ff6422;
	font-weight:bold;
}

/* extended search new */
/* extended search new - form */
form#ExtSearch {
	width: 947px;
	padding-top: 30px;
	padding-bottom: 10px;
}
/*.extendedsearch-text {
	position:relative;
	background:url(../../icons/2011/box.png) 0 0 no-repeat;
	height:42px;
	padding:0 0 0 10px;
	margin: 0 3px 20px 0;
}
.extendedsearch-text .inputtext, 
.extendedsearch-text .inputbutton {
	background:url(../../icons/2011/box.png) 0 -50px repeat-x;
	height:42px;
	padding:0;margin:0;
	border:none;
	float:left;
	display:block;
}
.extendedsearch-text .inputtext {
	padding: 0 10px 0 2px;
	width:806px;
	color:#00a8e6;
	font-size:16px;
	font-weight:bold;
	line-height:42px;
}
.extendedsearch-text .inputbutton {
	background:url(../../icons/2011/box.png) 0 -100px no-repeat;
	width:116px;
	cursor:pointer;
}
.extendedsearch-text .inputbutton:hover {
	background-position: 0 -150px;
}
.extendedsearch-filter {
	margin:0 3px 0 0;
}*/
.extendedsearch-form .extendedsearch-input-fields-left {
	background: url("../../icons/2011/box.png") 0 -1340px no-repeat;
	height: 44px;
	padding-left: 12px
}
.extendedsearch-form .extendedsearch-input-fields-right {
	background: url("../../icons/2011/box.png") right -1390px no-repeat;
	height: 44px;
	padding-right: 11px
}
.extendedsearch-form .extendedsearch-input-fields-mid {
	background: url("../../icons/2011/box.png") 0 -1440px repeat-x;
	height: 36px;
	padding: 8px 0 0;
}
.extendedsearch-form .extendedsearch-introtext {
	float: left;
	height: 28px;
	width: 235px;
	padding: 6px 10px 0 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}
.extendedsearch-form .extendedsearch-text,
.extendedsearch-form .extendedsearch-text-large {
	float: left;
	height: 28px;
	width: 362px;
	background: url("../../icons/2011/box.png") 0 -1490px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 9px;
}
.extendedsearch-form .extendedsearch-text-large,
.extendedsearch-form .extendedsearch-text-large .extendedsearch-text-right {
	width: 660px;
}
.extendedsearch-form .extendedsearch-text-right {
	position: relative;
	width: 362px;
}
.extendedsearch-form .extendedsearch-text-right .extendedsearch-disable-input {
	width: 318px;
	z-index: 1;
}
.extendedsearch-form .extendedsearch-text-disable-select {
	background-position: 0 -2030px;
}
.extendedsearch-form .extendedsearch-text-right input {
	float: left;
	height: 18px;
	line-height: 18px;
	width: 318px;
	background: url(../../icons/2011/box.png) 0 -1560px repeat-x;
	color: #6a655e;
	font-size: 13px;
	border: 0 none transparent !important;
	margin: 0;
	padding: 5px 0;
	position: relative;
}
.extendedsearch-form .extendedsearch-text-large .extendedsearch-text-right input.inputtext {
	width: 616px;
}
.extendedsearch-form .extendedsearch-select {
	position:relative;
	float: left;
	width: 298px;
}
.extendedsearch-form .extendedsearch-submit {
	float: left;
	width: 44px;
}
.extendedsearch-form .extendedsearch-submit .inputbutton {
	background: url("../../icons/2011/box.png") right -2170px no-repeat;
	width: 44px;
	height: 28px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}
.extendedsearch-form .extendedsearch-submit .inputbutton:hover {
	background-position: right -2205px;
}
.extendedsearch-form #ddcl-extsearchfilter {
	background: url("../../icons/2011/box.png") 0 -1490px no-repeat;
	padding: 0 0 0 10px;
	height: 28px;
	width: 288px !important;
	cursor: pointer !important;
}
.extendedsearch-form .ui-dropdownchecklist-active {
	background-position: 0 -1730px !important;
}
.extendedsearch-form .extendedsearch-select-right-disabled #ddcl-extsearchfilter {
	background-position: 0 -2030px !important;
}
.extendedsearch-form .ui-dropdownchecklist-active .ui-dropdownchecklist-selector {
	background-position: right -1760px !important;
}
.extendedsearch-form #ddcl-extsearchfilter .ui-dropdownchecklist-selector {
	background: url("../../icons/2011/box.png") right -1595px no-repeat;
	padding: 0 26px 0 0;
	height: 28px;
	width: 262px !important;
}
.extendedsearch-form .extendedsearch-select-right-disabled #ddcl-extsearchfilter .ui-dropdownchecklist-selector {
	background-position: right -2135px !important;
}
.extendedsearch-form #ddcl-extsearchfilter .ui-dropdownchecklist-text {
	background: url("../../icons/2011/box.png") 0 -1560px repeat-x;
	padding: 6px 0 0 1px;
	height: 22px;
	width: 262px !important;
	color: #6a655e;
	font-size: 13px;
	font-weight: normal !important;
}
.extendedsearch-form .extendedsearch-select-right-disabled #ddcl-extsearchfilter .ui-dropdownchecklist-text {
	background-position: right -2100px !important;
	color: #d0d1d2;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw {
	background: url("../../icons/2011/extendedsearch_select.png") -298px bottom no-repeat;
	width: 298px !important;
	padding: 0 0 10px;
	overflow: visible !important;
	top:28px!important;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw .ui-dropdownchecklist-dropcontainer {
	background: url("../../icons/2011/extendedsearch_select.png") 0 0 repeat-y;
	padding: 5px 0 0;
	width: 298px !important;
	height: auto !important;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw .ui-dropdownchecklist-item {
	background: url("../../icons/pfeil.gif") 10px 6px no-repeat !important;
	padding: 1px 10px;
	margin: 0 1px;
	cursor: pointer;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw .ui-dropdownchecklist-item:hover {
	background-color: #eeeeee !important;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw .ui-dropdownchecklist-item label {
	cursor: pointer !important;
	padding: 0 0 0 15px;
	white-space: normal !important;
	display: block;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw .ui-dropdownchecklist-item input {
	/*visibility:hidden;*/
	position: absolute;
	left: -100000px;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw .ui-dropdownchecklist-group {
	background: url("../../icons/2011/box.png") 0 -1790px repeat-x;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw .ui-dropdownchecklist-group .ui-dropdownchecklist-text {
	display: block;
	color: #ffffff;
	padding: 5px 10px;
	margin: 5px 0;
}
#extsearchfilter-teaser {
	color: #888888;
}
#extsearchfilter-teaser option {
	margin: 5px 0;
	padding-left: 3px;
}
#extsearchfilter-teaser optgroup {
	color: #888888;
	font-weight: normal;
}
#extsearchfilter-teaser optgroup option {
	color: #454545;
	padding-left: 10px;
}
#oldsearch-selectwrapper {
	border-top: 1px solid #cccccc;
	margin-right: 4px;
	padding: 0 6px;
}
h3.accordion-header {
	position: relative;
	color: #ffffff;
	cursor: pointer;
}
h3.accordion-header span.left,
h3.accordion-header span.mid, 
h3.accordion-header span.right {
	display: block;
}
h3.accordion-header span.left {
	background: url("../../icons/2011/box.png") 0 -200px no-repeat;
	padding: 0 0 0 12px;
}
h3.accordion-header span.mid {
	background: url("../../icons/2011/box.png") 0 -280px repeat-x;
	padding: 7px 20px 4px 0;
}
h3.accordion-header span.right {
	background: url("../../icons/2011/box.png") right -360px no-repeat;
	padding: 0 12px 0 0;
}
h3.accordion-header .accordsuffix,
h3.boxaccordion-header .accordsuffix,
.box-headline-inside-acc-top-left .accordsuffix {
	position: absolute;
	top: 7px;
	right: 12px;
	display: block;
	width: 13px;
	height: 12px;
}
h3.accordion-header .statusicon,
h3.boxaccordion-header .statusicon,
.box-headline-inside-acc-top-left .statusicon  {
	width: 13px;
	height: 13px;
}
.accordion-header-seperator, .accordion-header-seperator-mid-shadow,
.projectlist-layer .project-layer-button-hover .project-layer-button-seperator {
	background: url("../../icons/2011/box.png") 0 -680px repeat-x;
	height: 3px;
	font-size: 0;
}
.accordion-header-seperator-left-shadow {
	background: url("../../icons/2011/box.png") 0 -1310px no-repeat;
	height: 3px;
	padding: 0 0 0 4px;
	font-size: 0;
}
.accordion-header-seperator-right-shadow {
	background: url("../../icons/2011/box.png") right -1320px no-repeat;
	height: 3px;
	padding: 0 4px 0 0;
	font-size: 0;
}
.accordion-content-seperator-inner {
	background: url("../../icons/2011/box.png") 0 -700px repeat-x;
	height: 3px;
	font-size: 0;
}
.accordion-content-seperator {
	height: 6px;
	clear: both;
	font-size: 0;
}
.extendedsearch-filter .accordion-content {
	background: url("../../icons/2011/box.png") 0 -520px repeat;
	color: #ffffff;
	display: none;
}
.extendedsearch-filter .accordion-content-inner {
	padding: 10px 8px 10px 14px;
}
.extendedsearch-filter-nav-content  .extendedsearchfiltercaption {
	width: 113px;
	padding: 12px 23px 0 0;
	text-align: right;
	font-weight: bold;
}
.extendedsearch-filter-nav-content .extendedsearchfilter {
	font-size: 11px;
	width: 784px;
}
.extendedsearch-filter-division-element {
	float: left;
}
.extendedsearch-filter-division-element .checkbox {
	background: url("../../icons/2011/box.png") -40px -710px repeat;
	width: 12px;
	height: 12px;
	float: left;
	margin: 1px 0 0;
	padding: 0 8px 0 0;
	cursor: pointer;
}
.extendedsearch-filter-division-content label {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	font-weight: bold;
	cursor: pointer;
}
.extendedsearch-form-bottom {
	margin: 0 3px 0 0;
}
.extendedsearch-hiddenfields {
	display: none;
}
.extendedsearch-form-bottom .seperator {
	background: url("../../icons/2011/box.png") 0 -820px repeat-x;
	height: 3px;
	margin: 26px 0 12px;
	font-size: 0;
}
.extendedsearch-form-bottom .extendedsearch-reset-filter {
	float: right;
	padding: 3px 0 0;
}
.extendedsearch-form-bottom .extendedsearch-reset-filter a {
	background: url("../../icons/pfeilblue.gif") 0 5px no-repeat;
	padding: 0 9px 0 15px;
	color: #00aae1;
	font-weight: bold;
	text-decoration: none;
}

/* extended search new - result */
.extendedsearch-results .firstrow {
	border-top: 1px dotted #878787;
}
.extendedsearch-results .searchrestulttd {
	/*padding-left:12px;*/
}
.extendedsearch-result-left {
	width: 254px;
	float: left;
}
.extendedsearch-result-right {
	width: 693px;
	float: left;
}
.extendedsearch-result-right #prismadisclaimer {
	padding-left: 2px;
	padding-right: 2px;
}
.extendedsearch-result-right .extendedsearch-result-right-intro-text {
	padding-left: 3px;
}
ul.extendedsearch-navtree {
	margin: 0 5px 0 12px;
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: bold;
	background: none;
}
ul.extendedsearch-navtree a {
	text-decoration: none;
	color: #454545;
}
ul.extendedsearch-navtree li.limore,
ul.extendedsearch-navtree li.expandable,
ul.extendedsearch-navtree li.collapsable,
.portfolio-filter li.limore,
.portfolio-filter li.expandable,
.portfolio-filter li.collapsable,
ul.extendedsearch-navtree li.hidesubnav {
	padding: 12px 0 0;
	margin: 0;
	font-size: 12px;
	position: relative;
}
ul.extendedsearch-navtree li.limore {
	padding-left: 4px;
}
ul.extendedsearch-navtree ul li.limore {
	padding-left: 0;
}
ul.extendedsearch-navtree li.expandable a,
ul.extendedsearch-navtree li.collapsable a,
ul.extendedsearch-navtree li.hidesubnav a  {
	text-decoration: none;
	color: #454545;
	padding-left: 19px;
	display: block;
}
/*ul.extendedsearch-navtree li.filteractive a {
	padding-left:0;
}*/
ul.extendedsearch-navtree ul li.filteractive a {
	padding-left: 19px;
}
/*ul.extendedsearch-navtree li.expandable span.nolink,
ul.extendedsearch-navtree li.collapsable span.nolink,
ul.extendedsearch-navtree li.expandable span.nolink:hover,
ul.extendedsearch-navtree li.collapsable span.nolink:hover {
	font-weight:bold;
	cursor:normal;
}*/
ul.extendedsearch-navtree li.expandable span,
ul.extendedsearch-navtree li.expandable span.hover,
ul.extendedsearch-navtree li.collapsable span,
ul.extendedsearch-navtree li.collapsable span.hover,
.portfolio-filter li.expandable span,
.portfolio-filter li.expandable span.hover,
.portfolio-filter li.collapsable span,
.portfolio-filter li.collapsable span.hover,
ul.extendedsearch-navtree li.hidesubnav span,
ul.extendedsearch-navtree li.hidesubnav span.hover {
	font-weight: normal;
	color: #454545;
}
ul.extendedsearch-navtree li span.nolink {
	display: block;
	padding-top: 0;
	padding-left: 19px;
}
ul.extendedsearch-navtree ul.extendedsearch-navtree li span.nolink {
	padding-left: 0;
}
ul.extendedsearch-navtree li.filteractive span.nolink {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 19px;
}
ul.extendedsearch-navtree ul li.filteractive span.nolink {
	text-decoration: underline;
	font-weight: normal;
	padding-left: 0;
	color: #b2b1af;
}
ul.extendedsearch-navtree ul li.filteractive span.nolink span.found-counter {
	color:#b2b1af;
}
ul.extendedsearch-navtree li.expandable span.folder,
.portfolio-filter li.expandable span.folder,
ul.extendedsearch-navtree li.collapsable span.folder,
.portfolio-filter  li.collapsable span.folder {
	font-weight: bold;
	padding-left: 19px;
	display: block;
	zoom: 1;
}
ul.extendedsearch-navtree-notfirst li.expandable,
ul.extendedsearch-navtree-notfirst li.collapsable {
	padding-top: 0;
}
ul.extendedsearch-navtree .hitarea {
	position: absolute;
	top: 13px;
	left: 1px;
}
ul.extendedsearch-navtree .expandable-hitarea,
.portfolio-filter .expandable-hitarea {
	top: 15px;
}
ul.extendedsearch-navtree-notfirst .collapsable-hitarea {
	top: 1px;
}
ul.extendedsearch-navtree-notfirst .expandable-hitarea {
	top: 3px;
}
ul.extendedsearch-navtree .collapsable-hitarea,
.portfolio-filter .collapsable-hitarea {
	background: url("../../icons/2011/subnav_opened_inactive.gif") no-repeat;
	padding: 0 10px 0 0;
	margin: 0;
}
ul.extendedsearch-navtree .expandable-hitarea,
.portfolio-filter .expandable-hitarea{
	background: url("../../icons/2011/subnav_closed_inactive.gif") no-repeat;
	padding: 0 10px 0 0;
	margin: 0;
}
ul.extendedsearch-navtree ul,
ul.portfolio-filter-group ul {
	font-weight: normal;
	margin: 0 0 0 19px;
	padding: 0;
	background: none;
	font-size: 12px;
}
ul.extendedsearch-navtree ul li,
ul.portfolio-filter-group ul li {
	padding: 6px 0 0;
	position: relative;
}
ul.extendedsearch-navtree li.expandable ul li a,
ul.extendedsearch-navtree li.collapsable ul li a,
ul.portfolio-filter-group li.expandable ul li a,
ul.portfolio-filter-group li.collapsable ul li a{
	padding: 0;
}
ul.extendedsearch-navtree li.expandable ul li a.hover,
ul.extendedsearch-navtree li.collapsable ul li a.hover,
ul.extendedsearch-navtree li.filteractive a,
ul.extendedsearch-navtree ul li.filteractive a,
ul.portfolio-filter-group li.expandable ul li a.hover,
ul.portfolio-filter-group li.collapsable ul li a.hover,
ul.portfolio-filter-group li.filteractive a,
ul.portfolio-filter-group ul li.filteractive a{
	text-decoration: underline;
}
ul.extendedsearch-navtree ul li.licheckbox,
ul.portfolio-filter-group ul li.licheckbox{
	padding-left: 20px;
}
ul.extendedsearch-navtree ul li.licheckbox input,
ul.extendedsearch-navtree li.licheckbox input,
ul.portfolio-filter-group ul li.licheckbox input,
ul.portfolio-filter-group li.licheckbox input{
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
}
ul.extendedsearch-navtree li.limore a.morelink,
ul.extendedsearch-navtree li.limore a.morelink,
ul.extendedsearch-navtree li.expandable ul li a.morelink,
ul.extendedsearch-navtree li.collapsable ul li a.morelink,
ul.portfolio-filter-group li.limore a.morelink,
ul.portfolio-filter-group li.limore a.morelink,
ul.portfolio-filter-group li.expandable ul li a.morelink,
ul.portfolio-filter-group li.collapsable ul li a.morelink{
	background: url("../../icons/pfeilblue.gif") no-repeat 0 5px;
	display: block;
	padding: 0 0 0 12px;
	color: #00abe7;
	font-weight: normal;
}
ul.extendedsearch-navtree li.limore a.morelink span,
ul.extendedsearch-navtree li.limore a.morelink span,
ul.extendedsearch-navtree li.expandable ul li a.morelink span,
ul.extendedsearch-navtree li.collapsable ul li a.morelink span,
ul.portfolio-filter-group li.limore a.morelink span,
ul.portfolio-filter-group li.limore a.morelink span,
ul.portfolio-filter-group li.expandable ul li a.morelink span,
ul.portfolio-filter-group li.collapsable ul li a.morelink span,
#extendedsearch-did-you-mean a.textlinksblue {
	color: #00abe7;
	font-weight: normal;
}
ul.extendedsearch-navtree li a.morelink span
ul.extendedsearch-navtree ul li a.morelink span,
ul.portfolio-filter-group li a.morelink span
ul.portfolio-filter-group ul li a.morelink span{
	color: #00abe7;
}
ul.extendedsearch-navtree ul ul.hide,
ul.portfolio-filter-group ul ul.hide{
	margin: 0;
	display: none;
}
ul.extendedsearch-downloadfilter li {
	position: relative;
	padding: 6px 0 0 20px;
	font-weight: normal;
}
ul.extendedsearch-downloadfilter li label:hover {
	text-decoration: underline;
	cursor: pointer;
}
ul.extendedsearch-resetfilter {
	padding: 0 0 15px;
	margin: 0 5px 0 12px
}
ul.extendedsearch-resetfilter li {
	margin: 0;
	padding: 0 0 0 19px;
}
ul.extendedsearch-resetfilter li a.textlinks {
	padding: 0 0 0 12px;
	display: block;
	background: url("../../icons/pfeilblue.gif") no-repeat 0 5px transparent;
	text-decoration: none !important;
	color: #00abe7;
}
.followupproducts-one-row li {
	margin-left: 0;
}
.followupproducts-one-row li .morelink-outer {
	padding-left: 0;
}
h3.subheadlinecolored {
	color: #00abe7;
	padding: 0 0 5px;
	text-align: left;
}

/* new box blue */
.blockwithheadlineinsideparagraph {
	float: left;
	margin: 0 10px 15px 0;
	position: relative;
	top: 3px;
}
.blockwithheadlineinsideparagraph-shadow {
	float: left;
	margin: 0 10px 15px 0;
	position: relative;
}
.box-headline-inside-acc-top-left-shadow {
	background: url("../../icons/2011/box.png") 0 -840px no-repeat;
	padding: 0 0 0 13px;
}
.box-headline-inside-acc-top-left {
	background: url("../../icons/2011/box.png") 0 -200px no-repeat;
	padding: 0 0 0 13px;
	position: relative;
	cursor: pointer;
}
#projectlist .box-headline-inside-acc-top-left {
	cursor: default;
}
.box-headline-inside-acc-top-right-shadow {
	background: url("../../icons/2011/box.png") right -1010px no-repeat;
	padding: 0 13px 0 0;
}
.box-headline-inside-acc-top-right{
	background: url("../../icons/2011/box.png") right -360px no-repeat;
	padding: 0 13px 0 0;
}
.box-headline-inside-acc-top-mid-bg-shadow {
	background: url("../../icons/2011/box.png") 0 -925px repeat-x;
	padding: 9px 0 0;
}
.box-headline-inside-acc-top-mid-bg {
	background: url("../../icons/2011/box.png") 0 -280px repeat-x;
	padding: 6px 20px 0 0;
}
#projectlist .box-headline-inside-acc-top-mid-bg {
	padding: 7px 20px 2px 0;
}
.box-headline-inside-acc-top-mid-content {
	overflow: hidden;
}
.box-headline-inside-acc-top-mid-content-magnifier {
	background: url("../../icons/2011/box.png") 0 -5437px no-repeat;
	padding: 0 0 0 30px;
}
.box-headline-inside-acc-top-mid-content h3 {
	color: #ffffff;
	padding: 1px 0 4px;
}
.box-headline-inside-acc-mid-left-shadow {
	background: url("../../icons/2011/box_shadow_left.png") 0 0 repeat-y;
	padding: 0 0 0 4px;
}
.box-headline-inside-acc-mid-right-shadow {
	background: url("../../icons/2011/box_shadow_right.png") right 0 repeat-y;
	padding: 0 4px 0 0;
}
.extendedsearch-result-left .box-headline-inside-acc-mid-mid,
.portfolio .box-headline-inside-acc-mid-mid {
	/*position: relative; ie7 geht dann nicht mehr*/
	background-color: #ededed;
}
.box-headline-inside-acc-mid-mid h3.boxaccordion-header {
	background: url("../../icons/2011/box.png") 0 -440px repeat-x;
	color: #00abe7;
	padding: 8px 32px 8px 21px;
	position: relative;
	cursor: pointer;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content h3 {
	color: #00abe7;
	padding: 0 13px 5px;
	text-align: left;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content th h3 {
	padding: 0 0 5px;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content table.document-table th {
	padding: 2px;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content table.document-table th.document-table-header {
	padding: 0;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content .prismasearchresultgroup {
	/*padding-bottom:15px;*/
	padding: 0 14px 15px;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content .prismasearchresultgroup .searchlist-result-element {
	padding: 0 0 5px;
}
/*.box-headline-inside-acc-mid-mid .boxaccordion-content .prismasearchresultgroup td.first,
.box-headline-inside-acc-mid-mid .boxaccordion-content .prismasearchresultgroup th.first {
	padding-left: 14px;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content .prismasearchresultgroup td.last,
.box-headline-inside-acc-mid-mid .boxaccordion-content .prismasearchresultgroup th.last {
	padding-right: 14px;
}*/
.box-headline-inside-acc-mid-mid .boxaccordion-content .prismasearchresultgroup h2 {
	margin-top: 0;
} 
.box-headline-inside-acc-mid-mid .boxaccordion-header-seperator-top {
	background: url("../../icons/2011/box.png") 0 -830px repeat-x;
	height: 1px;
	font-size: 0;
}
.box-headline-inside-acc-mid-mid .boxaccordion-header-seperator-bottom {
	background: url("../../icons/2011/box.png") 0 -690px repeat-x;
	height: 3px;
	font-size: 0;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content {
	padding: 8px;
}
.box-headline-inside-acc-bottom-left-shadow {
	background: url("../../icons/2011/box.png") 0 -1255px no-repeat;
	height: 8px;
	padding: 0 0 0 10px;
	position: relative;
	margin-top: -7px;
}
.box-headline-inside-acc-bottom-right-shadow {
	background: url("../../icons/2011/box.png") right -1295px no-repeat;
	height: 8px;
	padding: 0 10px 0 0;
}
.box-headline-inside-acc-bottom-mid-shadow {
	background: url("../../icons/2011/box.png") 0 -1275px repeat-x;
	height: 8px;
	padding: 0;
}
.searchresult-oldproducts-suffix,
.searchresult-suffix {
	margin-bottom: 10px;
}
.morelink-outer {
	padding: 10px 0 10px 12px;
}
.prismasearchresultgroup .morelink-outer {
	padding-bottom: 0;
}
.morelink-outer ul {
	position: static;
}
.morelink-outer ul,
.morelink-outer ul li.linklist {
	display: inline-block;
	margin-left: 20px;
}
.downloadfilterloader1 {
	left: -12px;
    position: absolute;
    top: 20px;
}
.downloadfilterloader2 {
	left: -12px;
    position: absolute;
    top: 52px;
}
.downloadfilterloader3 {
	left: -12px;
    position: absolute;
    top: 83px;
}
.downloadfilterloader4 {
	left: -12px;
    position: absolute;
    top: 115px;
}
.downloadfilterreset {
	float: left;
	padding-left: 185px;
}	
#homepageimageslider li {
	margin-left: 0 !important;
}

/* Projectlist 2011 */
#projectlist2011-tools-left {
	position: relative;
	float: left;
	width: 254px;
	color: #ffffff;
	overflow: hidden;
}
#projectlist2011-tools-left h3 {
	font-size: 12px;
	color:#ffffff;
}
#projectlist2011-list-right {
	float: left;
	overflow: hidden;
}
/*#projectlist .sticky {
	float: none;
	position: fixed;
	top: 25px;
}
#projectlist .nofloat {
	float: none;
	margin-left: 254px;
	top: 25px;
}*/

#toolbar-project-management {
	display : table;
}

#toolbar-project-management li.link,
#toolbar-project-actions li.link {
	overflow: hidden;
	margin: 0;
	width: 236px;
}
#toolbar-project-management .inactive-cover,
#toolbar-project-actions .inactive-cover {
	display: none;
}
#toolbar-project-management li.inactive .inactive-cover,
#toolbar-project-actions li.inactive .inactive-cover {
	display: block;
}
#toolbar-project-management li.divider,
#toolbar-project-actions li.divider {
	height: 1px;
	width: 236px;
	display: inline-block;
	position: relative;
	background: url("../../icons/2011/box.png") 0 -701px repeat-x;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
}
.projectlist-layer .project-layer-button-seperator,
#references-filter .reference-filter-head .trenner {
	height: 3px;
	background: url("../../icons/2011/box.png") 0 -700px repeat-x;
	margin: 0;
}
#toolbar-project-management li a,
#toolbar-project-actions li a {
	color: #ffffff;
	display: table-cell;
	font-weight: bold;
	padding: 9px 0 8px;
	text-decoration: none;
	background: url("../../icons/2011/box.png") 0 -520px repeat-x;
	border-top: 1px solid #6E6E6E;
	border-bottom: 1px solid #585858;
	width: 236px;
	height: 15px;
	overflow: hidden;
}
#toolbar-project-management .select-project a {
	border: none;
	width: 223px;
}
#toolbar-project-management .select-project li.divider,
#toolbar-project-actions .select-project li.divider {
	width: 234px;
}
#toolbar-project-management .inactive a,
#toolbar-project-actions .inactive a {
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
}
#toolbar-project-management li a.hoverclass,
#toolbar-project-actions li a.hoverclass {
	border-top: 1px solid #0095dc;
	border-bottom: 1px solid #0077b0;
	display : table-cell;
}
#toolbar-project-management li a.textlinks {
	background: none;
	font-size: 12px;
	color: #ffffff !important;
	text-transform: none;
}
#toolbar-project-management li a:hover,
#toolbar-project-actions li a:hover,
#toolbar-project-management li a.hoverclass {
	background-position: 0 -280px;
	border-top: 1px solid #0095dc;
	border-bottom: 1px solid #0077b0;
}
/*#toolbar-project-management li a.inactivespan {
	color: #c5c5c5;
	cursor: default;
}
#toolbar-project-management li a.inactivespan:hover {
	background-position: 0 -520px;
}*/
#toolbar-project-management li span.projectlist-toolbar-icon,
#toolbar-project-actions li span.projectlist-toolbar-icon {
	display: inline;
	width: 26px;
	height: 26px;
	margin: -6px 13px 0;
	background: url("../../icons/2011/box.png") no-repeat;
	float: left;
}
#toolbar-project-management li ul {
	display: none;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#toolbar-project-management li ul .select-project {
	/*display:none;*/
	background-color: #ffffff;
	margin: 0;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	display: inline-block;
}
#toolbar-project-management li ul .select-project a {
	background: #f0f0f0;
	color: #454545;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	padding: 4px 0 4px 11px;
	height: auto;
}
#toolbar-project-management li ul .select-project a:hover {
	background-color: #cccccc;
	border: none;
}
#toolbar-project-management li ul .select-project ul {
	font-size: 0;
	line-height: 0;
	display: block;
}
#toolbar-project-management li ul .select-project ul li {
	margin: 0;
	font-size: 12px;
	line-height: normal;
	display: inline-block;
}
#toolbar-project-management li ul select {
	margin-top: 3px;
	width: 226px;
}
.inactive-cover {
	position: absolute;
	width: 236px;
	height: 38px;
	background: #aaaaaa;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
	zoom: 1;
}
#projectlist2011-tools-left .project-list-selector {
	position: relative;
}
#projectlist2011-tools-left .project-list-selector-img {
	position: absolute;
	left: 11px;
	top: 7px;
}
#projectlist2011-tools-left .project-list-selector-title {
	display: block;
	padding: 0 10px 0 15px;
}
#projectlist2011-tools-left .active-project {
	font-weight: bold;
	color: #0095dc;
}
span#projectlist-overview {
	background-position: 0 -1900px !important;
}
span#projectlist-select {
	background-position: -58px -1900px !important;
}
span#projectlist-addproject {
	background-position: 0 -1926px !important;
}
span#projectlist-addsubproject {
	background-position: -58px -1926px !important;
}
span#projectlist-import {
	background-position: 0 -1952px !important;
}
span#projectlist-export {
	background-position: -58px -1952px !important;
}
span#projectlist-copy {
	background-position: 0 -1978px !important;
}
span#projectlist-move {
	background-position: -58px -1978px !important;
}
span#projectlist-delete {
	background-position: 0 -2004px !important;
}
.boxaccordion-header {
	padding: 0 29px;
}
.boxaccordion-header-toggler {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: url("../../icons/2011/box.png") -20px -710px no-repeat;
	cursor: pointer;
	margin: 1px 3px 0 0;
}
.project-layer-tree .boxaccordion-header-toggler {
	margin-right: -1px;
}
.wrapper-closed .close {
	background: url("../../icons/2011/box.png") -20px -730px no-repeat;
}
.boxaccordion-header-wrapper {
	margin: 3px 0 0;
	position: relative;
	padding: 6px 0;
}
.boxaccordion-header-wrapper .boxaccordion-subproject-description {
	padding-top: 2px;
	padding-left: 29px;
}
.boxaccordion-header-wrapper .boxaccordion-subproject-description span {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.project-layer-tree .boxaccordion-header-wrapper {
	margin: 0;
	padding: 1px 0;
	/*border-bottom: 1px solid #b0b0b0;*/
}
.wrapper-closed {
	background: none;
	border-bottom: 1px solid #b0b0b0;
	/*padding: 0;*/
}
.wrapper-closed .boxaccordion-subproject-description {
	padding-top: 3px;
	padding-bottom: 3px;
}
.wrapper-closed .boxaccordion-subproject-description span {
	display: block;
	padding-bottom: 3px;
}
.project-layer-tree .wrapper-closed {
	border-bottom:1px solid #b0b0b0;
}
.project-layer-tree .wrapper-closed h4.boxaccordion-header {
	border: none !important;
}
.project-layer-tree .wrapper-closed .project-list-checkbox-layer {
	top: 7px;
}
.boxaccordion-header-wrapper h3 a,
.boxaccordion-header-wrapper h3 span {
	color: #00aae1;
	font-size: 14px;
	text-decoration: none;
	padding: 0 0 6px;
}
.boxaccordion-header-wrapper h3 a {
	float: left;
}
#projectlist2011-list-right .boxaccordion-header-wrapper h3 a {
	max-width: 572px;
}
.boxaccordion-header-wrapper h3 a.boxaccordion-header-wrapper-link:hover {
	text-decoration: underline;
}
.boxaccordion-header-wrapper h3 a.boxaccordion-header-wrapper-nolink:hover {
	cursor:text;
}
.wrapper-closed h3 a {
	/*padding:5px 0;*/
}
.boxaccordion-content,
.project-list-children-row {
	position: relative;
}
/*.project-layer-tree .boxaccordion-content-layer {
	margin-bottom: 5px;
}*/
.project-layer-tree .boxaccordion-content-layer-last {
	margin-bottom: 0;
}
.project-list-children-row  {
	padding-left: 22px;
}
.double-dotted-line-mini {
	height: 6px;
	width: 3px;
	overflow: hidden;
	background: url("../../icons/2011/box.png") 0 -820px repeat-x;
}
.double-dotted-line-divider {
	height: 3px;
	overflow: hidden;
	background: url("../../icons/2011/box.png") 0 -820px repeat-x;
}
.project-list-overview {
	width: 100%;
	table-layout: fixed;
}
.project-list-overview th {
	padding: 2px 0 0;
	text-align: left;
}
.project-list-overview td {
	padding: 3px 0;
	vertical-align: top;
	border-bottom: 1px dotted #b0b0b0;
	line-height: 19px;
}
.project-detail .project-list-overview td {
	padding: 1px 0;
}
.project-list-overview td a {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
}
.project-list-overview td a:hover {
	text-decoration: underline;
}
.project-list-overview .highlight-row td,
#projectlist2011-list-right .highlight-row td,
#projectlist2011-list-right .highlight-div,
#projectlist2011-list-right .highlight-div td {
	background-color: #ffffdd !important;
}
.project-detail .project-list-overview .odd td {
	background-color: #f4f4f4;
	line-height: 20px;
}
.project-detail .project-list-overview .even td {
	background-color: #ffffff;
	line-height: 20px;
}
/*.project-detail .project-list-overview td.project-list-table-row-oldproduct {

}*/
.project-detail .project-list-overview td span.project-list-oldarticle {
	color:#888888;
}
.project-list-overview .field-content .input-content {
	display: none;
}
.project-detail .project-highlight .project-list-overview .odd td,
.project-detail .project-highlight .project-list-overview .even td {
	background-color: transparent;
}
.project-list-overview .subproject:hover td,
.project-list-overview .mouseover-blue:hover td,
.project-highlight .project-list-overview .mouseover-blue:hover td {
	background-color: #bce1ee;
}
/*.project-list-overview .even:hover td,
 .project-list-overview .odd:hover td {
 	background-color: #bce1ee;
 }*/
.project-detail th {
	border-bottom: 1px solid #a1a1a1;
	padding: 10px 0 2px;
}
.project-detail td {
	border-bottom: 1px dotted #a1a1a1;
	overflow: hidden;
}
.noborder {
	border: none !important;
}
.boxaccordion-additional-content {
	padding: 10px 0 1px;
	margin-left: 20px;
}
.project-detail .boxaccordion-additional-content {
	padding-top: 6px;
}
.project-detail .project-list-spacer {
	display: none;
	height: 15px;
}
.boxaccordion-spacer {
	background-color: #ffffff;
}
a.boxaccordion-link {
	text-decoration: none;
	font-weight: bold;
	color: #00aae1 !important;
}
.boxaccordion-additional-content a.boxaccordion-link  {
	font-weight: normal !important;
}
.boxaccordion-additional-content a.boxaccordion-link:hover  {
	text-decoration: underline !important;
}
a.boxaccordion-link .add-icon {
	background: url("../../icons/2011/box.png") -80px -730px no-repeat;
	display: block;
	float: left;
	height: 11px;
	margin: 2px 8px 0 0;
	overflow: hidden;
	width: 11px;
	cursor: pointer;
}
.project-detail-toggle-button a.boxaccordion-link {
	float: right;
}
.project-detail .warning {
    color: #454545;
    font-weight:bold;
}
/*a.boxaccordion-link */.search-icon {
	background: url("../../icons/2011/box.png") -97px -727px no-repeat;
	display: block;
	float: right;
	height: 16px;
	margin: 7px 9px 0 0;
	padding: 0;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
}
.project-list-overview-main-checkbox,
.project-list-checkbox-layer {
	margin: 1px;
	padding: 0;
	position: absolute;
	left: 2px;
	top: 7px;
	width: 13px;
	height: 13px;
}
.project-list-checkbox-layer {
	margin-left: 0;
	left: 0;
}
.project-list-children-row .project-list-checkbox-layer {
	top: 3px;
	left: 22px;
}
/*.wrapper-closed .project-list-overview-main-checkbox {
	top: 6px;
}*/
.project-list-overview-prod-checkbox,
.project-list-checkbox {
	position: relative;
	left: 0;
	top: 0;
	margin: 1px;
}
.project-list-overview-prod-arrow {
	background: url("../../icons/2011/box.png") no-repeat -100px -710px;
	width: 15px;
	height: 10px;
	overflow: hidden;
}
.project-list-overview-sub-checkbox {
	position: relative;
	left: 0;
	top: 3px;
	margin: 0 5px 0;
}
#projectlist2011-list-right #tabs {
	margin-top: 3px;
}
#projectlist2011-list-right .ui-tabs a {
	padding-left: 0;
	font-weight: bold;
}
#projectlist2011-list-right .project-list-add-products-submit-image div {
	width: 11px;
	height: 15px;
	background: url("../../icons/2011/box.png") no-repeat -80px -770px;
}
#projectlist2011-list-right li a span {
	display: block;
	padding: 0 10px 0 25px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#projectlist2011-list-right li a span.anzeigename {
	padding-top: 20px;
}
#projectlist2011-list-right li.ui-state-default {
	background: url("../../icons/tab_inactive_left_project_blue.png") no-repeat left top;
}
#projectlist2011-list-right .background-bottom {
	background-position: left bottom !important;
}
#projectlist2011-list-right .ui-state-active,
#projectlist2011-list-right .ui-widget-content .ui-state-active {
	background: url("../../icons/tab_active_left_project_blue.png") no-repeat left top;
}
#projectlist2011-list-right .ui-state-default span.ui-border-right {
	width: 6px;
	height: 32px;
	background: url("../../icons/tab_inactive_right_project_blue.png") no-repeat;
}
#projectlist2011-list-right .ui-state-active span.ui-border-right {
	width: 9px;
	height: 32px;
	background: url("../../icons/tab_active_right_project_blue.png") no-repeat;
}
#projectlist2011-list-right .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	padding-bottom: 8px;
}
#projectlist2011-list-right .ui-tabs .ui-tabs-nav li a,
#projectlist2011-list-right .ui-tabs .ui-tabs-nav li .tabi {
	padding-bottom: 6px;
}
#projectlist2011-list-right .ui-tabs .ui-tabs-panel {
	padding-top: 20px;
}
#projectlist #projectlist2011-list-right #projectlist2011-form {
	position: relative;
}
#projectlist #projectlist2011-list-right .project-detail-toggle-button {
	position: absolute;
	right: 0;
	top: -55px;
	margin: 0;
	padding: 0;
	z-index: 99;
}
#projectlist #projectlist2011-list-right .project-detail-toggle-button  a.boxaccordion-link {
	height: 32px;
	display: block;
}
#projectlist #projectlist2011-list-right .project-detail-toggle-button  a.boxaccordion-link span {
	display: table-cell;
	height: 32px;
	vertical-align: middle;
}
.product-edit-icons {
	display: none;
	float: left;
	cursor: pointer;
}
.project-list-overview .even:hover .product-edit-icons,
.project-list-overview .odd:hover .product-edit-icons {
	display: block;
}
.product-edit-icons div {
	background: url("../../icons/2011/box.png") no-repeat;
	overflow: hidden;
}
.prod-edit, .proj-edit {
	width: 20px;
	margin-left: 15px;
}
.prod-edit div,
.proj-edit div {
	background-position: left -770px;
	width: 16px;
	height: 16px;
}
.prod-move-down, .proj-move-down {
	width: 15px;
	margin-left: 0;
}
.prod-move-down div,
.proj-move-down div {
	background-position: -16px -770px;
	width: 15px;
	height: 16px;
}
.prod-move-up,
.proj-move-up {
	width: 15px;
	margin-right: 5px;
}
.prod-move-up div,
.proj-move-up div {
	background-position: -40px -770px;
	width: 15px;
	height: 16px;
}
.prod-delete, .proj-delete {
	width: 20px;
}
.prod-delete div,
.proj-delete div {
	background-position: -75px -790px;
	width: 16px;
	height: 16px;
}
.no-pointer {
	cursor: default;
}
.project-list-overview .project-list-table-row-product-input {
	display: none;
}
.project-list-overview input.project-list-add-products-name,
.project-list-overview input.project-list-add-products-enumber,
.project-list-overview input.project-list-add-products-desc,
.project-list-overview input.project-list-add-products-vpe,
.project-list-overview input.project-list-add-products-prgr,
.project-list-overview input.project-list-add-products-price,
.project-list-overview input.project-list-add-products-count {
	padding: 0;
}
.project-list-overview input.project-list-add-products-name,
.project-list-overview input.project-list-add-products-enumber,
.field-content .input-content .input-content-title {
	width: 90px;
}
.project-list-overview input.project-list-add-products-desc,
.field-content .input-content .input-content-shortdesc {
	width: 248px;
}
.project-list-overview input.project-list-add-products-vpe {
	text-align: right;
	width: 35px;
}
.project-list-overview input.project-list-add-products-prgr,
.field-content .input-content .input-content-pricegroup {
	width: 37px;
}
.project-list-overview input.project-list-add-products-price,
.field-content .input-content .input-content-price {
	text-align: right;
	width: 75px;
}
.project-list-overview input.project-list-add-products-count,
.field-content .input-content .input-content-count {
	text-align: right;
	width: 25px;
}
.field-content .input-content .input-content-quantity {
	text-align: right;
	width: 35px;
}
.field-content .input-content input {
	height: 15px;
	padding: 0;
}
.project-list-overview input.project-list-add-products-count.error,
.project-list-overview input.project-list-add-products-price.error {
	padding: 1px;
}
.field-content .input-content .input-content-title {
	width: 155px;
}
div.project-detail .field-content .input-content .input-content-title {
	width: 90px;
}
.field-content .input-content .input-content-description {
	width: 230px;
}
.project-list-overview .project-list-table-row-right {
	text-align: right;
	padding-right: 4px;
}
.project-list-overview .project-list-table-row-mid {
	text-align: center;
}
.project-highlight {
	background-color: #e1f1f7;
}
#projectlist2011-list-right #saveproject {
	position: relative;
}
#projectlist2011-header h1 {
	padding-bottom: 5px;
	overflow: hidden;
}
#projectlist2011-form .project-list-headline-icons {
	float: left;
}
#projectlist2011-form .project-list-headline-icons span,
#projectlist2011-form .project-list-headline-save span,
#projectlist2011-form .project-list-row-edit span,
#projectlist2011-form .product-row-edit span {
	width: 16px;
	height: 16px;
	background: url("../../icons/2011/box.png") no-repeat;
	padding: 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
#projectlist2011-form .project-list-headline-icons .project-list-headline-icon-edit {
	background-position: left -770px;
	margin: 0 4px 0 8px;
}
#projectlist2011-form .project-list-headline-icons .project-list-headline-icon-down {
	background-position: -19px -770px;
	margin: 0 1px 0 1px;
}
#projectlist2011-form .project-list-headline-icons .project-list-headline-icon-up {
	background-position: -37px -770px;
	margin: 0;
}
#projectlist2011-form .project-list-headline-save .project-list-headline-save-ok {
	background-position: -100px -770px;
	margin: 3px 4px 0 8px;
}
#projectlist2011-form .wrapper-closed .project-list-headline-save {
	margin-bottom: 7px;
}
#projectlist2011-form .project-list-overview .editicons {
	vertical-align: middle;
}
#projectlist2011-form .project-list-row-edit .project-list-row-save-ok,
#projectlist2011-form .product-row-edit .product-row-save-ok,
#projectlist2011-form .project-list-row-edit .project-list-subheadline-save-ok {
	background-position: -100px -770px;
	margin: 0 4px 0 16px;
}
#projectlist2011-form .project-list-headline-save .project-list-headline-save-cancel {
	background-position: -60px -770px;
	margin: 3px 0 0;
}
#projectlist2011-form .project-list-row-edit .project-list-row-save-cancel,
#projectlist2011-form .product-row-edit .product-row-save-cancel,
#projectlist2011-form .project-list-row-edit .project-list-subheadline-save-cancel {
	background-position: -60px -770px;
	margin-left: 2px;
}
#projectlist2011-form .project-list-headline-edit,
#projectlist2011-form .project-list-description-edit,
#projectlist2011-form .project-list-row-edit {
	display: none;
}
#projectlist2011-form .project-list-row-edit,
#projectlist2011-form .product-row-edit,
#projectlist2011-form .project-list-row-icons {
	padding-top: 1px;
}
#projectlist2011-form .project-list-headline-edit input,
#projectlist2011-form .project-list-description-edit input,
#projectlist2011-form .project-list-headline-edit .project-list-headline-save {
	float: left;
}
#projectlist2011-form .boxaccordion-header-wrapper .project-list-headline-edit {
	position: relative;
	left: 0;
	top: -3px;
}
#projectlist2011-form .wrapper-closed .project-list-headline-edit {
	position: relative;
	left: 0;
	top: 2px;
}
.projectlist-layer {
	overflow: hidden;
	max-width:960px;
}
.projectlist-layer.documents-download {
	min-width:500px;
}
.projectlist-layer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.projectlist-layer ul li.bulletlist {
	font-weight: normal;
	background: url("../../icons/pfeilblue.gif") 3px 5px no-repeat;
	padding-left: 15px;
	margin: 2px 0;
	overflow: hidden;
}
.projectlist-layer h2.projectlist-layer-headline {
	font-size: 22px;
	padding-bottom: 24px;
}
.projectlist-layer h2.notice {
	background: url("../../icons/icon_exclamation.gif") no-repeat;
	padding-top: 2px;
	padding-left: 34px;
}
.projectlist-layer .projectlist-layer-content {
	padding-top: 20px;
}
.projectlist-layer .projectlist-layer-content p {
	padding-bottom: 15px;
}
.projectlist-layer .projectlist-layer-content .projectlist-callback-list {
	max-height: 350px;
	overflow-y: auto;
}
.projectlist-layer .projectlist-layer-content .project-list-form-label {
	padding-bottom: 5px;
}
.projectlist-layer .button {
	padding: 20px 10px 0 0;
	float: left;
}
.projectlist-layer .project-layer-submit {
	padding: 10px 10px 0 0;
	float: left;
}
.projectlist-layer .project-layer-submit.no-padding-right {
	padding-right:0;
}
.projectlist-docs-submit-button {
	float: right;
	padding: 0 0 0 10px;
}
.projectlist-layer .projectlist-layer-content li {
	margin: 0;
	padding: 0 0 15px;
	font-weight: bold;
}
.projectlist-layer .projectlist-layer-content li li,
#toolbar-project-management li ul .select-project ul li {
	border-bottom: 1px solid #cccccc;
}
/*#toolbar-project-management li ul .select-project ul li span {
	padding-left: 5px;
}*/
.projectlist-layer .project-layer-step h3 {
	font-size: 13px;
	color: #000000;
	padding-bottom: 14px;
}
.projectlist-layer .project-layer-step h3.without-padding {
	padding-bottom: 0;
}
.projectlist-layer .project-layer-step h4 {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 0 8px;
}
.projectlist-layer .project-layer-step h4.boxaccordion-header-layer,
.projectlist-layer .project-layer-step h5 {
	color: #000;
	font-size: 13px;
	padding: 0 29px 5px 21px;
}
.projectlist-layer .project-layer-step h4.boxaccordion-header-layer {
	padding: 5px 29px 6px 21px;
	cursor: pointer;
	color: #00aae1;
}
.projectlist-layer .project-layer-step h4.no-childs {
	cursor: default;
}
.projectlist-layer .project-layer-step h4.boxaccordion-header-layer {
	/*border-bottom: 1px solid #b0b0b0;*/
}
.projectlist-layer .project-layer-step h4.boxaccordion-header-layer span.project-summary {
	float: right;
	font-size: 11px;
	color: #00aae1;
}
.projectlist-layer .project-layer-step h4 span.icon {
	width: 26px;
	height: 26px;
	margin: -6px 13px 0 0;
	display: block;
	float: left;
	background: url("../../icons/2011/box.png") no-repeat;
}
.projectlist-layer .project-layer-step h4 span.newproject {
	background-position: 0 -1926px;
}
.projectlist-layer .project-layer-step h4 span.newprojectcopy {
	background-position: 0 -1978px;
}
.projectlist-layer .project-layer-step h4 span.existproject {
	background-position: -58px -2004px;
}
.projectlist-layer .project-layer-step h4 span.newprojectimport {
	background-position: 0 -1953px;
}
.projectlist-layer .project-layer-step h5 {
	padding: 3px 29px 3px 21px;
	font-weight: normal;
	border-bottom: 1px dotted #b0b0b0;
}
.projectlist-layer .project-layer-step h3 .step-counter {
	color:#00aae1;
}
.projectlist-layer .project-layer-step h3 span.info {
	width: 9px;
	height: 9px;
	display: inline-block;
	margin: 2px 7px;
	background: url("../../icons/2011/box.png") -60px -790px no-repeat;
}
.projectlist-layer .project-layer-step {
	padding-bottom: 25px;
}
.projectlist-layer .project-layer-step .project-layer-buttons,
.projectlist-layer .project-layer-inputtext,
.projectlist-layer .project-layer-file,
.projectlist-layer .project-layer-step .project-layer-tree,
.projectlist-layer .project-layer-html {
	padding-left: 26px;
}
.projectlist-layer .project-layer-step .project-layer-buttons,
.projectlist-layer .project-layer-step .project-layer-tree {
	padding-right: 26px;
}
.projectlist-layer .project-layer-html-outer {
	padding-top: 14px;
}
.projectlist-layer .project-layer-step .project-layer-buttons .project-layer-button {
	cursor: pointer;
}
.projectlist-layer .project-layer-button-1,
.projectlist-layer .project-layer-button-2,
.projectlist-layer .project-layer-button-3,
.projectlist-layer .project-layer-button-4 {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	width: 279px;
}
.projectlist-layer .project-layer-button-1,
.projectlist-layer .project-layer-button-2 { 
	width: 279px;
}
.projectlist-layer .project-layer-button-3 {
	width: 182px;
}
.projectlist-layer .project-layer-button-4,
.projectlist-layer .project-layer-button-margin {
	margin-bottom: 15px;
}
.projectlist-layer #project-layer-button-0-2,
.projectlist-layer #project-layer-button-0-3 {
	margin-bottom: 0;
}
.projectlist-layer .project-layer-button-left {
	padding: 0 0 0 12px;
	background: url("../../icons/2011/box.png") no-repeat 0 -2730px;
}
.projectlist-layer .project-layer-button-right {
	padding: 0 12px 0 0;
	background: url("../../icons/2011/box.png") no-repeat right -3050px;
}
.projectlist-layer .project-layer-button-mid {
	padding: 7px 0 0;
	background: url("../../icons/2011/box.png") repeat-x 0 -2890px;
	color: #ffffff;
}
.projectlist-layer .project-layer-step .project-layer-button-nomargin {
	margin-right: 0;
}
.projectlist-layer .project-layer-button-mid p {
	padding-bottom: 8px;
}
.projectlist-layer .project-layer-button-hover .project-layer-button-left {
	background-position: 0 -2250px;
}
.projectlist-layer .project-layer-button-hover .project-layer-button-right {
	background-position: right -2570px;
}
.projectlist-layer .project-layer-button-hover .project-layer-button-mid {
	background-position: 0 -2410px;
}
.projectlist-layer .project-layer-submitbuttons-container,
.projectlist-layer .project-layer-postbuttons-container {
	height: 56px;
	position: relative;
}
.projectlist-layer .project-layer-submitbuttons,
.projectlist-layer .project-layer-postbuttons {
	height:56px;
	/*position: absolute;
	top: 0;
	left: 0;*/
}
.projectlist-layer .project-layer-button-info {
	display: none;
	padding: 5px 0 0;
}
.projectlist-layer .project-layer-button-info-orange {
	color:#ff6422;
}
.projectlist-layer .project-layer-button-info-orange a {
	color: #ff6422 !important;
}
.projectlist-layer .project-layer-inputtext input {
	width: 220px;
	margin-right: 10px;
}
.projectlist-layer .project-layer-file input {
	width: 220px;
}
.projectlist-layer .project-layer-step-error h3 {
	color: #ff6422;
}
.projectlist-layer .project-layer-step-force-error .project-layer-html,
.projectlist-layer .project-layer-step-force-warning .project-layer-html {
	color:#ff6422;
}
.projectlist-layer .project-layer-step-force-warning .project-layer-html p {
	padding-bottom:10px;
}
.projectlist-layer .project-layer-step-error input.error {
	border: 1px solid #ff6422;
	width: 14px;
	height: 14px;
}
.projectlist-layer .project-layer-step-error div.project-layer-file input.error {
	width: 220px;
	height: auto;
}

.projectlist-layer .project-layer-step input.product {
	width:100px;
}
.projectlist-layer .project-layer-step input.description {
	width:200px;
}
.projectlist-layer .project-layer-step input.vpe {
	width:36px;
}
.projectlist-layer .project-layer-step input.prgr {
	width:36px;
}
.projectlist-layer .project-layer-step input.price {
	width:60px;
}
.projectlist-layer .project-layer-step input.count {
	width:50px;
}

/*.projectlist-layer #project-layer-after {

}*/
.projectlist-layer #project-layer-after .project-layer-submit {
	padding-top: 0;
}
.projectlist-layer #project-layer-download-result ul li a
.projectlist-layer #project-layer-download-result ul li a:hover,
.projectlist-layer #project-layer-download-result ul li a:link,
.projectlist-layer #project-layer-download-result ul li a:visited,
.projectlist-layer #project-layer-download-result ul li a:active,
.projectlist-layer #project-layer-download-result ul li a:focus {
	color: #00aae1 !important;
}
.blue-important {
	background-color: #bce1ee !important;
}

/* mm-fancy */
.fancyhtml {
	display: none;
}

/* new button */
.button-container .button-container-left {
	background: url("../../icons/2011/box.png") no-repeat 0 -3220px;
	padding-left: 45px;
	height: 36px;
	cursor: pointer;
}
.button-container .button-container-right {
	background: url("../../icons/2011/box.png") no-repeat right -3270px;
	padding-right: 45px;
	height: 36px;
}
.button-container .button-container-right a {
	background: url("../../icons/2011/box.png") repeat-x 0 -3320px;
	height: 26px;
	padding-top: 10px;
	display: block;
	color: #ffffff;
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

/* Info Div Layer*/

/*### Closes User Homepage ###*/
#projectlist-overview {
	padding-bottom: 10px;
}

/*
 * jQuery UI Slider @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
	border: 0 none;
}
.ui-state-focus .ui-slider-handle {
	border: 0 none;
}
.ui-slider .ui-slider-handle {
	background: url("../img/slider_handles.png") 0 -23px no-repeat;
	position: absolute;
	z-index: 2;
	width: 23px;
	height: 23px;
	cursor: pointer;
}
.ui-slider .ui-state-hover {
	background-position: 0 0 !important;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}
.ui-slider .ui-state-default {
	border: 0 none;
}
.ui-slider-horizontal {
	height: 5px;
	background: url("../img/slider_h_bg.gif") 0 0 repeat-x;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -9px;
	margin-left: -12px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	background: url("../img/slider_h_bg.gif") 0 -5px repeat-x;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 5px;
	height: 100px;
	background: url(../img/slider_v_bg.gif) -5px 0 repeat-y;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: -.6em;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
	background: url(../img/slider_v_bg.gif) 0 0 repeat-y;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-slider{
	margin-top: 20px;
}

/* media player */
.paragraph-media .video-container {
	padding: 5px 0 8px;
}

/* Activation Code*/
#ActivationCodeDislpay p {
	margin-bottom: 10px;
}
#AddressDetailsOfSelectedUser {
	width: 200px;
	overflow: hidden;
	font-size: 11px;
}

/* Contactor Calculator */
#cc-option-choice input {
	position: relative;
	left: 0;
	top: 1px;
}
/*.option-wrapper {

}*/
.cc-form {
	padding-top: 30px;
}
.cc-user-input {
	border: 1px solid #b2b2b2;
	margin-bottom: 5px;
	width: 145px;
}
.cc-select {
	border: 1px solid #b2b2b2;
	width: 215px;
}
.cc-select2 {
	border: 1px solid #b2b2b2;
	width: 500px;
}
.option-wrapper optgroup option {
	padding-left: 15px;
}
.cc-table {
	width: 100%;
}
.cc-calc {
	float: left;
	padding-top: 10px;
}
.cc-calc .button-container-left {
	background-position: 0 -3890px;
	height: 22px;
	padding-left: 15px;
}
.cc-calc .button-container-right {
	background-position: right -3940px;
	height: 22px;
	padding-right: 15px;
}
.cc-calc a.cc-calc-a {
	background-position: 0 -3915px;
	height: 19px;
	padding-top: 3px;
	color: #666666;
    position: relative;
    z-index: 1;
}
.cc-result-wrapper {
	padding: 30px 0 5px;
}
.cc-result {
	width:100%;
	table-layout: fixed;
}
.cc-result th {
	border-bottom: 1px solid #a1a1a1;
	text-align: left;
	padding: 2px;
}
.cc-result td {
	padding: 2px;
	border-bottom: 1px dotted #a1a1a1;
}
.cc-result .odd td {
	background-color: #f4f4f4;
}
.cc-result .even td,
.cc-result th {
	background-color:#ffffff;
}
.cc-power-wrapper {
	height: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
h2.prisma-minisite-sublevel {
	padding-top: 10px;
	margin-bottom: 13px;
}

/* Password validation */
input.error {
	border: 1px solid #ff6422 !important;
}
#passwordcheck ul,
.password_validation_ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#passwordcheck ul#password-check-ul {
	padding-bottom: 10px;
}
#passwordcheck p {
	margin: 0;
	padding: 0;
}
#password-eight-characters-ul{
	margin-bottom: 5px;
}
.password_validation_ul li {
	margin-left: 0;
	padding-left: 20px;
}
.fail{
	background: url("../../icons/pwdko.gif") no-repeat;
}
.pass{
	background: url("../../icons/pwdok.gif") no-repeat;
}
.egal{
	background: url("../../icons/pwdegal.gif") no-repeat;
}
#passwordStrength{
	font-weight: bold;
}
#passwordcheck,#repeatpasswordcheck{
	display: block;
	padding-left: 10px;
}
#passwordcheck #passwordStrengthMessage{
	margin-bottom: 10px;
}
.strengthistooshort{
	color: #ff6422;
}
.strengthisnormal{
	color: #454545;
}
.strengthisgood{
	color: #6db676;
}
#fancybox-left {
	left: -10px !important;
}
#fancybox-right {
	right: -10px !important;
}
#fancybox-left-ico,
#fancybox-right-ico {
	width: 22px !important;
	height: 44px !important;
}
#fancybox-left-ico {
	background: url("../../icons/galery_button_prev.gif") left top no-repeat !important;
}
#fancybox-right-ico {
	background: url("../../icons/galery_button_next.gif") right top no-repeat !important;
}
#fancybox-left:hover span {
	left:0 !important;
}
#fancybox-right:hover span {
	right:0 !important;
}

/*### References ###*/
.references-wrapper {
	height: 450px;
	/*overflow: hidden;*/
	position: relative;
	margin: 0 auto;
}
#coverflow {
	display: inline-block;
	height: 300px;
	width: 2000em;
	/*padding: 42px;*/
	padding: 0;
	position: absolute;
	top: 0;
	left: 0 !important;
	margin-top: 42px;
	z-index: 1;
}
#coverflow img {
	/*width: 260px;
	height: 192px;*/
	width: 440px;
	height: 400px;
	float: left;
	/*position: relative;*/
	position: absolute;
	/*margin: 0 -57.5px;*/
	margin: 0;
	cursor: pointer;
	display: none;
}
#coverflow img.show {
	display: block;
}

#coverflow-height {
	height: 450px;
}
.references-overview-detail {
	position: relative;
}
.idreferences {
	position: relative;
}
.idreferences .blockwithheadlineinsideparagraph-border {
	margin: 0 10px 15px 0;
	position: relative;
}
.idreferences .box-headline-inside-acc-top-left-border {
	background: url("../../icons/2011/box.png") 0 -3365px no-repeat;
	padding: 0 0 0 8px;
	position: absolute;
	left: 0;
	top: 0;
}
.idreferences .box-headline-inside-acc-top-right-border {
	background: url("../../icons/2011/box.png") right -3415px no-repeat;
	padding: 0 8px 0 0;
}
.idreferences .box-headline-inside-acc-top-mid-bg-border {
	background: url("../../icons/2011/box.png") 0 -3390px repeat-x;
	padding: 8px 0 0;
}
.idreferences .box-headline-inside-acc-top-mid-bg {
	background: url("../../icons/2011/box.png") 0 -280px repeat-x;
	padding: 6px 20px 0 0;
}
/*.idreferences .box-headline-inside-acc-top-mid-content {

}*/
.idreferences .box-headline-inside-acc-top-mid-content-magnifier {
	background: url("../../icons/2011/box.png") 0 -750px no-repeat;
	padding: 0 0 0 30px;
}
.idreferences .box-headline-inside-acc-top-mid-content h3 {
	color: #ffffff;
	padding: 1px 0 4px;
}
.idreferences .box-headline-inside-acc-mid-left-border {
	background:url("../../icons/2011/box_border_left.png") 0 0 repeat-y;
	padding: 0 0 0 1px;
}
.idreferences .box-headline-inside-acc-mid-right-border {
	background: url("../../icons/2011/box_border_right.png") right 0 repeat-y;
	padding: 0 4px 0 0;
}
.idreferences .box-headline-inside-acc-mid-mid {
	overflow: hidden;
}
.idreferences .box-headline-inside-acc-mid-mid h3.boxaccordion-header {
	background: url("../../icons/2011/box.png") repeat-x 0 -440px;
	padding: 8px 32px 8px 30px;
	position: relative;
	cursor: pointer;
	color: #888888;
}
/*.idreferences .box-headline-inside-acc-mid-mid h3.collapsed {
	background-position: 0 -440px;
	color: #888888;
}*/
.idreferences .box-headline-inside-acc-mid-mid .boxaccordion-content h3 {
	/*color: #00abe7;
	padding: 0 13px 5px 13px;*/
	padding: 0 0 5px;
	text-align: left;
}
.idreferences .box-headline-inside-acc-mid-mid .boxaccordion-header-seperator-top,
.idreferences .box-headline-inside-acc-mid-mid .boxaccordion-header-seperator-bottom {
	background: url("../../icons/2011/box.png") 0 -830px repeat-x;
	height: 1px;
}
/*.idreferences .box-headline-inside-acc-mid-mid .boxaccordion-header-seperator-bottom {
	background: url("../../icons/2011/box.png") 0 -690px repeat-x;
	height: 3px;
	font-size: 0;
}*/
.idreferences .box-headline-inside-acc-mid-mid .boxaccordion-content {
	padding: 0;
	width: 100%;
}
.idreferences .box-headline-inside-acc-bottom-left-border  {
	background: url("../../icons/2011/box.png") 0 -3378px no-repeat;
	height: 8px;
	padding: 0 0 0 8px;
	position: relative;
	margin-top: -4px;
}
.idreferences .box-headline-inside-acc-bottom-right-border {
	background: url("../../icons/2011/box.png") right -3428px no-repeat;
	height: 8px;
	padding: 0 8px 0 0;
}
.idreferences .box-headline-inside-acc-bottom-mid-border  {
	background: url("../../icons/2011/box.png") 0 -3403px repeat-x;
	height: 8px;
	padding: 0;
}
.idreferences #gallery-wrapper {
	width: 685px;
	overflow: hidden;
}
.idreferences #gallery-wrapper .image-wrapper {
	height: 370px;
}
.idreferences #gallery-wrapper #thumb-container {
	width: 685px;
	height: 89px;
	margin-top: -35px;
	/*overflow: hidden;*/
	position: relative;
}
.idreferences #gallery-wrapper #thumb-container .gallery_btn,
.references-wrapper .gallery_btn {
	width: 26px;
	height: 90px;
	/*width: 183px;
	height: 90px;*/
	position: absolute;
	top: 0;
	overflow: hidden;
	display: none;
	cursor: pointer;
	z-index: 2;
}
.idreferences #gallery-wrapper #thumb-container .gallery_btn div,
.references-wrapper .gallery_btn div {
	width: 21px;
	height: 45px;
	position: absolute;
	top: 35px;
	display: none;
}
.idreferences #gallery-wrapper #thumb-container .btn_left{
	left: 0;
}
.references-wrapper .btn_left {
	left: -10px;
	top: 180px;
}
.idreferences #gallery-wrapper #thumb-container .btn_left div,
.references-wrapper .btn_left div {
	left: -1px;
	background: url("../../icons/galery_button_prev.gif") no-repeat scroll 0 0 transparent;
}
.idreferences #gallery-wrapper #thumb-container .btn_right{
	right: 0;
}
.references-wrapper .btn_right {
	right: -11px;
	top: 180px;
}
.idreferences #gallery-wrapper #thumb-container .btn_right div,
.references-wrapper .btn_right div {
	right: -1px;
	background: url("../../icons/galery_button_next.gif") no-repeat scroll 0 0 transparent;
}
.references-wrapper .btn_right div {
	right: 0;
}
.idreferences #gallery-wrapper #thumb-container #thumb-wrapper {
	width: 630px;
	height: 150px;
	position: absolute;
	left: 27px;
	bottom: -40px;
	overflow: hidden;
}
.idreferences #gallery-wrapper #thumb-container #thumb-wrapper #thumbs {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 120px;
}
.idreferences #gallery-wrapper #thumb-container #thumb-wrapper a {
	position: relative;
	display: block;
	height: 90px;
}
.idreferences .gallery-thumb-shadow {
	position: relative;
	bottom: 20px;
	left: 0;
}
.idreferences .margin-right {
	padding-right: 10px;
}
.idreferences .thumb-shadow-combi {
	height: 115px;
	width: 70px;
	float: left;
}
.idreferences h2 {
	padding: 0 10px 15px;
	font-size: 18px;
	margin: 0;
}
.idreferences p {
	padding: 0 10px 20px;
	line-height: 17px;
}
.idreferences div.normtext {
	padding: 20px 10px;
}
.idreferences #products-wrapper div.normtext,
.idreferences #solutions-wrapper div.normtext {
	padding-bottom: 0;
	padding-top: 0
}
.idreferences h3.boxaccordion-header .accordsuffix {
	width: 9px;
	height: 9px;
	left: 10px;
	top: 9px;
}
.idreferences .references-product,
.idreferences .solutions-product {
	border-bottom: 1px dotted #888888;
	width: 100%;
}
.idreferences .references-product img,
.idreferences .solutions-product img {
	display: block;
}
.idreferences .references-product .references-product-info ul,
.idreferences .solutions-product .solutions-product-info ul {
	overflow: hidden;
	height: 1%;
}
.idreferences .references-product li,
.idreferences .solutions-product li {
	margin-bottom: 5px !important;
	padding-left: 12px;
}
.idreferences .references-product li a,
.idreferences .solutions-product li a {
	font-weight: bold;
	text-decoration: none !important;
}
.idreferences .references-product .references-product-img,
.idreferences .solutions-product .solutions-product-img  {
	float: left;
	margin: 20px 20px 20px 10px;
}
.idreferences .references-product .references-product-info,
.idreferences .solutions-product .solutions-product-info {
	padding: 20px 10px;
}
.idreferences .references-show-more,
.idreferences .references-detail-close {
	height: 22px;
	padding: 15px 0;
}
.idreferences .references-detail-close {
	float: right;
	position: absolute;
	right: 20px;
	top: -8px;
	z-index: 1;
}
.idreferences .references-show-more .button-container {
	float: right;
}
.idreferences .references-show-more .button-container-left,
.idreferences .references-detail-close .button-container-left,
.accordion-wrapper .acc-toggler .button-container-left {
	background-position: 0 -3890px;
	height: 22px;
	padding-left: 15px;
}
.idreferences .references-show-more .button-container-right,
.idreferences .references-detail-close .button-container-right,
.accordion-wrapper .acc-toggler .button-container-right {
	background-position: right -3940px;
	height: 22px;
	padding-right: 15px;
}
.idreferences .references-show-more a.references-show-more-btn,
.idreferences .references-detail-close a.references-detail-close-btn,
.accordion-wrapper .acc-toggler a.acc-toggler-link {
	background-position: 0 -3915px;
	height: 19px;
	padding-top: 3px;
	color: #666666;
}
.idreferences h3.reference-downloadcategory {
	padding: 0 0 5px;
}
.references-wrapper .ui-slider {
	height: 20px;
	width: 340px;
	margin: 15px 0 0 165px;
	background: url("../../icons/2011/references_slider_bg.png") no-repeat;
}
.references-wrapper .ui-slider-horizontal .ui-slider-handle {
	width: 30px;
	height: 20px;
	background: url("../../icons/2011/references_slider_handler_v20px.png") no-repeat;
	overflow: hidden;
	top: 0;
}
#coverflow-caption {
	color: #888888;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left: 0;
	top: -20px;
	z-index: 2;
}
.references-wrapper #fancybox-loading,
#gallery-wrapper #fancybox-loading {
	position: absolute;
}
#gallery-wrapper #fancybox-loading {
	top: 30%;
}
#references-form-filter ul li {
	margin: 0;
}
#references-form-filter ul.references-filter-references ul li {
	display: none;
}
#references-form-filter ul.references-filter-references ul li.show {
	display: list-item;
}
#references-filter {
	margin: 0 0 15px 14px;
	width: 240px;
	position: relative;
}
.reference-filter-head-left {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: transparent url("../../icons/2011/reference_filter.png") no-repeat scroll left top;
	padding: 7px 29px 5px 10px;
}
.reference-filter-head-right {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 3px;
}
#references-form-filter {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#references-filter li {
	list-style: none;
}
.reference-filter-headline {
	/*color: #888888;
	border-bottom: 1px solid #cccccc;
	background: transparent url("../../icons/2011/reference_filter.png") no-repeat scroll left -160px;*/
	color: #454545;
	background-color: #f0f0f0;
	font-weight: bold;
	padding: 6px 5px 3px;
	cursor: pointer;
}
.reference-filter-content {
	background-color: #f0f0f0;
	/*border-bottom: 1px solid #cccccc;*/
	padding: 10px 10px 0 25px;
	position: relative;
}
.reference-filter-ul {
	padding-bottom: 7px;
}
.reference-filter-li {
	padding: 0 0 12px 17px;
	position: relative;
}
.reference-filter-li input {
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0;
	top: 1px;
}
#references-filter .limore {
	padding: 0 0 10px 17px;
	background: #f0f0f0 url("../../icons/pfeilgrey.gif") no-repeat scroll 4px 5px;
}
.references-filter .accordsuffix {
	float: left;
	padding: 3px 5px 0 5px;
}
.reference-filter-footer {
	background: transparent url("../../icons/2011/reference_filter.png") no-repeat scroll left -323px;
	height: 7px;
}
#references-filter .linklist {
	background: #f0f0f0 url("../../icons/pfeilgrey.gif") no-repeat scroll 0 5px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.references-filter-reset {
	background-color: #f0f0f0;
	padding-left: 7px;
}
#references-filter .references-filter-reset li {
	padding: 5px 5px 0 17px !important;
	background-position: 4px 10px !important;
}
#references-filter .limore a,
#references-filter .linklist a {
	color: #454545;
	text-decoration: none !important;
}

/* portfolio */
.portfolio-border {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.portfolio-shadow {
	-webkit-box-shadow: 3px 3px 5px #ccc;
	-moz-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
}

.portfolio-overview { margin-right:3px; position:relative;}
.portfolio-overview * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#portfolio-overview-filter {
	margin:15px 0 5px 0;
}
.portfolio-filter {
	padding:0 12px 12px 12px;
}
ul.portfolio-filter-group {
	float:left;
	display:block;
	width:30%;
	padding:0 40px 0 0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.portfolio-filter-group.extendedsearch-navtree {
	width:40%;
}
.portfolio-filter-reset {
	float:right;
	padding:10px 0 0 0;
}
#portfolio-more-thumbs {
	display:none;
	position:relative;
	margin:5px 10px 15px 0;
	border:1px solid #ccc;
	/*padding:0 10px 10px 0;*/
}
#portfolio_more-thumb-active {
	position: absolute;
	top:-9px;
	left:0;
	width:26px;
	height:9px;
	background:url("../../icons/2011/box.png") -75px -3965px no-repeat;
}
.portfolio-more-thumb {
	padding:15px 0px 5px 10px;
}

.portfolio-overview .portfolio-column,
#portfolio-more-thumbs .portfolio-column-more {
	width:25%;
	display:inline-block;
	padding:0 10px 10px 0;
	position: relative;
	text-align:center;
}
.portfolio-overview .portfolio-thumb,
#portfolio-more-thumbs .portfolio-thumb {
	max-width:100%;
	max-height:100%;
}
.portfolio-column .caption {
	position: absolute;
	left:0;
	bottom:12px;
	width:100%;
	padding-right:10px;
}
.portfolio-column .caption-text {
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:none;
	padding:5px;
	background:#000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.portfolio-column .new {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	right: 10px;
	top: 0;
	background:#000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-webkit-border-radius: 0 5px 0 5px;
	-moz-border-radius: 0 5px 0 5px;
	border-radius: 0 5px 0 5px;
}
.portfolio-column a {
	text-decoration:none;
	display:block;
}

/* eCard HTML5 Fallback */
.canvasHolder {
	position: relative;
}
#testCanvas {
	background-color: #00aae1;
}
#play-audio-btn {
	position: relative;
	top: 5px;
	left: 5px;
	color: #888888;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	display: none;
	padding: 5px 0 10px;
}

/*### jsTree ###*/
.jstree a {
	white-space: normal !important;
}
.jstree a ins.jstree-icon {
	display: none;
}
.jstree ins {
	vertical-align: top;
	cursor: pointer;
}
.jstree-closed > ins {
	background: url("../../icons/arrow_right_darkgrey.gif") no-repeat scroll 7px 4px transparent;
}
.jstree-open > ins {
	background: url("../../icons/arrow_down_darkgrey.gif") no-repeat scroll 7px 5px transparent;
}
.jstree li a {
	margin-right: 15px;
	height: auto;
}
#sitemap-toggle-top .button-container-left,
.standard-button .button-container-left {
	background: url("../../icons/2011/box.png") 0 -3890px no-repeat;
	height: 22px;
	padding-left: 15px;
}
#sitemap-toggle-top .button-container-right,
.standard-button .button-container-right {
	background: url("../../icons/2011/box.png") right -3940px no-repeat;
	height: 22px;
	padding-right: 15px;
}
#sitemap-toggle-top a,
.standard-button .button-container .button-container-right a {
	background: url("../../icons/2011/box.png") 0 -3915px repeat-x;
	height: 19px;
	padding: 3px 0 0;
	color: #666666;
}
#sitemap-toggle-top a {
	font-size: 11px;
	line-height: 17px;
}
.standard-button {
	display: inline-block;
	padding-top: 20px;
}

/* slider */
.slider-content {
	top:-4px;
}
.slider-border {
	top:-9px;
	z-index:2;
	height:9px!important;
}
.orbit-outer-container {
	position:relative;
	display:none;
	overflow:hidden;
}
.orbit-outer-container li {
	margin:0;
}
.orbit-container {
	z-index:1;
}
ul.orbit-text-navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	overflow:hidden;
}
ul.orbit-text-navigation > li {
	/*background:#fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity:0.8;
	border-right:5px solid transparent;
	border-radius:0px 5px 5px 0;*/
	margin-bottom:5px;
	cursor:pointer;
	float:left;
	clear:both;
	padding-bottom:7px;
}
ul.orbit-thumbnail-navigation {
	overflow:hidden;
	padding-top:10px;
	text-align:center;
}
ul.orbit-thumbnail-navigation.after-box {
	padding-top:0;
	top:-4px;
}
ul.orbit-thumbnail-navigation > li {
	display:inline-block;
	box-sizing: border-box;
	width:20%;
	height:100px;
	padding:0 5px;
	margin:0;
	cursor:pointer;
	background:#fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.5
}
ul.orbit-thumbnail-navigation > li.active {
	filter:none;
	opacity:1;
}
ul.orbit-thumbnail-navigation > li.first {
	padding-left:0;
}
ul.orbit-thumbnail-navigation > li.last {
	padding-right:0;
}
ul.orbit-thumbnail-navigation > li div {
	width:100%;
	height:98px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
ul.orbit-thumbnail-navigation.after-box > li {
	height:105px;
}
ul.orbit-thumbnail-navigation.after-box > li > div {
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding:0;
	margin:0;
	overflow:hidden;
	height:98px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(204, 204, 204, 0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(204, 204, 204, 0.75);
	box-shadow: 3px 3px 5px 0px rgba(204, 204, 204, 0.75);
}
ul.orbit-text-navigation .slider-nav-bg-bottom {
	background:url(../../icons/slider_bg_bottom_a.png) right bottom no-repeat;
}
ul.orbit-text-navigation .slider-nav-bg-top {
	padding:10px 10px 3px 9px;
	background:url(../../icons/slider_bg_top_a.png) right top no-repeat;
}
ul.orbit-text-navigation > .active {
	/*border-color:#aaa;*/
	width:336px;
}
ul.orbit-text-navigation > li {
	max-width:336px;
}
ul.orbit-text-navigation h2 {
	font-size:15px;
	color:#00AAE1;
}
ul.orbit-text-navigation li.active h2 {
	font-size:20px;
}

ul.orbit-text-navigation li div.content {
	height:0;
	/*width:0;*/
	position:relative;
	overflow:hidden;

}
ul.orbit-text-navigation li div.content.not-init {
	position:absolute;
	top:0;
	left:-1000em;
	height:auto;
	width:308px;
}
ul.orbit-text-navigation li div.content-inner {
	padding:10px 0 5px 0;
	width:308px !important;
}
ul.orbit-text-navigation li.active div.content.active {
	height:auto;
	width:auto;
}
/*ul.orbit-text-navigation div.content li.linklist {
	background:none!important;
	padding:2px 0 2px 0;
}
ul.orbit-text-navigation div.content a.textlinks {
	background:url(../../icons/2011/reference_acc_arrow_right_777.png) 0 3px no-repeat;
	padding-left:12px;
	color:#454545!important;
	font-size:1.2em;
	font-weight:bold;
}*/
.orbit-container .orbit-slides-container img.slide-haslink {
	cursor:pointer;
}
.orbit-slide-block {
	position: absolute;
	top: 5%;
	right: 2%;
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	width: 320px;
	padding:10px;
}
.orbit-slide-block.top_left {
	right:auto;
	left:2%;
}
.orbit-slide-block.bottom_left {
	top:auto;
	bottom:5%;
	right:auto;
	left:2%;
}
.orbit-slide-block.bottom_right {
	top:auto;
	bottom:5%;
	right:2%;
	left:auto;
}
.orbit-slide-block h3 {
	padding-bottom:10px;
	font-size:1.3em;
}
.orbit-slide-block div.content {
	padding-bottom:5px;
}

.orbit-slide-block * {
	color:#fff;
}
.orbit-slide-block h3,
.orbit-slide-block a,
.orbit-slide-block li.linklist a.textlinks {
	color: #ffffff !important;
}
.orbit-slide-block a:hover,
.orbit-slide-block li.linklist a.textlinks:hover,
.orbit-slide-block a:visited,
.orbit-slide-block li.linklist a.textlinks:visited,
.orbit-slide-block a:active,
.orbit-slide-block li.linklist a.textlinks:active {
	color: #ffffff !important;
}
/*.orbit-slide-block ul li.bulletlist {
	background-position:-44px -5369px !important;
}
.orbit-slide-block ul li.linklist {
	background-position:-110px -4209px !important;
}*/
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	cursor:pointer;
}
.contentarea .orbit-slide-block ul li.linklist {
	background-image: url("../../icons/pfeilweiss.gif");
}
.contentarea .orbit-slide-block ul li.hooklist {
	background-image: url("../../icons/icon_haken_white.png");
}
#outercontent .orbit-slide-block h3,
#outercontent .orbit-slide-block p,
#outercontent .orbit-slide-block li,
#outercontent .orbit-slide-block a,
#outercontent .orbit-slide-block a.textlinks {
	color:#fff;
}

.egh-datenschutz-wrapper, .egh-datenschutz-wrapper, .egh-requiredfields-wrapper, .egh-login-button {
    margin-left:225px;
}
.egh-caption-wrapper {
    width: 225px;
    float: left;
    padding-top:5px;
    margin-bottom: 5px;
}
.egh-input-wrapper{
    width: 416px;
    margin-bottom: 7px;
    float: left;
}
.egh-datenschutz-text-wrapper{
    margin: 3px 0 10px 225px;
}

.egh-profileupdate-wrapper {
    margin: 10px 0 0 0;
}

.egh-input-wrapper input{
    margin-top:3px;
}

.egh-form-button {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.egh-form-button-left {
    float:left;
}

.egh-form-button-right {
    float:right;
}

.egh-form-button .submitbutton {
    position:relative;
}

.egh-login-button {
    margin-top: 5px;
}

.egh-requiredfields-wrapper {
    margin-top: 10px;
}

.egh-error-wrapper h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ff6422;
    padding: 5px 0;
}
.egh-error-wrapper p {
    font-size: 12px;
    margin: 0;
}
.egh-error-wrapper ul {
    font-size: 12px;
    margin: 5px 0 10px 0;
}

.egh-error-wrapper ul li {
    margin-left: 0px;
}

.egh-message {
    padding: 10px 0 5px 0;
}

.checkbox_label {
    float: left;
    margin: 0 5px 0 0;
}

.page-media {
	margin-bottom:20px;
}

h3.dl-lit-subheadline {
	color:#00365b;font-size:14px;font-weight:bold;margin-bottom:5px;
}

/* zoom image */
.bg_white_80 {
	background:#fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.prismaproductimagedetail > a {
	position:relative;
}
.prismaproductimagedetail .bg_white_80.zoom,
.prismaproductimagedetail .bg_white_80.download{
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	bottom:0;
}
.prismaproductimagedetail .magnify,
.prismaproductimagedetail  a.downloadicon {
	display:block;
	width:100%;
	height:100%;
	background:url("../../icons/2011/box.png") no-repeat -96px -748px;
}
.prismaproductimagedetail .bg_white_80.download {
	left:210px;
	top:230px;
	z-index:2000;
}
.prismaproductimagedetail  a.downloadicon {
	background-position:-98px -5631px
}
#prismaproductimagedetaillayer .orbit-container {
	background:#fff;
}
#prismaproductimagedetaillayer .orbit-container
{
    width: 500px;
}

#prismaproductimagedetaillayer .prisma-detail-slider {
	/*width:500px;*/
	min-height:584px;
}
#prismaproductimagedetaillayer .product-detail-slide {
	background:#fff;
	text-align:center;
}
#prismaproductimagedetaillayer .prisma-detail-image {
	min-height:500px;
}
#prismaproductimagedetaillayer .prisma-detail-proname {
	min-height:30px;
	padding:0 0 10px 0;
	text-align:left;
	font-size:29px;
}
#prismaproductimagedetaillayer .prisma-detail-caption {
	min-height:30px;
	padding:5px 0;
	text-align:left;
}
#prismaproductimagedetaillayer .prisma-detail-slider-thumbs {
	margin-top:20px;
}
#prismaproductimagedetaillayer .prisma-detail-slider-thumbs ul {
	list-style:none;
}
#prismaproductimagedetaillayer .prisma-detail-slider-thumbs ul li {
	margin:0;
	display:inline-block;
	padding-right:10px;
}
#prismaproductimagedetaillayer .prisma-detail-slider-thumbs ul li a {
	display:block;
	border: 1px solid #ccc;
	padding:10px;
}
#prismaproductimagedetaillayer .prisma-detail-slider-thumbs ul li.active a {
	border-color:#000;
}
.tabletlayout{
    padding: 0 2px 30px 0;
}

.minisite-nav ul li.firsttabbg {background:url(../../icons/2011/minisite_tab_bg_687.png);}
.minisite-nav ul li.tabbg {background:url(../../icons/2011/minisite_tab_bg_687.png) repeat scroll -10px 0;}
.minisite-nav ul li.tabtrennerbg {margin-left:0px !important;}
.minisite-nav ul li.tabactive {margin-left:-1px !important;}

/* CSS für Paragraph Template p_cugAppPlanCode #9824 */
.appPlanCode-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.appPlanCode-wrap .appPlanCode-link {
    padding:3px 5px;
}

.appPlanCode-wrap .appPlanCode-info { }

.zpltabs ul {
    list-style-type: square;
}
.zpltabs li {
    margin-left:30px;
}
.zpltabs .innen ul {
    list-style-type: none;
}

.hidestep {
    display: none !important;
}

.gallery_paragraph {
    padding: 5px 0;
}

.autoformradiobutton {
    margin-right: 5px;
}
.zpllabel {
    padding-right: 10px;
}
.zpllabelinnen {
    padding-left: 20px;
    padding-right: 10px;
}
.zplsearchform td.paddingtop {
    padding-top:4px;
}
.zplsearchform td.zplsubmitbutton {
    padding-top:10px;
}
.zplsearchmessage {
    padding:0px 2px 10px 2px;
}
.zplerrortext, .zplerrortext a.textlinks {
    padding:0px 2px 10px 2px;
    color: #FF6422 !important;
}
.prismaoldarticle a.textlinks {
	color: #FF6422 !important;
}

.zplsubchapter{
    padding-top:10px;
    margin-bottom:10px;
}
.zplproductgroup{
    margin-top:30px;
    margin-bottom:10px;
}
.zplproductgroup:first-of-type{
	margin-top:10px;
}
.zplheadline2 {
    padding-bottom:10px;
}

.zplresult .inhaltmenu a.menuitem {
    font: normal 14px HagerScale-Regular, Arial, sans-serif;
    text-decoration: none;
    padding-left: 12px;
}
.zplresult .inhaltmenu div.content {
    padding-left: 0px;
    padding-right: 0px;
}
.zplresult .inhaltmenu a.menuitem .statusicon {
    left:0px;
}
.zplresult .button-container .button-container-left,
.zplresult .button-container .button-container-right
{
    height: 28px;
}

.table-small-padding {
	padding-left:2px;
	padding-right:2px;
}

.prismaaccessoryheadline, .prismaaccessoryheadlinefirst {
    font-weight:bold;
    padding: 40px 0px 10px 0px;
}
.prismaaccessoryheadlinefirst {
    padding: 0px 0px 10px 0px;
}
.prismaaccessorymessage {
    padding: 0px 0px 10px 0px;
}

#product_landing_page_image {
	float:left;
	width:300px;
}
#product_landing_page_content {
	float:left;
	width:626px;
}
#product_landing_page_text {
	padding-bottom:10px;
}
#product_landing_page_headline {
	padding-bottom:10px;
}
#product_landing_page_image {
	padding-bottom:10px;
}
#product_landing_page_debug {
	padding-top:10px;
	color:#7f7f7f;
}
.searchnavigation {
	background-image:none;
	height:20px;
	background-repeat:no-repeat;
	/*font: normal 11px HagerScale-Regular, Arial, sans-serif;*/
	color: #888888;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 300px;
	height: 21px;
	text-decoration: none;
	left:100px;
	padding:13px 5px 20px 20px
}

#searchtextnavigation {
	width: 215px;
}
.arabic {
	direction: rtl;
}
