/*----------------------------------------------------------------------------
	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;
}

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/*--- caption ----------------------------------------------------------------*/

#text_caption {
	color: white;
}

/*--- main navigation button templates -------------------------------------*/

#main_nav_list a.main_nav_item {
  color: white;
	background: url(../../images/dynamic/buttonset1/main_nav_link_button.gif);
}

#main_nav_list a.main_nav_item:hover {
  color: white;
	background: url(../../images/dynamic/buttonset1/main_nav_hover_button.gif);
}

#main_nav_list a.main_nav_active_item {
  color: white;
	background-image: url(../../images/dynamic/buttonset1/main_nav_active_button.gif);
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_list a.sub_nav_item {
	/*color 1*/
	color: #f2548e;
	/*color 3*/
	background-image: url(../../images/dynamic/buttonset1/sub_nav.gif);
}

.sub_nav_list a.sub_nav_item:hover {
	/*color 4*/
	background-image: url(../../images/dynamic/buttonset1/sub_nav_hover.gif);
	color: #f2548e;
}

.sub_nav_list a.sub_nav_active_item {
	/*color 3*/
	background-image: url(../../images/dynamic/buttonset1/sub_nav_active.gif);
  color: white;
}

/*--- footer ---------------------------------------------------------------*/

#footer_text {
	/*n 3*/
	color: #696969;
}

/*----------------------------------------------------------------------------
  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;
}
	

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	/* n3 */
	color: #696969;
}
#content_container strong {
	/* n3 */
	color: #696969;
}

/*--- headings -------------------------------------------------------------*/

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

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

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

/*--- links - color 1 -----------------------------------------------------*/

#content_container a:link{
	/* color 1 */
	color: #f2548e;
}

#content_container a:visited {
	/* color 0 */
	color: #b75e7f;
}

#content_container a:hover {
}

#content_container a:active {
	/* n2 */
	color: #333333;
}

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

#content_container table {
}

#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;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	/* 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;
}

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