a:link
{
	color: #00697D;
	text-decoration: none; 
}
a:visited
{
	color: #00798D;
	text-decoration: none;
} 
a:active 
{
	color: #00697D;
	text-decoration: none;
}
a:hover
{
   color: #00596D;
   text-decoration: underline;
}
   
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	color: #222; -webkit-text-size-adjust:none;
}

p, td {

}


input, textarea
{
   font-size: 1.1em;  border: 1px solid #00798D; background-color: #E8F2F4; padding: 5px; box-sizing: border-box; font-family: 'Open Sans', sans-serif;
}

 
.small
{
   font-size: 85%;
}
         
h1 {
font-size: 2.4em;
color: #00798D; font-weight: 400;
margin: 25px 0 20px 0;
letter-spacing: 1px;
line-height: 140%;
font-family: 'Abril Fatface', cursive;
}
h2 {
font-size: 1.5em;
color: #00798D;
font-weight: bold;
margin: 25px 0 15px 0;
}
h3 {
font-size: 1.1em;
margin: 20px 0 10px 0;
}

h4 {
font-size: 110%;
margin: 20px 0 10px 0;
padding: 0 0 5px;
border-bottom: 1px solid #fff;
}

.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: #00798D;
margin-top:15px;
font-size: 120%;
font-weight: bold;
}

.alignleft {text-align: left;}
.aligncenter {text-align: center;}
.alignright {text-align: right;}

p.utitle {
font-weight: bold;
}

@media only screen and (max-width: 960px) {
body {
font-size: 0.9em;
}
h1 {font-size: 2.0em;}
}
