/* Debug
	border: 1px solid blue;
	border: 1px solid red;
	border: 1px solid green;
	border: 1px solid grey;
*/

/******************************************************************************************
Basics
******************************************************************************************/

body,p,br,h1,h2,h3,h4,p,ul,ol,li,div,table,td,th,tr,address,blockquote {
	font-family:Arial,sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
}
P {
  margin:0;
  padding:0;
}
body {
	background-color:#C7C7C7;
	text-align: center;
	background-image:url( "/fileadmin/images/bg_body.jpg" );
	background-position:0px 0px;
	background-repeat:repeat-x;
}
.content {
  text-align: left;
}

H4 {
	margin-bottom: 3px;
}

.divider {
	clear: both;
	margin-top: 20px;
}
.smallDivider {
	clear: both;
	margin-top: 10px;
	line-height: 1px;
}
/******************************************************************************************
Link Definition
******************************************************************************************/
a:link {
	text-decoration: none;
	color: #60B01F;
}

a:active {
	text-decoration: none;
	color: #60B01F;
}

a:visited {
	text-decoration: none;
	color: #60B01F;
}

a:hover {
	text-decoration: underline;
	color: #F0AB00;
}


/******************************************************************************************
Default Form Definition
******************************************************************************************/
.contentNormal FORM SELECT {
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-style: ridge;
}
.contentNormal FORM SELECT,
.contentNormal FORM SELECT OPTION {
	font-size:11px;
}
.contentNormal INPUT,
.contentNormal TEXTAREA,
.contentNormal SELECT,
.contentNormal OPTION {
	color: #000;
	font-size: 12px;
	padding: 1px 3px;
}
.contentNormal SELECT,
.contentNormal OPTION {
	padding: 0;
	font-size: 11px;
}
.contentNormal INPUT.text {
	border: 1px solid #BFBFBF;
	width: 180px;
}


/******************************************************************************************
Backtop
******************************************************************************************/
.content #backtop {
	margin: 0 0 15px 14px;
	color: #60B01F;
}

/* IE < 7*/
* HTML BODY .content #backtop { 
     
}


.content #backtop a:link,
.content #backtop a:visited,
.content #backtop a:active,
.content #backtop a:hover{
	text-decoration: none;
	font-size:11px;
	color: #000000;
}
.content #backtop a:hover{
	color: #60B01F;
}

/******************************************************************************************
Breadcrumb
******************************************************************************************/
#breadCrumb,
#breadCrumb SPAN,
#breadCrumb a:link,
#breadCrumb a:visited,
#breadCrumb a:active,
#breadCrumb a:hover{
	text-decoration: none;
	font-size:10px;
	color:#666666;
}

#breadCrumb  {
	margin-top:3px;
}

.content #contentHolder #breadCrumb {
	font-size:11px;
	color:#666666;
	width:480px;
	height:57px;
}

.content #contentHolder .breadCrumbHolder {
	width:635px;
	float:left;
}
.content #contentHolder .breadCrumbHolder  .breadCrumbContainer {
	width:500px;
	height:138px;
	float:left;
	background-color: none;
}

/******************************************************************************************
Helper
******************************************************************************************/
.clear {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}
.hidden {
	display: none;
}

.h20 {
	height:20px;
}
.h10 {
	height:10px;
}

.float {
	float:left;
}
.pipe {
	color:#60B01F;
}
/******************************************************************************************
Main
******************************************************************************************/
#center {
	width: 890px;
	margin:auto;
	min-height:100%;
	position: relative;
	text-align: left;
}

#pageHolder {

	position: relative;
	width: 890px;
}

/******************************************************************************************
Top Section
******************************************************************************************/

.top {
	border:#C0C0C0 1px solid;
	height:33px;
	background-color:#FFFFFF;
}


.top DIV {

	float:left;
}

.top #search {
	width:225px;
	max-width: 224px;
	height:33px;
	border-right:1px solid #C0C0C0;
}

