/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    background: #FFFFFF;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #52768F;
    border-left-color: #52768F;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: #FFFFFF;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background-color: #52768F;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: repeat-x 0px 0px;
    background-image: url(../../images/dynamic/key_visual8.jpg);
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #FFFFFF;
    background: #52768F repeat-y;
    background-image: url(images/static/hbg.gif);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #B4C3CE;
    border-right-color: #344B5B;
    border-bottom-color: #22323C;
    border-left-color: #829CAE;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list {
    background-color: #52768F;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #B4C3CE;
    border-bottom-color: #22323C;
}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
    color: #000000;
    background: #C9D9E4;
    border-top: 1px solid #E0E9EF;
    border-right: 1px solid #808A91;
    border-bottom: 1px solid #545B60;
    border-left: 1px solid #D4E1EA;
    width: auto;
}

a.main_nav_item:hover {
    background: #DEE9F2;
    color: #000000;
    border-top: 1px solid #5A6065;
    border-right: 1px solid #DFEAF3;
    border-bottom: 1px solid #E8F0F6;
    border-left: 1px solid #858F97;
}

a.main_nav_active_item {
    color: #ffffff;
    background: #52768F;
    border-top: 1px solid #B4C3CE;
    border-right: 1px solid #344B5B;
    border-bottom: 1px solid #22323C;
    border-left: 1px solid #829CAE;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
    color: #000000;
    background: #ffffff;
    border-top: 1px solid #52768F;
    border-right: 1px solid #52768F;
    border-bottom: 1px solid #52768F;
}

a.sub_nav_item:hover {
    color: #000000;
    background: #D7E5F0;
    border-top: 1px solid #52768F;
    border-right: 1px solid #52768F;
    border-bottom: 1px solid #52768F;
}

a.sub_nav_active_item {
    color: #FFFFFF;
    background: #52768F;
    border-top: 1px solid #52768F;
    border-right: 1px solid #52768F;
    border-bottom: 1px solid #52768F;
}

a.sub_nav_active_item:hover {
    border-top: 1px solid #545B60;
    border-right: 1px solid #D4E1EA;
    border-bottom: 1px solid #E0E9EF;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: #52768F;
}

#footer_text {
    color: #FFFFFF;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000000;
    background: repeat fixed;
    background-image: url(images/static/bg-site.jpg);
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
    color: #333333;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #52768F;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #52768F;
}

.content h2 {
    color: #52768F;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #52768F;
}

.content h3 {
    color: #52768F;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #52768F;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #000000;
}

.content a:visited {
    color: #888888;
}

.content a:hover {
    color: #990000;
}

.content a:active {
    color: #700905;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #ffffff;
    background-color: #52768F;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #665555;
    background-color: #C9D9E4;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #665555;
    background-color: #EAF3FA;
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #52768F;
    background: #E8EAEC;
    padding: 0px;
    margin: 15px;
}

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}

.content input {
    border-color: #52768F;
}

.content textarea {
    border-color: #52768F;
}

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
    color: #ffffff;
    background-image: url(../../images/dynamic/buttonset1/n1active.gif);
    background-position: top left;
}

#main_nav_list a.main_nav_item {
    color: #000000;
    background-image: url(../../images/dynamic/buttonset1/n1.gif);
    background-position: top left;
}

#main_nav_list a.main_nav_item:hover {
    color: #000000;
    background-image: url(../../images/dynamic/buttonset1/n1hover.gif);
    background-position: top left;
}

.sub_nav_list a.sub_nav_active_item {
    color: #ffffff;
    background-image: url(../../images/dynamic/buttonset1/s1active.gif);
    background-position: top left;
}

.sub_nav_list a.sub_nav_item {
    color: #000000;
    background-image: url(../../images/dynamic/buttonset1/s1.gif);
    background-position: top left;
}

.sub_nav_list a.sub_nav_item:hover {
    color: #000000;
    background-image: url(../../images/dynamic/buttonset1/s1hover.gif);
    background-position: top left;
}

#content_container a:active {
    color: #700905;
}

#content_container a:hover {
    color: #990000;
}

#content_container a:visited {
    color: #888888;
}

#content_container a:link {
    color: #000000;
}

#content_container h1 {
    color: #52768F;
}

#content_container h2 {
    color: #52768F;
}

#content_container h3 {
    color: #52768F;
}

#content_container {
    color: #333333;
}

#content_container p {
    color: #333333;
}
