/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme used on the page

	The presented css-file contains all definitions, that depend on the 
  colorscheme.

	(p) 2026 Update
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
  background: url(images/static/contentbg.gif) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/
#header {
  background: url(images/static/headerbg1.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
/*#main_nav_container {
  not used
}*/

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#text_caption {
  color: #369;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
  background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
  color: #fff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
  color: #036;
  background-color: #bdf;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
  color: #036;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
  color: #369;
}

#content_container h2 {
  color: #369;
}

#content_container h3 {
  color: #369;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link {
  color: #c00;
}

#content_container a:visited {
  color: #c00;
}

#content_container a:hover {
  color: #f90;
}

#content_container a:active {
  color: #c00;
}

/*--- tables ---------------------------------------------------------------*/
/*
table {
}

th {
}

tr {
}

td {
}*/

#content_container table {
  border-color: #369;
}

#content_container th {
  color: #fff;
  background-color: #369;
  padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
  color: #036;
  background-color: #fff;
  padding: 3px 2px 3px 2px;
}

#content_container tr.even {
  color: #036;
  background-color: #eed;
  padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
  border-color: #036;
}

legend {
  color: #036;
}

label {
  color: #036;
}

input {
  border-color: #036;
}

textarea {
  border-color: #036;
}

/*--------------------------------------------------------------------------*/
