body {
	margin: 1px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	/*font-size: 11pt;*/
}
.contTbl td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}


/* Für neues Template #6
(evtl. Größenvorgabe aus CSS entfernen) */
td.cellWithGreyImgBorder img {
	border: solid grey 1px;
	width: 95px;
	height: 95px;
}

img.greyBorder {
	border: solid grey 1px;
	width: 95px;
	height: 95px;
}


/* Definition allgemeine Links */
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/* Definition Links im Text */
a.inlineLink:link {
	color: #0013cb;
	text-decoration: none;
}
a.inlineLink:visited {
	color: #000f9d;
	text-decoration: none;
}
a.inlineLink:hover {
	text-decoration: underline;
}
a.inlineLink:active {
	text-decoration: underline;
}



/* Definitionen für Navigation (Schrift allg., Links) */
.navi_font {
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
}
.item {
	font-size: 10.5pt;
}
a.navi_link:link {
	color: black;
	text-decoration:none;
}
a.navi_link:visited {
	color: black;
	text-decoration:none;
}
a.navi_link:hover {
	font-weight:bold;
	text-decoration:none;
}
a.navi_link:active {
	font-weight:bold;
}
a.navi_link:focus {
	font-weight:bold;
	text-decoration:none;
}



a.fett:link {
	color: black;
	text-decoration:none;
	font-weight: bold;
}
a.fett:visited {
	color: black;
	text-decoration:none;
	font-weight: bold;
}
a.fett:hover {
	font-weight:bold;
	text-decoration:none;
}
a.fett:active {
	font-weight:bold;
}
a.fett:focus {
	font-weight:bold;
}


.redBG {
	background-color: #FF0000;
}






h1 {
	font-size: 22pt;
}
h2 {
	margin: 0.1em;
	font-size: 15pt;
}

h2.tplHeadlineA {
    margin-left: 0px;
}

h2.tplHeadlineA_kleiner {
	font-size: 13pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
}



.anzeige {
	display: block;
}
.verbergen {
	display: none;
}


.smallFont, .klein_font {
	font-size: 9pt;
}
.miniFont, .mini_font {
	font-size: 7pt;
}

.errorMsg {
	font-size: 9.5pt;
	text-align: center;
	color: red;
}

.cellBorder {
	border-top: solid #BFBFBF 1px;
}
.confMsg {
	margin-left: 15%;
	margin-right: 15%;
	border: 1px red solid;
	background-color: #FFFFEA;
	text-align: center;
	padding: 0.5em;
}


.historyContainer {
	font-size: 9px;
	position: absolute;
	top: 570px;
	left: 18px;
}

.historyContainer li {
	padding-right: 10px;
}

.historyContainer ul {
}

.historyContainer a {
	text-decoration: underline;
}