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

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

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container { background : #fff url(images/static/fond_page_.gif) repeat-y 50% 50%; }

/*--- header ---------------------------------------------------------------*/
#header	{ background-color: #fff; }

/*--- main navigation ------------------------------------------------------*/

#main_nav_container { background : url(images/static/fond_btn_ppal.gif); }

/*--- key visiual ----------------------------------------------------------*/
/*--- logo -----------------------------------------------------------------*/
/*--- caption --------------------------------------------------------------*/

#text_caption { color: #900; }

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{}

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

#footer { background-color: #fff; }

#footer_text { color: #036; }


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

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

body {
	color: #036;
	background : #ccc url(images/static/pgbk.gif) repeat-x;
}

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

#content_container p { color: #036; }

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

#content_container h1 { color: #369; }

#content_container h2 { color: #369; }

#content_container h3 {}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{ color: #630; }

#content_container a:visited { color: #630; }

#content_container a:hover { color: #630; }

#content_container a:active { color: #630; }

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

table {}

th {}

tr {}

td {}
/*--- forms ----------------------------------------------------------------*/

fieldset { border-color: #036; }

legend { color: #036; }

label { color: #036; }

input { border-color: #036; }

textarea { border-color: #036; }

/*--- lists ----------------------------------------------------------------*/

li { color: #036; }

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

