/*----------------------------------------------------------------------------
	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;
    background-image: url(images/static/main_nav_container.gif);
}

#container {
    background: transparent   0 0;
    background-image: url(images/static/container_bg.gif);
}

/*--- 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: #214d87;
}

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

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

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

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

.content table {
    border: 1px solid #8aaee1;
}

.content th {
    color: #fff;
    background-color: #799dd0;
    padding: 3px 2px 3px 5px;
}

.content td {
    border: 1px solid #8aaee1;
}

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

.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;
}

.content legend {
    color: #a5d1ff;
}

.content label {
    color: #ffffff;
}

.content input {
    border-color: gray;
}

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

.content textarea {
    border-color: gray;
}

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

#header {
    background: #879dc4 100% no-repeat;
    background-image: url(images/static/right_bg.gif);
}

#content_container {
    color: #ffffff;
}

