body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:11pt;
  line-height:16pt;
  color:#000;
}

table td {
  vertical-align:top;
}

h1 {
  font-size:16pt;
}
h2 {
  font-size:14pt;
}
h3 {
  font-size:12pt;
}

#logo, #banner, #space1,
#image, #jiggys, #space2,
#navig, #space3,
#search, #fastlinks, #space4 {
  display:none;
}

#main {
  width:100%;
}

/* 2-spaltig */

.twoColumns .col1 {
  width:33%;
  border-right:solid #000 1px;
  padding:0 1em 0 0;
}
.twoColumns .col2 {
  width:66%;
  padding:0 0 0 1em;
}

/* 2-spaltig, Bilder */
.twoColumnsImages .col1 {
  width:66%;
  border-right:solid #000 1px;
  padding:0 1em 0 0;
}
.twoColumnsImages .col2 {
  width:33%;
  padding:0 0 0 1em;
}
.longdesc {
  font-size:10pt;
  color:#000;
  margin:0 0 1em 0;
}

/* 3-spaltig */
.threeColumns .col1 {
  width:33%;
  border-right:solid #000 1px;
  padding:0 1em 0 0;
}
.threeColumns .col2 {
  width:33%;
  border-right:solid #000 1px;
  padding:0 1em 0 1em;
}
.threeColumns .col3 {
  width:33%;
  padding:0 0 0 1em;
}


/* Artikel-Liste */
.article {
  padding:1em 0;
  border-bottom:solid #000 1px;
}