/*  2-Spaltendarstellung Layout 1 */
.tx-fdfx2cols-pi1 table {
    table-layout:fixed;
    width:380px;
}
.c2l1-left {
   vertical-align:top;
   font-weight:bold;
   border-right: 0px;
   padding-right: 5px;
   width:150px;
   white-space:normal;
}
.c2l1-middle{
   width:230px;
   border-left: 3px solid #e6e6e6;
   border-bottom: 3px solid #e6e6e6;
   padding-left: 5px;
   white-space:normal;
}
.c2l1-middle a {
   color:#d63131;
   text-decoration:none;
}
.c2l1-middle a:hover {
   color:#ffffff;
   background-color:#d63131;
   text-decoration:none;
}

/*  Layout 2 */
.c2l2-left{
   border-right: 1px solid #FFEDA8;
   padding-right: 5px;
   width:50%;
   white-space:normal;
}
.c2l2-middle{
   background-color:#FFEDA8;
   padding-left: 5px;
   width:50%;
   white-space:normal;
}
/* Layout 3 */
.c2l3-left{
   border-right: 1px solid #FFEDA8;
   padding-right: 5px;
   width:70%;
   white-space:normal;
}
.c2l3-middle{
   background-color:#FFEDA8;
   border: 1px solid blue;
   padding-left: 5px;
   width:30%;
   white-space:normal;
}
P.align-right {
   text-align:right;
}
