/* content.css - contains all CSS Classes for content elements  */



/*--------------------------------------------- Text Formatierung */

.DurrOrange {	color: #FF8800;}
.DurrBlue {	color: #002c68;}
.Lite { color: #888;}
.bold { font-weight: bold; }
.right, .small newsdate { text-align: right; }
.white { color: white; }
.italic { font-style: italic; }
.small, .Smaller { font-size: .9166em; color: #777; }
.low {	color: #999; }
.Context_box_link {	margin:0 ;}

/* --------------------------------------- Links */

a.internal-link{
    /*background: url('../img/icons_right.png') no-repeat 0 2px;
    padding: 1px 5px 3px 16px;*/
    padding: 1px 5px 3px 0px;
}
a.external-link{
    /*background: url('../img/icons_out.png') no-repeat 0 2px;
    padding: 1px 5px 3px 16px;*/
    padding: 1px 5px 3px 0px;
}
a.download  {
    /*background: url('../img/icons_down.png') no-repeat 0 2px;
    padding: 1px 5px 3px 16px;*/
    padding: 1px 5px 3px 0px;
}
a.mail  {
    background: url('../img/icons_mail.png') no-repeat 0 2px;
    padding: 1px 5px 3px 16px;
    /*padding: 1px 5px 3px 0px;*/
}
a.back { 
	/*background: url('../img/icons_left.png') no-repeat 0 2px; 
	padding: 1px 5px 3px 16px;*/
	padding: 1px 5px 3px 0px;
}
a.video {
 	background: url('../img/icons_mpeg.png') no-repeat 0 2px; 
 	padding: 1px 5px 3px 16px;
 	/*padding: 1px 5px 3px 0px;*/
}

a.internal-link-block{
    /*background: url('../img/icons_right.png') no-repeat 0 2px;
    padding: 1px 5px 3px 16px;*/
    padding: 1px 5px 3px 0px;
    display: block;
}
a.external-link-block{
    /*background: url('../img/icons_out.png') no-repeat 0 2px;
    padding: 1px 5px 3px 16px;*/
    padding: 1px 5px 3px 0px;
    display: block;
}
a.download-block  {
    /*background: url('../img/icons_down.png') no-repeat 0 2px;
    padding: 1px 5px 3px 16px;*/
    padding: 1px 5px 3px 0px;
    display: block;
}
a.pdf-link  {
/*    background: url('../img/icon-pdf.gif') no-repeat 0 2px;
    padding: 1px 5px 3px 20px;*/
}
a.pdf-link img {
/*    background: url('../img/icon-pdf.gif') no-repeat 0 2px;*/
	margin: 0px 2px -3px 1px;
	width: 16px;
	height: 16px;
}
a.excel-link  {
/*    background: url('../img/icon-excel.gif') no-repeat 0 2px;
    padding: 1px 5px 3px 20px;*/
}

a.excel-link img {
/*    background: url('../img/icon-pdf.gif') no-repeat 0 2px;*/
	margin: 0px 2px -3px 1px;
	width: 16px;
	height: 16px;
}



/* --------------------------------------- Lists */

li.back { background: url('../img/icons_left.png') no-repeat 0 2px; }
li.link { background: url('../img/icons_right.png') no-repeat 0 2px; }
li.mail { background: url('../img/icons_mail.png') no-repeat 0 2px; }
li.external { background: url('../img/icons_out.png') no-repeat 0 2px; }
li.download { background: url('../img/icons_down.png') no-repeat 0 2px; }
li.mpeg { background: url('../img/icons_mpeg.png') no-repeat 0 2px; }
li.error { 
	background: url('../img/icons_error.png') no-repeat 0 2px; 
	color: #FF8800;
	font-size: .9166em;
}
li.empty{
	margin: 0 0 .25em 0;
	padding: 0 0 0 14px;
	background: none;
}

/* --------------------------------------- Tables */

#content_center table{
	width: 100%;
}

td p.bodytext {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.lite{
	color: #888;
}
table.default,
table.StandardTable{
	font-size: .9166em;
}
table.default tbody tr:hover,
table.StandardTable tbody tr:hover{
	background: #f7f8f9;
}
td.firstrow{
	border-top: 1px solid #dddddd;
}
td.current-right {
	text-align: right;
	background: #deeaef;
}
table.default-news{	
	width:180px;
	margin: 0;
	border: none;
	padding:0;
}
table.default-news td{
	border-bottom: 1px solid #dddddd;
}
td.light_blue_cell {
    background-color: #e1edf2;
}
td.blue_cell {
    background-color: #deebef;
}
td.right_cell {
    text-align:right;
}
td.center_cell {
    text-align:center;
}
td.right_blue_cell {
    text-align:right;
    background-color: #deebef;
}
td.center_blue_cell {
    text-align:center;
    background-color: #deebef;
}
td.right_border {
	border-right: 1px solid #dddddd;
}


td li {
	margin: 0 ;
	padding-left: 15px; 
	background: url('../img/icons_bullet.png') no-repeat 0px 3px;
}
td.cell30 {
	width: 30%;
}
td.cell50 {
	width: 50%;
}
td.cell70 {
	width: 70%;
}


/* --------------------------------------- Right Content */

#content_right h1, #content_right h5{
	padding: 3px 5px 3px 5px;
	background-color: #e1edf2;
	border-top: 5px white solid;
	border-bottom: 2px white solid;
	margin: 0;
	width: 170px;
	font-size: 1em;
	/* for h1: (was already standard for h5)*/
	font-weight: normal;
	color: #777;
}
#content_right p{
	padding: 3px 5px 3px 5px;
	background-color: #eaeff0;
	color: #666;
	width: 170px;
}
#content_right table{
	width: 180px;
	color: #666;
	padding: 0;
	margin: 0;
	background-color: #eaeff0;
}
#content_right table td {
	border: none;
}

#content_right .csc-textpic-text {
	background-color: #eaeff0;
}

