﻿/* Styles neue Plantafel */

.PlantafelTabelle
{
    color: #7F7F7F; 
    border-collapse: separate;
    border-spacing: 2px;
    font: 12px Arial;
    border-style:  hidden; 
}

.PlantafelTabelle td
{   
    border-left-style: hidden; 
    border-right: dotted 1px #7F7F7F; 
    border-top-style: hidden;
    border-bottom: solid 1px #7F7F7F;
}  

.PlantafelTabelle th
{   
    border-left-style:  hidden;
    background-color: #003E8C;
    border-right: solid 1px #003E8C;
    border-top:  solid 1px #003E8C;
    border-bottom-style:   hidden;
	color: #ffffff;
    font-weight: normal;
    cursor: help;
}

/* Datumslabel über der Plantafel */
.PlantafelDatum
{
  font: 16px Arial;
  font-weight:bold;
  color: #7F7F7F;
}

/* Div um die Plantafel zum scrollen des Inhaltes */
.PlantafelDiv
{
    height:290px;
    width: 890px;
    overflow:auto;
}


/*Submenü*/
/* Subenü Tabelle*/
.ptmenu
{   font: 12px Arial;
    padding: 0px;
    margin: 3px;
    width: 180px;
}

.ptmenu th
{
   
	background-color: #003E8C;
	color: #ffffff;
    border-color: #545454;
    border-style: solid;
    border-width: 1px;
}

/*Subemnü Panel*/
.PTPanel
{
    visibility:hidden;
    position: absolute;
    background-color: #eaf1f6;
    margin: 3px;
    border-color: #545454;
    border-style:solid;
    border-width: 1px;
    box-shadow: 3px 3px 6px black;

}
