.article_short_head { 
  color: #000f75;
  padding: 3px;
  font-weight: bold;
  text-decoration: none;
}

.article_short_date {
  color: #000f75;
  font-style: italic;
  text-align: right;
} 

td.article_short_author {
  font-size: small;
  font-style: italic;
}

a.article_short_image {
}

img.article_short_image {
  padding: 1px;
  border: 1px solid black;
  float: left;
  vertical-align: top;
}

.article_short_pre {
  color: black;
  text-decoration: none;
}

.article_full_date {
  color: #000f75;
  font-size: large;
}

.article_full_head { 
  font-size: x-large;
  font-weight: bold;
  font-family: "Liberation Sans", "Bitstream Vera Sans", "Arial", sans-serif;
}

.article_full_pre {
  font-weight: bold;
}

.article_body {
  text-align: justify;
}

.article_full_author {
  clear: both;
  font-size: small;
  font-style: italic;
}

img.article_image {
  border: 0px solid black;
  margin: 1px;
}

table.article_image {
  margin: 2mm;
  /* float: right; FAILS WITH IE PRINTOUT */
}

.article_title {
  background-color: #000f75;
  color: white;
  font-variant: small-caps;
  font-size: medium;
  text-align: left;
  font-weight: bold;
}

img {
  margin: 4mm;
}

table.article_gallery {
  float: left;
  margin: 5px;
  text-align: center;
}

caption.article_caption {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: small;
}

td.article_gallery {
  width: 180px;
}

img.article_gallery {
  border: 1px solid black;
  padding: 1px;
  margin: 1px;
}

img.article_attach {
  border: 0px solid black;
  padding: 2px;
}

div.vmenu {
  border-collapse: collapse;
  border-spacing: 0px;
}

div.vsubmenu {
  margin-left: 8px;
  border-collapse: collapse;
  border-spacing: 0px;
}

img.menupic {
  margin: 0px;
  float: left;
  clear: left;
}

div.menulink {
  clear: left;
  padding-top: 0.5pt;
  font-size: 85%;
}

div.submenulink {
  padding-top: 0.5pt;
  font-size: 85%;
}

html { 
  height: 100%;
  /* overflow: auto; */
  /* overflow-x: hidden; /* IE6 workaround, confuses Konqueror */
  margin: 0px;
  padding: 0px;
}

body { 
  background-color: white; 
  color: black;
  /* margin-right: 28px; /* IE6 workaround */
  margin-top: 0px;
  padding: 0px;
  font-family: "Liberation Sans", "Bitstream Vera Sans", "Arial", sans-serif;
  width: 98%;
}

body.full { 
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

a {
  color: #000f75;
  text-decoration: none;
}

a:hover {
  color: #606fc5;
  text-decoration: underline;  
}

a.menulink { 
  color: #9aa2df;
  text-decoration: none;
  font-weight: bold;
}

a.menulink:hover {
  color: #bac2ff;
  font-weight: bold;
  text-decoration: none;
}

a.menulink:active {
  color: #fdff3a;
  font-weight: bold;
  text-decoration: none;
}

a.menulink-sel {
  color: #fdff3a;
  font-weight: bold;
  text-decoration: none;
}

h1 { 
  font-variant: small-caps;
  font-family: "Liberation Sans", "Bitstream Vera Sans", "Arial", sans-serif;
  text-decoration: none;
}

h2 {
  font-family: "Liberation Sans", "Bitstream Vera Sans", "Arial", sans-serif;
  text-decoration: none;
}

#header {
  background-color: #000f75;
  color: black;

  height: 80px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px solid black;
  margin: 0px;
}

#header-left {
  height: 80px;
  width: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px solid black;
  margin: 0px;
  float: left;
}

#header-right {
  height: 80px;
  width: 500px;
  position: absolute;
  right: 5px;
  top: 0px;
  border: 0px solid black;
  margin: 0px;
  float: right;
}

#rallye {
  background-color: #000f75;
  color: black;

  height: 30px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 80px;
  border: 0px solid black;
  margin: 0;
  padding: 0;
  background-repeat: repeat-x;
  background-position: bottom;
}

#rallye-menu {
  height: 30px;
  width: 200px;
  border: 0px solid black;
  margin: 0px;
}

#rallye-print {
  height: 30px;
  width: 100%;
  border: 0px solid black;
  margin: 0px;
}

div.menu-frame {
  position: absolute;
  top: 110px;
  left: 0px;
  width: 180px;
  margin: 0px;
  padding: 0px;
  background-color: #000f75;
  background-repeat: repeat-y;
  background-position: right;
  color: white;
}

div.menu-ende {
  position: absolute;
  left: 0px;
  width: 180px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  background-color: #000f75;
  background-repeat: no-repeat;
  background-position: bottom;
}

div.counter {
  text-align: left;
  font-size: xx-small;
  color: #cccccc;
}

div.main-frame {
  margin-left: 181px;
  margin-right: 8px;
  margin-top: 110px;
  padding-left: 5px;
  padding-right: 1px;
  padding-top: 0px;
}

div.main-frame-nomenubar {
  margin-left: 0px; 
}

p.error {
    border: 1px solid red;
    color: red;
    background-color: lightyellow;
}

.non-printable {
	/* nothing special */
}

.printout {
	display : none;
}

