/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/



/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(../Imagenes/fondo1.jpg) no-repeat;
	/*
	border-width: thin;
	border-style: solid;
	border-color: #00ff00;g*/
}

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

#key_visual {
	background: url(../Imagenes/fondo1.jpg) no-repeat;
	/*
	border-width: thin;
	border-style: solid;
	border-color: #0000ff;b*/
}

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

#extra_div1{
	color: #7C6021;
}

#extra_div2{
	background: url(../images/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/n1.gif) no-repeat;
	background-position: top right;
}

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

#main_nav_list a.main_nav_active_item {
	color: #ffffff;
	background: url(../images/n1activeitem.gif) no-repeat;
	background-position: top right;
}


/*--- sub navigation -------------------------------------------------------*/
.sub_nav_container {
	background : url(../images/navbg.gif) repeat-y;
}

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

.sub_nav_list a.sub_nav_item {
	color: #ffffff;
	background: url(../images/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
	background: url(../images/subnav1hover.gif) no-repeat;
	color: #542E03;
}

.sub_nav_list a.sub_nav_active_item {
	color: #542E03;
	background: url(../images/subnav1active.gif) no-repeat;
}

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



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

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

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

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

#content_container p {
	color: #686868;
}

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

#content_container h1 {
	color: #7C6021;
}

#content_container h2 {
	color: #7C6021;
}

#content_container h3 {
	color: #7C6021;
}

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

#content_container a:link{
	color: #7C6021;
}

#content_container a:visited {
	color: #7C6021;
}

#content_container a:hover {
	color: #7C6021;
}

#content_container a:active {
	color: #7C6021;
}

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

table {

}

th {

}

tr {

}

td {

}

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

fieldset {
	border-color: #7C6021;
}

legend{
	color: #7C6021;
}

label {
	color: #7C6021;
}

input {
	border: 1px solid #000000;
	/*border-color: #84685e;*/
}

textarea {
	border-color: #000000;
}

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

