H1 {
	color: black; 
	text-decoration:underline;
}

H2 {
	font-style:italic;
	TEXT-DECORATION: none;
}

.blue {
	COLOR: #6699ff
}
.red {
  COLOR: #E34220
}
.vorFarbe {
	COLOR: #E34220
}
.obenFarbe {
	COLOR: #000000;
}
.obenInvert {
	FONT-WEIGHT : BOLD;
	COLOR: #E34220;
}

.gerahmt {
	border-width:1px; 
	border-style:solid; 
	border-color:#6699ff
}

.error {
	border-width:2px;
	border-style:solid;
	border-color:#000000;
	background-color: #990000;
	color: #FFFFFF		 
}

.ueschrift { 
	 background-color:#009900;
	 font-weight:bold
}

.menu { 
	 background-color:#000099;
	 font-weight:normal;
	 color:#FFFFFF;	 
}
.contentbody {
	font-size:100%;
	text-align: left;	
	display: block;
}
.imageRight {
	float: right;
}
.imageLeft {
	float: left;
}