/*** Normalized ***/


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




#slogan {
    color: #c6b3b3;
}

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

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

#main_container {
    background-color: #643c91;
    background-image: url(images/static/contentbg.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

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

#key_visual {
    background: url(../../images/dynamic/key_visual2.jpg) no-repeat;
}

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

#logo {
}

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

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

#main_nav_list {
}

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

#main_nav_list a.main_nav_item {
    color: #fff;
    background: url(../../images/dynamic/buttonset2/n1.gif) no-repeat;
}

#main_nav_list a.main_nav_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset2/n1nover.gif) no-repeat;
}

#main_nav_list a.main_nav_active_item {
    color: #fff;
    background: url(../../images/dynamic/buttonset2/n1activeitem.gif) no-repeat;
}

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

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

.sub_nav_list a.sub_nav_item {
    color: #fff;
}

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

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

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

#content_search_container button {
    background-color: #372052;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    border: solid 2px #dac8e9;
}

#content_search_container {
    background-color: #372052;
    background-position: left 0;
    border: solid 1px #dac8e9;
    border: solid 1px #dac8e9;
}

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

#footer {
    background-color: #643c91;
}

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

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

body#main_body {
    color: #000000;
    background: #c90505 url(images/static/pgbk.gif);
}

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

.content {
}

.content {
}

.content p {
}

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

.content h1 {
    color: #e7def1;
}

.content h2 {
    color: #e7def1;
}

.content h3 {
    color: #e7def1;
}

/*--- lists ----------------------------------------------------------------*/

.content ol {
    color: #000;
}

.content ul {
    color: #000;
}

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

.content a:link {
    color: #281b36;
}

.content a:visited {
    color: #281b36;
}

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

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

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

.content table {
    background-color: #d6cae3;
}

.content tr {
}

.content td {
}

.content th {
    color: #ffffff;
    background-color: #372052;
    padding: 3px 2px;
}

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

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

.content tr.even {
    color: #000;
    background-color: #e8e0f1;
    padding: 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;
}

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


