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

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

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

/*--- sub navigation -------------------------------------------------------*/
.sub_nav_container {
}

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

#logo {

}

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

/*#text_caption {
	color: #00539b;#690;*/
}

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

#main_nav_list	{

}

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

/*#main_nav_list a.main_nav_item {
	color: #87212e;
	background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
	background-position: top right;
}

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

#main_nav_list a.main_nav_active_item {
	color: #87212e;
	background: url(../../images/dynamic/buttonset1/n1activeitem_red.gif) no-repeat;
	background-position: top right;
}*/

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

/*.sub_nav_list a {
	color: #666;
	background: url(../../images/dynamic/buttonset1/subnav1.gif) no-repeat;
	background-position: top right;
}

.sub_nav_list a:hover {
	background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
	color: #fff;
	background-position: top right;
}

.sub_nav_list a.sub_nav_active_item {
	color: #00539b;#cf0;
	background: url(../../images/dynamic/buttonset1/subnav1active.gif) no-repeat;
	background-position: top right;
}*/


/*--- 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: #333;
	background-color: #eee;
}

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

#content_container p {
	color: #333;
}

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

/*#content_container h1 {
	color: #00539b;#690;
}

#content_container h2 {
	color: #00539b;#690;
}

#content_container h3 {
	color: #00539b;#690;
}
*/
/*--- links ----------------------------------------------------------------*/

/*#content_container a:link{
	color: #00539b;#690;
}

#content_container a:visited {
	color: #00539b;#690;
}

#content_container a:hover {
	color: #00539b;#9c3;
}

#content_container a:active {
	color: #00539b;#690;
}*/

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

/*table {

}

th {

}

tr {

}

td {

}*/

#content_container table {
	border-color: #00539b;
}

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

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

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

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

fieldset {
	border-color: #00539b;
}

legend{
	color: #00539b;
}

label {
	color: #00539b;
}

input {
	border-color: #00539b;
}

textarea {
	border-color: #00539b;
}

/*--- lists ----------------------------------------------------------------*/

li { 
	color: #333;
}

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