/*
	This file contains CSS information which must have
	been migrated from former KundenCenter to assure the
	already existing functionality.
*/

.tooltip {
	position:absolute;
	background-color:#efefef;
	border:1px solid #c7c8c7;
	width:300px; padding:6px;
	z-index: 4;
	display: none;
	font-size: 11px;
}

div.hnlayer {

	width:564px;

	position:absolute;

	top:100px;

	left:25%;

	z-index:2;

	vertical-align:top;

	padding:0;

	margin:0;

	visibility:hidden;

	/*display:none;*/

}

td.layerTop {

	border-top:1px solid #4d4d4d;

	background-color:#ffffff;

}

span.headLineOfLayer {

	background-color:#ffffff;

	font-weight:700;

	font-size:18px;

	color:#D90011;

	text-align:left;

}

td.headLineOfLayerTD {
	text-align: left;

	padding:4px 0 4px 9px;

	border-left:1px solid #4d4d4d;

	border-right:1px solid #4d4d4d;

	border-bottom:1px solid #c6c6c6;

	background-color:#ffffff;

}

td.headLineOfLayerTDborderTop {

	padding:4px 0 4px 9px;

	border-left:1px solid #4d4d4d;

	border-right:1px solid #4d4d4d;

	border-top:1px solid #c6c6c6;

	background-color:#ffffff;

}

td.headLineOfLayerTDgray{

	padding:4px 0 4px 9px;

	border-left:1px solid #4d4d4d;

	border-right:1px solid #4d4d4d;

	border-bottom:1px solid #c6c6c6;

	background-color:#EFEFEF;

}

/* layer content */

td.layerContent {

	border-left: 1px solid #4d4d4d;

	border-right: 1px solid #4d4d4d;

	background-color: #ffffff;

}

td.layerContentBotLine {

	border-left: 1px solid #4d4d4d;

	border-right: 1px solid #4d4d4d;

	border-bottom: 1px solid #4d4d4d;

	background-color: #ffffff;

}

td.layerBottom {

	border-bottom:1px solid #4d4d4d;

	background-color:#EFEFEF;

}

/* center td with border bottom of layer White */

td.layerBottomWhite {

	border-bottom:1px solid #4d4d4d;

	background-color: #ffffff;

}

/************************************
	table dataOverview
************************************/
	table.dataOverview td p, table.dataOverview td.dataCol table.dataTable td
	{
		padding:0;
		margin:0;
	}

	table.dataOverviewDownloads

	{
		border-left:1px solid #c7c8c7;
		border-right:1px solid #c7c8c7;
		border-top: 1px solid #c7c8c7;
		background-color: #FFFFFF;

	}



	/* all lines have a border bottom*/
	table.dataOverviewDownloads td
	{
		border-bottom:1px solid #c7c8c7;
		font-size:11px;
		text-align:left;
		vertical-align:top;
		padding:0px 0 8px 0;
		margin:0;
	}



	table.dataOverview
	{
		border-left:1px solid #c7c8c7;
		border-right:1px solid #c7c8c7;
		border-top: 1px solid #c7c8c7;
		background-color: #FFFFFF;

	}



	/* all lines have a border bottom*/
	table.dataOverview td
	{
		border-bottom:1px solid #c7c8c7;
		font-size:11px;
		text-align:left;
		vertical-align:top;
		padding:7px 0 8px 0;
		margin:0;
	}

	/* 1st column with name of data*/
	table.dataOverview td.nameCol
	{
		font-weight:bold;
		color:#d90011;
		padding:7px 0 8px 14px;
		width:124px;
	}

	/* 2nd column */
	table.dataOverview td.dataCol table.dataTable
	{

	}
	table.dataOverview td.dataCol table.dataTable td
	{
		font-weight:normal;
		color:#4d4d4d;
		margin:0;
		padding:0 0 0 14px;
		border:0;
	}
	/** data  column 1 **/
	table.dataOverview td.dataCol table.dataTable td.data1
	{
		width:150px;
	}
	/** data  column 2 **/
	table.dataOverview td.dataCol table.dataTable td.data2
	{
		width:180px;
	}
		/** data  column 3 **/
	table.dataOverview td.dataCol table.dataTable td.data3
	{
		width:344px;
	}
	/** data  change column **/
	table.dataOverview td.dataCol table.dataTable td.change
	{
		margin:0;
		padding:0;
		width:98px;
		text-align:right;
		vertical-align: bottom;

	}
	table.dataOverview td.dataCol table.dataTable td.change a
	{
		padding:0px 0 0 5px;
	}
	table.dataOverview td.dataCol table.dataTable td.change a img
	{
		vertical-align:top;
		margin: 2px 0 0 0;
	}
	
	.newLinkLayout {
		color: #D90011; 
		text-decoration: none; 
	}
	
	.newLinkLayout:link {
		color: #D90011; 
		text-decoration: none; 
	}
	
	.newLinkLayout:visited {
		color: #D90011; 
		text-decoration: none; 
	}
	
	.newLinkLayout:hover {
		color: #990001; 
	}	

