a {
	text-decoration: none;
}
hr {
	display: none;
}
img {
	border: none;
}
a img {
	color: #886666;
	background-color: #ffffff;
	font-weight: bold;
}
a:hover img {
	color: #414141;
	background-color: #ffffff;
}
abbr {
	speak: spell-out;
}

.bgimage-white-top {
	background-image: url(../images/strichel_content.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bgimage-white-bottom {
	background-image: url(../images/strichel_content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bgimage-blue-bottom {
	background-image: url(../images/strichel_context.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.invisible {
	display: none;
}
.clear-left {
	clear: left;
}
.float-left {
	float: left;
}
.font11pixel {
	font-size: 110%;
}
