/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 5

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/



/*-- main container --------------------------------------------------------*/

#container {
    background: url(images/static/contentbg.jpg) repeat-y;
}

#left_column {
    border-right: 2px solid #d7c888;
}

#container1 {
    background: url(images/static/main_content_bg.jpg)  0 0 no-repeat;
}

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

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

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

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

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

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

#main_nav_list a.main_nav_item {
    color: #1d110d;
    background: url(../../images/dynamic/buttonset5/n1.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #880a0a;
    background: url(../../images/dynamic/buttonset5/n1hover.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #880a0a;
    background: url(../../images/dynamic/buttonset5/n1hover.gif) no-repeat;
    background-position: top right;
}

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

.sub_nav_list a.sub_nav_item {
    color: #dcccb0;
    background: url(../../images/dynamic/buttonset5/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset5/subnav1hover.gif) no-repeat;
    color: #dcccb0;
}

.sub_nav_list a.sub_nav_active_item {
    color: #dcccb0;
    background: url(../../images/dynamic/buttonset5/subnav1hover.gif) no-repeat;
}

/*--- search ---------------------------------------------------------------*/

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

#slogan {
    color: #880a0a;
}

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

#footer_line {
    border-left: 2px solid #d7c888;
}

#footer_text {
    color: #361e16;
}

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

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

body#main_body {
    color: #000000;
    background-color: #520000;
}

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

.content {
    color: #000;
    color: #000;
}

.content p {
    color: #000;
}

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

.content h1 {
    color: #000;
}

.content h2 {
    color: #000;
}

.content h3 {
    color: #000;
}

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

.content a:link {
    color: #880a0a;
}

.content a:visited {
    color: #880a0a;
}

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

.content a:active {
    color: #880a0a;
}

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

.content table {
    border-color: #bb854a;
}

.content td {
    border: 1px solid #bb854a;
    padding-left: 7px;
}

.content th {
    background: url(images/static/cap.gif) repeat;
    padding-left: 7px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr {
    background-color: #dedac6;
    padding: 3px 2px 3px 2px;
}

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

/*--- lists ----------------------------------------------------------------*/

.content ul {
    list-style-image: url(images/static/marker.gif);
}

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

.content legend {
    color: #2f0002;
}

.content label {
    color: #000;
}

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

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

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


