/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

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

#container {
	background: repeat-y 50% 50%;
	background-image: url(images/static/contentbg.gif);
	text-decoration: none;
}

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

#header {
	background: no-repeat;
	background-image: url(images/static/headerbg.gif);
	text-decoration: none;
}

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

#main_nav_container {
	background: repeat-y;
	background-image: url(images/static/navbg.gif);
	text-decoration: none;
}

/*--- caption --------------------------------------------------------------*/

#bg_arrow {
	background: no-repeat;
	background-image: url(images/static/hbg.gif);
	text-decoration: none;
}

#slogan {
	color: #32549f;
	text-decoration: none;
}

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

#footer {
	background: transparent top left no-repeat;
	background-image: url(images/static/footerbg.gif);
	text-decoration: none;
}

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

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

body#main_body {
	color: #000000;
	background: #5579bd repeat-x;
	background-image: url(images/static/pgbk.gif);
	text-decoration: none;
}

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

.content table {
	border-color: #ded389;
	text-decoration: none;
}

.content th {
	color: #ffffff;
	background-color: #ded389;
	padding: 3px 2px 3px 2px;
	text-decoration: none;
}

.content tr.odd {
	color: #333344;
	background-color: #f6f3df;
	padding: 3px 2px 3px 2px;
	text-decoration: none;
}

.content tr.even {
	color: #333344;
	background-color: #fbfaf1;
	padding: 3px 2px 3px 2px;
	text-decoration: none;
}

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

.content fieldset {
	border-color: #000066;
	text-decoration: none;
}

.content legend {
	color: #000066;
	text-decoration: none;
}

.content label {
	color: #000066;
	text-decoration: none;
}

.content input {
	border-color: #000066;
	text-decoration: none;
}

.content textarea {
	border-color: #000066;
	text-decoration: none;
}

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

#key_visual {
	background-image: url(../../images/dynamic/key_visual4.jpg);
	text-decoration: none;
}

#footer_text {
	color: #666677;
	text-decoration: none;
}

#main_nav_list a.main_nav_active_item {
	color: #ffffff;
	background-image: url(../../images/dynamic/buttonset3/n1activeitem.gif);
	background-position: top right;
	text-decoration: none;
}

#main_nav_list a.main_nav_item {
	color: #e7de8f;
	background-image: url(../../images/dynamic/buttonset3/n1.gif);
	background-position: top right;
	text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
	color: #ffffff;
	background-image: url(../../images/dynamic/buttonset3/n1hover.gif);
	background-position: top right;
	text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
	color: #e7de8f;
	background-image: url(../../images/dynamic/buttonset3/subnav1active.gif);
	text-decoration: none;
}

.sub_nav_list a.sub_nav_item {
	color: #ffffff;
	background-image: url(../../images/dynamic/buttonset3/subnav1.gif);
	text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
	color: #cbd4e7;
	background-image: url(../../images/dynamic/buttonset3/subnav1hover.gif);
	text-decoration: none;
}

#content_container a:active {
	color: #000033;
	text-decoration: none;
}

#content_container a:hover {
	color: #000033;
	text-decoration: none;
}

#content_container a:link {
	color: #be2417;
	text-decoration: none;
}

#content_container a:visited {
	color: #df3317;
	text-decoration: none;
}

#content_container h1 {
	color: #002266;
	text-decoration: none;
}

#content_container h2 {
	color: #002266;
	text-decoration: none;
}

#content_container h3 {
	color: #002266;
	text-decoration: none;
}

#content_container, #content_container p {
	color: #556682;
	text-decoration: none;
}
