/*
  (c) 2006 - 2008 Felix Ulber

  last Change: 28.06.2008

*/

/* change standard-html tags' properties */

/*
Colors

  Gainsboro:  #DCDCDC
  DarkGray:   #A9A9A9
  Gray:       #808080

*/

html {
      padding:0px;
      margin:0px;
    }

body {
  background-color: #3C3C3F;/*#202022;*/
  font-family:      Verdana, Arial, Sans-Serif;
  font-size:        11px;
  color:            #6Caef2;
  padding:          0px;
  margin:           0px;
  text-align:       center;  /* Zentrierung im Internet Explorer */
}

/* --- bisken dunkler hier --- */
body a {
  color: #6Caef2;
}

img {
  border: 0px;
  padding: 0px;
}

h1 {
  padding: 25px 0px 5px 0px;
/*  font-family: "Tahoma", Verdana, Helvetica, Sans-Serif;*/
  font-family: Georgia, "Times New Roman", Serif;
  font-size: 16px;
  font-weight: bold;
  color: #DCDCDC;
     /*-- for testing purposes --*/
   border-bottom: thin solid silver;
}

/*--  datumsangaben --*/
.dater {
/*   color: #37576C;*/
   color: #A9A9A9;
}

h2 {
  padding: 10px 0px 5px 0px;
  font-family: "Tahoma", Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  color: #A9A9A9;
  /*-- only for testing purposes --*/
/*  border: thin solid silver;*/
}

p {
  margin: 10px 0px 0px 0px;
  line-height: 17px;
  /*-- only for testing purposes --*/
/*  border: thin solid silver;*/
}
p.cvitem {
  margin-left: 130px;
  text-indent: -110px;
}

table {
  border:none;

  table-layout: fixed;
  margin: 0px 30px;
  /*-- only for testing purposes --*/
   /*  border: 1px solid silver;*/
}

table.disclaimer{
  margin: 0px;
}

tr {
/*  line-height: 30px;*/
  margin: 25px;
}

td {
    line-height: 20px;
    vertical-align: top;
}

td.td1 {
  width: 12em;
}

/*div {

}

/* ----------container zentriert das layout-------------- */
div#container {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  width: 760px;
  margin-bottom: 10px; /*???????*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* -------------------Infozeile-----------------*/
#toparea {
    height: 5em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 3em 0em 0em 0em;
    vertical-align: bottom;
    background-color: #202022;
   /*-- for testing purposes --*/
   border: thin solid #808080;
   background-image:url(../img/Title02.png);
}

#toparea h1 {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 16px;
    margin: 20px 10px 20px 10px;
    padding: 0px;
    text-transform: uppercase;
    text-align: right;
    border: none;
 }

/* -- actually Fußzeile --*/

#spacer {
  text-align: center;
  color: #88888b;
}

#spacer a{
  color: #88888b;
}

#spacer a:visited {
  color: #88888b;
}

#spacer a:focus {
  color: silver;
}

#spacer a:hover {
  color: silver;
}

#spacer a:active {
  color: silver;
}


/* ------------------upper menue----------------- */

#menubar {
  margin: 0px 0px 10px 0px;
  background-color: #202022;
  line-height: 30px;
  border-top: 2px solid silver;
  border-bottom: 2px solid silver;
  font-family: Tahoma, Arial, SunSans-Regular, Sans-Serif;
  font-size: 14px;
  padding: 0px 20px;
/*  background-image:url(../img/mb_bg2.gif);*/
}

#menubar a {
/*  color: #6699cc; */
  color: #6Caef2;
  font-weight: bold;
  padding: 0px 20px;
  text-decoration: none;
}

#menubar a:visited{
  color: #6Caef2;
  padding: 0px 20px
}

#menubar a:focus{
  color: #f00;
  padding: 0px 20px
}

#menubar a:hover{
   border: thin dashed #6Caef2;
   padding: 0px 19px
}
#menubar a:active{

}
#menubar a.selected {
  border: thin solid silver;
  height: 40px;
  color: #DCDCDC;
  padding: 0px 19px
}

/* --------------just for firefox/w3c-Banner placin at the bottom ------------------ */
#empty {
  height: 15px;
/*  background-color: black;*/
  vertical-align: middle;
  margin: 10px 0px;
  text-align: center;
}

/* ----------banner for logo-------------- */
#banner {
  background-color: #333;
  text-align: right;
  padding: 0px;
  margin: 0px;
  height: 56px;
}

#banner img {padding:10px 0px;}

/* -----------------Inhalt--------------------- */
#content {
  background-color: #333;
  padding: 0px 20px 15px 20px;
  margin-left: 145px;
  margin-bottom: 10px;
  /*-- for testing purposes --*/
/*  border: thin solid silver;*/
}

#content img{
   margin: 15px 21px;
   padding: 0px;
   /*-- for testing purposes --*/
  border: thin solid silver;
}

/*?????*/
div#content {
  min-height:400px;
  height:expression(this.scrollHeight > 400 ? "auto":"400px");
}

/* #left oder #top Menue, oder eher das heller?*/
#left {
  float: left;
  position: relative;
  width: 110px;
  margin: 0px;
  padding: 0px 10px 30px 10px;  /* geh&ouml;rt nicht hierhin?*/
  background-color: #333;
  font-size: 13px;
  font-weight: bold;
/*  border-right: 5px double black; */
   /*-- for testing purposes --*/
   border: thin solid #808080;
}
