/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left, table.ivutable th.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center, table.ivutable th.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right, table.ivutable th.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, td.align-justify, table.ivutable th.align-justify { text-align: justify; }
    
p.unterstrichen,span.unterstrichen {text-decoration: underline;}
/* p.blau, h1.blau, h2.blau, h3.blau, h4.blau, h5.blau, h6.blau {color:#005ea8;}
p.gruen, h1.gruen, h2.gruen, h3.gruen, h4.gruen, h5.gruen, h6.gruen {color:#b1c800;}
p.dunkelgrau, h1.dunkelgrau, h2.dunkelgrau, h3.dunkelgrau, h4.dunkelgrau, h5.dunkelgrau, h6.dunkelgrau {color:#707173;} */
p.red, h1.red, h2.red, h3.red, h4.red, h5.red, h6.red {color:red;}
p.cyan, h1.cyan, h2.cyan, h3.cyan, h4.cyan, h5.cyan, h6.cyan {color:#009ed2;}


        

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.gross,span.gross {font-size:12pt;line-height:16.5pt;}


/* Bullet styles for unordered lists.*/
ul.component-items { color: #002D5B; list-style-type: circle; }
/*ul.action-items { color: #002D5B; list-style-image: url(img/red_arrow_bullet.gif); }*/

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #002D5B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #002D5B; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
/* span.blau {color:#005ea8;}
span.gruen {color:#b1c800;}
span.dunkelgrau {color:#707173;}*/
span.red {color:red;}
span.unterstrichen {text-decoration:underline;}
span.cyan {color:#009ed2;} 

.rColBox {clear: both;font-size: 12pt;margin-bottom: 20px;}
/*.teaser {background-image: url("../img/blue85.png");background-repeat: repeat;color: #fff;height: 230px;margin: 50% 0 0;padding: 10px;width: 230px;}
.teaserBox {height: 248px;margin-bottom: 20px;width: 248px;background-repeat: no-repeat;float: left;overflow:hidden;}*/





table,th,td {font-size:14px;color: #002D5B;}
table caption {font-size:12px;color: #002D5B;text-align:left;}
table {border: 1px solid #ccc;}
/*table.ivutable th {background-color: #C1C1C1;border: 2px solid #293F89;text-align: left;padding: 2px;border-collapse:collapse;}
table.ivutable td {background-color: #FCDB00;border: 2px solid #293F89;text-align: left;padding: 2px;border-collapse:collapse;}*/

table.ivutable caption {font-family: 'DIN Next W02 Regular',sans-serif;text-align: left;}
table.ivutable th {background-color:#009EE3;color:#fff;text-align:left;font-family: 'DIN Next W02 Bold',sans-serif;font-weight: normal;border-bottom:1px solid #fff;vertical-align:top;padding:10px;}
table.ivutable td {vertical-align:top;padding:10px;}
table.ivutable .tr-odd {background-color:#eee;}
table.ivutable .tr-even {background-color:#fff;}
table.simpletable .tr-even,table.contenttable .tr-odd {border-bottom:1px solid #ccc;}

table.simpletable th {text-align:left;font-family: 'DIN Next W02 Bold',sans-serif;font-weight: normal;border-bottom:1px solid #002D5B;vertical-align:top;padding:10px;}
table.simpletable td {vertical-align:top;padding:10px;}

table.table {}
table.table-bordered {
  border: 1px solid #dddddd;
}
table.table-striped {
  background-color: #f9f9f9;
}
table.table-hover {
  background-color: #f5f5f5;
}
table.table-condensed {}
/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}


div.table-responsive {}

table.contenttable{
	border:none;
}
table.contenttable td,
table.contenttable tr{
	border:none !important;
}