.top #mainNavi {
	width:444px;
	margin-left: 9px;
	margin-top: 8px;
}
.top #mainNavi DIV{
	color:#60B01F;
	font-size:14px;
}
.top #mainNavi IMG {
	vertical-align:bottom;
}
.top #mainNavi A {
	margin-right:2px;
	margin-left:2px;
	position: relative;
	top: 1px;
}
.top #extra {
	clear:right;
	text-align:right;
}

.top #extra #lang {
	width:130px;
	margin-right:5px;
	height:12px;
	margin-top:9px;
	text-align: right;
	position: relative;
	left: 7px;
}

.top #extra #lang .langMenu {
	padding: 2px 0 0 0;
	float: right;
}

.top #extra #siteMap {
	width:66px;
	height:12px;
	margin-top: 8px;
	margin-left: 8px;
}
.top #extra #siteMap .lv1 {
	color:#60B01F;
	font-size:13px;
}
.top #extra #siteMap IMG {
	vertical-align:bottom;
	margin-left: 1px;
}
.top #extra #siteMap A {
	position: relative;
	top: 1px;
}

/******************************************************************************************
Content Section
******************************************************************************************/
.content {
	margin-top:10px;
	border:1px solid #C0C0C0;
	background-color:#FFFFFF;
}


.content #contentHolder {
	float:left;
	
	width:663px;
	border-left:#61B01F 1px solid;
	_height:463px;
	min-height:463px;
	position:relative;
	background-image:url('/fileadmin/images/iba-center-bg.jpg' );
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.content #contentHolder .margin {
	margin-left:13px;
	margin-right:15px;
	margin-bottom: 20px;
	_height:414px;
	min-height:414px;
}

.content #contentHolder .logoLink{
	width:130px;
	height:78px;
	float:left;
}

.content #contentHolder .logoLink IMG {
	width:130px;
	height:78px;
}

.content #contentHolder .contentTitle {
	font-size: 18px;
	height: 60px;
	width: 330px;
}
.content #contentHolder .contentTitle .title {
	font-weight:normal;
}

.content #contentHolder .contentNormal {

}
.content #contentHolder .columns .contentLeft,
.content #contentHolder .columns .contentRight {
	float:left;
  width:310px;
  _width:309px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}

.content #contentHolder .columns .contentLeft .spacer-gif  {
	width:300px;
	position:relative;
	margin:auto;
	display:block;
}
.content #contentHolder .columns .contentRight .spacer-gif  {
	display:block;
}

.content #contentHolder .columns .border .bodytext{
	/* border-right:1px #E4E4E4 solid; wished to be deleted */
	padding-right:10px;
}

.internal-link {

}

.download {

}
.content #contentHolder .columns .border h1{
	margin-top:20px;
}

.content #contentHolder .columns .border .csc-firstHeader {
	margin-top:0px;

}

.content #contentHolder .columns .border .csc-textpic-imagewrap {

}
.content #contentHolder .columns .contentRight {
	margin-left:15px;
}


/******************************************************************************************
Foot Navigation
******************************************************************************************/
.content #footNav {
	background-color: #60B01F;
	background-image:url('/fileadmin/images/gradient-green.gif' );
	background-repeat:repeat-x;
	height:24px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}

.content #footNav,
.content #footNav a:link,
.content #footNav a:visited,
.content #footNav a:active,
.content #footNav a:hover{
	text-decoration: none;
	font-size:11px;
	color:#666666;
}

.content #footNav DIV {
	font-size:11px;
	color:#FFFFFF;float:left;
	margin-right:10px;
}

.content #footNav #rightsReserved {
	float:left;
	width:199px;
}
.content #footNav #rightsReserved .margin {
	margin-top:5px;
	margin-left:5px;
}
.content #footNav .border {
	line-height:1px;float:left;
	height:19px;
	background-color:#FFFFFF;
	width:1px;font-size:1px;
}
.content #footNav  {

}

.content #footNav #serviceNav {
	margin-left:4px;
	margin-top: 5px;
	float: left;
	display: inherit;
	width: 310px;
	margin-bottom: 0px;
}

