/*** Normalized ***/


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

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

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



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

#mask {
    background: url(images/static/mask.png) no-repeat;
}

.sub_nav_container {
    background: url(images/static/left_menu_bg.gif) no-repeat;
}

#container {
    background: #ffffff url(images/static/main_container_bg.gif) repeat-y;
}

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

#slogan {
    color: #d48202;
}

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

a.sub_nav2 {
    background: url(../../images/dynamic/buttonset9/sub2.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item {
    background: url(../../images/dynamic/buttonset9/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset9/subnav1hover.gif) no-repeat;
    color: #fff;
}

.sub_nav_list a.sub_nav_active_item {
    color: #fff;
    background: url(../../images/dynamic/buttonset9/subnav1hover.gif) no-repeat;
}

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

#content_search_container {
    background: transparent url(images/static/search_bg3.gif) 0px 5px repeat-x;
}

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

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

#footer_text {
    color: #706560;
}

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

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

body#main_body {
    color: #205a95;
    background: #1f5995 url(images/static/pgbk.gif) repeat-x;
}

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

.content {
    color: #696560;
}

.content {
    color: #696560;
}

.content p {
    color: #696560;
}

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

.content h1 {
    color: #d48202;
}

.content h2 {
    color: #d48202;
}

.content h3 {
    color: #d48202;
}

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

.content a:link {
    color: #d48202;
}

.content a:visited {
    color: #d48202;
}

.content a:hover {
    color: #d48202;
}

.content a:active {
    color: #d48202;
}

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

.content table {
}

.content th {
}

.content tr {
}

.content td {
}

.content table {
    border-color: #3d79bb;
}

.content td {
    border-color: #3d79bb;
}

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

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

.content tr {
    color: #755b53;
    background-color: #eaf3f9;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #755b53;
    background-color: #eaf3f9;
    padding: 3px 2px 3px 2px;
}

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

.content fieldset {
    border-color: #84685e;
}

.content legend {
    color: #84685e;
}

.content label {
    color: #84685e;
}

.content input {
    border-color: #84685e;
}

.content textarea {
    border-color: #84685e;
}

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


