/*----------------------------------------------------------------------------
	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;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {

}

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

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

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

#text_caption {
	color: #663;
}

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

#main_nav_list	{

}

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

#main_nav_list a.main_nav_item {
	background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
	color: #fff;
}

#main_nav_list a.main_nav_item:hover {
	background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
	color: #000;
}

#main_nav_list a.main_nav_active_item {
	background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
	color: #000;
}


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

#main_nav_list .sub_nav_list a {
	color: #fff;
	background: url(../../images/dynamic/buttonset1/subnav1.gif) no-repeat;
}

#main_nav_list .sub_nav_list a:hover {
	background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
	color: #000;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item {
	color: #000;
	background: url(../../images/dynamic/buttonset1/subnav1active.gif) no-repeat;
}




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

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

#footer_text {
	color: #fff;
}




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

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

body {
	color: #330;
	background-color: #ddb;
}

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

#content_container p {
	color: #330;
}

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

#content_container h1 {
	color: #663;
}

#content_container h2 {
	color: #663;
}

#content_container h3 {
	color: #663;
}

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

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

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

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

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

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

table {

}

th {

}

tr {

}

td {

}

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

#content_container th {
	color: #fff;
	background-color:#663;
	padding: 3px 2px 3px 2px;
}

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

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

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

fieldset {
	border-color: #330;
}

legend{
	color: #330;
}

label {
	color: #330;
}

input {
	border-color: #330;
}

textarea {
	border-color: #330;
}

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