/*	ErrorMessage - stuff:	*/

.errMsgY2	{

	border-style:solid;

	border-width:1px;

	border-color:#ff0000;

	color:#ff0000;

	margin: 8px 10px 10px 20px;

	background-color:#F4F4F4;

	border-top-style:dotted;

}

.errMsgY5	{

	border-style:solid;

	border-width:1px;

	border-color:#ff0000;

	color:#ff0000;

	margin: 8px 10px 10px 20px;

	background-color:#E0E0E0;

	border-top-style:dotted;

}

.errContainerHidden{
  display:none;
}

.errContainerVisible{
  display:table-row;
}	

/* here start the dw-styles */

.std {

	margin-top: 8px;

	margin-right: 10px;

	margin-bottom: 6px;

	margin-left: 20px;

}

.std_blue {

	font-weight:bold;

	margin-top: 8px;

	margin-right: 10px;

	margin-bottom: 6px;

	margin-left: 20px;

	color:#333333;

}

.std_blue2 {

	font-weight:normal;

	margin-top: 8px;

	margin-right: 10px;

	margin-bottom: 6px;

	margin-left: 20px;

	color:#333333;

}

.std_red {

	margin-top: 8px;

	margin-right: 10px;

	margin-bottom: 6px;

	margin-left: 20px;

	color:#FF0000;

}



div#kc_left_navi {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #4d4d4d;

	width: 138px;

	height: auto;

	margin-top: 0px !important;

	margin-top: -8px;				/* IE 6.0 HACK */

	border-left: solid 1px #cacbca;

	border-right: solid 1px #cacbca;

}



div#kc_left_navi ul.main-navi {

	margin: 0;

	padding: 0;

	/** ENTFERNT VON ARDA width:100%; **/

	list-style-type: none;

	overflow: hidden;
	
/**background-color: #F4F4F4; ARDA ist die Standard Hintergrundfarbe der Navi*/

}



div#kc_left_navi ul.main-navi li {

	height: auto;

	width:100%;

	padding-top: 0px;
		
	background-color: #efefef;

	border-bottom: solid 1px #cacbca;

  text-align: left; /** ARDA**/
}



div#kc_left_navi ul.main-navi li.sub-row {

	display: block;

	height: auto;

	width: 95%; /***/

	padding-top: 0px;

	text-indent: 0px;

	padding-left: 8px; /**ARDA von 15 auf 8**/

	background-color: #ffffff;

	border-bottom: solid 1px #cacbca;
	
	text-align: left; /**  ARDA**/

}



div#kc_left_navi ul.main-navi li.first-row {

	height: 21px;

	background-color: #efefef;

	border-bottom: solid 1px #cacbca;

}



