/* Body */
/*************************************************************************/
	
html {
		height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-family : Neue Helvetica, Arial, Helvetica, 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;
}
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;
}

/* 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 0px 0px 0px;
	z-index:100;
}

#cugspacer {
	position:relative;
	background-color:#ffffff;
	height:22px;
}

#cugnavigation {
	position:relative;
	width:984px;
	height:30px;
	background-color:#000000;
	background: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 0px;
}
.cugNavElementHover {
	float:left;
	height: 30px;
	background:url(../../icons/cugnav_hover.gif) no-repeat;
	cursor: pointer;
}
.cugNavElementLinkHover {
	padding: 5px 11px 5px 0px;
	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: 0px 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: 0px !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: 0px !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: 0px !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 0px 5px 0px;
	margin-left:10px;
	float:left;
}

.cugWelcomeMsg {
	padding: 5px 11px 5px 0px;
	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: 0px !important;
	/*height: 14px !important;*/
}
.cugPicHomepage a {
	padding-right: 10px;
}

/* Seitenraster / Grid */
/*************************************************************************/
#nonFooter
{
	position: relative;
	min-height: 100%;
}


#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-image:url(../../icons/pfeilblue.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	margin:2px 0 !important;
	padding-left:15px;
}

#ecardmain ul li.ecardsender {
	float:left;
	font-weight:bold;
	margin: 0px 10px 0px 0px !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:0px 5px 0px 30px;	
	width:955px;	
	height:40px;
	padding-top:1px;
}
#breadcrumbs img {
	margin:0px 3px 1px 0px;
}
#breadcrumbs a {
	margin-right:10px;
}

#content {
	position:relative;	
	left:0px;	
	/*width:995px;*/
	width:985px;	
}

#footer{
	position:relative;
	margin: 0 auto 0 auto;
	left: 0; 
	bottom: 0px; 
	width:985px;
	height:35px;	
	overflow:hidden;	
	float:left;
	background:url(../../icons/footerbackground.gif) no-repeat;
	z-index:1;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow:hidden;
	
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* Header */
/*************************************************************************/
#special{
	width:985px;
	height:80px;
}
#logo {
	position:relative;	
	left:0px;	
	width:190px;
	height:60px;
	margin-right:20px;
	overflow:hidden;	
	float:left;
}

#headercontent {	
	position:relative;
	top:0px;		
	width:985px;
	height:115px;	
	overflow:hidden;	
	text-align:left;	
}

/* Specialnavigation */
/*************************************************************************/
#specialnavigation {
	display:inline;
	float:right;
	padding:10px 10px 0px 0px;
}
.specialnav {
	margin: 0 8px 0 8px;
}
#specialnavigation a{
	text-decoration:none;
	color:#888888;
	font-size:10px;
}
#specialnavigation ul{
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	/*float: right;*/
}
#specialnavigation ul li{
	display:inline;
	margin: 0px 5px 0px 0px;
}

#selectlanguage {
	margin: 0px 10px 0px 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 0px !important;			
}

#selectlanguage:hover ul, #selectlanguage  ul.iehover { /* lists nested under hovered list items #*/
	display: block;		
	left:0px;
}

#specialnavigation a:hover, #selectlanguage a:hover {
	color: #454545;	
}


/* Main Navigation */
/*************************************************************************/
#navigation{
	float:right;
	width:772px;	
	text-align:left;
	/*padding:20px 0px 0px 0px;*/
	z-index:10;
}
#mainnavigation {
	position:absolute;
	width:985px;	
	bottom: 0;	
	overflow:hidden; 
	text-align:right;
	z-index:10;
}

#mainnavigation ul {
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type: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:0px !important;
	margin-right:11px;
	vertical-align:bottom;
	height:35px;
	float:left;
	vertical-align:baseline;
	
}

#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:0px;	
	width:190px;	
	height:auto;
	z-index:1;
	/*overflow:hidden;*/	
	float:left;
}

#subnav {		
	margin:0px 17px 0px 5px;
	position:absolute;
	left:-3px;
	top:0px;
	z-index:100;
	padding-left:3px;
	background-image:url(../../icons/bgd_line_left.gif);
	background-repeat:repeat-y;
	z-index:1010;
}


