/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 4

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/static/contentbg.jpg) repeat-y;
}

#left_column_container {
	background : url(images/static/leftcolumn_bg.gif) repeat-y;
}
/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.jpg) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background: url(images/static/navbg.gif) no-repeat bottom left;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {

}

/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #fff;
	background: url(images/static/caption_bg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	color: #fff;
	background: url(../../images/dynamic/buttonset4/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a:hover {
	color: #fff;
	background: url(../../images/dynamic/buttonset4/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_active_item {
	color: #000;
	background: url(../../images/dynamic/buttonset4/n1activeitem.gif) no-repeat;
	background-position: top right;
}


/*--- subnavigation items --------------------------------------------------*/


.sub_nav_container {
	background: url(images/static/subnav_bg.jpg) no-repeat;
}

.sub_nav_container ul {
	background: url(images/static/subnav_bottom.jpg) no-repeat left bottom;
}



.sub_nav_list a {
	color: #005599;
}

.sub_nav_list a:hover {
	background: url(../../images/dynamic/buttonset4/subnav1hover.gif) no-repeat;
	color: #fff;
}

.sub_nav_list a.sub_nav_active_item {
	color: #000;
	background: url(../../images/dynamic/buttonset4/subnav1active.gif) no-repeat;
}


/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footer_bg.jpg) top left no-repeat;
}

#footer_text {
	color: #000;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #fff;
	background : #c19e7b url(images/static/pgbk.gif);
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
	color: #fff;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #5ea1d8;
	background : url(images/static/hbg.gif);
}

.content h2 {
	color: #5ea1d8;
	background : url(images/static/hbg.gif);
	
}

.content h3 {
	color: #5ea1d8;
	background : url(images/static/hbg.gif);
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #99cc66;
}

.content a:visited {
	color: #99cc66;
}

.content a:hover {
	color: #99cc66;
}

.content a:active {
	color: #99cc66;
}


/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #99cc66;
	background : url(images/static/tableoverlay.jpg);
}

.content th {
	color: #ffffff;
	background-color:#99cc66;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	color: #000;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #000;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #fff;
	background : url(images/static/tableoverlay.jpg);
}

.content legend{
	color: #fff;
}

.content label {
	color: #000;
}

.content input {
	border-color: #99cc66;
}

.content textarea {
	border-color: #99cc66;
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 span {
	background : url(images/static/header_overlay.jpg) no-repeat;
}

/*--------------------------------------------------------------------------*/