/* alef-regular - latin */
@font-face {
  font-family: 'Alef';
  font-style: normal;
  font-weight: 400;
  src: url('./font/alef-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./font/alef-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/alef-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/alef-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./font/alef-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/alef-v12-latin-regular.svg#Alef') format('svg'); /* Legacy iOS */
}

/* alef-700 - latin */
@font-face {
  font-family: 'Alef';
  font-style: normal;
  font-weight: 700;
  src: url('./font/alef-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./font/alef-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/alef-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/alef-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./font/alef-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/alef-v12-latin-700.svg#Alef') format('svg'); /* Legacy iOS */
}


a:link
{
	color: #529d2e;
	text-decoration: none;
}
a:visited
{
	color: #529d2e;
	text-decoration: none;
} 
a:active 
{
	color: #529D2E;
	text-decoration: none;
}
a:hover
{
   color: #000;
   text-decoration: none;
}

body
{
	font-family: 'Alef', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
  color: #333;
  -webkit-text-size-adjust:none;
}

p, td {

}

b {font-weight: bold;}

input, textarea
{
   font-size: 13px;
}


.small
{
   font-size: 85%;
}

h1 {
font-size: 25px;
color: #555;
font-weight: bold;
margin: 15px 0 25px 0;
line-height: 140%;
}

h2 {
font-size: 20px;
color: #529D2E;
font-weight: bold;
margin: 20px 0 20px 0;
}
h3 {
font-size: 18px;
margin: 20px 0 10px 0;
line-height: 140%;
font-weight: bold;
color: #529D2E;
}

h4 {
font-size: 1.0em;
margin: 5px 0; color: #666666;
}

h5 {
font-size: 25px;
color: #529D2E;
margin: 5px 0;
color: #529D2E;
font-weight: normal;
}

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

p.utitle {
font-weight: bold;
}

ul {margin: 0; padding: 0 0 0 20px;}

hr {border-bottom: 2px solid #666; border-top: none;  border-left: none; border-right: none;}

.button {background: #529D2E; color: #fff; padding: 5px; float: left;}

#adresse a {color: #fff;}
