body {
	margin: 0px;
	background-image:  url("gfx/hbg.jpg");
}
.goldline {
	background-color: #CC9933;
	background-image:  url("gfx/goldline.gif");
}
.gelbbg {
	background-color: #fff8bc;
}
.fioletbg {
	background-color: #FFFEE2;
}
.pastelgelbbg {
	background-color: #FFFEF6;
}
.strich {
	background-color: #989A86;
}
p, .ctable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #34468D;
	margin-top: 15px;
}
.ctable2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #34468D;
}
.bildunterschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-top: 5px;
}
.fusszeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000066;
	margin-top: 20px;
	background-color: #fff8bc;
	padding: 10px;
	letter-spacing: 1px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	font-weight: normal;
	color: #34468D;
}
li {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #34468D;
}
.mittelgelb {
	background-color: #FFFDE2;
}
h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #34468D;
	margin-top: 20px;
}
h2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #34468D;
	margin-top: 20px;
}
h3 {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #34468D;
	margin-top: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #34468D;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #34468D;
}
a:link {
	color: #9966CC;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 1px;
}
a:visited {
	color: #9966CC;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 1px;
}
a:hover {
	color: #990099;
	text-decoration: underline;
	font-style: italic;
	letter-spacing: 1px;
}
a:active {
	color: #990099;
	text-decoration: underline;
	font-style: italic;
	letter-spacing: 1px;
}
.gelbbgline {
	background-color: #fff8bc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989A86;
}
.mittelgelblinie {
	background-color: #FFFDE2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989A86;
}
.mittelgelblinier {
	background-color: #FFFDE2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989A86;
}
.pastelgelbbglinier {
	background-color: #FFFEF6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989A86;
}



.myCalDays {
   text-align: center;
   background-color: #FFFEE2;
   border-bottom: 1px #989A86 solid;
   border-left: 1px #989A86 solid;
}
.myCalDaysMarked {
   text-align: center;
   color: #FFFFFF;
   background-color: #CC0000;
   border-bottom: 1px #989A86 solid;
   border-left: 1px #989A86 solid;
}
.myCalDaysNames {
   font-weight: bold;
   text-align: center;
   background-color: #FFFEE2;
   border-bottom: 1px #989A86 solid;
   border-left: 1px #989A86 solid;
}

.error {
   color: #CC0000;
}

input,textarea,select {
   background-color: #FFFEE2;
   border: 1px #989A86 solid;
   margin-top: 3px;
}


/******************************************************************************/
/* Kalender StyleSheet *


/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #000000;
  font-size: 11px;
  color: #FFFEE2;
  cursor: default;
  background: #FFFEE2;
  font-family: tahoma,verdana,sans-serif;
  z-index: 9999;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  color: #FFFEE2;
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #FFFEE2;
/*  background: #EFEDE2;*/
  color: #000000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #989A86;
  color: #FFFEE2;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #fff8bc;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000000;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #989A86;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #fff8bc;
  color: #000000;
  border: 1px solid #000000;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #FFFEE2;
  color: #000000;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  background: #FFFEE2;
  border: 0px solid #FFFEE2;
  width: 2em;
  color: #000000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody .hilite { /* Hovered cells <TD> */
  background: #989A86;
  color: #FFFEE2;
  padding: 1px 3px 1px 1px;
  border: 1px solid #000000;
}

.calendar tbody .active { /* Active (pressed) cells <TD> */
  background: #FFFEE2;
  padding: 2px 2px 0px 2px;
  border: 1px solid #989A86;
  color: #000000;
}

.calendar tbody .selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000000;
  padding: 1px 3px 1px 1px;
  background: #FFFEE2;
  color: #000000;
}

.calendar tbody .weekend { /* Cells showing weekend days */
  color: #e81f1f;
}

.calendar tbody .today { /* Cell showing selected date */
  font-weight: bold;
  color: #000000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #000000;
  color: #FFFEE2;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #FFFEE2;
  color: #000000;
  border-top: 1px solid #000000;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #fff8bc;
  color: #000000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #989A86;
  color: #fff8bc;
}


