/*** Normalized ***/

/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 8

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

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

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

/*--- header ---------------------------------------------------------------*/

#header {
    background: no-repeat;
    background-image: url(images/static/headerbg.gif);
}

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

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

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

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

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

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

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

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

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

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

#footer {
    background: transparent top left no-repeat;
    background-image: url(images/static/footerbg.gif);
}

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

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

body#main_body {
    background-color: #ffffff;
}

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

.content {
    color: #000000;
}

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

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

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

.content table {
    border: 1px solid #5e7287;
}

.content th {
    color: #3e4b59;
    background-color: #a8b3be;
    padding: 2px;
    border: 1px solid #5e7287;
}

.content td {
    padding: 2px;
    border: 1px solid #5e7287;
}

.content tr.odd {
    color: #5e7287;
    background-color: #ffffff;
    padding: 3px 2px 3px 2px;
}

.content tr {
    color: #5e7287;
    background-color: #ffffff;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #5e7287;
    background-color: #d8dde2;
    padding: 3px 2px 3px 2px;
}

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

.content fieldset {
    border-color: #5e7287;
}

.content legend {
    color: #5e7287;
}

.content label {
    color: #5e7287;
}

.content input {
    border-color: #5e7287;
}

.content textarea {
    border-color: #5e7287;
}

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

#content_container {
    color: #000000;
}