.subnavdiv {
	display:none;
}
.subnavganzaussen {
	z-index:1100;
	background-color:#f1f1f1;
	background-image:url(../../icons/subnav_bg_verlauf.gif);
	background-repeat:repeat-x;
}
.subnavaussen {
margin-top:0px;
background-image:url(../../icons/subnav_bgdright.gif);
padding:0;
background-position:top right;
background-repeat:no-repeat
}
.subnav2010aussen {
	position:relative;
	top:-5px;
}
.subnav2010levels {
	background-image:url(../../icons/subnav_middle.png);
	width:196px;
	background-position:right;
	background-repeat:repeat-y
}
.subnavwindow {
overflow:hidden;
position:relative;
margin:0 0 0 0;
padding:0;
}
.subnavworld {
position:relative;
margin:0 0 0 0;
padding:0;
}
.subnavinnen {
overflow:hidden;
float:left;
}
.subnavunten {
height:13px;
background-image:url(../../icons/subnav_bgdbottom.gif);
background-position:top right;
background-repeat:no-repeat;
display:none;
}
.subnavul {
margin:0 0 0 0;
padding:0px 0px 0px 0px;
}

.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:0px;
}
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);
background-repeat:repeat-y;
text-align:center;
padding-top:5px;
}
#subnavzuunten {
width:37px;
height:12px;
background-image:url(../../icons/subnavzuunten.gif);
background-repeat:no-repeat;
}
#subnavwiederzuklappen {
position:absolute;
top:10px;
z-index:1200;
display:none;
}
/* Sekundaernavigation */
/* ========================== */
#sekundaernavigation {
list-style:none;
padding-left: 0px;
margin-left: 10px;
margin-top: 40px;
margin-bottom: 0px;
/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
/*font-weight:bold;*/
color: #454545;
background-color:#cccccc;
}

#sekundaernavigation li.ebene1  {
background-image:url(../../icons/pfeilright.jpg);
background-repeat:no-repeat;
background-position: left 3px;
padding-left: 15px;
font-size:12px;
margin-top: 5px;
}

#sekundaernavigation li.ebene1-act  {
background-image:url(../../icons/pfeildown.jpg);
background-repeat:no-repeat;
background-position: 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:0px;	
	overflow:hidden;
}

#teaserarea {
	/*position:absolute;*/
	position:relative;
	float:right;	
	width:200px;	
	overflow:hidden;	
	margin:0px 10px 0px 0px;
}

/* 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:0px;
	padding-top:2px !important;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}

/* Blocklayout*/
/*************************************************************************/
.homepageimagetext{
	margin: 0px 13px 0px 0px; 
	position: relative;
	height:280px; 
	float: left;
	background-repeat: no-repeat;		
}

.boxwithbackgroundimage{
	position:relative; 
	margin: -3px 10px 0px 0px;
	overflow:hidden;
	float:left;
}

.blockgroup{
	float:left; 
	margin: 0px 0px 0px 0px;	
}

.paragraphgroup{
	float:left; 
	margin: 0px 0px 0px 0px;	
}

.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: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; 
}
.headlineoutsidewithpadding {
	overflow:hidden;
	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: 0pt 0px 15px 0px; 
	position: relative; 
	float: left; 
}
.blockwithheadlineinsideparagraphasaccordion{
	margin: 0pt 0px 15px 0px; 
	position: relative; 
	float: left; 
}
.blockwithheadlineinsideColored {
	color: #FFFFFF;
}

.blockwithoutborder{
	position:relative; 
	float:left; 
	margin:0 10px 13px 0;
}

.templateblockwithoutborder {
	float:left;
	margin:-1px 10px 13px 0px;
	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:0px;
	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:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:left;
}

.selectbox, .formtextarea {
	background-color:#FFFFFF;
	border:1px solid #B2B2B2;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
 }
 
 .ecardformbutton {
 	margin:0px 0px 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:-2px 0px 0px 0px; 
	padding:0;
}

h2.zweigrid{
	color:#888888;
	font-size:16px;
	font-weight:normal;
	margin:-2px 0px 0px 0px; 
	padding:0;
}

h2.viergrid{
	color:#888888;
	font-size:20px;
	font-weight:normal;
	margin:-4px 0px 0px 0px; 
	padding:0;
}

h2.achtgrid{
	color:#888888;
	font-size:22px;
	font-weight:normal;
	margin:-6px 0px 0px 0px; 
	padding:0;
}

h2.small, .subheadlinesmall{
	color:#888888;
	font-size:16px;
	font-weight:bold;
	margin:-2px 0px 0px 0px; 
	padding:0;
}

h3 {
	color:#888888;
	/*font-size:14px;*/
	font-size:13px;
	font-weight:bold;
	margin: 0px 0px 0px 0px; 
	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:0px;
	/*letter-spacing:1px;*/
	margin-bottom:0px;
	font-weight : normal;
} 

.normtextblueLarge{	
	font-size : 22px;
	padding-bottom:0px;
	letter-spacing:1px;
	margin-bottom:0px;
	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:0px !important;
	margin: 0px 0px 0px 0px !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, #siteselector ul{	
	list-style-type:none;
	position: relative;
}

