/* Style-Sheet f&uuml;r die normalen Einleitungstexte  (urspr&uuml;nglich wiruns/start.html) */
body {
	font-family: MS Sans Serif, Helvetica;
	font-size: 80%;
	width:     95%;
	text-align: justify;
}

img {
	float: left;
}

a:link  {
	font-size: 100%;

}

a:visited  {
	font-size; 100%;
	color: #aa0000;
}

a:hover {
	font-size: 130%;
	color: #006600;
}

p       {
	font-size: 120%;
	text-align: justify;
	margin:  10px  10px;
}
p.note {
	font-size: 130%;
	text-align: justify;

}

p.firstnote {
	font-size: 150%;
	margin-top: 10%;
	color: darkblue;
}

p.centernote {
	font-family:"MS Sans Serif", Arial;
	font-size: 150%;
	text-align: center;
	color:#aa0088;
}

p.linkliste {
	font-size: 140%;
	text-align: center;
      line-height: 150%;
      padding-bottom: 5px;
      margin-top: 5px;
      margin-bottom: 5px;
      border-top-style: ridge;
      border-bottom-style: ridge;
}

dt {
     margin-top: 1em;
     font-size: 150%;
     font-weight: bold;
}

address {
	font-size: 120%;
	font-style: normal;
	text-align: center;
	color: darkblue;
}

#tickerrahmen {
	border-style: groove;
}