	/* CSS File, Projekt BISS
Vers.	|	Autor	|	Datum
-----------------------------------
1.0			TT			09.04.2005
-----------------------------------

/*Standart Definitionen*/

td.blauTop
{
	background-image:url(../img/box_oben_blau.gif);
	background-repeat:no-repeat;
	height:15px;
}

td.blauBody
{
	background-image:url(../img/blauPx.gif);
	background-repeat:repeat;
	padding-left: 5px;
	padding-right: 5px;

	
}

td.blauBottom
{
	background-image:url(../img/box_unten_blau.gif);
	background-repeat:repeat;
	height:15px;
}

td.blauBox
{
	background-image:url(../img/box_balken_blau.gif);
	background-repeat:no-repeat;
	height:20px;
	color: #ffffff;
	text-align:center; 
	font-weight:900;
	font-size:10pt;
	vertical-align:middle;	
}

td.rotTop
{
	background-image:url(../img/box_oben_rot.gif);
	background-repeat:no-repeat;
	height:12px;
}

td.rotBody
{
	background-image:url(../img/rotPx.gif);
	background-repeat:repeat;
	padding-left: 5px;
	padding-right: 5px;
	
}

td.rotBodySpace
{
	background-image:url(../img/rotPx.gif);
	background-repeat:repeat;
	padding-left: 5px;
	padding-right: 5px;
	height:5px;
}

td.rotBottom
{
	background-image:url(../img/box_unten_rot.gif);
	background-repeat:repeat;
	height:12px;
}

td.rotBottomSuche
{
	background-image:url(../img/suche_unten_rot.gif);
	background-repeat:repeat;
	height:32px;
	color: #ffffff;
	text-align:right; 
	font-weight:900;
	vertical-align:top;	
	font-size:10pt;
	padding:3px;
}
a.BottomSuche
{
	color: #ffffff;
	text-align:right; 
	font-weight:900;
	font-size:10pt;
}


td.rotBox
{
	background-image:url(../img/box_balken_rot.gif);
	background-repeat:no-repeat;
	height:20px;
	color: #ffffff;
	text-align:center; 
	font-weight:900;
	font-size:10pt;
	vertical-align:middle;
}

select.suche
{
	width:160px;

}
input.suche
{
	width:160px;

}

td.detailsuche
{
	background-image:url(../img/rotPx.gif);
	padding: 0px;
	
}

td.NoJsTitel
{
	color: #ff0000;
	text-align:center; 
	font-weight:900;
	font-size:20pt;
}

td.NoJsBody
{
	color: #333333;
	text-align:center; 
	font-weight:900;
	font-size:10pt;
}

.menu
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.submenu
{
	font-size: 8pt;
	color: #000000;
	/*font-weight: bold;*/
}

/*Kalender*/
td.cd,td.ccd,td.csd,td.cod,th.cwd{
  font-family:arial;
  font-size:8pt;
  text-align:center;
}

td.csd{
  background-color:#FFEBBD;
  border:0px solid #000000;
}

td.cod{
  border:0px solid #d9d9d9;
  cursor:pointer ;

}

td.cod:hover{
  cursor:pointer ;
}

td.ccd{
  background-color:#dcdcdc;
}

table.ct{ 
  /*background-color: #ffffff;*/
  border:0px solid #000000;
}
td.cmy{ 
  white-space:nowrap;
  /*background-color: #ffffff;*/
  border-bottom:0px solid #000000;
  padding:4px 4px 4px 4px;
  text-align:center;
}
select.cmy
{
  font-size:8pt;
  width:60pt;
  border:1px solid #000000;
  background-color: #333333;
  color:#ffffff;
}

th.cwd{ 
  /*background-color: #ffffff;*/
  border-bottom:0px solid #000000;
}

form.cmy{ 
  display:inline;
}