.contentarea ul li.bulletlist, #TB_window ul li.bulletlist, ul li.dashlist, #siteselector ul li.bulletlist {
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:2px 0px 2px 0px !important;
}
.contentarea ul li.dashlist, #siteselector ul li.dashlist {
	padding-left:10px;
	background-image:url(../../icons/icon_listenstrich.gif);
}

.contentarea ul li.hooklist, #TB_window ul li.hooklist, #siteselector ul li.hooklist {
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:2px 0px 2px 0px !important;
}

.contentarea ul li.linklist, #TB_window ul li.linklist, #siteselector ul li.linklist {
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:2px 0px !important;
}
.contentarea 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 0px !important;
}
.contentarea ul li.email, #TB_window ul li.email, #siteselector ul li.email {
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:2px 0px !important;
}
.contentarea ul li.extern, #TB_window ul li.extern, #siteselector ul li.extern {
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:2px 0px !important;
}
/* RSS */
/*************************************************************************/
.reiterbox{
	position:absolute;
	height:24px;
	z-index:99;
}
	
.reiter_activ{
	height:24px;
	margin-right:2px;
	background-image:url(../../icons/reiter_bg.gif);
	background-repeat: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-position:0 5px;
	background-repeat:no-repeat;
	margin:2px 0 !important;
	padding-left:15px;
}

#teaserarea ul li.rsstextlinks{
	list-style-image:none;
	background-position:0 5px;
	background-repeat:no-repeat;
	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;
}

/* Teaser */
/*************************************************************************/
.teaser{	
	font: normal 12px Helvetica, Arial, sans-serif;	
	margin-bottom:10px;
	/*width:200px;*/
	overflow:hidden;
	
}
.teasergroupcontent .teaser {
	margin-bottom:0px;
}
li.teaser-2010 {margin:5px 0px 5px 0px !important;padding:0px 2px 3px 8px !important;}
.teasernomargin {
	margin:0px;
}
#teaserarea h1{
	font-size:14px;
	margin:0px;
	text-decoration: none;
	line-height:17px;
	margin-bottom:8px;
	/*text-transform:uppercase;*/	
}
.teaser h2{
	font-size:12px;
	margin:0px;
	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-image:url(../../icons/teaser_rahmen_middle.gif); 
	background-repeat: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);
	background-repeat:no-repeat;
	/*font: normal 11px Helvetica, 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-left: 20px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 2px;
}
#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 Helvetica, 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 0 0 0 !important;
	margin:0 0px 0px 15px;
	list-style-image:url(../../icons/listitem_grey.gif);
	list-style-position:outside;
	list-style-type:none;
}

.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;*/
}
/*######### Aufklappfunktion Produktbereich ##############################################*/
.inhaltmenu{
	margin: 0;
	padding: 0;
	width: auto; /*width of menu*/
}
	
.inhaltmenu a.menuitem{
	font: normal 12px Helvetica, 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-position:0 5px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:2px 0px 2px 0px !important;
}
	
.inhaltmenu div.submenu ul li a, .inhaltmenu div.content ul li a{
	display: inline-block;
	font: normal 12px Helvetica, 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 {
	/*border-top:1px solid #e4e5e3;*/
	background-color:#B2B2B2;
	/*padding-top:3px;*/	
}

.autoformborderbottom {
	/*border-bottom:1px solid #e4e5e3;
	margin-top:3px;
	padding-bottom:3px;*/	
	background-color:#B2B2B2;	
}


/*######### Aufklappfunktion Suche ##############################################*/

#searchresults {
	position:relative;
}

.searchmenu{
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: auto; /*width of menu*/	
}
	
.searchmenu a.menuitem{
	font: normal 12px Helvetica, 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 0px 0px 0px !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 Helvetica, 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 0px 5px 0px;
}
.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 Helvetica, 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 Helvetica, 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 0;
}
	
.button_text{
	position:absolute;
	top:7px;
	left:48px;
	width:130px;
	height:28px;
	overflow:hidden;
	font: bold 11px Helvetica, 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 .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 {
	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 {
	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;
}
.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-left:20px;
}
.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;}

/* Templates*/
/*************************************************************************/
ul.alphabeth {
	
	width:530px;
}

.alphabeth li {
	background: url(../../icons/addresslist_button_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #F3F3F3;
	float:left;
	width:10px;
	line-height:12px;
	text-align:center;
	margin: 0px 2px 10px 0px;
	padding: 0px;
}

.alphabethdisplay{
	width: 540px;
	height: 17px;
	margin: 20px 0px 30px 0px;
}


.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: 0px 0px 0px 10px;
	padding: 0px 2px 0px 2px;
}

li.alphabethall, a.alphabethall {
	color:#454545;
	font-size:12px;	
	line-height:12px;
	text-decoration:none;	
}

a.alphabethall {
	margin: 0px 3px 0px 3px;
}

