html, body
{
    min-width: 1000px;
}
body
{
	background-color: #FFFFFF;

    background: #FFFFFF url(../images/body-background.gif) repeat-y 100% 0;
}
a
{
    color: #000000;
}
body,
#mainContainer,
#footerContainer
{
    width: 100%;
    min-width: 1000px;
}

#mainContainer
{

	background: url(../images/menu-column-background.gif) repeat-y 0 0 ;


}

#footerContainer
{
	background: url(../images/footer-background.jpg) repeat-x 0 0;

}

#footerStamp
{
 /*display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 178px;

	border-bottom: 1px solid #C7C7C7;
	height: 96px;
	background:  url(../images/datakom-stamp.jpg) no-repeat 100% 0;
*/
    position: absolute;
    bottom: 74px;
    left: 0;
    width: 178px;
    height: 96px;
    z-index: 100;
    background:  url(../images/datakom-stamp.jpg) no-repeat 100% 0;
	border-bottom: 1px solid #C7C7C7;
}
#footerBox
{
	position: absolute;
	/*top: 136px;*/
	top: 40px;
	height: 34px;

	text-align: center;
	width: 100%;
	background: url(../images/footer-box-background.jpg) repeat-x 50% 0;
}
.footerBoxBackground
{
    position: absolute;
    height: 34px;
    width: 50%;
    top: 0;
    background-repeat: no-repeat;
}
#footerBoxBackground1
{
    left: 0;
    z-index: 1;
    background-image: url(../images/footer-box-background-1.jpg);
    background-position: 0 0 ;
}
#footerBoxBackground2
{
    right: 0;
    z-index: 1;

    background-image: url(../images/footer-box-background-2.jpg);
    background-position: 100% 0 ;
}
#footerLogoBox
{
    text-align: center;
    position: relative;
    z-index: 2;
}

#headerContainer
{
    background:  url(../images/header-background.jpg) no-repeat 50% -3px;

	border-bottom: 1px solid #808080;

	/*padding-top: 3px;*/
    width: 100%;

    height: 127px;


    position: relative;
    z-index: 1;
    /*position: absolute;
    top: 0;
    left: 0;
    */

}
#headerBackgroundBox
{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    width: 100%;


    height: 127px;
    z-index: 1;

}
#headerBackgroundBox2
{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background-color: #4DAEED;
    height: 127px;
    z-index: 2;

}

#languageMenuBox
{
    border-top: 1px solid #ECEDEF;
    width: 100%;
    height: 38px;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: 0 0;
    z-index: 5;

}
#languageMenuWrapper
{
    border-top: 1px solid #ABABAD;
    width: 100%;
    height: 31px;
    overflow: hidden;
    background: url(../images/language-menu-back.png) no-repeat 100% 0;
    text-align: right;

}
#languageMenu
{
    width: 100px;
    float: right;
    position: relative;
    z-index: 1;
    margin-right: 12px;
    margin-top: 12px;
    font-size: 11px;
    font-weight:bold;

} 


#languageMenu a
{
    color: #ffffff;
}
#logoBox
{
    height: 44px;

}

#mainMenuSection
{
    background: url(../images/main-menu-section-back.gif) repeat-x 0 4px;
    height: 44px;
    overflow: hidden;
    position: relative;
    border: none;
    z-index: 5;

}

#mainMenu
{
    margin: 0 auto;
    width: 775px; /* 1x89 (menu item 1) + 5x101 (menu items) + 2x55 (side corners) + offst 71 */
    width: 705px; /* 1x89 (menu item 1) + 5x101 (menu items) + 2x55 (side corners) + offst 71 */
    position: relative;
    z-index: 10;
    left: -35px;

    background:  url(../images/main-menu-left-corner.jpg) no-repeat 5px 0;
    /*padding-left: 50px;*/
    height: 42px;


}
#mainMenu li
{
    display: block;

    float: left;
    height: 42px;
    width: 75px;
    padding: 0 5px;
    text-align: center;
    overflow: hidden;
    background: url(../images/main-menu-item-back.jpg) repeat-x 100% 0;
    font-size: 11px;
    font-weight: bold;

}
#mainMenu li a
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 42px;

    width: 75px;

    color: #FFFFFF;
}
#mainMenu li.first
{
    background-image: url(../images/main-menu-first-item-back.jpg);
    width: 75px;
    padding: 0;
    margin-left: 55px;
    text-align: left;

}
#mainMenu li.first a
{
    width: 75px;
}

#mainMenu #mainMenuActiveItem
{
    background-image: url(../images/main-menu-item-back-active.jpg);
}
#mainMenu #mainMenuActiveItem.first
{
    background-image: url(../images/main-menu-first-item-back-active.jpg);
}


#mainMenu li.last
{
    width: 46px;
    background-image: url(../images/main-menu-right-corner.gif);
    /*padding: 0 71px 0 0;*/
    padding: 0;
    margin: 0;

}
#mainMenu li label
{
    position: relative;
}

#searchForm
{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;

    height: 35px;
    padding-top: 7px;
    z-index: 5;
    background: url(../images/search-form-background.gif) repeat-x 0 4px;

    text-align: right;

}
#searchForm fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
    display: inline;
    line-height: 35px;
}

