a:link
{
	color: #003366;
	text-decoration: none; 
}
a:visited
{
	color: #003399;
	text-decoration: none;
} 
a:active 
{
	color: #000;
	text-decoration: none;
}
a:hover
{
   color: #000;
   text-decoration: none;
   transition: all 300ms linear; -moz-transition: all 300ms linear; -webkit-transition: all 300ms linear; -o-transition: all 300ms linear;
}
   
body
{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.80em;
	color: #222;
   -webkit-text-size-adjust:none;
}


 
.small
{
   font-size: 85%;
}
         
h1 {
font-size: 2.2em;
color: #003366;
margin: 15px 0 20px 0;
line-height: 140%;
font-family: 'Bree Serif', serif;
font-weight: normal;
}
h2 {
font-size: 1.7em;
color: #003366;
font-weight: 600;
margin: 15px 0;
}
h3 {
font-size: 1.5em;
margin: 15px 0;
color: #003366;
font-weight: normal;
font-family: 'Bree Serif', serif;
padding: 0;
}

#unternavigation h3 {
border-bottom: 1px solid #E8E8E8;font-family: 'Bree Serif', serif;
}

h4 {
font-size: 1.1em;
margin: 5px 0;
padding: 5px 1%; float: left; width: 98%; background: #EFEFEF; border-bottom: 1px solid #003366;
color: #222;
}
h4:hover {background: #E8E8E8;}
h4.aktiv {background: #dcfddc;}

h5 {font-size: 1.0em;}

.unav h3 a {
padding-left: 20px;
background: url(../images/pfeilr.png) 0 6px no-repeat;
font-size: 90%;
}

p {
margin: 10px 0 10px 0;
line-height: 1.6em;
}

p.willkommen {
color: #000;
margin-top:15px;
font-size: 120%;
font-weight: bold;
}

p.utitle {
font-weight: bold;
}

a.button {
background-color: #003366;
color: #fff;
font-size: 14px;
font-weight: bold;
width: 150px;
padding: 5px 20px;
}
a.button:hover {
box-shadow: inset 0px 0px 10px 0px #fff; -moz-box-shadow: inset 0px 0px 10px 0px #fff; -webkit-box-shadow: inset 0px 0px 10px 0px #fff;
}

hr {float: left; width: 100%; margin: 10px 0; padding: 0; height: 2px; border: none; background:#003366; }

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


@media only screen and (max-width: 960px) 
{

}

@media only screen and (max-width: 680px) 
{
 body {font-size: 0.75em;}
}