li.alphabethright, a.alphabethright {
	background: none !important;
	border: 0px;
	color:#454545;
	font-size:12px;	
	line-height:12px;
	text-decoration:none;	
}

li.alphabethleft, a.alphabethleft {
	background: none !important;
	border: 0px;
	color:#454545;
	font-size:12px;	
	line-height:12px;
	text-decoration:none;
}

.alphebetharrow {
	margin:0px 0px 2px 0px;
	padding:5px 0px 0px 0px;
}

.addresssearch{
	clear:both;
	background: url(../../icons/addresslistsearch_link_bg.gif);
	background-repeat:no-repeat;
	color: #888888;
	display: block;
	position: relative;
	width: 200px;
	height: 17px;
	text-decoration: none;
	padding: 6px 0px 0px 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);
	background-repeat:no-repeat;
	/*font: normal 11px Helvetica, 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 0px 0px 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:0px;
	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:0px 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 0px 2px 0px !important;
	/*display: inline;*/
}

#teaserarea ul li.hooklist {
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:15px !important;
	list-style-image:none;
	margin:2px 0px 2px 0px !important;
	/*display: inline;*/
}

#teaserarea ul li.linklist {
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:15px !important;
	margin:2px 0px !important;
	list-style-image:none;
	/*display: inline;*/
	/*line-height: 20px;*/
	overflow:hidden;
}
#teaserarea ul li.download {
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:15px !important;
	margin:2px 0px !important;
	list-style-image:none;
	/*display: inline;*/
	line-height: 20px;
}
#teaserarea ul li.email {
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:15px !important;
	margin:2px 0px !important;
	list-style-image:none;
	/*display: inline;*/
	line-height: 20px;
}
#teaserarea ul li.extern {
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:15px !important;
	list-style-image:none;
	margin:2px 0px !important;
	/*display: inline;*/
	line-height: 20px;
}
#teaserarea .teasergroupcontent {
	width:195px;
}

/* Footer */
/*************************************************************************/
#footerspacer {
	height:30px;	
}
#footercopyright{
	width:auto;
	overflow:hidden;
	z-index:10;
}
#footercontentalt{
	position:fixed;
	bottom:0px;
	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:0px;	
	z-index:1003;
	/*left:0;*/
	right:0;
}
html>body #footer #footercontent {  /* nur fuer moderne Browser! */
	/*position: fixed;*/
}

#footercontenticons {
	position:relative;
	bottom:0px;	
	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-color:#f1f1f1;
	background-image:url(../../icons/box_mid_mid.gif);
	background-repeat:repeat-x;
}
.boxtopleft{
	position:relative;
	height:8px;
	float:left;
	background-image:url(../../icons/box_top_left.gif);
	background-repeat:no-repeat;
	width:5px;
}
.boxtopmiddle {
	position:relative;
	height:8px;
	float:left;
	background-image:url(../../icons/box_top_mid.gif);
	background-repeat:repeat-x;
}
.boxtopright {
	position:relative;
	height:8px;
	float:left;
	background-image:url(../../icons/box_top_right.gif);
	background-repeat:no-repeat;
	width:8px;
}
.boxmiddleleft {
	position:relative;
	clear:both;
	background-image:url(../../icons/box_mid_left.gif);
	background-repeat:repeat-y;
	width:5px;
}
.boxmiddlemiddle {
	position:relative;
	/*padding: 5px 10px;*/
	margin:0px 10px;
	overflow:hidden;
}
.boxmiddleright {
	position:relative;
	background-image:url(../../icons/box_mid_right.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:8px;
}
.boxbottomleft {
	position:relative;
	width:5px;
	height:8px;
	float:left;
	background-image:url(../../icons/box_bottom_left.gif);
	background-repeat:no-repeat;
}
.boxbottommiddle {
	position:relative;
	height:8px;
	float:left;
	background-image:url(../../icons/box_bottom_mid.gif);
	background-repeat:repeat-x;
}
.boxbottomright {
	position:relative;
	width:8px;
	height:8px;
	float:left;
	background-image:url(../../icons/box_bottom_right.gif);
	background-repeat: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 0px 2px;
}

/* Tooltip */
/*************************************************************************/
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*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: 11101;
	visibility: hidden;
}

/* References */
/*************************************************************************/

#referencedetails {
	margin: 15px 0px 15px 0px;
	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 Helvetica, 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 Helvetica, 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: normal 11px Helvetica, Arial, sans-serif;
	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 1px 0px;
}

.treeview a.selected {
	background-color: #eee;
}

#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;
}
.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 0px;
	float:left;
}
#sidetreecontrol .collapseButton, #sidetreecontrol .expandButton {
	/*display: inline;*/
	float:left;
}

#sidetreecontrol .expandButton {
	margin-left:5px;	
}	

