﻿/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Norman Geiersbach                                                                              */
/* Eitido (c) 2008                                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////*/

a, body, div, h1, h2, h3, html, img, li, p, table, ul
  { border: 0; margin: 0; padding: 0; }

a {	color: #ffffff;	outline: none; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline; }
			
body { background: #403e3a; color: #c2c0bd; font: 11px tahoma, arial, verdana, helvetica, sans-serif; min-width: 832px; }

h2 { font-size: 13px; margin-bottom: 16px; }

input, select, textarea
  { font: 11px tahoma, arial, verdana, helvetica, sans-serif; }


/* -- Common class elements --------------------------------------------------------------------- */

.clear { clear: both; }

.linkPDF { background: url('Images/iconPdf.gif') left center no-repeat; display: block; padding-left: 20px; }

.errorText { color: #ff9999; }
.successText { color: #99ff99; }

.editField, .textField {}

.dataTable { }
.dataTable .cellKey { padding-right: 20px; }

.tableForm tr { vertical-align: top; }
.tableForm td { padding-bottom: 4px; }
.tableForm .cellButton { text-align: right; }
.tableForm .cellError { padding-left: 4px; }
.tableForm .cellLabel { padding-right: 16px; }
.tableForm .cellField .editField, .tableForm .cellField .textField { width: 256px; }


/* -- Page container ---------------------------------------------------------------------------- */

#pageContainer { background: #4f4b48 url('Images/pageContainer.jpg') left 84px repeat-x; }
#topContainer { background: url('Images/topContainer.jpg') left 84px no-repeat; height: 376px; }
#topSubContainer { background: url('Images/pageTitle_Default.gif') left bottom no-repeat; margin-top: 224px; height: 68px; width: 832px; }
#mainContainer { background: #837b75 url('Images/mainContainer.jpg') left bottom repeat-x; line-height: 18px; }
#mainContainerLayer1 { background: url('Images/mainContainerLayer1.jpg') repeat-y; padding-bottom: 32px; }
#mainContainerBottom { background: url('Images/mainContainerLayer2.jpg') left bottom no-repeat; clear: both; height: 13px; }
#contentContainer { background: url('Images/contentContainer.jpg') no-repeat; margin-left: 244px; min-height: 256px; width: 580px; }
#sidebarContainer { float: left; width: 244px; }
#bottomContainer { background: url('Images/bottomContainer.jpg') repeat-x; height: 119px; }
#bottomContainerInner { line-height: 18px; width: 794px; }

#pageLogo span { display: none; }
#pageNavigation { background: url('Images/navigationMain.jpg') repeat-x; }
#copyright { float: left; padding-left: 36px; padding-top: 16px; }
#callback { background: url('Images/phone.gif') left 12px no-repeat; float: right; height: 96px; }
#callback div { padding-left: 61px; padding-top: 16px; }
#callback strong { font-size: 25px; line-height: normal; }

#mainContainer img { border: solid 1px #66615b; }
#contentContainer .contentBlock { padding-left: 32px; padding-top: 32px; }
#contentContainer .contentBlock strong { /*font-weight: normal;*/ color: #fff; }
#contentContainer .contentBlock ul { padding-left: 20px; }
#contentContainer .contentBlock .dateAuthor { display: block; font-size: 9px; padding-top: 4px; }
#sidebarContainer .contentBlock { color: #dddddd; padding: 32px 36px; }
#sidebarContainer .navigationBlock { padding-left: 20px; padding-top: 32px; }


/* -- Navigation elements ----------------------------------------------------------------------- */

#navigationMain { list-style-type: none; margin-left: -2px; height: 84px; width: 832px; }
#navigationMain li { background: url('Images/navigationMainItem.gif') left center no-repeat; float: left; }
#navigationMain li.first { background-image: none; }
#navigationMain li a { display: block; float: left; font-size: 14px; line-height: 76px; margin-left: 2px; padding: 0px 24px; height: 84px; }
#navigationMain li a:hover,
#pageDefault #navDefault a,
#pageNews #navNews a,
#pageAboutUs #navAboutUs a,
#pageSolution #navSolution a,
#pageProduct #navProduct a,
#pagePartner #navPartner a,
#pageGlossary #navGlossary a,
#pageContact #navContact a
  { background: url('Images/navigationMainItem_h.gif') left center repeat-x; text-decoration: none; }


#navigationCategories { list-style-type: none; }
#navigationCategories li { }
#navigationCategories li a { color: #dddddd; font-size: 12px; line-height: 18px; padding-left: 16px; }
#navigationCategories li a:hover,
#navigationCategories li a.active
  { background: url('Images/categoriesArrow.gif') left center no-repeat; color: #ffffff; text-decoration: none; }


#navigationTypes { list-style-type: none; margin-left: 276px; padding-top: 27px; height: 40px; }
#navigationTypes li { float: left; padding-right: 38px; }
#navigationTypes li.last { padding-right: 0px; }
#navigationTypes li a { color: #a8a8a8; font-size: 12px; font-weight: bold; }
#navigationTypes li a:hover,
#navigationTypes li a.active
  { color: #ffffff; text-decoration: none; }