.content #footNav #serviceNav A {
	color:#FFFFFF;
	margin: 0 3px 0 0;
	padding: 0 0 0 15px;
	display: block;
	float: left
}
.content #footNav #serviceNav .cur A,
.content #footNav #serviceNav .act A {

}

.content #footNav #serviceNav DIV.sn1 {
	background-repeat:no-repeat;
	background-position:0px 0px;
	float: left;
	margin-left: -4px;
	white-space:nowrap;
}
.content #footNav #serviceNav DIV.print {
	background-image:url('/fileadmin/images/subNavi/sn-print.gif' );
	margin-left: 0px;
}
.content #footNav #serviceNav DIV.print A {
	padding: 0 0 0 18px;
}
.content #footNav #serviceNav DIV.tip {
	background-image:url('/fileadmin/images/subNavi/sn-tip.gif' );
}
.content #footNav #serviceNav DIV.impr {
	background-image:url('/fileadmin/images/subNavi/sn-imprint.gif' );
	margin-left: 0px;
}
.content #footNav #serviceNav DIV.impr A {
	padding: 0 0 0 16px;
}


	/* Tip a Friend ::  form */
.tx_tipafriend {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 98%;
	padding-bottom: 15px;
}
.tx_tipafriend  TR {
	padding: 2px 0px 3px 0px;
}
.tx_tipafriend .header {
	font-weight: bold;
}
.tx_tipafriend .subheader {
	font-weight: bold;
}
.tx_tipafriend.subheader A  {
}
.tx_tipafriend.subheader DIV  {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}
.tx_tipafriend .errow DIV {
	margin-bottom: 5px;
}
.tx_tipafriend .error {
	color: #CC0000;
	padding: 3px;
}
.tx_tipafriend .label {
	vertical-align: top;
	font-weight: bold;
}
.tx_tipafriend .input {
	vertical-align: top;
}
.tx_tipafriend .input TEXTAREA, .tx_tipafriend .input INPUT {
	width: 190px;
}
.tx_tipafriend .input INPUT.checkbox {
	border: 0;
	width: 12px;
}
.tx_tipafriend .small {
	font-size: 10px;
	font-weight: normal;
}

/******************************************************************************************
Deprecated!!!
******************************************************************************************/
.tx-xinittwocolumn-pi1 TABLE{
	width:400px;
}

/******************************************************************************************
Product Links // PDF - 3D
******************************************************************************************/
.csc-textpic-caption {
	padding-top: 5px;
}
.csc-textpic-caption .prodLinks {
	color: #60B01F;
}
.csc-textpic-caption .prodLinks A {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 5px 0 17px;
	color: #000;
	text-decoration: none;
}
.csc-textpic-caption .prodLinks A:hover {
	color: #60B01F;
}
.csc-textpic-caption .prodLinks A.iconPDF {
	background-image: url('/fileadmin/images/icons/icon_pdf.gif');
}
.csc-textpic-caption .prodLinks A.icon3D {
	background-image: url('/fileadmin/images/icons/icon_3d.gif');
	margin-left: 5px;
}

/******************************************************************************************
Content
******************************************************************************************/

/* Listen */
.contentWrap LI {
	list-style: square;
	list-style-image:  url('/fileadmin/images/bg_list_image.gif');
}
.contentWrap UL {
	margin-left: 16px;
	margin-top: 0px; /* 20070426 */
}

.content #contentHolder .contentNormal {

}

