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

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

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


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

#container {

}

#left_column_container {

}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/header_bg.gif) no-repeat;
}

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

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

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

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

#logo {

}

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

#text_caption {
	color: #fff;
	background: url(images/static/caption_bg.jpg) no-repeat;
}

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

#main_nav_list	{

}

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

#main_nav_list a {
	color: #fff;
}

#main_nav_list a:hover {
	color: #999;
	background-position: top right;
}

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

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

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

.sub_nav_list a {
	color: #fff;
}

.sub_nav_list a:hover {
	color: #fff;
}

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

.sub_nav_list a.sub_nav_active_item:hover {
	color: #ccc;
}

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

#content_search_container button
{
	color							:	#FFF;
	background						:	transparent url("images/static/inputbutton.gif") top left;
}

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

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

#footer_text {
	color: #ccc;
}

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

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

body#main_body {
	color: #fff;
	background : #666 url(images/static/pgbk.jpg);
}

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

#content_container p {
	color: #fff;
}

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

#content_container h1 {
	color: #fff;
	background : url(images/static/hbg.gif);
}

#content_container h2 {
	color: #fff;
	background : url(images/static/hbg.gif);

}

#content_container h3 {
	color: #fff;
	background : url(images/static/hbg.gif);
}

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

#content_container a:link {
	color: #b5d9fd;
}

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

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

#content_container a:active {
	color: #b5d9fd;
}

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

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	border-color: #000;
}

#content_container th {
	color: #ffffff;
	background-color:#957534;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #fff;
	background-color:#555;
	padding: 3px 2px 3px 2px;
}

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

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

fieldset {
	border-color: #999;
	color:#ccc;
}

legend{
	color: #fff;
}

label {
	color: #fff;
}

input {
	border-color: #999;
	background-color:#333;
	color:#ccc;
}

button
{
	color							:	#FFF;
	background						:	transparent url("images/static/inputbutton.gif") top left;
}

textarea {
	border-color: #999;
	background-color:#333;
	color:#ccc;
}

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

/*--- special --------------------------------------------------------------*/

#extra_div1 span {
	background : url(images/static/header_overlay.gif) no-repeat;
}

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