@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFDA1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #FF0000;
}
ul {
	margin-top: 15px;
}
li {
	margin-bottom: 10px;
	list-style-image: url(elektro-rothensteiner-hand.gif);
}
a, a:hover, a:visited, a:active {
	color: #FF0000;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
}

hr {
	height: 1px;
	color: #FF0000;
}