/*----------------------------------------------------------------------------
colorscheme1.css for colorscheme 4
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 top left #e9ddc9;
}
#main_container
{
}
/*--- header ---------------------------------------------------------------*/
#header
{
background:url(images/static/headerbg.gif) ;
}
/*--- main navigation ------------------------------------------------------*/
#main_nav_container
{
background:url(images/static/navbg.gif) repeat-y;
}
/*--- key visiual ----------------------------------------------------------*/
#key_visual
{
background:url(../../images/dynamic/key_visual1.jpg) no-repeat;
}
/*--- logo -----------------------------------------------------------------*/
#logo {
}
/*--- caption --------------------------------------------------------------*/
#slogan
{
color:#fff;
}
/*--- main navigation ------------------------------------------------------*/
#main_nav_list	{
}
/*--- main navigation items ------------------------------------------------*/
#main_nav_list li{
}

#main_nav_list a.main_nav_item
{
color:#fff;
background:url("../../images/dynamic/buttonset4/n1.gif");
background-position:top right;
}
#main_nav_list a.main_nav_item:hover
{
color:#fff;
background:url("../../images/dynamic/buttonset4/n1hover.gif");
background-position:top right;
}

#main_nav_list a.main_nav_active_item
{
color:#990099;
background:url("../../images/dynamic/buttonset4/n1activeitem.gif");
background-position:top right;
}
/*--- subnavigation items --------------------------------------------------*/
.sub_nav_list a
{
color:#990099;
background:url("../../images/dynamic/buttonset4/subnav1.gif") no-repeat;
}
.sub_nav_list a:hover
{
background:url("../../images/dynamic/buttonset4/subnav1hover.gif") no-repeat;
color:#990099;
}
.sub_nav_list a.sub_nav_active_item
{
color:#eee5da;
background:url("../../images/dynamic/buttonset4/subnav1active.gif") no-repeat;
}

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

/*----------------------------------------------------------------------------
default-styles for html-elements
----------------------------------------------------------------------------*/
/*--- body -----------------------------------------------------------------*/
body#main_body
{
color:#000;
background:#e9ddc9 url(images/static/pgbk.gif) top left;
}
/*--- paragraph ------------------------------------------------------------*/
#content_container p
{
color:#000;
}
/*--- headings -------------------------------------------------------------*/
#content_container h1
{
color:#8f8873;
background:url("images/static/header1bg.gif") no-repeat;
}
#content_container h2
{
color:#8f8873;
background:url("images/static/header2bg.gif") no-repeat;
}
#content_container h3
{
color:#8f8873;
background:url("images/static/header2bg.gif") no-repeat;
}
/*--- links ----------------------------------------------------------------*/
#content_container a:link
{
color:#990099;
}
#content_container a:visited
{
color:#990099;
}
#content_container a:hover
{
color:#990099;
}
#content_container a:active
{
color:#990099;
}
/*--- tables ---------------------------------------------------------------*/
table {
}
th {
}
tr {
}
td {
color:#000;
}
#content_container table
{
border-color:#990099;
color:#000;
}
#content_container th
{
background-color:#990099;
color	:	#fff;
padding:16px 2px 5px 2px;
}
#content_container tr.odd
{
color:#000;
background-color:#ded9cd;
padding:3px 2px 3px 2px;
}
#content_container tr.even
{
color:#000;
background-color:#fbfaf7;
padding:3px 2px 3px 2px;
}
ul {
}
li {
color:#000;
}
/*--- forms ----------------------------------------------------------------*/
fieldset
{
border-color:#990099;
}
legend
{
color:#000;
}
label
{
color:#000;
}
input
{
border-color:#990099;
}
textarea
{
border-color:#990099;
}
/*--------------------------------------------------------------------------*/
/*--- special --------------------------------------------------------------*/
#extra_div1 span {
background : url(images/static/headerbg_overlay.gif) no-repeat;
}
/*--------------------------------------------------------------------------*/
