/*----------------------------------------------------------------------------
colorscheme1.css for colorscheme 1
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% #e9ddc9;
}
#main_container
{
}
/*--- header ---------------------------------------------------------------*/
#header
{
background:url(images/static/headerbg.jpg) no-repeat;
}
/*--- main navigation ------------------------------------------------------*/
#main_nav_container
{
background:url(images/static/navbg.gif) repeat-y;
}
/*--- caption --------------------------------------------------------------*/
#slogan
{
background:url(images/static/hbg.gif) no-repeat;
}
/*--- footer ---------------------------------------------------------------*/
#footer
{
background:transparent url("images/static/footerbg.gif") top left no-repeat;
}

/*----------------------------------------------------------------------------
default-styles for html-elements
----------------------------------------------------------------------------*/
/*--- body -----------------------------------------------------------------*/
body#main_body
{
color:#fff;
background:#e9ddc9 url(images/static/pgbk.gif) repeat-x;
}
/*--- headings -------------------------------------------------------------*/
#content_container h1
{
background:url("images/static/header1bg.gif") no-repeat;
}
#content_container h2
{
background:url("images/static/header2bg.gif") no-repeat;
}
#content_container h3
{
background:url("images/static/header2bg.gif") no-repeat;
}
/*--- tables ---------------------------------------------------------------*/
table {
}
th {
border:1px solid #000;
}
tr {
}
td {
border:1px solid #000;
}
#content_container table
{
border-color:#ffcc66;
}
#content_container th
{
color	:	#ffcc66;
padding:3px 2px 3px 2px;
}
#content_container tr.odd
{
color:#FFF;
background-color:#604f47;
padding:3px 2px 3px 2px;
}
#content_container tr.even
{
color:#FFF;
background-color:#54423a;
padding:3px 2px 3px 2px;
}
/*--- forms ----------------------------------------------------------------*/
fieldset
{
border-color:#000;
background:url(images/static/fieldsetbg.gif);
background-color:#1e2a49;
}
legend
{
color:#FFF;
}
label
{
color:#ccc;
}
input
{
border-color:#ffcc66;
}
textarea
{
border-color:#FFF;
}
/*--------------------------------------------------------------------------*/
