
html, body
{ 
  width: 100%;
  margin: 0px;
  font-family: sans-serif;
  line-height: 150%;
  font-size: 10pt;
}

ul
{ 
  padding: 0;
  list-style: none;
  margin-left: 0;
}

img
{ 
  border: 0;
}

a
{ 
  text-decoration: none;
}

a:hover
{ 
  text-decoration: underline;
}

td
{ 
  vertical-align: top;
  padding: 0;
}

#pageheader, #navigation, #clockpanel, #commentform
{ 
  display: none;
}


#columnTable
{ 
  width: 100%;
  border-spacing:0;
  margin:0;
  padding:0;
}


#middleColumn
{ 
  padding: 10px;
  width: 650px;
  min-width: 400px;
}


div.articleRef
{ 
  clear: left;
  margin-left: 0.5em;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 1em;
}

div.articleRef h3
{ 
  font-size: 14pt;
  line-height: 150%;
  margin: 3px 0;
}

span.praefix, span.autor
{ 
  color: #3838E0;
}

div.articleRef img
{ 
  float: left;
  margin-right: 15px;
}

div.articleRef p.teaser
{ 
  margin: 3px 0;
}

.articleRef a
{ 
  color: black;
}

p.moreinfo
{
  margin-top: 0px;
  font-weight:bold;
  display: block;
}






#rightColumn1, #rightColumn2
{
  padding: 1em 10px; 
  border-left: 1px solid #3838E0;
  width: 170px;
}

#rightColumn1 h3, #rightColumn2 h3
{ 
  font-size: 10pt;
  font-weight: bold;
}

hr
{ 
  height: 0px;
  border-top: 0px;
  border-bottom: solid #C0C0C0 1px;
}


.olderLink
{
  margin-top: 3px;
  text-align: right;
}





#articleTable
{ 
  border-spacing: 0px;
  table-layout: fixed;
}

#articleTable td 
{ vertical-align:top; }

td.articleL
{ 
  width: 70%;
  padding-right: 10px;
  padding-left: 15px;
}

td.articleR 
{
  width: 30%;
  padding-left: 10px;
  border-left: 1px solid #C0C0C0;
}

h1.articleTitle
{ 
  margin-left: 15px;
  font-size: x-large;
  font-weight: normal;
  margin-bottom: 0px;
  }

p.autor
{ 
  margin-left:15px;
  margin-top:0px;
}

.articleL p.teaser
{ 
  font-size: 10pt;
  font-weight: bold;
  color: #16165a;
}


#articleBody
{ 
  font-size : 10pt;
}

img.mainImg
{ 
  border: solid black 1px;
}

h2.comment
{ 
  font-size : 12pt;
  font-weight: bold;
  }

div.comment
{ 
  font-size: 10pt;
 }

div.comment h4
{ 
  margin-bottom:0px;
  padding-bottom: 0px;
  text-decoration: underline;
  font-weight: normal;
  }

div.comment h4 a
{ 
  color: black;
  font-weight: bold;
  }

p.ctext
{ 
  margin-top: 4px;
  }


