/*----------------------------------------------------------------------------
	colorscheme.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%;
	
	background-color: #ffffff;
	/*
	border-width: thin;
	border-style: solid;
	border-color: #ff0000; 
	*/
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) no-repeat;
	/*
	border-width: thin;
	border-style: solid;
	border-color: #00ff00;
	*/
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
	/*
	border-width: thin;
	border-style: solid;
	border-color: #0000ff;
	*/
}

/*--- caption --------------------------------------------------------------*/

#extra_div1{
	color: #4D6C7F;
}

#extra_div2{
	background: url(images/static/hbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {

}

#main_nav_list	{

}

#main_nav_list li {

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_active_item {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
	background-position: top right;
}

/*
#sub_container1 {
	background: url(images/static/visual.gif) no-repeat;
}
*/

#extra_div4 {
	background: url(images/static/visual.gif) no-repeat;
}

/*--- sub navigation -------------------------------------------------------*/
.sub_nav_container {
	background: transparent url(images/static/navbg.gif) repeat-y;
	background-color: transparent;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset1/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
	color: #0F3B48;
}

.sub_nav_list a.sub_nav_active_item {
	color: #0F3B48;
	background: url(../../images/dynamic/buttonset1/subnav1active.gif) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
	color: #686868;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #686868;
	background-color: #4D6C7F;
	/*background : #e1dbda url(images/static/pgbk.gif) repeat-x;*/
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color: #686868;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #4D6C7F;
}

#content_container h2 {
	color: #4D6C7F;
}

#content_container h3 {
	color: #4D6C7F;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	color: #4D6C7F;
}

#content_container a:visited {
	color: #4D6C7F;
}

#content_container a:hover {
	color: #4D6C7F;
}

#content_container a:active {
	color: #4D6C7F;
}

/*--- tables ---------------------------------------------------------------*/

table {

}

th {

}

tr {

}

td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #123345;
}

legend{
	color: #123345;
}

label {
	color: #123345;
}

input {
	border: 1px solid #123345;
	/*border-color: #84685e;*/
}

textarea {
	border-color: #123345;
}

/*--------------------------------------------------------------------------*/

