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

	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 items ------------------------------------------------*/

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


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

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

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

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

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

.sub_nav_list a.sub_nav_item:hover {
	background-image: url(../../images/dynamic/buttonset2/sub_nav_hover.gif);
	color: #1d81bf;
}

.sub_nav_list a.sub_nav_active_item {
	background-image: url(../../images/dynamic/buttonset2/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: #c4e7fd url(images/static/pgbk.gif) repeat-x;
}

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

#content_container button {
	color: #ffffff;
	/* color 2 */
	background-color: #26a8f6;
	/* color 1 */
	border-color: #1d81bf;
}
	
#content_container button:hover {
	/* color 3 */
	border-color: #6cc3f9;
}

#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: #1d81bf;
}

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

#content_container a:hover {
}

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

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

#content_container table {
}

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

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

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

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

#content_container fieldset {
	color: #696969;
	/* color 2 */
	border-color: #26a8f6;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	/* color 4 */
	background-color: #99d3f9;	
}

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

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

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

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

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