@font-face {
  font-family: 'UnifrakturCook';
  font-style: normal;
  font-weight: 700;
  src: local('UnifrakturCook'), local('UnifrakturCook-Bold'), url(http://themes.googleusercontent.com/static/fonts/unifrakturcook/v5/ASwh69ykD8iaoYijVEU6Rm_7m0YPLwupdydlBc09ccE.woff) format('woff');
}

body {
 background-color:#E9E4A9;
 background-image:url(../Bilder/back2.jpg);
 background-attachment:fixed;
 margin-top:12px;
 margin-left:14px;
}


p, textarea, input {
 /* font-family: Times New Roman; */
 font-family: 'UnifrakturCook', cursive;
 font-size: 14pt;
 color: #2F5B2D;
 line-height:18px;
}


.t1 {
  font-family: 'UnifrakturCook', cursive;
 font-size: 24pt;
 color: #2F5B2D;
 line-height:48px;
}

.t2 {
  font-family: 'UnifrakturCook', cursive;
 font-size: 20pt;
 color: #2F5B2D;
 line-height:24px;
}


.t2r {
  font-family: 'UnifrakturCook', cursive;
 font-size: 20pt;
 color: #7E261D;
 line-height:36px;
}

.t3 {
  font-family: 'UnifrakturCook', cursive;
 font-size: 16pt;
 color: #2F5B2D;
 line-height:20px;
}

.t4 {
 font-family: 'UnifrakturCook', cursive;
 font-size: 12pt;
 color: #2F5B2D;
 line-height:20px;
}


a {
 font-family: 'UnifrakturCook', cursive;
 font-weight: bold;
 font-size: 12pt;
 color: #120D71;
 text-decoration: none;
}

a:link {
 font-family: 'UnifrakturCook', cursive;
 font-weight: bold;
 font-size: 12pt;
 color: #120D71;
 text-decoration: none;
}

a:visited {
 font-family: 'UnifrakturCook', cursive;
 font-weight: bold;
 font-size: 12pt;
 color: #120D71;
 text-decoration: none;
}

a:active {
 font-family: 'UnifrakturCook', cursive;
 font-weight: bold;
 font-size: 12pt;
 color: #5B9531;
 text-decoration: none;
}

a:hover {
 font-family: 'UnifrakturCook', cursive;
 font-weight: bold;
 font-size: 12pt;
 color: #EB985D;
 text-decoration: underline;
 text-shadow: 0px 0px 20px rgb(255, 255, 255);

}

#border {
 border-width:5px;
 border-color:#418635;
 border-style:ridge;
 padding:0px; }