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

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


a
{
	color: #555;
	text-decoration: none; 
}
a:active 
{
	color: #333;
	text-decoration: underline;
}
a:hover
{
   color: #222;
   text-decoration: underline;
}
   
body
{
font-family: Ubuntu,sans-serif;
font-size: 1.0em;
  color: #000;
  font-weight: 300; -webkit-text-size-adjust:none;
}

p, td {

}


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

 
.small
{
   font-size: 85%;
}
         
h1 {
font-size: 1.8em;
color: #000000;
font-weight: bold;
margin: 10px 0 20px 0;
line-height: 130%;
}

h2 {
font-size: 19px;
color: #000000;
font-weight: bold;
margin: 25px 0 20px 0;
}
h3 {
font-size: 17px;
margin: 20px 0 15px 0;
color: #5D5E61;
}

h4 {
font-size: 110%;
margin: 20px 0 10px 0;
}


.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%;
}

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

.marker {
    color: #222222;
}

big {
    font-size: 1.3em;
}

.textfeld_r p {
margin: 0;
}

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

p.utitle {
font-weight: bold;
}

hr {
    border: 0; float: left; width: 100%; height: 1px; background:#222222; margin: 10px 0;
}

b,strong {font-weight: bold;}

a.linkstyle1 { padding: 5px 10px; position: relative; border: 2px solid #fff; text-decoration: none; font-weight: 300; font-size: 1.1em; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
box-shadow: 0px 0px 5px 0px #666; -moz-box-shadow: 0px 0px 5px 0px #666; -webkit-box-shadow: 0px 0px 5px 0px #666; background: #fff; }

a.anfragebutton {
background: #000000;
color: #fff;
border: none;
font-size: 14px;
font-weight: bold;
width: 150px;
padding: 7px;
}
