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

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

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


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

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

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) no-repeat;
	left: 12px;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/static/navbg.gif) repeat-y;
}

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

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {

}

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

#text_caption {
	color: #32549f;
	background: url(images/static/hbg.gif) no-repeat;
}

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

#main_nav_list	{

}

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

#main_nav_list a {
	color: #ffffff;

	background-position: top right;
}

#main_nav_list a:hover {
	color: #ffffff;

	background-position: top right;
}

#main_nav_list a.main_nav_active_item {
	color: #FFFF00;
	background-position: top right;
}

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

.sub_nav_list a {
	color: #ffffff;

}

.sub_nav_list a:hover {

	color: #cbd4e7;
}

.sub_nav_list a.sub_nav_active_item {
	color: #FFFF00;
}


/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background: transparent url(images/static/search_bg3.gif) top left no-repeat;
}

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

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

#footer_text {
	color: #666677;
}


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

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

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

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

#content_container p {
	color: #000066;
}

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

#content_container h1 {
	color: #FF0000;
}

#content_container h2 {
	color: #FF0000;
}

#content_container h3 {
	color: #FF0000;
}


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

#content_container a:link {
}

#content_container a:visited {
	color: #FF6633;
}

#content_container a:hover {
	color: #000033;
}

a:active {
	color: #000033;
}

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

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	border-color: #99CCFF;
}

#content_container th {
	color: #FFFFFF;
	background-color:#FF0000;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #333344;
	background-color:#f6f3df;
	padding: 3px 2px 3px 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #66FFFF;
	border-right-color: #66FFFF;
	border-bottom-color: #66FFFF;
	border-left-color: #66FFFF;
}

#content_container tr.even {
	color: #333344;
	background-color:#fbfaf1;
	padding: 3px 2px 3px 2px;
}

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

fieldset {
	border-color: #000066;
}

legend{
	color: #000066;
}

label {
	color: #000066;
}

input {
	border-color: #000066;
}

textarea {
	border-color: #000066;
}

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