@charset "utf-8";
/* CSS Document */

/* <uCtr_Header_*> */
div#uCtr_Header_div_header 
{
	height:181px;
	margin-top: 30px;
	margin-bottom: 27px;
}
div#uCtr_Header_div_top {
	height: 74px;
	text-align:right;
}
/*div#uCtr_Header_div_login {
	margin-bottom:59px;
}*/
div#uCtr_Header_div_shopinfo_header {
	font-size: 20px;
	color: #000000;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
}
/*div#uCtr_Header_div_loggedin_header {
	height:30px;
}*/
.loggedin_header 
{
	font-size:14px;
	color:#003a6c;
	height:30px;
	line-height:30px;
	float:left;
}
div#uCtr_Header_div_breadcrumb {
	font-size:10px;
	color:#7e7b81!important;
	float:left;	
	height:16px;
	line-height:16px;
	width:356px;
	margin-bottom:18px;
	margin-top: 4px;
	text-transform: uppercase;
}
div#uCtr_Header_div_breadcrumb a {
	text-decoration:none;
	color:#7e7b81;
	font-weight:normal;
}
div#uCtr_Header_div_breadcrumb_right {
	float: right;
	width: 380px;
}
div#uCtr_Header_div_breadcrumb_oci {
	float: left;
	color: red;
	margin-right: 10px;
}
div#uCtr_Header_div_breadcrumb_print {
	float:right;
	text-transform: uppercase;
}
div#uCtr_Header_div_breadcrumb_print a.print {
	color:#7e7b81;
	font-size:10px;
	font-weight:normal;
	float:right;
	height:16px;
	line-height:16px;
	text-transform:none;
	text-decoration:none;
	padding: 0px 0 0 20px;
	background-image:url(../images/drucken.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
div#uCtr_Header_div_menu {
	color:#003A6C!important;
	float:left;
	height:31px;
	width:736px;
}

/* </uCtr_Header_*> */


/* <uCtr_Footer_*> */
div#uCtr_Footer_div_footer 
{
	margin-top:40px;	
}
#div_footercontent {
	clear:both;
	height:80px;
	font-size:12px;
	text-align: center;
}
div#uCtr_Footer_div_footerlogo {
	padding:19px 0 0 98px;
	float:left;
	width:148px;
}
div.footernavi {
	padding:0 0 12px 0;
}
div.footernavi a {
	text-transform: uppercase;
	text-decoration:none;
	font-weight:normal;
}
div.footernavi ul {
	margin:0;
	padding:0;
}
div.footernavi ul li {
	list-style:none;
	float:none;
	display:inline;
}
div#uCtr_Footer_div_footeraddress a {
	color:#7E7B81;
	text-decoration:none;
	font-weight:normal;
}
/* </uCtr_Footer_*> */

/* <uCtr_Tree_*> */
div#uCtr_Tree_div_treenavi {
	width: 204px;
	float: left;
	white-space:normal;
}

.rootNodes {
	font-size: 13px;
	padding-bottom: 4px;
	vertical-align: top;
	white-space: normal !important;
	overflow: hidden;
	color: #556359;
	text-transform: uppercase;
	font-weight: bold;
}

div.treeNodePKA_First {
	height: 10px;
	width: 204px;
	background-color: #f2f5f8;
	-moz-border-radius: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

div.treeNodePKA_Last {
	height: 10px;
	width: 204px;
	background-color: #f2f5f8;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 25px;
}

.treeNodeSelected {
	font-size: 13px;
	padding-bottom: 4px;
	color: #002882 !important;
	white-space: normal !important;
	overflow: hidden;
	padding-right: 10px;
}

.treeNodeUnselected {
	font-size: 13px;
	padding-bottom: 4px;
	color: #556359 !important;
	white-space: normal !important;
	overflow: hidden;
	padding-right: 10px;
}

/*Tree Container*/
#uCtr_Tree_pka_selected_tree {
	width: 204px;
	background-color: #f2f5f8;
	padding-left: 5px;
	word-break: break-word;
}