/******************************************************************************************
Form
******************************************************************************************/
#mailform .csc-mailform {
	border: none;
	margin:0;
	padding:0;
}
#mailform INPUT,
#mailform TEXTAREA,
#mailform SELECT,
#mailform OPTION {
	color: #000;
	font-size: 12px;
	padding: 1px 3px;
}
#mailform SELECT,
#mailform OPTION {
	padding: 0;
	font-size: 11px;
}
#mailform SELECT {
	border: 1px solid #BFBFBF;
}
#mailform .csc-mailform .csc-mailform-field {
	margin-bottom: 5px;
}
#mailform .csc-mailform LABEL {
	width: 200px;
	vertical-align: top;
	float: left;
}
#mailform .csc-mailform INPUT {
	border: 1px solid #BFBFBF;
	width: 180px;
}
#mailform .csc-mailform INPUT.csc-mailform-check {
	border: none;
	width: 14px;
}
#mailform .csc-mailform INPUT.csc-mailform-submit,
#mailform .csc-mailform INPUT.csc-mailform-reset {
	border: 1px solid #BFBFBF;
	float: left;
	width: 100px;
	background-color: #E4E4E4;
	color: #000;
	font-weight: bold;
	margin-right:10px;
}
#mailform .csc-mailform INPUT.csc-mailform-submit:hover,
#mailform .csc-mailform INPUT.csc-mailform-reset:hover,
#mailform .csc-mailform INPUT.csc-mailform-submit:focus,
#mailform .csc-mailform INPUT.csc-mailform-reset:focus {
	color: #60B01F;
}
#mailform .csc-mailform INPUT.csc-mailform-reset {
	
}
#mailform .csc-mailform .submitBut INPUT:hover,
#mailform .csc-mailform INPUT.csc-mailform-check:hover,
#mailform .csc-mailform INPUT:hover,
#mailform .csc-mailform OPTION:hover,
#mailform .csc-mailform TEXTAREA:hover,
#mailform .csc-mailform .submitBut INPUT:focus,
#mailform .csc-mailform INPUT.csc-mailform-check:focus,
#mailform .csc-mailform INPUT:focus,
#mailform .csc-mailform OPTION:focus,
#mailform .csc-mailform TEXTAREA:focus {
	border-color: #AFD790;
}
#mailform .csc-mailform TEXTAREA {
	border: 1px solid #BFBFBF;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#mailform .csc-mailform .divider {
	clear: both;
	margin: 10px 0 5px 0;
}
#mailform .requireInfo {
  margin-bottom:10px;
}

/* Footer IBA Link */
#footNav #butibalink {
  float: right;
  text-align:right;
}
#footNav #butibalink IMG {
  border: none;
}
/* Update 20071025 Esben Fest */

#footNav #butibalink A {
  color: #FFF;
  padding: 5px 0 0 0;
  display: block;
}
#footNav #butibalink A:hover,
#footNav #butibalink A:focus {
  color: #F0AB00;
}



/******************************************************************************************
Datei-Links
******************************************************************************************/
TABLE.csc-uploads {
	position: relative;
	left: -7px;
}
.csc-uploads .csc-uploads-fileSize,
.csc-uploads .csc-uploads-fileSize P,
.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description  {
  color: #666;
  font-style:italic;
}

/******************************************************************************************
Lastupdate
******************************************************************************************/
.contentNormal .lastupdate {
  clear:both;
  color:#E4E4E4;
  font-size:11px;
  margin:20px 0 10px;
  text-align:right;
}

/******************************************************************************************
Plugins
******************************************************************************************/

/* mit_download */
.tx-mitdownload-pi1 {
	margin-bottom: 20px;
}
.tx-mitdownload-pi1 .mitdownload-title H4 {
	margin-top: 0;
}
.tx-mitdownload-pi1 DIV.mitdownload-wrap {
	margin-bottom: 20px;
}
.tx-mitdownload-pi1 .mitdownload-wrap A {
	font-weight: normal;
}
.tx-mitdownload-pi1 .mitdownload-wrap EM {
	color: #666;
}
.tx-mitdownload-pi1 .mitdownload-wrap LABEL IMG {
	position: relative;
	left: -6px;
}
.tx-mitdownload-pi1 DIV.mitdownload-item,
.tx-mitdownload-pi1 DIV.mitdownload-description {
	margin-bottom: 3px;
}

/* Tip a friend */
.tx_tipafriend TD {
  padding-bottom:5px;
  padding-right:8px;
}
.tx_tipafriend TEXTAREA {
  border:1px solid #BFBFBF;
}
.tx_tipafriend INPUT:hover,
.tx_tipafriend TEXTAREA:hover,
.tx_tipafriend INPUT:focus,
.tx_tipafriend TEXTAREA:focus {
  border-color:#AFD790;
}
.tx_tipafriend .submit INPUT {
  width:100px;
  height:18px;
  color:#000;
  font-weight:bold;
}
.tx_tipafriend .submit INPUT:hover,
.tx_tipafriend .submit INPUT:focus {
  color:#60B01F;
}


