﻿/* Made in 2012 by Michael Sieme. */
/* All rights reserved. */

/* ---------- Seitenlayout ---------- */

html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  min-width: 920px;
}

body {
  padding: 30px;
  margin: 0px;
  background-color: #FFFFFF;
  min-width: 920px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
}


/* ---------- Textformatierungen Standard ---------- */

img {
  border: 0;
}

p {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #4c4c4c;
}

h1 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 140%;
  color: #4c4c4c;
  text-align: center;
}

h2 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 140%;
  color: #4c4c4c;
  text-align: center;
}


/* ---------- Linkformatierungen ---------- */

a.extern {
  padding-left: 14px;
  background-image: url(grafiken/links-extern.gif);
  background-repeat: no-repeat;
}

a {
  color: #0080ff;
  text-decoration: none;
}

a:link {
  border-bottom: 1px dotted;
}

a:visited {
  border-bottom: 1px dotted;
}

a:active {
  border-bottom: 1px solid;
}

a:hover {
  border-bottom: 1px solid;
}

a#active {
  border-bottom: 1px solid;
  font-weight: bold;
}

a.navifarbe {
  color: #ffffff;
}

