/*** Normalized ***/


/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(C) Galoot-Tools.com


	----------------------------------------------------------------------

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


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

#container {
    background: url(images/static/contentbg.gif) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: url(images/static/headerbg.gif) no-repeat;
}

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

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

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

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

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

#slogan {
    color: #818181;
}

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

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

#main_nav_list a.main_nav_item {
    color: #e7e7e7;
    background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
    background-position: top left;
}

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

#main_nav_list a.main_nav_active_item {
    color: #595959;
    background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
    background-position: top left;
}

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

.sub_nav_list a.sub_nav_item {
    color: #595959;
    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: #595959;
}

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

/*--- search ---------------------------------------------------------------*/

/*--- 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-color: #e7f6e1;
}

.content button {
    border-top-color: #9a9999;
    border-left-color: #9a9999;
    border-bottom-color: #5d5d5d;
    border-right-color: #5d5d5d;
    background-color: #eeeeee;
    color: #4b4b4b;
}

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

.content {
    color: #818181;
}

.content p {
    color: #818181;
}

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

.content h1 {
    color: #818181;
}

.content h2 {
    color: #818181;
}

.content h3 {
    color: #818181;
}

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

.content a:link {
    color: #d30000;
}

.content a:visited {
    color: #d30000;
}

.content a:hover {
    color: #818181;
}

.content a:active {
    color: #d30000;
}

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

.content table {
    border-color: #5d5d5d;
}

.content th {
    color: #e8e8e8;
    background-color: #5d5d5d;
    padding: 3px;
    border: 1px solid #5d5d5d;
}

.content tr.odd {
    color: #5d5d5d;
    background-color: #ffffff;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 0px none #5d5d5d;
}

.content tr {
    color: #5d5d5d;
    background-color: #ffffff;
    padding: 3px;
}

.content tr.even {
    color: #5d5d5d;
    background-color: #e6e6e6;
    padding: 30px;
}

.cart table {
    border-color: #ffffff;
}

.cart th {
    color: #ffffff;
    background-color: #818181;
    padding: 3px;
    border: 1px solid #ffffff;
}

.cart tr.odd {
    color: #ffffff;
    background-color: #818181;
    padding: 3px;
}

.cart td {
    padding: 3px;
    border: 0px none #ffffff;
}

.cart tr {
    color: #ffffff;
    background-color: #f7f7f7;
    padding: 3px;
}

.cart tr.even {
    color: #ffffff;
    background-color: #818181;
    padding: 30px;
}
/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #818181;
}

.content legend {
    color: #818181;
}

.content label {
    color: #818181;
}

.content input {
    border-color: #5d5d5d;
}

.content textarea {
    border-color: #5d5d5d;
}

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


