body {
  margin-top: 10px;
  margin-left: 20px;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 1.4em;
  color: #000000;
  width: 600px;
}

body.nav {
  margin-top: 10px;
  margin-left: 5px;
  background: #C0C0C0;
  color: #FFFFFF;
  width: 150px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Verweise */
a {
  font-weight: bold;
  text-decoration: none;
}

a:link, a:visited {
  color: #00ADEF;
}

a:hover, a:active, a:focus {
  color: red;
}

/* Navigationsverweise */
a.nav {
  display: block;
  background: #00ADEF;
  border: 2px solid #00ADEF;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
}

a.nav:link, a.nav:visited {
  color: #FFFFFF;
  border-style: solid;
  border-color: #00ADEF;
}

a.nav:hover, a.nav:focus {
  color: red;
  border-style: outset;
  border-color: #00AFFF;
}

a.nav:active {
  color: red;
  border-style: inset;
  border-color: #00AFFF;
}

/* Email-Link */
a.mailto, a.spamspan {
  font-weight: normal;
}

/* Ueberschrift 1 */
h1 {
  font-size: 12pt;
  color: #FFFFFF;
  border: 2px outset #00A0DF;
  background: #00ADEF;
  padding: 5px;
  margin-bottom: 30px;
}

/* Ueberschrift 2 */
h2 {
  font-size: 11pt;
}

/* Ueberschrift 3 */
h3 {
  font-size: 10pt;
  margin-top: 20px;
}

/* Bilder */
img {
  border: 0px none #FFFFFF;
}

/* Flaggen der Vertretungen */
img.flag {
  text-align: left;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #000000;
}

/* Kleine, tief- und hochgestellte Schrift */
small, sub, sup {
  font-size: smaller;
}

/* Block mit aktuellen Informationen auf der Hauptseite */
div.news {
  width: 275px;
  background-color: #F0F0F0;
  padding: 10px;
  margin-top: 70px;
  border: 1px solid #EAEAEA;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.news span.title {
  font-weight: bold;
}

/* Container fuer Slideshows */
div.slideshowContainer {
  text-align:center;
  background-color: #F0F0F0;
  border: 1px solid #EAEAEA;
  padding: 10px;
  margin: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Trennbereich zwischen Absaetzen */
div.separator {
  clear: both;
  margin-top: 30px;
  border-top: 1px dotted #C0C0C0;
  text-align: right;
}

/* Verweise zum Seitenanfang im Trennbereich zwischen Absaetzen */
div.separator a {
  color: #C0C0C0;
  font-weight: normal;
}

/* Kasten mit rotem Rahmen */
div.outline {
  border: 1px solid red;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Produktbild am Seitenanfang */
div.prodimg {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

/* Kasten mit Produktspezifikationen */
div.spec, td.spec {
  border: 1px outset #B8B8B8;
  background: #F0F0F0;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Ueberschrift fuer Kasten mit Produktspezifikationen */
div.spec-header {
  font-weight: bold;
  padding-bottom: 3px;
}

/* Geordnete und Ungeordnete Liste */
ol, ul {
  padding-left: 30px;
}

/* Geordnete Listenpunkte */
ol li {
  margin-bottom: 5px;
}

/* Zusammenfassungstext */
.summary {
  padding-left: 30px;
  padding-bottom: 10px;
  clear: both;
}

/* Download-Abschnitt */
.download {
  padding: 5px 5px 5px 35px;
  background-color: #EEEEEE;
  background-image: url(images/tango-icon-theme/16x16/actions/document-save.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  border: 1px solid #E0E0E0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.description {
  font-size: smaller;
  margin-left: 5px;
}

/* Fusszeile */
p.footer {
  font-size: smaller;
  text-align: right;
  color: #B8B8B8;
  padding-top: 10px;
}

/* Tabellenkopf */
th {
  text-align: left;
  border-bottom: 1px solid red;
}

/* Tabellenzelle */
td {
  vertical-align: top;
}

/* Messeliste */
table.fairs {
  
}

table.fairs td {
  padding-right: 10px;
  padding-bottom: 10px;
}

table.presenters {
  width: 100%;
}

table.presenters td {
  padding-right: 5px;
  padding-bottom: 5px;
}

table.muster {
  clear: both;
  border: 0px solid white;
  border-collapse: collapse;
  margin-top: 10px;
}

table.muster img {
  border: 1px solid #707070;
}
