﻿/* Made in 2011 by Michael Sieme. */
/* All rights reserved. */

/* ---------- Seitenlayout ---------- */

body {
  background: #fff;
  color: black;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  quotes: "\201E" "\201C" "\201A" "\2018";
}

/* Seitenbreite */
body, #text {
  width: 100%;
  margin: 0;
  padding: 0;
}

#titel, #navigation, #fuss, #browserhinweis {
  display: none;
}

p {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  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: left;
}

h2 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 140%;
  color: #0080ff;
  text-align: left;
}

h3 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 140%;
  color: #0080ff;
  text-align: left;
}

ul {
  padding: 0 0 0 40px;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
  color: #4c4c4c;
}

td {
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #4c4c4c;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { 
  page-break-after: avoid; 
}

p, address, li, dt, dd {
  font-size: 100%
}

a:link, a:visited {
  background: transparent;
  color: black;
  font-weight: normal;
  text-decoration: underline;
}

.Bild_rechts {
  float: right;
  margin: 0 0 0 30px;
  box-shadow: 3px 3px 8px #4c4c4c;
  border-radius: 6px;
}

.Bild_links {
  float: left;
  margin: 0 30px 0 0;
  box-shadow: 3px 3px 8px #4c4c4c;
  border-radius: 6px;
}

.Referenzen_links {
  float: left;
  margin: 0 30px 0 0;
  box-shadow: 3px 3px 8px #4c4c4c;
  border-radius: 6px;
}

.neuer_Absatz {
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
}

/* Sichtbare Auszeichnung der URLs von Links */
a[href]:after { 
  content: " <"attr(href)">"; 
  background-color: inherit;
  font-style: italic;
}

#text:before {
  content: "";
  color: black;
  font-size: 12px;
  font-style: italic;
}

#text:after {
  content: "© 2011 MSI INTERNET. Alle Rechte vorbehalten. <www.msi-internet.de>";
  color: #0080ff;
  font-size: 10px;
  font-style: italic;
  padding: 20px 0 0 0;
}

.Layoutspalte1 {
  width: 190px;
  text-align: right;
  vertical-align: top;
  font-style: italic;
  font-size: 11px;
  line-height: 18px;
  color: #2757cf;
}

.Layoutspalte2 {
  width: 45px;
}

.Layoutspalte3 {
  vertical-align: top;
}

.Anmerkung {
  font-size: 10px;
  font-style: italic;
}


