/* stylesheet with relative positioning */

html {
    margin: 0;
}

body {
    width: 750px;
    margin: 0 auto;
    margin-top: 0.5em;
    background-color: white;
    color: black;
    font-family: arial,sans-serif;
    font-size:10pt;
}

img {
    border: none;
}

img.deco_right {
    float: right;
    margin: 0.2em 0 0.2em 1em;
}

img.deco_left {
    float: left;
    margin: 0.2em 1em 0.2em 0;
}

.maincenter {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    font-family: arial,sans-serif;
}

.maincenter img {
    padding-top: 0.5em;
}

.centertable {
	text-align: center;
	margin-left: 30px;
}

table.contenttable {
    padding: 0;
    border: none;
    text-align: center;
}

table.contenttable td {
    background-color: white;
    border: 1px solid gray;
    padding: 5px;
    font-weight: bold;
}




#navrow {
    background-color:#ff6e14;
    height: 19px;
    font-family: arial,sans-serif;
    color: white;
    font-weight: bold;
    /*font-stretch:wider;*/
    font-size: 9pt;
    text-align:left;
}

#langsel {
    margin: 0;
    padding: 2px 5px 0 0;
    float: right;
    font-size: 8pt;
    font-weight: normal;
}

#langsel a {
	text-decoration: none;
	color: white;
}

#langsel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#langsel ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#navmain {
    margin: 0;
    padding: 0;
    padding-left: 160px;
}

#navmain ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navmain ul li {
    display: inline;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#navmain ul li a {
    color: white;
    text-decoration: none;
    float: left; 
    display: block;
    height: 17px;
    padding: 2px 0.7em 0 0.7em;
    margin: 0;
}

#navmain ul li a:hover, #navmain ul li a:focus {
/*    text-decoration: underline; */
    background-color: #ff9e44;
}

#navmain ul li.selected a {
    color: #20378e;
}

#ci {
    background-image: url(../pics/kombi2a.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin: 0;
    padding: 0;
}


#cileft {
    vertical-align: middle;
    text-align: left;
    padding-left: 24px;
    height: 85px;
}


#mainrow {
    margin: 0;
    padding: 0;
    clear: both;
}

#mainc {
    background-color: RGB(239,240,242);
    background-image: url(../pics/mainback.png);
    background-repeat: repeat-y;
    background-position: left;
    margin: 0;
    padding: 1em 2em 2em 165px;
/*    border: 1px solid RGB(239,240,242); */
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    text-align: left;
    vertical-align: top;
    font-size:10pt;
    min-height: 300px;
}

#sidebar {
    margin: 0;
    padding: 0;
    width: 150px;
    float: left;
}

#navisub {
    margin: 0;
    padding: 1em 0;
    padding-bottom: 10em;
    height: 100%;
    color:white;
    background:none;
    font-weight:bold;
    /*font-stretch:wider;*/
    text-align:right;
    vertical-align: top;
    font-size: 8pt;
}

#navisub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navisub ul li {
    margin-bottom: 0.5em;

}

#navisub ul li a {
    color: white; 
    text-decoration:none;
    display: block;
    width: 130px;
    padding: 3px 10px;
}

#navisub ul li a:hover, #navisub ul li a:focus {
/*    text-decoration: underline; */
    background-color: #6077b4
}

#navisub ul li.selected a {
    color: #ff6e14; 
    text-decoration:none;
}


#subsub {
    font-size: 8pt;
    margin: 0.1em 0 0 0;
    padding: 0;
    font-style: italic;
    font-weight: normal;
}

#subsub ul li {
    margin: 0;
    padding: 0;
}

#subsub ul li a { 
    color: white; 
    text-decoration:none;
}

#subsub ul li a:hover, #subsub ul li a:focus {
/*    text-decoration: underline; */
}

#subsub ul li.selected a {
    color: #ff6e14;
    text-decoration: none;
}


#mainc h1, h2 {
    font-family: Arial,sans-serif;
}

#mainc h1 {
    border-bottom: 3px solid #ff6e14;
    font-size: 14pt;
    margin-bottom: 1em;
    margin-top: 0em;
    font-variant: small-caps;
}

#mainc h2 {
    margin-top: -1em;
    padding-top: 0;
    font-size: 14pt;
    text-align: right;
    margin-bottom: 2em;
}

#mainc h3 {
    font-size: 10pt;
}

#mainc h4 {
    font-size: 10pt;
    margin-bottom: 0;
}

#mainc li {
    margin-top: 0;
    margin-bottom: 0;
}

#mainc p {
    margin-top: 0em;
    margin-bottom: 0.5em;
}


#mainc a:link { color: black; text-decoration:underline;}
#mainc a:visited { color: black; text-decoration:underline;}
#mainc a:active { color: black; text-decoration:underline;}
#mainc a:hover { color: #ff6e14; text-decoration:underline;}
#mainc a:focus { color: #ff6e14; text-decoration:underline;}


#mainc table.contenttable td a { text-decoration: none;}
#mainc table.contenttable td a:link { text-decoration: none;}
#mainc table.contenttable td a:visited { text-decoration: none;}
#mainc table.contenttable td a:hover { text-decoration: none; }
#mainc table.contenttable td a:focus { text-decoration: none;}
#mainc table.contenttable td a:active { text-decoration: none;}

.pricelist {
        vertical-align: top;
        font-size:10pt;
    padding: 1em;
}

.prleft {
}



.prright {
    text-align: right;
    padding-left: 2em;
}

ul.index {
    list-style-type: none;
    font-family: arial,sans-serif;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 2em;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    
}   

ul.index li {
    margin-top: 1em;
}

ul.index li a:link { color: black; text-decoration:none;}
ul.index li a:visited { color: black; text-decoration:none;}
ul.index li a:active { color: black; text-decoration:none;}
ul.index li a:hover { color: black; text-decoration: underline; }
ul.index li a:focus { color: black; text-decoration: underline; }

#w3c {
    display: none;
    text-align: right;
    padding: 3px;
}

#w3c p {
    margin: 1em;
}

ul {
    margin-bottom: 1em;
}


#footer {
    clear: both;
    margin: 00;
    padding-top: 0.2em;
    font-size: smaller;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline;
    padding-right:1em;
}

#footer li a:link, #footer li a:visited, #footer li a:active {
    color: #20378e;
    text-decoration: none;
}

#footer li a:hover, #footer li a:focus {
    color: #20478e;
    text-decoration: underline;
}

#footer p {
    margin-top: 0.1em;
    margin-left: 0em;
    color: gray;
}

.agbtoc ul {
    list-style: none;
    padding-bottom: 0.3em;
}

.agbtoc ol {
    padding-bottom: 1em;
    border-bottom: 1px solid #ff6e14;
}

.agb h4 {
    margin-left: 2em;
}

.agb p {
    margin-left: 2em;
}

.agbtoplevel {
    margin-left: 0;
}


dl dt {
    font-weight:bold;
}

dl dd {
    margin-bottom: 0.3em;
}


dd p {
    margin-top: 0.3em;
}

dl dl dt {
    font-weight: normal;
}
