/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 5

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

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

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

#main_nav_container {
    background: repeat-x;
}

#container {
    background: transparent   0 0;
}

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

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

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

#main_nav_list a.main_nav_item {
    background: no-repeat;
}

#main_nav_list a.main_nav_item:hover {
    background: no-repeat;
}

#main_nav_list a.main_nav_active_item {
    background: no-repeat;
}

/*--- subnavigation items --------------------------------------------------*/

#sub_nav_list a.sub_nav_item {
    background: no-repeat;
}

#sub_nav_list a.sub_nav_item:hover {
    background: no-repeat;
}

#sub_nav_list a.sub_nav_active_item {
    background: no-repeat;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container form {
    background-color: #799dd0;
    border: 1px solid #d8e3f4;
}

#content_search_container input {
    background: #ebf0f9;
}

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

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

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

body#main_body {
    color: #fff;
    background-color: #EEEEFF;
}

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

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

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

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

.content table {
	border: 0;
}

.content th {
	color: #000000;
	background-color: #CCCCFF;
	padding: 3px 2px 3px 5px;
	height: 15px;
}

.content td {
	border: 0px;
}

.content tr {
	padding: 3px 2px 3px 2px;
	background-color: #EEEEEE;
}

.content tr.odd {
    background-color: #6b81af;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    background-color: #6f8db9;
    padding: 3px 2px 3px 2px;
}

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

.content fieldset {
	border-color: #ffffff;
	border: 0px;
}

.content legend {
    color: #a5d1ff;
}

.content label {
    color: #ffffff;
}

.content input {
    border-color: gray;
}

.content button {
    border: 0px solid #708aaf;
    color: #4a4f5a;
    background: #e3e9f8;
}

.content textarea {
    border-color: gray;
}
.content href {
	color: #0000FF;
	text-decoration: underline;
}

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

#header {
    background: #503b8a100% no-repeat;
	background-color: #EEEEFF;
}

#content_container {
	color: #000000;
	background-color: #DDDDDD;
	margin-top: 10px;
}
