/**********************
* Project: rcBK, V2.1
* File: styles.css
* --------------------
* rcSoft, 05.10.2008
**********************/
*
{
	margin:0;
	padding:0;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
  /* font-size:1.2em; */
}
body
{
	background-color:Silver;
  color:Black;
  /*
	font-size:62.5%;				
	*/
}
h1
{
  color:Black;
  text-align:center;
  font-size:18px;
  font-weight:bold;  
}
h2
{
  color:Black;
  text-align:center;
  font-size:14px;
  font-weight:bold;  
}

/* -------------------------------------------------------------------------- */

.table1
{
  /* table-layout:auto; */
  width:900px;
  margin-left:auto;  /* Zentrieren */
  margin-right:auto;
  background-color:#F0F0FF;
  /*
  border: thin solid blue;
  */
}
.td10
{
  /* border: thin solid green; */
  font-size:12px;
  font-weight:bold;
  text-align:center;
  width:33%;
}
.td11
{
  /* border: thin solid red; */
  font-size:12px;
  font-weight:bold;
  text-align:center;
  width:150px;
  
}

/* -------------------------------------------------------------------------- */

.table2
{
  margin-left:auto;  /* Zentrieren */
  margin-right:auto;
  /* border: thin solid red; */
}
td
{
  height:16px;
  width:16px;
  font-size:10px;
  /* background-color:blue; */
}
.first
{
  background-color:#F0F0FF;
  text-align:center;
  width:60px;
  font-size:11px;
  font-weight:bold;  
}
.F
{
  width:16px;
  background-color:Lime;
  text-align:center;
}
.FSa
{
  width:16px;
  background-color:Yellow;
  text-align:center;
}
.FF /*Feiertag*/
{
  width:16px;
  background-color:Fuchsia;
  text-align:center;
}
.B
{
  width:16px;
  background-color:Red;
  text-align:center;
}
.FB
{
  width:16px;
  background-image:url(../../bilder/anreise.gif);
  background-repeat:no-repeat;
  text-align:center;
}
.BF
{
  width:16px;
  background-image:url(../../bilder/abreise.gif);
  background-repeat:no-repeat;
  text-align:center;
}
.wechsel
{
  width:16px;
  background-image:url(../../bilder/wechsel.gif);
  background-repeat:no-repeat;
  text-align:center;
}
/* -------------------------------------------------------------------------- */

.table3
{
  margin-left:auto;  /* Zentrieren */
  margin-right:auto;
  background-color:#F0F0FF;
  /* border: thin solid red; */
}
.pflicht1
{
  width:115px;
  text-align:right;
  font-weight:bold;
  color:Red;
}
.pflicht
{
  width:70px;
  text-align:right;
  font-weight:bold;
  color:Red;
}
.frei
{
  width:70px;
  text-align:right;
  font-weight:bold;
  color:Black;
}
.button1
{
  background-color:rgb(153,204,255);  
}
.button2
{
  background-color:rgb(204,51,153);  
}

/*eof*/
