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

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


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

/*--- main navigation - color 4 --------------------------------------------*/
#main_nav_container {
	background: #627E7B;
}

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

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

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

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

.content button {
	color: #ffffff;
	/* color 3 */
	background-color: #314E49;
	/* color 2 */
	border-color: #243B37;
	border-style: solid;
	border-width: 1px;
}
	
.content button:hover {
	/* color 6 */
	border-color: #BCC9C8;
}

.content button:active {
	color: 333333;
	border-color: #333333;
}
	
/*--- tables ---------------------------------------------------------------*/

.content th {
	color: #ffffff;
	/* color 3 */
	background-color: #314E49;
}

.content tr.odd {
	color: #696969;
	/* color 5 */
	background-color: #8CA3A3;
}

.content tr.even {
	color: #696969;
	/* color 6 */
	background-color: #BCC9C8;
}

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

.content fieldset {
	color: #696969;
	/* color 5 */
	background-color: #8CA3A3;
	/* color 2 */
	border-color: #243B37;
}

.content legend{
	color: #696969;
}

.content label {
	color: #696969;
}

.content input {
	background: #ffffff;
	/* color 0 */
	color: #1D333B;
	/* color 2 */
	border-color: #243B37;
	border-style:solid;
	border-width: 1px;
}

.content textarea {
	background: #ffffff;
	/* color 0 */
	color: #1D333B;
	/* color 2 */
	border-color: #243B37;
	border-style:solid;
	border-width: 1px;
}

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