body,div,h1,h2{ 
	margin: 0;
	padding: 0;
	outline: none;
   cursor: default;
}
h1,h2 {
	font-size: 100%;
	font-weight: normal;
   padding-bottom: 3px;
}
body {
   background: #fff;
}
img { 
	max-width: 100%;
	height: auto;
	border: 0;   
}
a {
   color: #A4001F;  
   text-decoration: none; 
   padding: 2px 2px 0;
   border-bottom: 1px solid transparent;
}
a:hover {
   border-bottom: 1px dotted #A4001F;
   color: #710018;
}
.head {
   height: 98px;
   -webkit-box-shadow: 0 0 5px #999;
   -moz-box-shadow: 0 0 5px #999;
   -o-box-shadow: 0 0 5px #999;
   -ms-box-shadow: 0 0 5px #999;
   box-shadow: 0 0 5px #999;
}
.logo {
   background: url(head_logo.png) no-repeat 40px 0;   
   max-width: 1303px;
   margin: 0 auto;
   height: 98px;   
   text-indent: -986532px;
}
.oldmonkrum {
   width: 100%;
   text-align: center; 
   padding: 6% 0 3%;  
}
.footer {
   height: 200px;
   max-width: 1303px;
   margin: 0 auto;
   background: url(fuss_logo.png) no-repeat center;   
}
.link, .mail {
   width: 250px;
   font-family: veradna, arial, sans-serif;
   font-size: 16px;
   color: #333;
   padding: 5% 10%;
   text-align: center;
}
.link {
   float: left;
   padding-right: 0;
}
.mail {
   float: right;
   padding-left: 0;
}
.info {
   position: absolute;
   top: 23px;
   right: 40px;
   font-family: veradna, arial, sans-serif;
   text-align: right;
}
.info, .logo, .link, .mail {
  	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;    
}
@media screen and (max-width:439px) {
   .link, .mail {
      float: none;
      padding: 10% 5%;
      margin: 0 auto;
   }
   .link    { border-bottom: 1px dotted #bbb; }
   .footer  { height: 650px; }
   .oldmonkrum { padding: 15% 0; }  
   .logo { background: url(head_logo.png) no-repeat 10px 0; } 
   .info {right: 10px; }
}
@media screen and (min-width: 440px) and (max-width:660px) {
   .link, .mail {
      width: 200px;  
      padding: 5% 5px; 
      font-size: 14px;
   }
}
