/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/




#slogan {
    color: #c6b3b3;
}

#header {
    background: url(images/static/headerbg.jpg) no-repeat;
}



/*-- main container --------------------------------------------------------*/

#main_container {
	background-color: #0066FF;
	background-image: url(images/static/contentbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(../imgs/middle.png) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
}

/*--- caption --------------------------------------------------------------*/

/*--- subnavigation items --------------------------------------------------*/

.top_sub_menu {
    background: url(images/static/top_sub_menu.gif) no-repeat;
}
	
.bot_sub_menu {
    background: url(images/static/bot_sub_menu.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_blue:hover {
    color: #fff;
    background: url(../../imgs/subnav1active_blue.gif) no-repeat;
}


.sub_nav_list a.sub_nav_item_green:hover {
    color: #fff;
    background: url(../../imgs/subnav1active_green.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_yellow:hover {
    color: #fff;
    background: url(../../imgs/subnav1active_yellow.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_red:hover {
    color: #fff;
    background: url(../../imgs/subnav1active_red.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_white:hover {
    color: #fff;
    background: url(../../images/dynamic/buttonset9/subnav1hover.gif) no-repeat;
}

.sub_nav_list a.sub_nav_active_item {
    color: #fff;
    background: url(../../images/dynamic/buttonset9/subnav1active.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_blue_active {
    color: #fff;
    background: url(../../imgs/subnav1active_blue.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_red_active {
    color: #fff;
    background: url(../../imgs/subnav1active_red.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_yellow_active {
    color: #fff;
    background: url(../../imgs/subnav1active_yellow.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_white_active {
    color: #fff;
    background: url(../../imgs/subnav1active_white.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item_green_active {
    color: #fff;
    background: url(../../imgs/subnav1active_green.gif) no-repeat;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container button {
    background-color: #0b135a;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    border: solid 2px #86b3e0;
}

#content_search_container {
    background-color: #0b135a;
    background-position: left 0;
    border: solid 1px #dac8e9;
    border: solid 1px #86b3e0;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background-color: #0c2572;
	background: url(images/static/contentbg.gif) no-repeat bottom-left;
	border-left: 5px solid #4684E1;
	border-right: 1px solid #333333;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000000;
    background: #FFFFFF; /* url(images/static/pgbk.gif); */
}

/*--- paragraph ------------------------------------------------------------*/

.content {
}

.content {
}

.content p {
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #b7d1e2;
}

.content h2 {
    color: #b7d1e2;
}

.content h3 {
    color: #b7d1e2;
}

/*--- lists ----------------------------------------------------------------*/

.content ol {
    color: #3698f2;
}

.content ul {
    color: #FFF;
	text-align:left; //#3698f2;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #1455e0;
}

.content a:visited {
    color: #1455e0;
}

.content a:hover {
    color: #cff0e0;
}

.content a:active {
    color: #b7d1e2;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    background-color: #7aaddb;
}

.content tr {
}

.content td {
}

.content th {
    color: #ffffff;
    background-color: #0b135a;
    padding: 3px 2px;
}

.content tr.odd {
    color: #755b53;
    background-color: #fff;
    padding: 3px 2px;
}

.content tr {
    color: #755b53;
    background-color: #bbd4e3;
    padding: 3px 2px;
}

.content tr.even {
    color: #755b53;
    background-color: #bbd4e3;
    padding: 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #84685e;
}

.content legend {
    color: #84685e;
}

.content label {
    color: #84685e;
}

.content input {
    border-color: #84685e;
}

.content textarea {
    border-color: #84685e;
}

/*--------------------------------------------------------------------------*/