/* indexed Search */
.tx-indexedsearch INPUT:hover,
.tx-indexedsearch INPUT:focus {
  border-color:#AFD790;
}
.tx-indexedsearch INPUT.submit {
  width:100px;
  height:18px;
  color:#000;
  font-weight:bold;
}
.tx-indexedsearch INPUT.submit:hover,
.tx-indexedsearch INPUT.submit:focus {
  color:#60B01F;
}
.tx-indexedsearch .tx-indexedsearch-searchform-table TD {
  padding-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-res {
  margin-top: 10px;
  clear:both;
}
.tx-indexedsearch .tx-indexedsearch-icon,
.tx-indexedsearch .tx-indexedsearch-result-number {
  background-color:#E4E4E4;
}
.tx-indexedsearch .tx-indexedsearch-percent {
  font-size:smaller;
  background-color:#E4E4E4;
  padding:1px 5px 1px 4px;
}
.tx-indexedsearch .tx-indexedsearch-title {
  padding:1px 5px 1px 4px;
}
.tx-indexedsearch .tx-indexedsearch-info {
  padding:4px 20px 0 8px;
}
.tx-indexedsearch-browsebox {
  clear:both;
  display:block;
  padding-bottom:20px;
}
.tx-indexedsearch-browsebox UL.browsebox {
  margin:0;
  padding:0;
}
.tx-indexedsearch-browsebox UL LI {
  display:block;
  float:left;
  list-style:none;
  margin-left:2px;
}

/* Menü der Unterseiten - mit Seiteninhalt */
UL.csc-menu-7 {
	margin: 0 0 10px 0px;
	padding: 0 0 0 28px;
}
* HTML UL.csc-menu-7 {
  margin-top: -10px;
  margin-bottom: -8px;
	padding-left: 1px;
}

UL.csc-menu-7 LI {
	list-style: none;
	list-style-position: outside;
	padding-left:10px;
	padding-bottom: 1px;
	background-image:url( '/fileadmin/images/arrow-gray.gif' );
	background-position:0px 3px;
	background-repeat:no-repeat;
}

/* jQuery - Acordion */
#contentHolder #accordion .csc-frame-frame1 h3.toggler {
  color: #60B01F;
  margin: 5px 0 5px 0;
  background: transparent url('../images/mtAccordion/bg_plus.gif') no-repeat 0px 4px;
  padding: 2px 18px;
  cursor: pointer;
}
#contentHolder #accordion .csc-frame-frame1 h3.selected {
  color: #F0AB00;
  background-image: url('../images/mtAccordion/bg_minus.gif');
  cursor: default; 

}
#contentHolder #accordion .csc-frame-frame1 a{
	white-space:normal;
font-size:11px;
}

#contentHolder #accordion .csc-frame-frame1 .element{
  	padding-left: 15px;
	width:610px;
font-size:11px;
	overflow:hidden;
}

.filelinks .filecount {
  display: none;
}

/*.ui-accordion{
overflow: auto;
width:600px;
}*/


/***************************************************************/
/*pbsurvey*/
.matrix INPUT.radio{
  width:25px;
}

.tx-pbsurvey-pi1 .noHeadline legend {
 display:none;
}

.tx-pbsurvey-pi1  .smallTextInput legend {
 display:none;
}

.tx-pbsurvey-pi1 .smallTextInput textarea{
  height:20px;
  width:100px;
  overflow: auto;
}

.tx-pbsurvey-pi1 .questionSubtext{
  padding-top:4px;
}



.tx-pbsurvey-pi1 .matrix .surveyrow_even .columnFirst {
  padding-left:5px;
}

.tx-pbsurvey-pi1 .matrix .surveyrow_odd .columnFirst {
  padding-left:5px;
}