﻿@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: 'ownFont';
}

html, body {
  height: 100%;
  background-color: #dce0d7;
  color: #000000;
}

img, div {
  border: 0;
}
img {
  max-width: 100%;
}

#container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 650px;
  display: block;
  background-color: #dce0d7;
  position: relative;

  border-radius: .2em;
  border-color: rgba(82,131,0,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
}

#txt {
  background: url(../pics/bg040top.jpg) left top no-repeat, url(../pics/bg040.jpg) left bottom no-repeat;

  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: expression(100% - 50px);
  width: -o-calc(100% - 50px);
  width: calc(100% - 50px);

  margin-left: auto;
  margin-right: auto;

  text-align: left;
  position: relative;
}

h1 {
  text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), 0px 3px 7px rgba(117,89,13,0.6);
  color: #75590D;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h1.bronze1 {
  text-shadow: none;
  color: #75590D;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  min-width: 650px;
}

h3 {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-indent: 15px;
  font-size: 20px;
  line-height: 1.2em;
  text-align: justify;
}

#divrector {
  position: relative;
  text-align: center;
  float: left;
}

.pib {
  color: #75590D;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
  margin-right: 50;
  margin-top: 0;
  width: 250px;
  float: left;

  display: inline-block;
}

.bio {
  float: left;
  border: 0;

  display: inline-block;
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: expression(100% - 300px);
  width: -o-calc(100% - 300px);
  width: calc(100% - 300px);
}

hr {
  border: 1px solid #005b31;
  /* padding-bottom: 15px;
  padding-top: 15px; */
  margin-top: 15px;
  margin-bottom: 15px;
}

.divnavi {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a, a:visited {
  color: #75590D;
  font-size: 19px;
  text-decoration: none;
  font-weight: normal;
}

a:hover, a:active {
  color: #513e09;
  font-size: 19px;
  text-decoration: underline;
  font-weight: normal;
}
