body,textarea       {
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:10px;
	background-image:url(http://www.raphiundjoerg.de/images/bg_login.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:10pt;
	line-height:14pt;
	color: #595959;

  scrollbar-base-color:#D58A00;
  scrollbar-3dlight-color:#FFCD71;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#774E00;
  scrollbar-face-color:#D58A00;
  scrollbar-highlight-color:#FFCD71;
  scrollbar-shadow-color:#774E00;
  scrollbar-track-color:#E6E6E6;

				 }


p,div,b,strong  {
	font-family:"Times New Roman", Times, serif;
	color:#595959;
	font-size:10pt;
	line-height:14pt;
}


th  {
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	}

td  {
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	}


td, th {
	color:#595959;
	line-height:12pt;
	padding: 2px 2px;      /* Weniger Innenabstand */
    height: 14px;          /* Maximalhöhe zwingen (optional) */
	/* height: 16px;              /* Feste Höhe (niedrig) */
	vertical-align: middle;
	white-space: nowrap;
	}


a			  { font-family:Arial, Helvetica, sans-serif;
             font-weight:bold; color:#D58A00;
				 font-size:8pt;
		       line-height:13pt;
 }

a:link,a:visited,a:active     { text-decoration:none;     }

a:hover    { text-decoration:underline;  }

img        { border:0px }

h1         { font-family:Arial, Helvetica, sans-serif; text-decoration:none;
             font-weight:bold; color:#B3B3B3;
             font-size:15pt; line-height:18pt; }

h2         { text-decoration:none; font-weight:bold; color:#B3B3B3;
             font-size:13pt; line-height:15pt; }

h3         { font-family:Arial, Helvetica, sans-serif; text-decoration:none;
				 font-weight:bold;
				 color:#B3B3B3; font-size:10pt; line-height:13pt;
				}

.heading   { font-family:Arial, Helvetica, sans-serif; font-weight:bold;
				 color:#B3B3B3;
				 font-size:16pt; line-height:16pt;
				 text-align:left;
}
				 
.zeile     { font-family:Arial, Helvetica, sans-serif; font-weight:bold;
				 color:#595959;
				 font-size:8pt; line-height:13pt;
 }
				 
.headsml   { font-family:Arial, Helvetica, sans-serif; font-weight:bold;
				 color:#D58A00;
				 font-size:8pt; line-height:13pt;
 }

.text	   { font-family:"Times New Roman", Times, serif; font-weight:normal;
				color:#595959; font-size:10pt; line-height:14pt; text-decoration:none }

.top-right-box {
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: right;
    font-size: 9pt;
    background-color: #fff;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.logout-button {
    margin-left: 10px;
    padding: 4px 10px;
    background-color: #D58A00;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 9pt;
}

.heute-button {
    padding: 4px 10px;
    background-color: #228b22;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

/* Tabellenfelder Hintergrund (=$cellClass) */

.moduleRow		{	background-color: ;  }

.moduleRowOver	{	background-color:#B3B3B3;	}

.grau {
        background-color: #f0f0f0;
    }
.sonntag {
        background-color: #c0c0c0;
    }
.gig-tag {
    background-color: #FFB52B;  /* warmes Orange für GIGs */
}

.block-tag {
    background-color: #8B6E46;	/* braun für Blocktage */
    color: white;
}

.anfrage-tag {
    background-color: #ffd280;  /* schönes helles Orange */
	color: gray;
	
}
.heute-tag {
    background-color: #228b22 !important;
    color: white;
}


/* Schriftfarbe des Links (=$linkClass)  */

.weisse-schrift {
	color:white;
}

.gig-link {
	color: #D58A00;
	font-weight: bold;
	text-decoration: none;
}

.gig-link:hover {
	text-decoration: underline;
}

.gig-birgit-link {
	color: #CC3300; 
	font-weight: bold;
}

.success {
    color: green;
    font-weight: bold;
    margin-bottom: 10px;
}
.kein-hintergrund {
	background-color:none;
}