/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 6

	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-image: url(images/static/bg_container.jpg);
    /*background-color: #FFFFFF;*/

}

#main_container {
    background-color: #ffffff;
    background-image: url(images/static/bg_subcontainers.jpg);
}

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

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

}

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

#main_nav_container {
    background-image: url(images/static/bg_nav.jpg);
    /*background-color: #247096;*/

}

.sub_nav_container {
    background-image: url(images/static/bg_subnav.jpg);
    /*background-color: #247096;*/

}

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

#key_visual {
    background: no-repeat;
}

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

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

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

}

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

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

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

a.sub_nav_item {
    background-repeat: top right;
}

a.sub_nav_item:hover {
    background-repeat: top right;
}

a.sub_nav_active_item {
    background-repeat: top right;
}

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

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

    background-image: url(images/static/bg_footer.jpg);
}

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

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

body#main_body {
    background-color: #241a59;
    color: #000000;
}

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

.content {
    color: #000000;
}

.content table {
    color: #000000;
    border-color: #b10766;
}

.content select {
    color: #000000;
}

.content input {
    color: #000000;
    border-color: #b4b8bb;
}

.content textarea {
    color: #000000;
    border-color: #b4b8bb;
}

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

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

.content a {
    color: #ff31b5;
}

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

.content td {
    border-color: #b10766;
}

.content th {
    border-color: #b10766;
    color: #ffffff;
    background-color: #b10766;
}

.content tr.odd {
    color: #6e6e6e;
    background-color: #ffffff;
}

.content tr.even {
    color: #6e6e6e;
    background-color: #ffedc4;
}

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

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

.content legend {
    color: #b10766;
}

.content label {
    color: #191919;
}

.content #submit {
    background-color: #b10766;
    border-color: #241a59;
    color: #ffffff;
}

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

