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

/*--- wave -----------------------------------------------------------------*/

#extra_div1 span{
	background: url(images/static/header_wave.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/static/navbg.gif);
}

/*--- sub navigation -------------------------------------------------------*/
.sub_nav_container {
	background : url(images/static/subnavbg.gif);
}

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

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

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

#logo {

}

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

#text_caption {
	color: #333;
	background: url(images/static/hbg.gif) bottom left no-repeat;
}

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

#main_nav_list	{

}

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

#main_nav_list a.main_nav_item {
	color: #990033;
}

#main_nav_list a.main_nav_item:hover {
	color: #ffffff;
	background-position: top left;
}

#main_nav_list a.main_nav_active_item {
	color: #fff;
	background-position: top left;
}

#main_nav_list a.main_nav_active_item:hover {
	color: #ffffff;
	background-position: top left;
}

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

.sub_nav_list li {
}

.sub_nav_list a.sub_nav_item {
	color: #990033;
}

.sub_nav_list a.sub_nav_item:hover {
	color: #A20415;
}

.sub_nav_list a.sub_nav_active_item {
	color: #A20415;
	font-weight:bold;
}

.sub_nav_list a.sub_nav_active_item:hover {
	color: #A20415;
}

a.sub_nav_item span.sub_nav_item, a.sub_nav_active_item span.sub_nav_active_item {
}

a.sub_nav_item span.sub_nav_item:hover {
}

a.sub_nav_active_item span.sub_nav_active_item:hover {
}

/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background: transparent url(images/static/search_bg3.gif) top left no-repeat;
}

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

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

#footer_text {
	color: #706560;
}


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

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

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

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

#content_container p {
	color: #333;
}

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

#content_container h1 {
	color: #333;
}

#content_container h2 {
	color: #333;
}

#content_container h3 {
	color: #333;
}

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

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

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

#content_container a:hover {
	color: #A20415;
	text-decoration: underline;
}

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

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

table {

}

th {

}

tr {

}

td {

}

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

#content_container th {
	color: #ffffff;
	background-color:#1C74AD;
	padding: 6px 5px 6px 5px;
	font-size:85%;
}

#content_container tr.odd {
	color: #333;
	background-color:#fff;
	font-size:85%;
}

#content_container tr.odd td{
	padding: 5px;
}

#content_container tr.even {
	color: #333;
	background-color:#FDFBF4;
	font-size:85%;
}

#content_container tr.even td{
	padding: 5px;
}

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

fieldset {
	border-color: #84685e;
}

legend{
	color: #84685e;
}

label {
	color: #84685e;
}

input {
	border-color: #84685e;
}

textarea {
	border-color: #84685e;
}

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