
/* ---- Header -------------------- */

div.KopfImage
{
  padding-right:100%;
  padding-left:160px;
  padding-top:0;
  padding-bottom:0;
  height: 160px;
  margin: 0;
  border: 0;
  float: top;
  background: olive;
}


/* ---- Siedebar -------------------- */

/* width = 170px */

#Navigation
{
  float: left;
  /*
  position: fixed;
  */
  left: 0px;
  top: 160px;
  width: 160px;
  text-align: left;
  font-size: 14px;
}

div.NavigationItem
{
  font-size: 17px;
  padding-left: 5px;
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 0.7em;
  margin-top: 0.9em;
  float: bottom;
}

div.NavigationItem_L2
{
  font-size: 15px;
  margin-left: 5px;
  padding-left: 15px;
  margin-right: 10px;
  margin-bottom: 0.7em;
  margin-top: 0.5em;
  float: bottom;
}

div.NavigationItem_L3
{
  font-size: 13px;
  margin-left: 5px;
  padding-left: 25px;
  margin-right: 10px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  float: bottom;
}

div.NavSelected
{
  font-weight: bold;
  background-image:url('images/MarkerBack.gif');
  background-repeat:no-repeat;
  background-position:center;
}


/* ---- Content -------------------- */


  h1, h2,h3 { font-size: 16px; }
  p, h4,h5,h6 { font-size: 14px }
  /* h1, h2,h3,p, h4,h5,h6 { padding-left: 8px; padding-right: 8px; } */

#content p,h2,h3,h4,h5,h6
{
  margin: 0;
  padding: 0px;
}

#Content
{
  border: 160px;
  width: 800px;
  padding: 8px 0px 0px 0px;
  float: left;
 /*
  margin: 0px;
  padding: 0px;
  top: 210px;
  margin-left: 160px;
*/
  text-align: Justify;
  font-size: 16px;
}



.Image
{
  float: left;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0px;
  border: 0px;
}

.TirdContentDiv
{
  width: 245px;
  float: left;
  text-align: center;
  margin: 0 22px 10px 0;
  padding: 0px;
  border: 0px;
}

.NewsItemImage
{
  margin-top: 10px;
  width: 150px;
  height: 150px;
  float: left;
  text-align: left;
  vertical-align: top;
}

.NewsItemText
{
  margin-top: 10px;
  width: 640px;
  height: 150px;
  float: right;
  text-align: left;
  vertical-align: middle;
}

.TextImageLeftTop
{
  float: left;
  text-align: center;
  margin: 0 10px 10px 0;
  padding: 0px;
  border: 0px;
}

.TextImageLeft
{
  float: left;
  text-align: center;
  margin: 10px 10px 10px 0;
  padding: 0px;
  border: 0px;
}

.TextImageRight
{
  float: right;
  text-align: center;
  margin: 10px 0 10px 10px;
  padding: 0px;
  border: 0px;
}

.TextImageRightTop
{
  float: right;
  text-align: center;
  margin: 0 0 10px 10px;
  padding: 0px;
  border: 0px;
}


body {
  font-family: Arial;
  margin: 0px;
  color: maroon;
  background: #FFFFCC;
}

:link {
  color: maroon;
  font-weight: bold;
  text-decoration: none;}  /* for unvisited links */

:visited {
  color: maroon;
  font-weight: bold;
  text-decoration: none;
 } /* for visited links */

a:active {
  color: maroon;
  color: rgb(0,0,0)
} /* when link is clicked */

a:hover {
  color: #b70000;
  text-decoration: underline;
} /* when mouse is over link */

table.Navigation  { padding: 0px }

.Navigation td {
  text-align: center;
  padding-left : 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 20%;
}

/* set identical to the b.g.-color of the 2. Level */
td.FirstLevelSelectedNaviBGC {background: #becd56;}
/* set identical to the page background color */
td.SecondLevelSelectedNaviBGC {background: #FFFFCC;}

div.Signature {
  font-style: italic;
  /* font-weight: bold; */
  padding-left: 5%;
}


p.CenteredParagraph {
  width: 800px;
  text-align: center;
}

table.Month {
  border-collapse: separate;
  border-spacing: 4px;
}


.Month td{
  font-weight: bold;
  font-size: small;
  background: #becd56;
  border-style: none;
  text-align: right;
  height: 19px;
  padding: 0px;
  border: none;
}


td.CW  {
  width: 52px;
  text-align: left;
}


/* free working days */
td.W
{
  width: 26px;
}


/* free non working days */
td.F {
  width: 26px;
  color: blue;
}

/* occupied working days*/
td.OW {
  width: 26px;
  background: #ed1222;
  color: #FFFFCC;
}

/* occupied non working days*/
td.OF {
  width: 26px;
  background: #ed1222;
  color: blue;
}


td.Ch {
  background-image:url('images/Change.gif');
  background-repeat:no-repeat;
  color: #FFFFCC;
}

td.De {
  background-image:url('images/Departure.gif');
  background-repeat:no-repeat;
}

td.Ar {
  background-image:url('images/Arrival.gif');
  background-repeat:no-repeat;
  color: #FFFFCC;
}

td.Bl {
  background-image:url('images/Blocked.gif');
  background-repeat:no-repeat;
}


td.Months {}

.Details {
  border-collapse: separate;
  border-spacing: 8px;
  margin-top: 8px;
}

td.DetailIndex {
  font-weight: bold;
  background: #becd56;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}


.Event td{
  padding: 4px;
  vertical-align: text-top;
}

td.EventDate {
  background: #ffff80;
  font-weight: bold;
}

td.EventLocation {
  background: #ffff80;
  font-weight: bold;
}


div.HistoryContainer
{
  width: 800px;
}

div.HistoryDate
{
  background: #ffff80;
  width: 80px;
  /*position:absolute;*/
  float: left;
  text-align: center;
}

div.HistoryContent
{
  width: 700px;
  float: left;
  /*position:absolute;*/
}


td.HistoryItem {
  background: #ffff80;
  font-weight: bold;
  text-align: center;
  padding: 4px;
}

td.HistoryContent {
  padding-left: 4px;
}

div.t
{
float:right;
margin:0 0 4px 4px;
padding:4px 0px 4px 4px;
/*
width:250px;
border:1px solid black;*/
text-align:center;
}
