html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body
{
    background-color: rgb(233,233,233);
    color: #333;
    font-family: arial, helvetica, sans-serif;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

.page
{
    margin: 0 auto;
    width: 839px;
    background-color: white;
    background-image: url(../images/background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

h1
{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
}

h1,
h1 img
{
    width: 223px;
    height: 128px;
}

a
{
    color: rgb(102,102,102);
}

.content
{
    padding-left: 248px;
    width: 567px;
    padding-bottom: 0;
    clear: both;
    min-height: 820px;
    height: auto !important;
    height: 820px;
}

h2
{
    padding: 0;
    margin: 0;
    color: rgb(132,132,132);
    font-size: 19px;
    font-family: arial, sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
}

h2 img
{
    display: block;
    height: 27px;
}

h2.standaloneHead
{
    margin-top: 0;
    padding-top: 100px;
    border-bottom: 1px solid rgb(204,204,204);
    padding-bottom: 1px;
    margin-bottom: 21px;
}

body p.comment
{
    color: rgb(200,50,50);
    letter-spacing: 1px;
    padding: 4px;
    padding-left: 8px;
    border-left: 1px dotted rgb(200,50,50);
    margin-top: 40px;
    margin-bottom: 18px;
}

.innerContent p,
.innerContent h3,
.innerContent table
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 18px;
    font-size: 78%;
    line-height: 1.29em;
    clear: both;
}

.innerContent table p
{
    font-size: 12px;
}


.innerContent ul li,
.innerContent ol li
{
    font-size: 12px;
    margin-bottom: 8px;
    font-size: 78%;
    line-height: 1.29em;
}

.innerContent ul li
{
    list-style-type: square;
}

.innerContent h3
{
    margin-top: 28px;
    margin-bottom: 6px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    width: 399px;
    overflow: hidden;
}

.innerContent h3 img
{
    display: block;
    padding: 0;
    margin: 0;
}

p.footnote
{
    font-size: 10px;
}

p.navigation
{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 128px;
    width: 224px;
}

.navigationChapter
{
    display: block;
    border-top: 1px solid rgb(204,204,204);
    padding-left: 24px;
    padding-right: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    font-size: 11px;
    text-decoration: none;
}

.navigationChapter
{
    width: 223px;
}

.navi\gationChapter
{
    width: 180px;
}

.navigationHome
{
    background-image: url(../images/arrow-gray.gif);
    background-position: 210px 8px;
}

.navigationHome:hover
{
    background-image: url(../images/arrow-red.gif);
    color: rgb(204,0,0);
}

.navigationBelowHome,
.navigationBelowHomeFirst
{
    background-image: url(../images/arrow-gray.gif);
    background-position: 10px 8px;
}

.navigationBelowHome:hover,
.navigationBelowHomeFirst:hover
{
    background-image: url(../images/arrow-red.gif);
    color: rgb(204,0,0);
}

.navigationBelowHomeLast
{
    background-image: url(../images/arrow-gray-down.gif);
    background-position: 8px 10px;
}

.navigationBelowHomeLastActive
{
    background-image: url(../images/arrow-red-down.gif);
    background-position: 8px 10px;
    color: rgb(204,0,0);
}

.navigationBelowHomeLastActiveSingle
{
    background-image: url(../images/arrow-red.gif);
    background-position: 10px 8px;
    color: rgb(204,0,0);
    border-bottom: 1px solid rgb(204,204,204);
}

.navigationBelowHomeLast:hover
{
    background-image: url(../images/arrow-red-down.gif);
    color: rgb(204,0,0);
}

.navigationBelowHomeFirstAndLastActive:hover
{
    background-image: url(../images/arrow-red-down.gif);
    color: rgb(204,0,0);
}

.subNavigation
{
    display: block;
    width: 223px;
    border-top: 1px dashed rgb(204,204,204);
    border-bottom: 1px solid rgb(204,204,204);
	padding-top: 3px !important;
	padding-top: 4px;
    padding-bottom: 4px;
}

.subNavigationHeader
{
    background-image: url(../images/arrow-gray-down.gif);
    background-position: 16px 6px;
    background-repeat: no-repeat;
}

.subNavigationHeader:hover
{
    background-image: url(../images/arrow-red-down.gif);
}

.subNavigationHeaderActive
{
    background-image: url(../images/arrow-red-down.gif);
    background-position: 16px 6px;
    background-repeat: no-repeat;
    color: rgb(204,0,0);
}

.subNavigationHeaderActive,
.subNavigationHeader
{
    margin-bottom: 1px;
}

.subNavigationChapter,
.subSubNavigation
{
    display: block;
    padding: 0 24px 0 32px;
    font-size: 11px;
    text-decoration: none;
    line-height: 15px;
	margin-top: 1px;
}

.subSubNavigation
{
    padding-left: 44px;
    width: 170px;
}

a.subNavigationChapter,
a.subSubNavigation
{
    width: 222px;
}

a.subNavi\gationChapter
{
    width: 167px;
}

a.subSubNavi\gation
{
    width: 155px;
}

.subNavigationChapter:hover,
.subSubNavigation:hover,
.subNavigationActive
{
    color: rgb(204,0,0);
}

.subNavigationActive
{
    background-image: url(../images/arrow-red.gif);
    background-position: 18px 4px;
    background-repeat: no-repeat;
}

.subSubNavigationActive
{
    background-image: url(../images/arrow-red.gif);
    background-position: 32px 4px;
    background-repeat: no-repeat;
}

.subSubNavigationActive
{
    color: rgb(204,0,0);
}

#grid
{
    position: absolute;
    left: -1px;
    top: 0;
    width: 840px;
    height: 800px;
    background-image: url(../images/grid-navi.gif);
    background-repeat: no-repeat;
    display: none;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
    z-index: 4000;
}

.introImage
{
    margin-left: -24px;
    margin-bottom: 19px;
}

.introImage img
{
    display: block;
}

#footer
{
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    height: 21px !important;
    width: 100%;
    color: rgb(102,102,102);
    font-size: 10px;
    border-top: 1px solid rgb(204,204,204);
    background-color: #fff;
    background-image: url(../images/background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    overflow: hidden;
}

.copyright,
.meta
{
    position: absolute;
    left: 23px;
    top: 4px !important;
    top: 6px;
    line-height: 10px;
    overflow: hidden;
}

.meta
{
    width: 290px;
}

.copyright
{
    left: 248px;
    width: 610px;
}

#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    color: rgb(204,0,0);
}

.related
{
    width: 138px;
    height: 150px;
    position: relative;
    left: 429px;
    overflow: hidden;
}

.innerContent
{
    width: 399px;
    background-color: #fff;
    margin-top: -150px;
    padding-bottom: 100px;
}

.innerContent a
{
    color: rgb(102,102,102);
    text-decoration: underline;
}

.innerContent a:hover
{
    color: rgb(204,0,0);
}

.related a
{
    display: block;
    text-decoration: none;
    width: 117px;

    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 18px;
    font-size: 10px;
    background-image: url(../images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.related a:hover
{
    color: rgb(204,0,0);
    background-image: url(../images/arrow-red.gif);
}

.image
{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 10px;
    color: rgb(102,102,102);
}

.image img
{
    display: block;
    margin-bottom: 4px;
}

a img
{
    border: 0;
}

.fullContent
{
    background-color: transparent;
    text-align: center;
    background-image: none;
    padding-top: 100px;
}

#navigationShade
{
    position: absolute;
    left: 224px;
    top: 124px;
    width: 226px;
    /*height: 154px;*/
	height: 178px;
    display: none;
    z-index: 2999;
}

#navi\gationShade
{
    background-image: url(../images/transparent/gray-60.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=60);
    background-image: none;
    background-color: #ccc;
}

#navigationHomeSub
{
    position: absolute;
    left: 229px;
    top: 128px;
    width: 215px;
    /*height: 144px;*/
    display: none;
    overflow: hidden;
    border-bottom: 1px solid rgb(204,204,204);
    z-index: 3000;
}

.navigationHome,
.navigationBelowHomeFirst,
#navigationHomeSub
{
    text-transform: uppercase;
}

#navigationHomeSub .navigationChapter
{
    width: 227px;
    height: 24px;
    overflow: hidden;
}

#navigationHomeSub .navi\gationChapter
{
    width: 170px;
    height: 13px;
}

#navigationHomeSub .navigationChapter:hover
{
    color: rgb(204,0,0);
    background-color: rgb(242,242,242);
}

#navigationHomeSub a
{
    background-color: #fff;
    border-left: 1px solid rgb(204,204,204);
    border-right: 1px solid rgb(204,204,204);
}

.zoomable
{
    cursor: pointer;
}

.zoomImage
{
    position: absolute;
    left: 110px;
    top: 110px;
    width: 400px;
    height: 300px;
    display: none;
    z-index: 1701;
}

#zoomImageShade
{
    position: absolute;
    left: 100px;
    top: 100px;
    width: 410px;
    height: 310px;
    display: none;
    z-index: 1700;
}

#zoomIma\geShade
{
    background-image: url(/html/images/transparent/black-50.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=5);
    background-image: none;
    background-color: #000;
}

.mainframe
{
    width: 615px;
    height: 1600px;
    display: block;
    border: 0;
    frameborder: 0;
    overflow: hidden;
    margin-left: -24px;
}

body.framed
{
    background-color: #fff;
    overflow: hidden;
}

.framed .content
{
    padding-left: 0;
}

.debugInfo a
{
    position: absolute;
    top: 10px;
    right: 8px;
    width: 15px;
    font-size: 11px;
    display: block;
}

.debugInfo a
{
    color: #bbb;
}


/* Table module */

table.normalTable
{
    border-collapse: collapse;
    width: 399px;
    margin-top: 21px;
    margin-bottom: 16px;
}

table.extensive
{
    width: 567px;
}

.normalTable th,
.normalTable td
{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
}

.normalTable th
{
    background-color: rgb(132,132,132);
    color: #fff;
}


.normalTable .alternate td
{
    background-color: rgb(248,248,248);
}

.normalTable td
{
    background-color: #fff;
    border-bottom: 1px dashed rgb(204,204,204);
}


table.separateColumns td.alternate
{
    background-color: #fff;
}

table.separateColumns td
{
    background-color: rgb(248,248,248);
}

.closeButton
{
    position: absolute;
    left: 20px;
    top: 4px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

ul.defaultList li,
ol.defaultList li
{
    font-size: 12px;
    margin-bottom: 8px;
    /*font-size: 78%;*/
    line-height: 1.29em;
}

ul.defaultList li
{
    list-style-type: square;
}


body h3.firstH3
{
    margin-top: 0;
    padding-top: 0;
}

p.introduction
{
    border-top: 1px dashed rgb(204,204,204);
    border-bottom: 1px dashed rgb(204,204,204);
    padding-top: 12px;
    padding-bottom: 11px;
}

table td.number
{
    text-align: right;
}

body div.width183
{
    width: 183px;
}

.continueButton
{
    text-align: right;
}

.contentframe
{
    border: 0;
    width: 567px;
    height: 319px;
}

.noShow
{
	display: none;
}

#ifLoggedIn
{
    display: none;
}

#ifLoggedIn a
{
    color: rgb(204,0,0);
}

.subTitle
{
    color: rgb(132,132,132);
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}

.exceptionLine
{
    border-bottom: 1px solid rgb(204,204,204);    
}

span.klein {
    font-size:10px;
}

/* Knowledge base module */

ul.knowledgeBases
{
    position: relative;
    width: auto; 
    margin: 0;
    padding: 0;
    font-size: 10px;
    height: 380px;
}

ul.knowledgeBases.lines1
{
    height: 56px;
}

ul.knowledgeBases.lines2
{
    height: 112px;
}

ul.knowledgeBases.lines3
{
    height: 168px;
}

ul.knowledgeBases.lines4
{
    height: 264px;
}

ul.knowledgeBases.lines5
{
    height: 330px;
}

.knowledgeBases li,
.knowledgeBases a
{
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
}

.knowledgeBases li
{
    width: 120px;
    height: 66px;
}

.knowledgeBases a
{
    text-decoration: none;
    color: rgb(51,51,51);
    padding: 2px;
    width: 182px;
    height: 52px;
}

.knowledgeBase1,
.knowledgeBase3,
.knowledgeBase5,
.knowledgeBase7,
.knowledgeBase9,
.knowledgeBase11,
.knowledgeBase13,
.knowledgeBase15,
.knowledgeBase17,
.knowledgeBase19
{
    left: 0;
}

.knowledgeBase2,
.knowledgeBase4,
.knowledgeBase6,
.knowledgeBase8,
.knowledgeBase10,
.knowledgeBase12,
.knowledgeBase14,
.knowledgeBase16,
.knowledgeBase18,
.knowledgeBase20
{
    left: 199px;
}

.knowledgeBase1,
.knowledgeBase2
{
    top: 0;
}

.knowledgeBase3,
.knowledgeBase4
{
    top: 57px;
}

.knowledgeBase5,
.knowledgeBase6
{
    top: 114px;
}

.knowledgeBase7,
.knowledgeBase8
{
    top: 171px;
}

.knowledgeBase9,
.knowledgeBase10
{
    top: 228px;
}

.knowledgeBase11,
.knowledgeBase12
{
    top: 285px;
}

.knowledgeBase13,
.knowledgeBase14
{
    top: 342px;
}

.knowledgeBase15,
.knowledgeBase16
{
    top: 399px;
}

.knowledgeBase17,
.knowledgeBase18
{
    top: 456px;
}

.knowledgeBase19,
.knowledgeBase20
{
    top: 513px;
}


.knowledgeBases li strong,
.knowledgeBases li span
{
    display: block;
}

.knowledgeBases li strong
{
    padding-left: 10px;
    background-image: url(../images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    margin-bottom: 6px;
    font-size: 10px;
    color: rgb(132,132,132);
    font-weight: normal;
    width: 100px;
}

.knowledgeBases li a:hover strong
{
    color: rgb(204,0,0);
    background-image: url(../images/arrow-red.gif);
    cursor: pointer;
}

.knowledgeBases br
{
    display: none;
}

.knowledgeBases img
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 61px;
    height: 37px;
    border: 1px solid rgb(204,204,204);
}

.knowledgeBases strong
{
    display: block;
    position: absolute;
    left: 72px;
    top: -1px;
    width: 117px;
}

#knowledgeBaseShade
{
    position: absolute;
    display: none;
    width: 679px;
    height: 552px;
    z-index: 3900;
}

#knowled\geBaseShade
{
    background-image: url(/html/images/transparent/gray-30.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=30);
    background-color: #999;
    background-image: none;
}

*+html #knowled\geBaseShade
{
    filter: none;
}

#knowledgeBase
{
    position: absolute;
    display: none;
    width: 624px;
    height: 474px;
    z-index: 3901;
    padding-top: 61px;
    padding-left: 39px;
    background-image: url(/html/images/kbase-back.gif);
    background-repeat: repeat-y;
    border-bottom: 1px solid rgb(204,204,204);
}

body div #knowledgeBase h2
{
    background-color: rgb(123,139,154); 
    color: #fff;
    width: 648px;
    height: 26px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

#knowledgeBase h3 img
{
    height: 19px;
}

body div #knowledgeBase .innerContent
{
    margin-left: 15px;
}

body div #knowledgeBase .innerContent
{
    margin-bottom: 0;
    padding-bottom: 10px;
}

#closeButtonKbase
{
    position: absolute;
    top: 5px;
    z-index: 4000;
    left: 640px;
}

.knowledgebaseWrapper
{
    position: absolute;
    left: 14px;
    top: 47px;
    width: 648px;
    height: 468px;
    padding-top: 20px;
    overflow: -moz-scrollbars-vertical !important;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    border-right: 1px solid rgb(204,204,204);
}

body .knowledgebaseWrapper #introImageKBase,
body .knowledgebaseWrapper .introImage,
body .knowledgebaseWrapper .innerContent
{
    left: 0;
    margin-left: 0;
    padding-left: 0;
}

.knowledgebaseWrapper .caption
{
	font-size: 10px;
   color: rgb(102,102,102);
   margin: 0;
   padding: 0;
   position: relative;
   top: -15px;   
}

.knowledgebaseWrapper .caption strong, .knowledgebaseWrapper .innerContent .image strong
{
	color: #000;
	font-size: 10px;
}

/* not in knwledgebase-layer, but related to it: 
milky semi-transparent background 
will be inserted at runtime via javascript
*/

/*#kbaseMilkyBG
{
    height: 100%;
    background-color:#F5F5F5;
    filter: alpha(opacity=92);
    opacity: 0.92;
    z-index:3800;
}
*/
/* ie6 hack */

/** html #kbaseMilkyBG 
{ 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
*/