#sidetreecontrol a, #sitemapButtons a {
	font: normal 11px Helvetica, 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;	
}
.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: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=75);
	opacity: 0.75;
}
.browsercheck0 {
	z-index: 2002;
	display:table;
	top: 0px;
	left: 0px;
	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-image:url(../../icons/pfeilblue.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:2px 0px !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 0;
	padding:0;
}

.blockheadline .blockheadlinebottom {
	height:5px;
	margin:0 0 5px 0;
	padding:0;
}

.blockheadline h2 {
	font-family:Arial, Helvetica, 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 0px 0;
	height: 34px;
}
.productoverview-container .productoverview-product-caption a {
	color: #888888;
	text-decoration: none;
}
.productoverview-container .productoverview-product-description {
	padding: 5px 0 0 0;
	height: 47px;
	overflow: hidden; 
}
.productoverview-container .productoverview-product-prices {
	padding: 0px 0 8px 0;
}

.productoverview-container .productoverview-product-prices-price {
	font-weight: bold;
}


/* cug product detail */
.productdetail-navigation { padding: 0px 5px 10px; width: 420px; float: left; }
.productdetail-backtooverview { padding: 0px 13px 0px 0px; 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 { border-bottom: 1px solid #888888; }
.productdetail .productdetail-versions .product-version-row { border-bottom: 1px dotted #888888; }
.productdetail .productdetail-versions .product-version-row table td { border-bottom: none; }
.productdetail .productdetail-versions .product-version-lastrow { border-bottom: 1px solid #888888; }
.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 0px 8px 0px !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;
}	
.seminarlink_1 {
	margin:2px 0px 8px 0px !important;
	padding-left:15px;
	background: url(../../icons/pfeilblue.gif) 0 5px no-repeat  ;
}

.kategorieheadline_2{
	color:#6A655E;
}
.seminarlink_2 {
	margin:2px 0px 8px 0px !important;
	padding-left:15px;
	background: url(../../icons/pfeilgrey.gif) 0 5px no-repeat  ;
}

.kategorieheadline_3{
	color:#74B749;	
}
.seminarlink_3 {
	margin:2px 0px 8px 0px !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 0px 2px 0px !important;	
	padding-left:15px;	
	background: url(../../icons/arrow_right_darkgrey.gif) 0 2px  no-repeat  ;
}

.seminartyplink_aktiv{
	margin:8px 0px 2px 0px !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 0px 2px 0px !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 0 0 0;
	padding:0px 0px 0px 0px;
}
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 0px;
}
.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-image:url(../../icons/subnav_header.png);
	background-position: right top;
	position: static;
}
#subnav2010hide {
	text-align:right;
}
.subnav2010unten {
	width:196px;
	height:15px;
	background-image:url(../../icons/subnav_footer.png);
	background-position: right bottom;
}

a.subnav2010hide {
	text-decoration:none;
	font-size:11px;
	position: relative;
}

.subnav2010clear {
	clear:both;
	width:0px;
	height:0px;
	font-size:0px;
}
.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:0px;
}
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:#ccc;
	height:1px;
	widht: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 0px 0px 0px;
}
input.suchbaumcheckbox  {
	margin:4px;
}

.autoformcheckbox {
	height:18px;
}

.autoformdiv table h3 {
	position:relative;
	left:-1px;
}


