body {
  margin: 0;
  padding: 0;
  background: #EEEEEE;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align:center;
}


a {
  color: #0E70D1;
  text-decoration:none;
}

a:hover {
  color:#0C5BAB;
  text-decoration:none;
}

h1 {
  font-size:12pt;
  margin-bottom:1.2em;
  padding-top:0;
  padding-left:5px;
  border-left:solid 2px #1D89D5;
}


img {
  border:none;
}
  

h2 {
  margin-bottom:3px;
  font-size:120%;
}

.page
{
  text-align:left;
  width:987px;
  margin: 10px auto;
}

.header
{
  width:987px;
  height:76px;
  text-align:left;
  background-image:url(../img/header.png);
}


.menu
{
  font-size:12pt;
  letter-spacing:2pt;
  padding-top:30px;
  padding-right:12px;
  text-align:right;
  color:white;
}

.menu a {
  color:white;
}

.menu a.highlight {
  color:#9AEF69;
}

.menu a:hover {
  color:#E1E1E1;
}


.main
{
  margin-left:35px;
  padding:5px;
  padding-left:10px;
  line-height:150%;
  margin-top:5px;
  width:895px;
  background-color:white;
  border:solid 1px Lightgrey;
}


.sidebar
{
  float:right;
  width:260px;
  padding:3px 6px;
  border-left:solid 2px #2B94DE;
  background-color:#F3F3F3;
}

.sidebar h1 {
  margin-bottom:0.7em;
  padding-top:0;
  border:none;
  padding:0;
  font-size:10pt;
  text-decoration:underline;
}

.sidebar strong {

}

.date
{
  color:#606060;
}

.itembox
{
  border:solid 1px #C5C5C5;
  width:600px;
  background-image:url(../img/box_hover2.png);
  background-repeat:repeat-x;
  margin-bottom:1em;
}

.itembox:hover
{
  /*background-image:url(../img/box_hover.png); */
  background-image:none;
  border-color:#A2A2A2;
}

.itembox_content_more
{

}

.itembox_content
{
  background-image:url(../img/box_bg.png);
  padding:3px;
}

.itembox hr
{
  border:none;
  border-bottom:dotted 1px #A2A2A2;
  height:1px;
  margin:3px 0;
}

.itembox div.control
{
  border-top:dotted 1px #A2A2A2;
  text-align:right;
  margin:0;
  font-size:8pt;
  background-image:url(../img/box_hl.png);
  padding:3px;
}

.itembox img.thumb
{
  float:left;
  margin-right:5px;
}

.itembox h1
{
  font-size:10pt;
  margin:0.0em 0 0.3em 0;
  border:none;
  padding:0;
}

.itembox p.info
{
  margin:0 0 0.5em 0;
  color:#646464;
  line-height:1.2em;
}

div.clear_left
{
  clear:left;
  height:1px;
}
div.clear_right
{
  clear:right;
  height:1px;
}



img.icon
{
  width:16px;
  height:16px;
  vertical-align:bottom;
}

img.screen
{
  margin:3px;
}

p
{
  margin-top:0;
  margin-bottom:0.5em;
}


div.boxError
{
  border:solid 2px red;
  padding:0;
  margin:8px;
  background-color:white;
  width:484px;
}

div.boxSuccess
{
  border:solid 2px green;
  padding:0;
  margin:8px;
  width:484px;
}

div.boxInfo
{
  border:solid 2px yellow;
  padding:0;
  margin:8px;
  width:484px;
}


.smalltab
{
  border-style:none;
  padding:0;
  margin:0;
}

.smalltab td
{
  padding:0;
  margin:0;
}

textarea
{
  font-family:Tahoma,sans-serif;
  font-size:9pt;
}

th
{
  text-align:right;
}

table.formular td
{
  vertical-align:top;
}

table.formular th
{
  vertical-align:top;
}


.smalltext {
  font-size:8pt;
}