/*----------------------------------------------------------------------------
	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 {
	background : url(images/static/navbg.gif) repeat-y;
}

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

#slogan {
	background-image: none;
	background-repeat: no-repeat;
}

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

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

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

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

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

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

.content table {
	border-color: #d0d0d0;
}

.content th {
	color: #556682;
	background-color:#d0d0d0;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	color: #333344;
	background-color:#f5f5f5;
	padding: 3px 2px 3px 2px;
}

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

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

.content fieldset {
	border-color: #000066;
}

.content legend {
	color: #000066;
}

.content label {
	color: #000066;
}

.content input {
	font-family:Verdana;
	font-size:12px; font-weight:bold;
	color: #556682;
	border-color: #c0c0c0;

	background-repeat: repeat-x;
}

.content textarea {
	border-color: #000066;

}

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