#searchForm *
{
    vertical-align: top;
}
#searchForm #submitBlock
{
    /*
        border-right: 2px solid #FFFFFF;
    */
    padding-right: 12px;
    padding-left: 5px;
}
#searchForm #inputBlock
{
    padding-top: 6px;
    position: relative;
    z-index: 100;
}
#searchForm #search
{
    width: 125px;
    height: 1.2em;
}

#contentClear
{
    padding-bottom: 74px;

}
#navigationColumn
{
    clear: left;
    width: 189px;
    float: left;
    /*padding-top: 131px;*/
    background: url(../images/navigation-head-back.gif) repeat-x 0 0;
    padding-bottom: 96px;
    position: relative;
    z-index: 5;

}

#loginFormContainer
{
    border-top: 1px solid #FDFDFD;
    background: url(../images/navigation-head-corner.gif) no-repeat 100% 0;
    padding-right: 10px;
}
#loginFormContainer h3
{
    margin: 0 0 1px 0;
    padding: 0 0 0 18px;
    background: url(../images/login-heading-background.jpg) no-repeat 100% 0;
    height: 39px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 39px;
    overflow: hidden;
    font-size: 15px;
    letter-spacing: 0.4em
}

#loginForm
{
    padding-top: 6px;
}
#loginForm fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
    clear: left;
    height: 28px;
    line-height: 28px;

}
#loginForm fieldset *
{
    vertical-align: top;
    font-size: 11px;
}

#loginForm label
{
    text-align: left;
    font-family: verdana, arial, sans-serif;

    color: #000000;
    padding-left: 11px;
    width: 54px;
    float: left;
    line-height: 28px;
}

#loginForm input.text
{

    width: 70px;
    height: 12px;
    margin-top: 5px;

}

#loginForm input.image
{
    margin-top: 2px;
}

#loginForm fieldset.passwordAndSubmit
{
    padding-bottom: 55px;
    background: url(../images/login-form-footer.jpg) no-repeat 0 100%;
}

#subMenu
{
    padding: 23px 15px 0 0;
    font-size: 89%;

}
#subMenu li
{
    padding: 9px 0 10px 25px;
    background: url(../images/submenu-bullet.gif) no-repeat 8px 0.9em;
}

#subMenu a
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
#subMenu ul
{
    padding: 10px 0 0 0;
}
#subMenu ul li
{
    padding: 6px 0 7px 0;
}
#subMenu ul a
{
    font-weight: normal;
    text-decoration: none;
}

#subMenu ul a:hover
{
    text-decoration: underline;
}

#pathContainer
{
    height: 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url(../images/path-background.gif) repeat-x 50% 1px;
}
#pathBox
{
    /*
    padding-left: 189px;
    */
}
#pathMenu
{
}

#pathMenu *
{
    color: white;
    line-height: 42px;
    text-align: left;
}

#pathMenu li
{
    display: inline;
    font-size: 88%;
    font-weight: bold;
}


#languageMenu a,
#mainMenu li a span,
#pathMenu li
{
 /*   display: none;*/
}


#contentContainer
{
    margin-left: 189px;
}
#bannersColumn
{
    width: 251px;
    float: right;
    text-align: center;
    padding-top: 20px;

}
#bannersColumn li{
	padding:3px 0;
}
#contentColumn
{
    margin-right: 257px;
    padding-top: 21px;
    /*
    background-color: blue;
    */
}
#contentWrapper
{
    float: left;
    width: 100%;

}

#footerMenuBox
{
    /*padding-top: 96px;*/
    padding-top: 0;
    line-height: 34px;
}
#footerMenu
{
    text-align: center;
    font-size: 89%;
}
#footerMenu li
{
    display: inline;
}
#footerMenu li span
{
    padding: 0 10px;
}
#footerMenu *
{
    color: #000000;
}

#objectName
{
    margin: 0 0 0.5em 0;
    padding: 0;

    color: #DE001E;
    font-style: italic;
    font-family: arial, sans-serif;
    font-size: 120%;
    line-height: 18px;
    background: #EBEBEB url(../images/heading-background.jpg) no-repeat right top;
}
#objectName span
{
    padding-left: 33px;
    background: url(../images/heading-bullet.gif) no-repeat 12px 0.25em;
}
#actualContent
{
    font-size: 88%;
    margin: 0 10px 0 33px;
    padding-top: 10px;
}

#actualContent h1{
	padding:2px 0;
	margin:2px 0;
	font-size:160%;
}
#actualContent h2{
	padding:2px 0;
	margin:2px 0;
	font-size:140%;
}
#actualContent h3{
	padding:2px 0;
	margin:2px 0;
	font-size:130%;
}
#actualContent h4{
	padding:2px 0;
	margin:2px 0;
	font-size:120%;
}
#actualContent h5{
	padding:2px 0;
	margin:2px 0;
	font-size:110%;
}
#actualContent h6{
	padding:2px 0;
	margin:2px 0;
	font-size:100%;
}

#clientBox
{
    width: 160px;
    margin: 0 auto 20px auto;
    font-size: 90%;
    padding-right: 10px;
}
#clientQuote
{
    font-style: italic;
    margin-top: 10px;

}
#clientName
{
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
    font-style: italic;
}

