/* -------------------------------------------------------------------------
       $Id: colorscheme.css,v 1.2 2009/02/08 22:09:22 cvslasan Exp $
---------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
}

/*--- header ---------------------------------------------------------------*/
#header	{
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {

}

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #663;
	background-color: inherit;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	background: url(resources/n1_164.gif) no-repeat;
	color: #fff;
	background-color: inherit;
}

#main_nav_list a.main_nav_item:hover {
	background: url(resources/n1hover_164.gif) no-repeat;
	color: #000;
	background-color: inherit;
}

#main_nav_list a.main_nav_active_item {
	background: url(resources/n1activeitem_164.gif) no-repeat;
	color: #000;
	background-color: inherit;
}


/*--- subnavigation items --------------------------------------------------*/

#main_nav_list .sub_nav_list a {
	color: #fff;
	background: url(resources/subnav1_164.gif) no-repeat;
  	background-color: inherit;
}

#main_nav_list .sub_nav_list a:hover {
	background: url(resources/subnav1hover_164.gif) no-repeat;
	color: #000;
  	background-color: inherit;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item {
	color: #000;
	background-color: inherit;
	background: url(resources/subnav1active_164.gif) no-repeat;
}




/*--- footer ---------------------------------------------------------------*/
#footer {
}

#footer_text {
	color: #fff;
	background-color: inherit;
}




/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	color: #330;
	background-color: #ddb;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color: #330;
	background-color: inherit;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #663;
	background-color: inherit;
}

#content_container h2 {
	color: #663;
	background-color: inherit;
}

#content_container h3 {
	color: #663;
	background-color: inherit;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	color: #c00;
	background-color: inherit;
}

#content_container a:visited {
	color: #c00;
	background-color: inherit;
}

#content_container a:hover {
	color: #f90;
	background-color: inherit;
}

#content_container a:active {
	color: #c00;
	background-color: inherit;
}

/*--- tables ---------------------------------------------------------------*/

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	border-color: #663;
}

#content_container th {
	color: #fff;
	background-color:#663;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #330;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
}

#content_container tr.even {
	color: #330;
	background-color:#eed;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #330;
}

legend{
	color: #330;
	background-color: inherit;
}

label {
	color: #330;
	background-color: inherit;
}

input {
	border-color: #330;
}

textarea {
	border-color: #330;
}

/*--------------------------------------------------------------------------*/

