
/*  Stile für das Online-Editieren  */

.gross
{
	font: bold 27px Comic Sans MS, cursive;
}

.Font_GROSS
{
	font-size: 33px;
}

.GR_27
{
	font-size: 27px;
}

.GR_22
{
	font-size: 22px;
}

.GR_19
{
	font-size: 19px;
}

.GR_16
{
	font-size: 16px;
}

.rechts 
{
	float: right;
}

.links 
{
	float: left;
}

.durch
{
	text-decoration: line-through;
}

.gelb
{
	background-color: Yellow;
}

.xadrdat
{
	margin-top: 21px;
	border-style: solid;
	border-width: 1px;
	border-color: Red;
	background-color: Silver;
}

.sworum img
{
	float: left;
	margin: 15px;
}