/****************
*  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-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:Arial, Helvetica, sans-serif;
}
#projectlist .project-list-table input.project-list-add-products-name {
	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-image:url(../../icons/projectlist_list_collapse.gif); 
	background-position: left top;
	background-repeat: no-repeat;
	padding-right: 6px;
}
#projectlist .project-list-table .treeiconclosed {
	background-image:url(../../icons/projectlist_list_expand.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#projectlist .project-list-table .subtreeicon {
	background-image:url(../../icons/projectlist_list_normal.gif); 
	background-position: left top;
	background-repeat: no-repeat;
}
#projectlist .project-list-table .lastsubtreeicon {
	background-image:url(../../icons/projectlist_list_last.gif); 
	background-position: left top;
	background-repeat: no-repeat;
}
#projectlist .project-list-table .subtreeicon2, #projectlist .project-list-table .lastsubtreeicon2 {
	background-image:url(../../icons/projectlist_list_part2.gif); 
	background-position: left top;
	background-repeat: no-repeat;
}
.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-label,
.projectlist-import .project-list-form-label {
	padding-top: 20px;
}
.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:Arial, Helvetica, 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 {
	border: 1px solid #ff6422 ;
}
.new-project-list .errorClass label, .projectlist-import .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:Arial, Helvetica, 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:Arial, Helvetica, sans-serif;
	text-align:right;
	width:30px;
	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:Arial, Helvetica, 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: 0px;
	padding-top: 2px;
}

#projectlist .project-detail-bottom {
	margin: 18px 0 10px 0;
	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:Arial, Helvetica, 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:Arial, Helvetica, 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 {
	padding: 0 1px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table {
	width: 100%;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablecol-toggle {
	width: 26px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablecol-cb {
	width: 18px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablecol-vertical {
	width: 30px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-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 {
	padding:0;
	vertical-align: middle;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table td.buttonmitte {
	padding-bottom: 5px;
}
                                                                                                            
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tableheader {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: bottom;
	text-align: center;
	padding: 6px 2px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tableheader-firstrow td {
	border-bottom: none;
	padding-bottom: 0;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tableheaderfirst {
	border-left: none;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody {
	border-bottom: 1px dotted #888888;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .lastrow td {
	border-bottom: none;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .color1 {
	background: #f4f4f4;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .color2 {
	background: #ffffff;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .borderleft {
	border-left: 1px solid #cccccc;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .checkbox {
	text-align: center;
	vertical-align: bottom;
}
#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 {
	width: 14px;
	height: 14px;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablesubheader {
	color: #888888;
	font-size: 16px;
	border-bottom: none;
	vertical-align: middle;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebodybold {
	color: #454545;
	font-weight: bold;
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitch, 
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-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 {
	background-image:url("../../icons/box_header_content_grey_open.gif");
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .tablebody .boxheaderContentSwitchClosed {
	background-image:url("../../icons/box_header_content_grey_closed.gif");
}
#projectlist #projectlist-documents #project-detail-documents .project-detail-documents-table .td-seperator {
	background: #454545; 
	padding: 0;
}

#projectlist #projectlist-documents #project-detail-documents  {
	/*padding: 12px 10px 5px;*/
}
#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;
}

/********************
* 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 !important;
	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 .prismanoimgpadding0 {
	position: absolute;
	top: 0;
	left: 23px;
}
#prisma-compare-list-inner .prisma-compare-list-tableHeader img {
	padding-bottom: 15px;
	position: absolute;
	top: 0px;
	left: 23px;
}
#prisma-compare-list-inner .prisma-compare-list-tableHeader h3 {
	text-align: left;
	padding-top: 90px;
	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: 681px;
	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; 
}

/* 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 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 0 !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: bolder;
}
#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  {
	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 0px 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 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:Arial,Helvetica,sans-serif;
	font-size:11px;
	width:160px;
}

.dl-reload {
	padding: 10px 0;
}

/* establishment template */
.establishment-search-map {
	float: left;
	padding-right: 20px;
}
.establishment-search-form {
	float: left;
	width: 250px;
}
.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: 162px;
	padding: 0 2px;
	margin-bottom: 5px;
	border: 1px solid #B2B2B2;
	color:#555555;
	font-family: Arial,Helvetica,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: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.establishment-details {
	float: left;
}
.establishment-details-row, .establishment-details-row-last {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.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;
}


