* {
  margin: 0;
  padding: 0;
}

html {
  height: 100.1%;
  padding-bottom: 1px;
}

img {
  border: none;
}

body {
  padding: 18px 0;
  background: #fff url("../images/bg_page.gif") repeat-x;
  color: #000000;
}

body,
td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

#pagewrapper {
  width: 984px;
  margin: 0 auto;
  background-color: #fff;
  overflow: auto;
}

#header {
  float: left;
  width: 900px;
  height: 139px;
  padding: 41px 42px 0 42px;
  background: #fff url("../images/bg_header.gif") no-repeat;
}

#header_l {
  float: left;
}

#header_r {
  padding-top: 20px;
  float: right;
}

#navi {
  clear: both;
  width: 984px;
  height: 35px;
  background: #fff url("../images/bg_navi.gif") no-repeat;
  overflow: hidden;
}

#main {
  float: left;
  width: 984px;
  background: #fff url("../images/bg_main.gif") repeat-y;
  overflow: auto;
}

.schatten {
  float: left;
  width: 12px;
}

#spalte_all {
  float: left;
  width: 900px;
  padding: 30px;
}

#spalte_1 {
  float: left;
  width: 200px;
  padding: 28px 10px 20px 30px;
  /* background: #EEE; */
}

#spalte_2 {
  float: left;
  width: 660px;
  padding: 30px;
}

#diashow {
  float: right;
  width: 500px;
  height: 330px;
  /* background: #DDD; */
  overflow: hidden;
}

#diashow img {
  border-bottom: 10px solid #fff;
}

#footer {
  clear: both;
  width: 984px;
  height: 41px;
  padding-top: 9px;
  text-align: center;
  background: #fff url("../images/bg_footer.gif") no-repeat;
  font-size: 11px;
}

/*********** LINKS + MENU */

a {
  color: #00a395;
}
a:hover {
  text-decoration: underline;
}

#navi ul {
  padding-left: 0;
  margin-left: 12px;
  border-left: 2px solid #fff;
  background-color: #ccedea;
  float: left;
}

#navi ul li {
  display: inline;
}

#navi ul li a {
  padding: 8px 20px 9px 20px;
  background-color: #ccedea;
  color: #000;
  text-decoration: none;
  float: left;
  border-right: 2px solid #fff;
}

#navi ul li a:hover {
  background-color: #00a395;
  color: #fff;
}

ul#navi2 li {
  padding: 10px 0;
  border-bottom: 1px solid #f9c2a3;
}

ul#navi2 li a {
  text-decoration: none;
}

ul#navi2 li a:hover {
  text-decoration: underline;
}

ul#navi2 li a.active {
  color: #000;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/*********** DIVERSES */

h1 {
  font-size: 20px;
  color: #00a395;
  margin: 0 0 25px 0;
}

h2 {
  color: #000;
  font-size: 16px;
  margin: 0 0 20px 0;
}

h3 {
  color: #00a395;
  font-size: 12px;
  margin: 0 0 20px 0;
}

p {
  margin: 0 0 20px 0;
}

.small {
  font-size: 11px;
}

#spalte_2 ul,
ul.normal {
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 20px;
  list-style-type: disc;
}

#spalte_2 ul li,
ul.normal li {
  padding-bottom: 8px;
}

img.picright,
.picright {
  float: right;
  margin: 0 0 30px 30px;
}

img.picleft {
  float: left;
  margin: 0 30px 30px 0;
}

div.floatright {
  float: right;
  margin: 0 0 30px 30px;
}

hr {
  clear: both;
  border-bottom: 0 none;
  border-top: 1px solid #f9c2a3;
  height: 0;
  margin: 25px 0;
}

table.tableborder {
  border-collapse: collapse;
}

table.tableborder td,
table.tableborder th {
  border: 1px solid #999;
  padding: 5px;
}

table.tableborder th {
  font-weight: bold;
  background-color: #eee;
  text-align: left;
}

td.right,
th.right {
  text-align: right !important;
}

table.normal {
  margin-bottom: 25px;
}

table.normal td {
  line-height: 1.5;
  padding-right: 10px;
  white-space: nowrap;
}

.ma_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.ma {
  font-size: 11px;
  margin-bottom: 20px;
}

.ma img {
  margin-bottom: 10px;
  border-radius: 10px;
  max-width: 100%;
}

#kontaktform select {
  border: 1px solid #7fc4e4;
  width: 308px;
  padding: 2px;
}

#kontaktform input {
  border: 1px solid #7fc4e4;
  width: 300px;
  padding: 2px;
}

#kontaktform textarea {
  border: 1px solid #7fc4e4;
  height: 150px;
  width: 400px;
  padding: 2px;
}

a[href$=".pdf"] {
  background: url("link_pdf.png") no-repeat left center;
  padding: 2px 0 2px 22px;
}

#cvfoto {
  width: 160px;
  float: left;
}

#cvtext {
  width: 420px;
  float: left;
}

table.cvtable td {
  padding: 0 0 5px 0;
}
