/*----------------------------------------------------------------------------
	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) repeat-x;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : #567062;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {

}

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #FFFFFF;
}



/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
	color: #FFFFFF;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #FFFFFF;
	background : #788B81 url(images/static/pgbk.jpg) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
	color: #FFFFFF;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #FFFFFF;
}

.content h2 {
	color: #FFFFFF;
}

.content h3 {
	color: #FFFFFF;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #FFFFFF;
}

.content a:visited {
	color: #FFFFFF;
}

.content a:hover {
	color: #FFFFFF;
}

.content a:active {
	color: #FFFFFF;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #b4a5a1;
}

.content th {
	color: #3B5949;
	background-color: #B8C2BD;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	color: #3B5949;
	background-color: #FFFFFF;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #3B5949;
	background-color: #FFFFFF;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #B8C2BD;
}

.content legend {
	color: #B8C2BD;
}

.content label {
	color: #B8C2BD;
}

.content input {
	border-color: #B8C2BD;
}

.content textarea {
	border-color: #B8C2BD;
}

/*--------------------------------------------------------------------------*/
