

a:link
{
	color: #D45500;
	text-decoration: none; 
}
a:visited
{
	color: #D45500;
	text-decoration: none;
} 
a:active 
{
	color: #E12D00;
	text-decoration: none;
}
a:hover
{
   color: #E12D00;
   text-decoration: underline;
}
   
body
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	font-size: 80%;
	color: #551700;
}

 
.small
{
   font-size: 85%;
   color: #000000;
}
         
h1 {
font-size: 150%;
color: #D45500;
font-weight: bold;
margin: 10px 0 25px 0;
letter-spacing: 2px;
line-height: 140%;
}
h2 {
font-size: 130%;
color: #999;
font-weight: bold;
margin: 10px 0 20px 0;
letter-spacing: 1px;
}
h3 {
font-size: 120%;
color: #D45500;
}

.unav h3 a {
padding-left: 20px;
background: url(../images/pfeilr2.gif) 0 6px no-repeat;
font-size: 90%;
}

p {
margin: 10px 0 15px 0;
line-height: 140%;
}

p.willkommen {
color: #F19112;
margin-top:15px;
font-size: 110%;
font-weight: bold;
}

p.utitle {
font-weight: bold;
}