/*** Normalized ***/


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





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

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

    background-color: #ffffff;
    background-image: url(images/static/bgSubmenu.gif);
    background-repeat: repeat-y;
}

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

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

}

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

#main_nav_container {
    background: url(images/static/bgMenu.gif);
}

/*--- sub navigation -------------------------------------------------------*/

.sub_nav_container {
    /*background : url(images/static/bgSubmenu.gif) repeat-y;*/

}

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

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

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

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

#slogan {
    color: #584473;
    /*background: url(images/static/hbg.gif) no-repeat;*/

}

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

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

#main_nav_list a.main_nav_item {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset9/n1.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset9/n1hover.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset9/n1activeitem.gif) no-repeat;
    background-position: top right;
}

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

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

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

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

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

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

#footer {
    background: transparent url(images/static/bgFooter.gif) repeat-x;
}

#footer_text {
    color: #584473;
}

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

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

body#main_body {
    color: #6b6376;
    background: #dedae3;
}

#bg_main_nav_container {
    height: 26px;
    background: transparent url(images/static/bgMenu.gif);
    position: relative;
}

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

.content {
    color: #6b6376;
}

.content p {
    color: #6b6376;
}

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

.content h1 {
    color: #584473;
}

.content h2 {
    color: #584473;
}

.content h3 {
    color: #584473;
}

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

.content a:link {
    color: #6b6376;
}

.content a:visited {
    color: #6b6376;
}

.content a:hover {
    color: #6b6376;
}

.content a:active {
    color: #6b6376;
}

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

.content table {
    border-color: #584473;
}

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

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

.content tr {
    color: #584473;
    padding: 3px 2px 3px 2px;
}

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

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

.content input {
    background-color: #ffffff;
    border-color: #584473;
    color: #6b6376;
}

.content textarea {
    background-color: #ffffff;
    border-color: #584473;
    color: #6b6376;
}

.content fieldset {
    border-color: #584473;
}

.content legend {
    color: #584473;
}

.content label {
    color: #584473;
}

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


