/* text formats  */
/* ------------- */

body	 { background-color: white; margin: 0 }

td.dummy{
	background-image:  url(../images/dummy.gif);
	background-repeat: repeat-y;
}
td.dummyFoot { background-color: white; background-image: url("../images/dummy_foot.gif"); background-repeat: repeat-y }

td.bgPfad  { background-color: white }
td.cont {
	padding-top:18px;
}
td.navigation {
	padding-left:1px;
}
td.kontext {
	padding-top:18px;
}
td.kontextTitel  { font-weight: bold; background-color: white; padding-left: 13px; height: 19px }
td.kontextText {
	height: 19px;
	padding-left:13px;
}
td.kontextText2 {
	height: 32px;
	padding-left:13px;
}
td.kontextTextBold {
	height: 19px;
	font-weight:bold;
	padding-left:13px;
}
td.flacheUnterLogo  { background-color: white }

/* bilder im content bereich */
img.bildCont, object.bildCont {
	float:left; 
	margin-top:5px;
	margin-right:15px;
	margin-bottom:15px;
}
img.bildContBorder {
	float:left; 
	margin-top:3px;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #616466;
}
img.bildBorder {
	border:1px solid #616466;
}

td.ma {
	border:1px solid #2A2A2B;
}
td.maLinie  { background-color: white }
td.maBox  { background-color: white; padding-top: 8px; padding-left: 10px }