/* DATEI: svl-background.css */

body {
	background-color: transparent;
	background-image: url(../angebot/Svlogo1_background.png);
	background-repeat:no-repeat;
	background-position: center;
	background-attachment:fixed;
}

b {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a:link {
	color: Blue;
	text-decoration:underline;
}

a:visited {
	color: Blue;
	text-decoration: underline;
}

a:focus {
	color: Green;
	text-decoration: underline;
}

a:hover {
	color: Red;
	text-decoration:underline;
	font-weight: bold;
}

a:active {
	color: Teal;
	text-decoration: underline;
}