/*********************************************************/
/***** STOP - Main stylesheet for HTML & BODY  ***********/
/*********************************************************/

/*********************************************************************************************/
/***** START - The following is used to remove the dotted lines from links *******************/
/*********************************************************************************************/

a:active{
	outline: none;
}

a img{
	display: block;	
}


/*********************************************************************************************/
/***** STOP - The following is used to remove the dotted lines from links  *******************/
/*********************************************************************************************/


/**************************************************************************************/
/***** START - The following is used style various content from TYPO3 *****************/
/**************************************************************************************/

.videowrapper{
	clear: both;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.videowrapper iframe{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.middleContainer ul * {
	list-style-type: disc;
}

a{
	color:#3f6075;
	background: transparent;
	text-decoration: none;
}

p{
	padding: 0 0 1em 0;	
}

h1,h2,h3,h4,h5{
	overflow: hidden;
	background: transparent;
	margin: 0 0 10px 0;
	font-family: 'GillSansStd-Light', times, serif;
}

h1{
	font-size: 28px;
	line-height:40px;
}

h2{
	font-size: 20px;
	line-height:30px;
	margin-bottom: 5px;
}

h3{
	font-size: 15px;
	line-height:25px;
}

h4{
	font-size: 12px;
	line-height:18px;
	font-weight: 700;
}

h5{
	font-size: 16px;
	line-height:24px;
}



.frame-container h1 {
	font-size: 25px;
	display: block;
	
}

.frame-container .csc-header h1 {
	height: 25px;
	overflow: hidden;
}

.frame-container h2 {
	font-size: 20px;
	display: block;
}

.frame-container .csc-header h2 {
	height: 20px;
	overflow: hidden;
}

.frame-container h3 {
	font-size: 15px;
	display: block;
}

.frame-container .csc-header h3 {
	height: 15px;
	overflow: hidden;
}

.frame-container h4 {
	font-size: 12px;
	display: block;
}

.frame-container .csc-header h4 {
	height: 12px;
	overflow: hidden;
}

.frame-container h5 {
	font-size: 16px;
	display: block;
}

.frame-container .csc-header h5 {
	height: 16px;
	overflow: hidden;
}

.csc-frame {
	border: none;
}

.twoColumnRight .csc-ruler a {
	background-image: url("/fileadmin/templates/danisco/images/rightArrow_gray.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
    text-decoration: none;
    width: 100%;
	color: #262626;
}
.twoColumnRight .tx-tcdaniscolinks-pi1 .link.image a {
	background: none;
}

.twoColumnRight .csc-ruler a:hover {
	background-color: transparent !important;
	text-decoration: underline;
	color: #262626;
}

.csc-frame-whiteRulerBefore,
.csc-frame-rulerBefore {
	border-top: 1px solid #DDDDDD;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.csc-frame-whiteRulerBefore {
	border-top: 1px solid #DDDDDD;
}

.csc-frame-whiteRulerAfter,
.csc-frame-rulerAfter {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 10px 0;
}

.csc-frame-whiteRulerAfter {
	border-bottom: 1px solid #DDDDDD;
}


.csc-frame-frame1{
	background: #3f6075;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.csc-frame-frame1 h1,
.csc-frame-frame1 h2,
.csc-frame-frame1 h3,
.csc-frame-frame1 h4,
.csc-frame-frame1 h5,
.csc-frame-frame1 a,
.csc-frame-frame1 p{
	color:#FFFFFF !important;
}

.csc-frame-frame2{
	background: #e6e6e6;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.csc-frame-frame2 a{
	color:#3f6075;
}

.csc-header {
	line-height: normal;
}

.csc-header-date{
	background: transparent;
}

.csc-linkToTop{
	text-align: right;
}

.csc-linkToTop a{
	background: transparent;
}

.align-left{
	text-align: left;
}

.align-center{
	text-align: center;
}

.align-right{
	text-align: right;
}

.align-justify{
	text-align: justify;
}

.indent{
	margin-left: 10em;
}

.imgtext-table{
	margin: .3em 0 0 0;
}

ul, ol{
	list-style-position: outside;
	margin: .3em 0 .3em 2em;
}

input.text{
	border-width: .1em;
	border-style: solid;
	background-color: #FFFFFF;
	/*width: 250px;*/
}

input.submit{
	border-width: .1em;
	border-style:  solid;
	background-color: #FFFFFF;
	min-width: 80px;
}

textarea.textarea{
	border-width: .1em;
	border-style: solid;
	background-color: #FFFFFF;
	width: 250px;
	height: 100px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-size: 11px;
}

div.csc-textpic a {
	display: block;
}

div.csc-textpic img {
	margin: 0 !important;
	padding: 0 !important;
}

div.csc-textpic-border img {
	border: none !important;
}

div.csc-textpic .csc-textpic-text a {
	display: inline;
}

.twoColumnRight .csc-textpic-image {
	margin-left: 0 !important;
}

.csc-textpic-imagewrap  a {
	background: none !important;
}

.csc-textpic-imagewrap a:hover {
	background-color: transparent !important;
}



table.contenttable p{
	padding: 0;
	margin: 0;
}

/**************************************************************************************/
/***** STOP - The following is used style various content from TYPO3  *****************/
/**************************************************************************************/

.frame-container {
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 14pt;
	line-height: 19px;
	margin: 0 0 1em 0;
	position: relative;
}

.frame-container .ceContent a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("/fileadmin/templates/danisco/images/rightArrowBackground.png");
}

.frame-container .ceContent a:hover {
	text-decoration: underline;
}

.frame-container .tx-tcdaniscolinks-pi1{
	padding: 0 0 .5em 0;
}

/*
.frame-container .ceContent .tx-tcnewsevents-pi2 a.flexformlink {
	width: auto;
	text-align: right;
	padding: 0 20px 0 0;
	display: block;
	margin: 0;
}
*/

.frame-container .ceContent{
	font-size: 11px;
}

.frame-container * {
	color: #FFFFFF !important;
}

.frame-container-margins {
	margin-left: 10px;
	margin-right: 10px;
}

.frame-top-right {
	/*
	background-image: url("/fileadmin/templates/danisco/images/frames/top_right.png"); 
	background-position: top right;
	background-repeat: no-repeat;
	*/
	float: right;
	line-height: 0;
	width: 100%;
	margin: 0 0 1em 0;
}
.frame-top-left {
	/*
	background-image: url("/fileadmin/templates/danisco/images/frames/top_left.png");
	background-position: top left;
	background-repeat: no-repeat;
	*/
	height: 2px;
	width: 2px;
	height: 3px;
	width: 3px;
	z-index: 1;
	float: left;
	line-height: 0;
}
.frame-bottom-right {
	/*
	background-image: url("/fileadmin/templates/danisco/images/frames/bottom_right.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
	height: 3px;
	line-height: 0;
	width: 100%;
	margin: -1px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.frame-bottom-left {
	/*
	background-image: url("/fileadmin/templates/danisco/images/frames/bottom_left.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	*/
	height: 2px;
	height: 3px;
	width: 2px;
	width: 3px;
	line-height: 0;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}


.frame-container .tx-tcgraphicbutton-pi1 a {
	background-image: url("/fileadmin/templates/danisco/images/white_link_arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 11px;
	z-index: 10;
}

.frame-container .tx-tcgraphicbutton-pi1 a img {
	display: inline;
}

.frame-container a:hover {
	background-color: transparent !important;
}

.frame-container a.mailTo {
	background-image: none;
	display: inline;
}

.frame-container a.inline {
	background-image: none;
	display: inline;
}


.frame-container3-grey {
	background-color: #CBCBCB;
	background-color: #E6E6E6;
}

.frame-container3-grey * {
	color: #000000 !important;
}


.frame-container3-grey .ceContent a, 
.frame-container4-grey .ceContent a{
	background-image: url("/fileadmin/templates/danisco/images/rightArrow_gray.png");
}

.frame-container4-grey {
	background-image: url("/fileadmin/templates/danisco/images/frames/bgframe4.jpg");
	background-color: #E7EBEC;
}

.frame-container4-grey * {
	color: #262626 !important;
}

.frame-container4-grey .ceContent a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	background-image: url("/fileadmin/templates/danisco/images/rightArrow_gray.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.frame-container4-grey .ceContent * a:hover {
	text-decoration: underline;
}


.tableHeader-top-right {
	background-image: url("/fileadmin/templates/danisco/images/frames/top_right_5x5.png"); 
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	line-height: 0;
	width: 100%;
	margin: 0 0 6px 0;
	float: left;
}

h5.tableHeader-top-right {
	margin: 0;
	padding: 0 !important;
	font-size: 11px;
}

h5.tableHeader-top-right span {
	padding: 0 0 0 7px;
}

.tableHeader-bottom-right {
	background-image: url("/fileadmin/templates/danisco/images/frames/bottom_right_5x5.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0;
	width: 100%;
	margin: -5px 0 2px 0;
	float: left;
}
.tableHeader-bottom-left {
	background-image: url("/fileadmin/templates/danisco/images/frames/bottom_left_5x5.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 3px;
	height: 5px;
	width: 3px;
	width: 5px;
	line-height: 0;
	float: left;
}

.ruler-before-after {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 0 0 1em 0;
	padding: 1em 0 1em 0;
}


.ui-widget {
	font-size: 11px !important;
	
}

.tx-tciframe-pi1 {
	margin: 0 0 1em 0;
}

.contentteaser{
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

a.pdffile {
	background-image: url("/fileadmin/templates/danisco/images/pdf.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 1px 0 0 2em; 
}

/******************************************************/
/**** tcformular                                   ****/
/******************************************************/
.tx-tcformular-pi1 .primaGreenContactformular {
	
}

.tx-tcformular-pi1 .primaGreenContactformular .elementcontainer {
	margin: 0 0 5px 0;
	position: relative;

} 

.tx-tcformular-pi1 .primaGreenContactformular .required {
	background-image: none;
	color: #FF0000;
}

.tx-tcformular-pi1 .pretext,
.tx-tcformular-pi1 .primaGreenContactformular input.text,
.tx-tcformular-pi1 .primaGreenContactformular textarea {
}

.tx-tcformular-pi1 .primaGreenContactformular .select {
	border: 1px solid #C0C0C0;
	height: 19px;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	color: #444444;
}


.tx-tcformular-pi1 .primaGreenContactformular .submit {
	width: 80px;
	height: 25px;
	color: #FFFFFF;
	padding: 0 !important
}

.tx-tcformular-pi1 .primaGreenContactformular .validationerror {
	margin-bottom: 5px;
}


.tx-tcformular-pi1 .required {
	padding-left: 10px;
	padding-top: 2px;
}

.tx-tcformular-pi1 .submit {
	width: 80px !important;
	height: 25px;
	color: #FFFFFF;
	padding: 0 !important;
	font-size: 12px !important;
	font-family: arial, sans-serif !important; 
}

/******************************************************/
/**** tcdansico contacts                           ****/
/******************************************************/

.tx-tcdaniscocontacts-pi1 {
	margin: 0 0 1em 0;
}

.tx-tcdaniscocontacts-pi1 .contactitem {
	float: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}

.tx-tcdaniscocontacts-pi1 .contactimage {
	width: 110px;
}

.tx-tcdaniscocontacts-pi1 .data {
	width: 199px;
	line-height: 130%;
}

.tx-tcdaniscocontacts-pi1 .data .position {
	line-height: 110%;
	margin-bottom: 10px;
}

.tx-tcdaniscocontacts-pi1 .teaser {
	width: 300px;
	font-size: 11px;
	clear: both;
	line-height: 120%;
}

.tx-tcdaniscocontacts-pi1 .contactitem80,
.tx-tcdaniscocontacts-pi1 .contactitem81 {
	margin: 0;
	float: none;
}

.tx-tcdaniscocontacts-pi1 .contactitem80 .contactimage,
.tx-tcdaniscocontacts-pi1 .contactitem81 .contactimage {
	width: 70px;
}

.tx-tcdaniscocontacts-pi1 .contactitem80 .data,
.tx-tcdaniscocontacts-pi1 .contactitem81 .data {
	width: 229px;
}

.tx-tcdaniscocontacts-pi1 .contactitem80 .teaser,
.tx-tcdaniscocontacts-pi1 .contactitem81 .teaser {
	display: none;
}
/******************************************************/
/**** Table                                   ****/
/******************************************************/
table.contenttable,
table.producttable {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
	margin-bottom: 15px;
}

table.contenttable tbody tr td,
table.producttable tbody tr td{
	border-color: #FFFFFF;
	background-color: #E6E6E6;
	font-size: 11px;
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table.producttable tbody tr td,
table.producttable tbody tr td p {
	margin: 0;
	line-height: 14px;
}

table.contenttable thead .tr-0 th,
table.contenttable tbody .tr-0 td,
table.producttable thead .tr-0 th,
table.producttable tbody .tr-0 td{
	color: #FFFFFF;
	border-color: #FFFFFF;
	font-size: 13px;
	height: 22px;
	vertical-align: middle;
	padding: 0 5px;
	font-weight: 100;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table.contenttable.narrow tbody tr td {
	line-height: 12px;
}

.expandCollapseContainer ul{
	margin-bottom: 15px;	
}

.expandcollapse .bodytext{
	margin-left: 0;	
}

.expandcollapse div.toggle {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 100;
    height: 11px;
    line-height: 13px;
    margin-top: 3px;
    padding-bottom: 2px;
    text-align: center;
    vertical-align: middle;
    width: 12px;
	position: relative;
}

.expandcollapse span.toggledown {
	margin-top: -1px;
}

.tx-tcnewsevents-date,
.tx-tcnewsevents-stocknotice{
	-moz-border-radius: 3px;
	border-radius: 2px;	
	padding: 0 .5em 0 .5em;
	display: block;
	float: right;
	margin: 0 0 3em 1em;
}

.stocknotice{
	padding: 0 .3em 0 0;	
}

/*********************************************************/
/***** START - TABLE color schemes ***********************/
/*********************************************************/

table.contenttable.colorscheme1 tbody tr td, 
table.producttable.colorscheme1 tbody tr td {
	background-color: #FFFFFF;
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 1em; 
}



/*********************************************************/
/***** STOP - TABLE color schemes ************************/
/*********************************************************/

/*********************************************************/
/***** START - Meet our people ***************************/
/*********************************************************/

 .tx-tcdaniscomeetourpeople-pi1 .texts {
	max-width: 230px !important;
 } 

/*********************************************************/
/***** START - DuPont Public Offer ***********************/
/*********************************************************/

 .tx-tcdaniscopoc-pi1 {
 	width: 410px;
 }

/*********************************************************/
/***** START - Subscription ******************************/
/*********************************************************/
.tx-tcsubscription-pi1 #email {
	width: 288px !important;
}

.frame-container1-3F6075 .tx-tcnewsevents-pi2 .flexformlink{
	margin: 0 !important;
	float: right !important;
	background: none !important;
	width: auto !important;
	padding: 0 !important;	
}

.inputwrapper{
	margin-bottom: 1em;
	border-width: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	display: block;
}

.inputwrapper input.text{
	border: none;
	background-color: #FFFFFF;
	max-width: none;
	width: 100%;
	display: block;
	height: 20px;
}

.inputwrapper textarea.textarea{
	border: none;
	background-color: #FFFFFF;
	max-width: none;
	width: 100%;
	display: block;
}

.inputwrapper select.select{
	border: none;
	max-width: none;
	width: 100%;
	display: block;
	height: 20px;
}

.inputwrapper input.submit{
	max-width: none;
	width: 100% !important;
}

.message-error,
.error{
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
	background-color: #FFBABA;
	color: #FF0000;
	margin-bottom: 1em;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 26px;
	background-image: url('/fileadmin/templates/danisco/images/error.png');
	background-repeat: no-repeat;
	background-position: 5px .5em;
}

.message-information,
.message-notice,
.info{
	border-color: #0E5DC9;
	border-style: solid;
	border-width: 1px;
	background-color: #d0dff4;
	color: #0E5DC9;
	margin-bottom: 1em;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 26px;
	background-image: url('/fileadmin/templates/danisco/images/info.png');
	background-repeat: no-repeat;
	background-position: 5px .5em;
}

.message-ok,
.confirmation{
	border-color: #4F8A10;
	border-style: solid;
	border-width: 1px;
	background-color: #DFF2BF;
	color: #4F8A10;
	margin-bottom: 1em;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 26px;
	background-image: url('/fileadmin/templates/web/danisco/confirmation.png');
	background-repeat: no-repeat;
	background-position: 5px .5em;
}

.message-warning,
.warning{
	border-color: #9F6000;
	border-style: solid;
	border-width: 1px;
	background-color: #FEEFB3;
	color: #9F6000;
	margin-bottom: 1em;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 26px;
	background-image: url('/fileadmin/templates/web/danisco/warning.png');
	background-repeat: no-repeat;
	background-position: 5px .5em;
}
