/*** 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-color: #ffffff;}/*--- header ---------------------------------------------------------------*/#header {    background: url(images/static/headerbg.gif) no-repeat;}/*--- caption --------------------------------------------------------------*/#slogan {    color: #ae3333;}/*--- sub navigation ------------------------------------------------------*/#main_nav_container {    background: url(images/static/navbg.gif) no-repeat top right;}.sub_nav_container {    background: url(images/static/subnavbg.gif) no-repeat top right;}/*--- main navigation items ------------------------------------------------*/#main_nav_list a.main_nav_item {    color: #621d1d;    background: url(../../images/dynamic/buttonset10/n1.gif) no-repeat;    background-position: top right;}#main_nav_list a.main_nav_item:hover {    color: #621d1d;    background: url(../../images/dynamic/buttonset10/n1hover.gif) no-repeat;    background-position: top right;}#main_nav_list a.main_nav_active_item {    color: #621d1d;    background: url(../../images/dynamic/buttonset10/n1activeitem.gif) no-repeat;    background-position: top right;}/*--- subnavigation items --------------------------------------------------*/.sub_nav_list a.sub_nav_item {    color: #ffffff;    background: url(../../images/dynamic/buttonset10/subnav1.gif) no-repeat;    background-position: top right;}.sub_nav_list a.sub_nav_item:hover {    background: url(../../images/dynamic/buttonset10/subnav1active.gif) no-repeat;    color: #621d1d;    background-position: top right;}.sub_nav_list a.sub_nav_active_item {    color: #621d1d;    background: url(../../images/dynamic/buttonset10/subnav1active.gif) no-repeat;    background-position: top right;}/*--- search ---------------------------------------------------------------*//*--- footer ---------------------------------------------------------------*/#footer {    background: url(images/static/footerbg.gif) no-repeat;}#footer_text {    color: #ffffff;}/*----------------------------------------------------------------------------  default-styles for html-elements----------------------------------------------------------------------------*//*--- body -----------------------------------------------------------------*/body#main_body {    color: #000000;    background-color: #351010;}/*--- paragraph ------------------------------------------------------------*//*--- headings -------------------------------------------------------------*/.content h1 {    color: #d60808;}.content h2 {    color: #ce5555;}.content h3 {    color: #9d2e2e;}/*--- links ----------------------------------------------------------------*/.content a:link {    color: #ff0000;}.content a:visited {    color: #ff0000;}.content a:hover {    color: #8f2a2a;}.content a:active {    color: #8f2a2a;}/*--- tables ---------------------------------------------------------------*/.content table { outline-style: none; }.content th { color: #ffffff; background-color: #9d2e2e; outline-style: none; }.content td { outline-style: none; }.content tr.odd { color: #000000; background-color: #ffffff; outline-style: none; }.content tr.even { color: #000000; background-color: #ffe5e5; border-width: 0; outline-style: none; }/*--- forms ----------------------------------------------------------------*/.content button { background-color: #9d2e2e; border-color: #e39f9f; color: #ffffff; outline-style: none; }.content fieldset { border-color: #9d2e2e; outline-style: none; }.content legend { color: #000000; outline-style: none; }.content label { color: #000000; outline-style: none; }.content input { outline-style: none; }.content textarea { outline-style: none; }/*--------------------------------------------------------------------------*/