#uCtr_Tree_pka_tree {
	word-break: break-word;
}

/*Collapse/Expand Images Root Tree*/
#uCtr_Tree_pka_tree > table > tbody > tr {
	vertical-align: text-bottom;
}

/*Collapse/Expand Images Selected Tree*/
#uCtr_Tree_pka_selected_tree > table > tbody > tr {
	vertical-align: text-bottom;
}
#uCtr_Tree_pka_selected_tree > div > table > tbody > tr {
	vertical-align: text-bottom;
}
#uCtr_Tree_pka_selected_tree > div > div > table > tbody > tr {
	vertical-align: text-bottom;
}
#uCtr_Tree_pka_selected_tree > div > div > div > table > tbody > tr {
	vertical-align: text-bottom;
}
#uCtr_Tree_pka_selected_tree > div > div > div > div > table > tbody > tr {
	vertical-align: text-bottom;
}
#uCtr_Tree_pka_tree > table > tbody > tr {
	vertical-align: text-bottom;
}

#uCtr_Tree_pka_selected_tree > table > tbody > tr > td > img {
	vertical-align: middle !important;
}
#uCtr_Tree_pka_selected_tree > div > table > tbody > tr > td > img {
	vertical-align: middle !important;
}
#uCtr_Tree_pka_selected_tree > div > div > table > tbody > tr > td > img {
	vertical-align: middle !important;
}
#uCtr_Tree_pka_selected_tree > div > div > div > table > tbody > tr > td > img {
	vertical-align: middle !important;
}
#uCtr_Tree_pka_selected_tree > div > div > div > div > table > tbody > tr > td > img {
	vertical-align: middle !important;
}

#uCtr_Tree_pka_selected_tree > table > tbody > tr > td > a > img {
	vertical-align: text-top !important;
}
#uCtr_Tree_pka_selected_tree > div > table > tbody > tr > td > a > img {
	vertical-align: text-top !important;
}
#uCtr_Tree_pka_selected_tree > div > div > table > tbody > tr > td > a > img {
	vertical-align: text-top !important;
}
#uCtr_Tree_pka_selected_tree > div > div > div > table > tbody > tr > td > a > img {
	vertical-align: text-top !important;
}
#uCtr_Tree_pka_selected_tree > div > div > div > div > table > tbody > tr > td > a > img {
	vertical-align: text-top !important;
}

/*Ebene 0*/
#uCtr_Tree_pka_selected_tree > table > tbody > tr > td > a {
	text-transform: uppercase !important;
	font-weight: bold !important;
	white-space: normal;
}
/*Ebene 1*/
#uCtr_Tree_pka_selected_tree > div > table > tbody > tr > td > a {
	text-transform: uppercase !important;
	font-weight: normal !important;
	white-space: normal;
}
/*Ebene 2*/
#uCtr_Tree_pka_selected_tree > div > div > table > tbody > tr > td > a {
	font-weight: bold !important;
	white-space: normal;
}
/*Ebene 3*/
#uCtr_Tree_pka_selected_tree > div > div > div > table > tbody > tr > td > a {
	font-weight: normal;
	white-space: normal;
}
/*Ebene 4*/
#uCtr_Tree_pka_selected_tree > div > div > div > div > table > tbody > tr > td > a {
	font-weight: normal !important;
	font-style: Italic !important;
	white-space: normal;
}

/* </uCtr_Tree_*> */

/* <uCtr_Produkt*> */
.produkt_navigation_top
{
    height:25px;	
    margin-top:15px;
}

.produkt_navigation_bottom
{
    height:25px;
	margin-top:45px;
}

.lin_ChangeView_Icon
{
    font-size:22px !important;
    float:left;

}
.lin_ChangeView_Text
{
    font-size: 16px;
    padding-left: 5px;    
}

.uCtr_artkonfk
{
    margin-top: 15px;
}

.uCtr_artkonfk > span > h2
{
    padding:0;
    margin:0;
}
/* /<uCtr_Produkt*> */