/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.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%;
}

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

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

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

#main_nav_container {
    background: url(images/static/navbr.gif) repeat-x; 
}

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

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

}

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

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

#footer_text {
    color: #000;
}

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

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

body#main_body {
    color: #6e6e6e;
    background: #003c7d;
}

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

.content {
    color: #000;
}

.content {
    color: #000;
}

.content p {
    color: #000;
}

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

.content h1 {
    color: #0364a8;
}

.content h2 {
    color: #003c7d;
}

.content h3 {
    color: #003c7d;
}

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

.content a:link {
    color: #a30707;
}

.content a:visited {
    color: #a30707;
}

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

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

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

.content table {
    border-color: #559fe7;
}

.content th {
    color: #ffffff;
    background-color: #559fe7;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 1px solid #559fe7;
}

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

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

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

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

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

.content legend {
    color: #003c7d;
}

.content label {
    color: #000;
}

.content input {
    border-color: #000;
}

.content textarea {
    border-color: #000;
}

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


