﻿.MainTable { width:100%;  }
.MainTable td{ padding:2px 4px; border-bottom:1px dotted #CDCDCD; }
.MainTable .Right { text-align:right; padding-right:4px; }
.MainTable .Left { text-align:left; padding-left:4px; }
.HeadDataAuth { text-align:center; margin-top:6px; margin-bottom:14px; color: #555759; font-weight: bold; font-size:16px; }

@keyframes Change_Border {
    from { box-shadow: 0 0 0 0px #1990c6; }
    to {  box-shadow: 0 0 0 2px #1990c6; }
}
.Block_PH { position:relative; width:92%; text-align:center; margin:auto; }
.Block_PH .inputText { font-size: 16px; width: 98%; height: 30px; border:none; padding:2px 8px; padding-top:10px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; box-shadow: 0 0 0 1px #d9d9d9; margin-bottom:8px; }
.Block_PH .inputText:active, .Block_PH .inputText:focus { outline:none; animation-name: Change_Border; animation-duration: 1s; box-shadow: 0 0 0 2px #1990c6; border:none; }
.Block_PH .inputText:focus ~ .floating-label, .Block_PH .inputText:not(:focus):valid ~ .floating-label { top: 2px; left: 16px; font-size: 11px; opacity: 1; color:#858585; }
.Block_PH .floating-label { position: absolute; pointer-events: none; font-size:16px; left: 18px; top: 12px; color:#616161; transition: 0.4s ease all; }

.CenterBlock { width:300px; margin:20px auto; border-radius:6px; background-color:#fff; margin-bottom:9px; color: #3a3a3a; 
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.25); -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.25); box-shadow: 1px 2px 6px rgba(0,0,0,0.25); 
    overflow:hidden;
}
.CenterBlock a { text-decoration:none; }
.CenterBlock a:hover { text-decoration:underline; cursor:pointer; }
.section-0 { padding:20px 6px 14px 6px; }
.section-1 { text-align: center; padding: 17px 0; background-color: #f3f3f3; }
.link-1 { text-decoration:underline; }
.link-1:hover { text-decoration:none; cursor:pointer; }

#adv_block { display:none; }
.Central-content { background: url(/Files/background/berchtesgaden-2928712_1920.jpg) no-repeat center center fixed; }
