/**
 * S+R Gruppe
 * wysiwyg stylesheet
 *
 * (c) 2008 Timo Besenreuther
 *     EZdesign.de
 */

body,
input,
textarea,
select,
td {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

p,
form {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	color: #004577;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}