#content_right ul {
	padding-left: 5px;
}


/* --------------------------------------- Images */

.csc-textpic-caption {
	color: #777;
	padding: 5px 0 0 0;
}

.csc-textpic-image {
	padding: 3px;
}

#content_right .csc-textpic-image {
	padding: 0px;
	float: none;
}	



/* --------------------------------------- 2-spaltig */

div.Column2_1,
div.Column2_2 {
	float: left;
	width: 49%;
}
div.Column2_1 {
	padding-right: 2%;
}

/* ----------------------------------------- table - td no border */

td.noborder{
	border: none;
}
table.noborder{
	border: none;
}

/*product listing*/
div.tx-lwecoclean-pi1 {
	clear:both;
}

div.tx-lwecoclean-pi1 h2 {
        color: #003479;
}
div.tx-lwecoclean-pi1 div.search {
        background-color: #EAEFF0;
        padding: 5px;
}

div.tx-lwecoclean-pi1 label {
        width: 178px;
        float: left;
        display: block;
        padding-top: 3px;
}

div.tx-lwecoclean-pi1 input {
        width: auto;
}

div.product-listing {
        width: 100%;
}

div.product-listing img {
        width: 130px;
        float: left;
        margin-right: 10px;
}
div.product-listing div.odd,
div.product-listing div.even {
        width: 100%;clear:both;overflow:hidden;
        
}
div.product-listing div a {
        display: block;
        min-height: 80px;      
        height: auto !important;
        height: 80px; 
        padding: 10px;
}
div.product-listing div.odd {
        background-color: #eaeff0;
}

div.tx-lwecoclean-pi1 div.error {
        padding: 10px;
        color: #EB9100;
}


div.dirt-group {
	width: 100%;
	float: left;	
}
div.dirt-group div {
	width: 455px;
	float: left;
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
div.dirt-group input {
	display: inline-block;
	float: left;
	background: none;
	border: 0px none;
	padding: 0px;
	margin: 0px;	
}
div.dirt-group label {
	padding: 0px 4px 0px 4px;
	width: 266px;	
}
div.dirt-group label.longer {
	padding: 0px 4px 0px 4px;
	width: 400px;
}
* html div.dirt-group label.longer,
* html div.dirt-group label {
	padding: 3px 0px 0px 4px;	
}
*+html div.dirt-group label.longer,
*+html div.dirt-group label {
	padding: 2px 0px 0px 4px;
}
div.dirt-group img {
	width: 150px;	
}

/* pfs content header */
div.tab-header {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}
div.tab-header h1 {
	color: #ffffff;
}

/*---------------------- ecoclean products --*/
.tx-durrproducts-pi1-width-30 h4{
background-color:#E7EFF7;
border:1px solid #FFFFFF;
padding:2px 5px;
}

.tx-durrproducts-pi1-width-30 ul{
padding: 2px 6px;
}
