/*----------------------------------------------------------------------------
	colorscheme1.css for teens colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.


----------------------------------------------------------------------------*/

#header {
	background-image: url(images/static/logo_bg.gif);	
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #696969;
	/* color 6 */
	background: #fbdee3 url(images/static/pgbk.gif) repeat-x;
}

/*--- button ---------------------------------------------------------------*/

#content_container button {
	color: #ffffff;
	/* color 2 */
	background-color: #f4899d;
	/* color 1 */
	border-color: #f2548e;
}
	
#content_container button:hover {
	/* color 3 */
	border-color: #f7afbd;
}

#content_container button:active {
	/* n2 */
	color: 333333;
	border-color: #333333;
}

/*--- tables ---------------------------------------------------------------*/

#content_container th {
	color: #ffffff;
	/* color 1 */
	background-color: #f2548e;
}

#content_container tr.odd {
	color: #696969;
	/* color 4 */
	background-color: #f9c6cf;
}

#content_container tr.even {
	color: #696969;
	/* color 5 */
	background-color: #fbdee3;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
	color: #696969;
	/* color 2 */
	border-color: #f4899d;
	/* color 4 */
	background-color: #f9c6cf;	
}

#content_container legend {
	/* n3 */
	color: #696969;
}

#content_container label {
	/* n3 */
	color: #696969;
}

#content_container input {
	/* color 0 */
	border-color: #b75e7f;
}

#content_container textarea {
	/* color 0 */
	border-color: #b75e7f;
}

/*--------------------------------------------------------------------------*/
