/**********************************************************************
 * TITLE: Color Scheme Stylesheet for Tierra Verde                    *
 * URI  : http://www.oswd.org/design/???/tierraverde/color-scheme.css *
 * MODIF: 2003-02-01 1904 +0800 (later hacked for the Grüne Kraft)    *
 **********************************************************************/


/* ###### General Colors ###### */

/*** Text Color (darker): ***/
  body, .sideBar span, .subFooter, .sideBar a, .subFooter a, .action-links a
  { color: black; }
  
  .darker {
	background-color:#AAAABB;
	color:white;
  }

/*** Text Color (highlite): ***/
  #bodyText a
  { color: #000088; }
  
  #bodyText a:hover, .sideBar a:hover, .subFooter a:hover, .action-links a:hover
  { color: #0000CC; }

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, /*.sideBar a:hover,*/ #footer, #footer a
  { color: white; }

  .sideBar a:hover
  { color: #0000AA; text-decoration:underline; }

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, /*.sideBar a:hover,*/ .sideBar span,
  /*#footer a:hover,*/ .subFooter a
  { border-color: #444444; }

/*** Background Color (darker): ***/
  #header, #footer
  { background-color: #AAAABB; }

/*** Background Color (box): ***/
  #bodyText .boxedLight, .sideBarTitle
  { background-color: #E0E0E7; }


/* ###### Special Colors ###### */

#header { border-color: #444444; }

.headerTitle { color: #606087; }

.menuBar a:hover { color: #FFFFAA; text-decoration:underline; }

body { 
  background-color: white;
  background-image:url(/ewiki/puzzle-schrift-bg_bild.jpg);
}

#bodyText .boxedDark { color: black; }

#footer, #footer a, #footer span { border-color: #444444; color:white; }

#footer a:hover { border-color: #444444; color: #FFFFAA; }

.subFooter a:hover { border-color: #444444; color: #0000AA; }

.PageIndex td {
	color:#FAFFFA;
}

/* ######## Wiki And Input Forms ######## */

input, select, textarea {
  border: 1px solid #444444;
  background: white;
}

input[type=submit] {
  border-color: #444444;
  border-width: 2px;
  background: #E0E0E7;
}

input:focus, select:focus, textarea:focus {
  border-color: #444444;
}
