/*** 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);
}

/*--- 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: #000;
    background: #ffab65;
}

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

.content {
    color: #000;
}

.content {
    color: #000;
}

.content p {
    color: #000;
}

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

.content h1 {
    color: #e96420;
}

.content h2 {
    color: #e96420;
}

.content h3 {
    color: #e96420;
}

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

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

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

.content a:hover {
    color: #6075e4;
}

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

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

.content table {
    border-color: #5f73d9;
}

.content th {
    color: #ffffff;
    background-color: #5f73d9;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 1px solid #5f73d9;
}

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

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

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

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

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

.content legend {
    color: #5f73da;
}

.content label {
    color: #000;
}

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

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

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


