.highlight {
  background-color: lightblue;
  text-decoration: underline;
}

.important {
  font-weight: bold;
  font-size: 2.1em;
}

.linkeSpalte, .rechteSpalte {
	display:block;
	padding:0 0 10px 0;
}
.linkeSpalte {
	float:left;
	width:48%;
}
.rechteSpalte {
	float:right;
	width:48%;
}

.links_120px {
  float:left;
  width: 110px;
  padding-bottom:3px;
} 

.rechts_400px {
  float:right;
  width:410px;
  padding-bottom:3px;
} 

p {
	margin:0;
	padding:0 0 10px 0;
	/*clear: right;*/
}

hr {
	clear: right;
}
