html { overflow-y: scroll; }

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

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

body { background-color: #FFFFFF; font-family: 'Lato', 'Lucida Grande', sans-serif; margin: 10px 20px 0 20px; }
H1 { font-family: 'Lato', sans-serif; color: #000000; font-weight:400; font-size:40px; letter-spacing: 1px; line-height: 38px; margin:0; padding:0; }
H2 { font-family: 'Lato', sans-serif; color: #000000; font-weight:400; font-size:17px; line-height:17px; letter-spacing:0.02em; padding:0; margin-top:0; margin-bottom:8px; }
p { margin:0; padding:0; }
hr { color:#FFFFFF; background-color:#FFFFFF; border:0; border-top: 1px dotted #333333; margin:0; padding:0; }
a:link { color: #696969; text-decoration: none; outline:none; }
a:visited { color: #696969; text-decoration: none; outline:none; }
a:hover { color: #0000FF; text-decoration: none; outline:none; }
a:active { color: #0000FF; text-decoration: none; outline:none; }
img { border:0; }

.head { font-family: 'Lato', sans-serif; color: #000000; font-weight:400; font-size: 25px; line-height:24px; letter-spacing: 1px; }
.head H1 { font-family: 'Lato', sans-serif; color: #000000; font-weight:400; font-size: 25px; line-height:24px; letter-spacing: 1px; margin:0; padding:0; }

.text { font-size:14px; color: #000000; line-height:22px; }
.text H1 { font-family: 'Lato', sans-serif; color: #000000; font-weight: 400; font-size: 17px; line-height:17px; letter-spacing:0; padding:0; margin-top:0; margin-bottom:8px; }
.text H2 { font-family: 'Lato', sans-serif; color: #000000; font-weight: 700; font-size: 15px; line-height:15px; letter-spacing:1px; padding:0; margin-top:0; margin-bottom:8px; }
.text p { margin-top:0; margin-bottom:14px; padding:0; }
.text img { margin:0; padding:0; border:0; vertical-align:top; vertical-align: text-top; }

.bu { font-size: 11px; color: #000000; letter-spacing:0.02em; }
.footer { font-size: 10px; color: #000000; letter-spacing:0.02em; }
.starttext { font-family: 'Lato', sans-serif; font-size: 15px; color: #000000; font-weight: 400; letter-spacing:0; line-height: 15px; }

.menu { font-family: 'Lato', sans-serif; font-size: 15px; color: #0000FF; font-weight: 400; letter-spacing: 1px; line-height: 15px; }
.menu1 { font-family: 'Lato', sans-serif; font-size: 15px; color: #000000; font-weight: 400; letter-spacing: 1px; line-height: 15px; }
.menu a:link { color: #000000; font-weight:400; text-decoration: none; }
.menu a:visited { color: #000000; font-weight:400; text-decoration: none; }
.menu a:hover { color: #0000FF; font-weight:400; text-decoration: none; }
.menu a:active { color: #0000FF; font-weight:400; text-decoration: none; }

.gtext { font-size: 14px; color: #000000; line-height:22px; width:900px; clear:both; text-align:left; padding-left:12px; }
.gtext p { margin-top:0; margin-bottom:10px; padding:0; }

.sbild { position:relative; height:100%; width:100%; }
.sbild img { max-height:100%; max-width:100%; margin: auto; position:absolute; top:0; left:0; bottom:0; right:0; }

