/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 3 - pink

	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 {

}

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #92462B;
}

/*--- cover for key visual in content-color --------------------------------*/

#cover_key_visual {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	background: url(../../images/dynamic/buttonset3/mainnav1.gif) no-repeat;
}

#main_nav_list a.main_nav_item:hover {
	background: url(../../images/dynamic/buttonset3/mainnav1hover.gif) no-repeat;
}

#main_nav_list a.main_nav_active_item {
	background: url(../../images/dynamic/buttonset3/mainnav1active.gif) no-repeat;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	background: #E9D4CC url(../../images/dynamic/buttonset3/subnav1.gif) no-repeat;
	color: #92462B;
	background-position: top left;
}

.sub_nav_list a.sub_nav_item:hover {
	color: #92462B;
	background: #ffffff url(../../images/dynamic/buttonset3/subnav1hover.gif) no-repeat;
	background-position: top left;
}

.sub_nav_list a.sub_nav_active_item {
	color: #92462B;
	background: #DBBCB1 url(../../images/dynamic/buttonset3/subnav1active.gif) no-repeat;
	background-position: top left;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background : url(images/static/footerbg.gif) no-repeat;
}

#footer_text {
	color: #4D4D4D;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #92462B;
	background : #AF674C url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color: #92462B;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #92462B;
}

#content_container h2 {
	color: #ffffff;
}

#content_container h3 {
	color: #ffffff;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
	color: #4D4D4D;
}

/*--- tables ---------------------------------------------------------------*/

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	background-color:#ffffff;
}

#content_container th {
	background-color:#AF654A;
}

#content_container tr.odd {
	color: #92462B;
	background-color:#FFC28F;
}

#content_container tr.even {
	color: #92462B;
	background-color:#FFC28F;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #84685e;
}

legend{
	color: #84685e;
}

label {
	color: #84685e;
}

input {
	border-color: #84685e;
}

textarea {
	border-color: #84685e;
}

button {
	background-color: #AF654A;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------*/