div#kc_left_navi ul.main-navi li.first-row a { /***/

	height:19px;

	border-top: solid 0px #ffffff;

	border-left: solid 1px #ffffff;

	border-bottom: solid 1px #ffffff;

	border-right: solid 1px #ffffff;

	padding-bottom:0px;
	
	margin-bottom:0px;

}



div#kc_left_navi ul.main-navi li a {

	display: block;

	height: auto;

	width: 85%;

	/**ARDA width: 134px; rausgenommen, damit die Hilfe sich selbst im Browser ausrichtet**/

	line-height: normal;

	color: #4d4d4d;

	text-decoration: none;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left: 20px;  /**ARDA 15 auf 20**/

	background-image: url(/kundencenter/export/system/modules/de.hansenet.kc08/resources/residential/gfx/tmpl/nav/arrow_red_norm.gif);

	background-repeat: no-repeat;

	background-position: 10px 8px; /** ARDA von 16px 10px auf 10px 8px**/

	border: solid 1px #ffffff; /***/

}



div#kc_left_navi ul.main-navi li.sub-row a {

	display: block;

	height: auto;

	width:80%;

	line-height: normal;

	color: #4d4d4d;

	text-decoration: none;

	padding-left: 8px;

	padding-top: 5px;

	padding-bottom: 5px;

	background-image: url(/kundencenter/export/system/modules/de.hansenet.kc08/resources/residential/gfx/tmpl/nav/arrow_red_norm.gif);

	background-repeat: no-repeat;

	background-position: left 10px;

	border: solid 1px #ffffff;

}



div#kc_left_navi ul.main-navi li.first-row a {

	background-position: 16px 5px;

	padding-top: 0px;

	border-top: solid 1px #efefef;

}



div#kc_left_navi ul.main-navi a:hover {

	color: #d90013;

	background-image: url(/kundencenter/export/system/modules/de.hansenet.kc08/resources/residential/gfx/tmpl/nav/arrow_red_norm.gif);

	background-repeat: no-repeat;

	background-position: 10px 8px;  /** ARDA von 16px 10px auf 10px 8px **/

}



div#kc_left_navi ul.main-navi li.sub-row a:hover {

	color: #d90013;

	background-image: url(/kundencenter/export/system/modules/de.hansenet.kc08/resources/residential/gfx/tmpl/nav/arrow_red_norm.gif);

	background-repeat: no-repeat;

	background-position: left 10px;

}



div#kc_left_navi ul li a.active-row {

	color: #d90013;

	background-image: url(/kundencenter/export/system/modules/de.hansenet.kc08/resources/residential/gfx/tmpl/nav/arrow_red_down.gif);

	background-repeat: no-repeat;

}



div#kc_left_navi ul.main-navi li.sub-row a.active-sub-row {

	color: #d90013;

	background-image: url(/kundencenter/export/system/modules/de.hansenet.kc08/resources/residential/gfx/tmpl/nav/arrow_red_down.gif);

	background-repeat: no-repeat;

	background-position: left 10px;

}



div#kc_left_navi ul.main-navi li.first-row a:hover {

	background-position: 16px 5px;

}



div#kc_left_navi ul.main-navi li.last-row {

	height: 74px;

	padding-top: 11px;

	text-indent: 15px;

	border-bottom: none;

	background-color: #ffffff;

}



div#kc_left_navi ul.main-navi li.last-row-old {

	height: auto;

	padding-top: 0px;

	text-indent: 25px;

	border-bottom: none;

	background-color: #efefef;

}



div#kc_left_navi ul.main-navi li.last-row a {

	border-bottom: none;

	height: 10px;

}

span.closeLayer
{
	position:absolute;
	right: 16px;
	text-align: right;
	font-size: 11px;
	color: #4d4d4d;
}
span.closeLayer
{
	position:absolute;
	right: 16px;
	text-align: right;
	font-size: 11px;
	color: #4d4d4d;
}
a#closeLayerLink {
    color: #4d4d4d;
    text-decoration:none;
}
a#closeLayerLink:hover {
    color: #D90011;
    text-decoration:none;
}