
/** File: /css/bpm.css
  * Description: Formate für den BasicPageManger
  * Wird von den Bereichen
  *  - contact
  *  - about us
  *  - recordings etc. benötigt
  */

.bpmAboutNavHeader {
    color: #FFFFFF;
	font-size: 11px;
}

.bpmAboutNavOut {
    color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

A:HOVER.bpmAboutNavOut {
    color: #111111;
	font-size: 11px;
	text-decoration: underline;
}

.bpmAboutNavOver {
    color: #111111;
	font-size: 11px;
	text-decoration: none;
}

/* Grafiken */

.bpmBorderedImg {
    border-style : solid;
    border-width : 1px;
	border-color : #CCCCCC;
}

