/* Bildabstände festlegen */

/* Ausrichtung Links */ 
DIV.csc-textpic-left{
  padding-left 		: 0px;
}

/* Ausrichtung Rechts */
DIV.csc-textpic-right{
  padding-right 		: 0px;
}

/* Ausrichtung Links im Text */
DIV.csc-textpic-intext-left{
  padding-left		: 0px;
}

/* Ausrichtung Rechts im Text*/
DIV.csc-textpic-intext-right{
  padding-right 		: 0px;
}

DIV.csc-textpic-text{
  padding-left		: 0px;
  padding-top : 0px;
}

p.align-left{
  padding-left		: 0px;
}


/* Bildunterschrift*/
DD.csc-textpic-caption{
  font-size 		: 10px;
  padding-top		: 5px;
}

/* Text-Links definieren*/
a:link {
    font-family			: "Arial Narrow";
    font-size			: 16px;
    text-decoration      		: none; 
    font-weight      		: normal;
    color                	         : #00A271;
 }

a:visited {
   font-family			: "Arial Narrow";
    font-size			: 16px;
    text-decoration  		: none; 
    font-weight           		: normal;
    color            		: #9DD2C4;
}
a:hover {
    font-family			: "Arial Narrow";
    font-size			: 16px;
    text-decoration         	: none; 
    font-weight             	: bold;
    color             		: #00A271;
}