/* 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:#fff;
	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 { position:relative; top:4px; left:2px; }
.emaildnscheck span { display:block; color:#FF6422; 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:0px;right:0px;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 {
	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 0;
}
.extendedsearch-form .extendedsearch-introtext {
	float:left;
	height:28px;
	width:235px;
	padding:6px 10px 0 0;
	color:#fff;
	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 {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-large .extendedsearch-text-right {width:660px;}
.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:none !important;
	border-color: transparent !important;
	border-width: 0px !important;
	margin:0;
	padding:5px 0;
	position:relative;
}
.extendedsearch-form .extendedsearch-text-large .extendedsearch-text-right input.inputtext {width:616px;}
.extendedsearch-form .extendedsearch-select {
	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 0;
	overflow:visible !important;
}
.extendedsearch-form #ddcl-extsearchfilter-ddw .ui-dropdownchecklist-dropcontainer {
	background:url(../../icons/2011/extendedsearch_select.png) 0 0 repeat-y;
	padding:5px 0 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:#eee !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:#ff;
	background:url(../../icons/2011/box.png) bottom -1890px repeat-x;
	padding:5px 10px;
	margin:5px 0 5px 0;
}
#extsearchfilter-teaser {
	color:#888;
}
#extsearchfilter-teaser option {
	margin:5px 0;
	padding-left:3px;
}
#extsearchfilter-teaser optgroup {
	color:#888;
	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:#fff;
	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 {
	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:#fff;
	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 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 0;
	font-size:0;
}
.extendedsearch-form-bottom .extendedsearch-reset-filter {
	float:right;
	padding:3px 0 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,
ul.extendedsearch-navtree li.hidesubnav {
	padding:12px 0 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,
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:0px;
}
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:0px;
	color:#B2B1AF;
}
ul.extendedsearch-navtree ul li.filteractive span.nolink span.found-counter { color:#B2B1AF; }
ul.extendedsearch-navtree li.expandable span.folder,
ul.extendedsearch-navtree 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 {
	top:15px;
}
ul.extendedsearch-navtree-notfirst .collapsable-hitarea {
	top:1px;
}
ul.extendedsearch-navtree-notfirst .expandable-hitarea {
	top:3px;
}
ul.extendedsearch-navtree .collapsable-hitarea {
	background:url(../../icons/2011/subnav_opened_inactive.gif) no-repeat;
	padding:0 10px 0 0;
	margin:0;
}
ul.extendedsearch-navtree .expandable-hitarea {
	background:url(../../icons/2011/subnav_closed_inactive.gif) no-repeat;
	padding:0 10px 0 0;
	margin:0;
}
ul.extendedsearch-navtree ul {
	font-weight:normal;
	margin:0 0 0 19px;
	padding:0;
	background:none;
	font-size:12px;
}
ul.extendedsearch-navtree ul li {
	padding:6px 0 0 0;
	position:relative;
}
ul.extendedsearch-navtree li.expandable ul li a,
ul.extendedsearch-navtree 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{
	text-decoration:underline;
}
ul.extendedsearch-navtree ul li.licheckbox {
	padding-left:20px;
}
ul.extendedsearch-navtree ul li.licheckbox input,
ul.extendedsearch-navtree li.licheckbox input {
	display:block;
	position:absolute;
	top:7px;
	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 {
	background:url("../../icons/pfeilblue.gif") no-repeat 0px 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{
	color:#00ABE7;	
	font-weight:normal;
}
ul.extendedsearch-navtree li a.morelink span
ul.extendedsearch-navtree ul li a.morelink span {
	color:#00ABE7;
}
ul.extendedsearch-navtree 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;
}
.followupproducts-one-row li { margin-left:0;}
.followupproducts-one-row li .morelink-outer {padding-left:0;}

/* 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;
}
.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 0;
}
.box-headline-inside-acc-top-mid-bg {
	background:url(../../icons/2011/box.png) 0 -280px repeat-x;
	padding:6px 20px 0 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 -750px no-repeat;
	padding:0 0 0 30px;
}
.box-headline-inside-acc-top-mid-content h3 {
	color:#fff;
	padding:1px 0 4px 0;
}
.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;
}
.box-headline-inside-acc-mid-mid {
	/*position:relative; ie7 geht dann nicht mehr*/
}
.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 13px;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content th h3 {
	padding:0 0 5px 0;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content table.document-table th {
	padding:2px 0;
}
.box-headline-inside-acc-mid-mid .boxaccordion-content .prismasearchresultgroup {
	/*padding-bottom:15px;*/
	padding:0 14px 15px 14px;
}
/*.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;
}
.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;}
.morelink-outer ul { position:static; }
.morelink-outer ul,
.morelink-outer ul li.linklist {display:inline; margin-left:20px;}
.invisible {display: none;}

.downloadfilterloader1{
	left: 0;
    position: absolute;
    top: 22px;
}
.downloadfilterloader2{
	left: 0;
    position: absolute;
    top: 54px;
}
.downloadfilterloader3{
	left: 0;
    position: absolute;
    top: 85px;
}
.downloadfilterloader4{
	left: 0;
    position: absolute;
    top: 117px;
}
.downloadfilterreset{
	float:left;padding-left:185px;
}	
#homepageimageslider li {
	margin-left: 0px !important;	
}
.lazy {display:none;}

/* Projectlist 2011 */
/*************************************************************************/
#projectlist2011-tools-left {float:left; width:254px;color:#FFF;overflow:hidden;}
#projectlist2011-tools-left h3 {text-transform:uppercase;font-size:12px;}
#projectlist2011-list-right {float:left; width:693px;overflow:hidden;}
/*#projectlist .sticky {float:none;position:fixed;top:25px;}
#projectlist .nofloat {float:none;margin-left:254px;top:25px;}*/

#toolbar-project-management li.link,
#toolbar-project-actions li.link {overflow:hidden;margin:0;}
/*#toolbar-project-management li.inactive {opacity:0.8;}*/
#toolbar-project-management li.divider,
#toolbar-project-actions li.divider {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:block;
	font-weight:bold;
	padding:9px 0 8px;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../../icons/2011/box.png) 0 -520px repeat-x;
}
#toolbar-project-management li a.textlinks {background:none;font-size:12px;color:#FFF !important;text-transform:none;}
#toolbar-project-management li a:hover, #toolbar-project-actions li a:hover {background-position:0 -280px;}
/*#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 {font-size:0;line-height:0;margin:0;padding:0;list-style:none;}
#toolbar-project-management li ul .select-project{display:none;background-color:#AAA;font-size:12px;line-height:normal;margin:0;padding:7px 5px;}
#toolbar-project-management li ul select {margin-top:3px;width:226px;}
.inactive-cover {position:absolute;width:236px;height:32px;background-color:#AAA;opacity:0.5;}

span#projectlist-overview {background-position:0 -1900px !important;}
/*.inactive span#projectlist-overview {background-position:-29px -1900px !important;}*/
span#projectlist-select {background-position:-58px -1900px !important;}
/*.inactive span#projectlist-select {background-position:-87px -1900px !important;}*/
span#projectlist-addproject {background-position:0 -1926px !important;}
/*.inactive span#projectlist-addproject {background-position:-29px -1926px !important;}*/
span#projectlist-addsubproject {background-position:-58px -1926px !important;}
/*.inactive span#projectlist-addsubproject {background-position:-87px -1926px !important;}*/
span#projectlist-import {background-position:0 -1952px !important;}
/*.inactive span#projectlist-import {background-position:-29px -1952px !important;}*/
span#projectlist-export {background-position:-58px -1952px !important;}
/*.inactive span#projectlist-export {background-position:-87px -1952px !important;}*/
span#projectlist-copy {background-position:0 -1978px !important;}
/*.inactive span#projectlist-copy {background-position:-29px -1978px !important;}*/
span#projectlist-move {background-position:-58px -1978px !important;}
/*.inactive span#projectlist-move {background-position:-87px -1978px !important;}*/
span#projectlist-delete {background-position:0 -2004px !important;}
/*.inactive span#projectlist-delete {background-position:-29px -2004px !important;}*/
.boxaccordion-header {padding:0 29px 0 21px;}
.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;
}
.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;}
.wrapper-closed {background-color:#E5E5E5 !important;border-top:1px dotted #313131;border-bottom:1px dotted #313131;padding: 5px 0;}
.boxaccordion-header-wrapper h3 a {
	text-transform:uppercase;
	color:#00AAE1;
	font-size:14px;
	text-decoration:none;
	padding:6px 0;
}
.wrapper-closed h3 a {padding:5px 0;}
.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;}
.project-detail .project-list-overview .odd td {background-color:#F4F4F4;}
.project-detail .project-list-overview .even td {background-color:#FFF;}
.project-detail .project-highlight .project-list-overview .odd td,
.project-detail .project-highlight .project-list-overview .even td {background-color:transparent;}
.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;}
.noborder {border:none !important;}
.boxaccordion-additional-content {padding:10px 0 1px;margin-left:20px;}
.boxaccordion-spacer {background-color:#FFF;}
a.boxaccordion-link {text-decoration:none;font-weight:bold;color:#00AAE1 !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;}
/*a.boxaccordion-link */.search-icon {
	background:url("../../icons/2011/box.png") -97px -727px no-repeat;
	display:block;
	float:right;
	height:15px;
	margin:7px 9px 0 0;
	padding:0;
	overflow:hidden;
	width:15px;
	cursor:pointer;
}
.project-list-overview-main-checkbox {margin:1px;padding:0;position:absolute;left:0;top:7px;}
.wrapper-closed .project-list-overview-main-checkbox {top:6px;}
.project-list-overview-prod-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:2px;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 .ui-tabs-nav a {text-transform:uppercase;}
#projectlist2011-list-right li a span {display:block;padding:0 10px 0 25px;color:#FFF;font-weight:bold;}
#projectlist2011-list-right li.ui-state-default {
	background:url("../../icons/tab_inactive_left_project_blue.png") no-repeat left top;
}
#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 .project-detail-toggle-button {position:absolute;right:0;top:-55px;margin:0;padding:0;z-index:99;}
.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 {width:20px;margin-left:15px;}
.prod-edit div {background-position:left -770px;width:16px;height:16px;}
.prod-move-down {width:15px;margin-left:0px;}
.prod-move-down div {background-position:-16px -770px;width:15px;height:16px;}
.prod-move-up {width:15px;margin-right:5px;}
.prod-move-up div {background-position:-40px -770px;width:15px;height:16px;}
.prod-delete {width:20px;}
.prod-delete div {background-position:-60px -770px;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-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 {width:90px;}
.project-list-overview input.project-list-add-products-desc {width:245px;}
.project-list-overview input.project-list-add-products-vpe {text-align:right;width:35px;}
.project-list-overview input.project-list-add-products-prgr {width:37px;}
.project-list-overview input.project-list-add-products-price {text-align:right;width:75px;}
.project-list-overview input.project-list-add-products-count {text-align:right;width:25px;}
.project-list-overview .project-list-table-row-right {text-align:right;padding-right:4px;}
.project-highlight {background-color:#e1f1f7;}
#projectlist2011-list-right #saveproject {position:relative;}


