/* Stilvorlage für ursiswelt.ch, kmu-net.ch 2013 */

/* Microsoft-Internet-Exploerer-Workaround "blauer Link-Rahmen um Bilder" */

a img {
border : 0 none;
}

p {
font-family: Arial;	
	}

/*
html {
  background-color: white;
  background-image: url("../images/allgemein/HintergrundBild.gif");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}
*/

/*
body {
  background-color: white;
  color: #663300;
}
*/

body {
  background-color: white;
  color: #663300;
  background-image: url("../images/allgemein/HintergrundBild.gif");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}

:link {
  color: #0000ee;
}

:link:active {
  color: #ee0000;
}

:link:visited {
  color: #551a8b;
}