/**
 *  author:   Gregor Martynus <g.martynus@roxea.de>
 *  file:     print.css
 *  package:  www.prodanet.com
 *  version:  1
 *  date:     24.04.2005
 *
 *  this style sheet is used for print formattings
 */
 
#header,
#adbar,
#navbottom,
#navhelp {
    display: none;
}

* {
    padding:            0;
    margin:             0;
}

body, html {
    font:               100.01% Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    padding-top:        10pt;
    border-bottom:      1px solid #000;
    
    font-size:          18pt;
    font-weight:        normal;
}

h2 {
    color:              #DE8A21;
    font-weight:        normal;
    font-size:          16pt;
    letter-spacing:     1px;
}

h3 {    
    color:              #183C84;
    font-size:          11pt;
}

h4 {
    clear:              left;
}

h5 {
    font-size:          10pt;
    font-weight:        normal;
    letter-spacing:     1px;
    
}

p {
    margin:             7pt 0;

    font-size:          10pt;
    line-height:        14pt;
}

ul {
    margin:             12pt 0;
    padding-left:       30px;
    font-size:          10pt;
}
li a strong {
    margin:             5pt 0 0;
    display:            block;
    font-size:          12pt;
}

th {
    text-align:         left;
}

a:link,
a:visited {
    color:              #000;
    text-decoration:    none;
}

#breads {
    position:           absolute;
    top:                0;
    right:              0;
}

#breads p {
    color:              #999;
    font-size:          9pt;
    line-height:        9pt;
    text-align:         right;
}

#breads strong {
    color:              #000;
}

#panorama img {
    width:              675px;
    height:             auto;
}

#content {
    padding-top:        12pt;
}

#footer {
    clear:              both;
    margin-top:         3pt;
    border-top:         1px solid #000;
}

#footer p {
    margin:             0;
    font-size:          9pt;
    line-height:        12pt;
}

/**
 *  individual stuff
 */

#intro {
    height:             200px;
}

#highlightintro {
    height:             110px;
}

#highlightintro img,
#intro img {
    float:              left;
}

#intro h2 {
    padding:            16pt 0 0 200px;
    
    font-size:          18pt;
}

#highlightintro h2 {
    padding:            6pt 0 0 100px;
}

#intro h3 {
    padding:            5pt 0 0 200px;

    color:              #000;
    font-weight:        normal;
    font-size:          13pt;
    letter-spacing:     1px;
}

#highlightintro h3 {
    padding:            5pt 0 0 100px;
}

#intro h4,
#intro p {
    display:            none;
}

#products h3,
#productfor h4,
#highlightindex h4 {
    border-bottom:      1px solid #999;
    font-size:          12pt;
}

#highlight div,
#highlightindex div {
    clear:              both;
    border-top:         1px solid #ccc;
}

#highlight h5,
#highlightindex h5 {
    clear:              left;
    padding-top:        12pt;
    
    color:              #DE8A21;
    font-weight:        bold;
}

#highlight img,
#highlightindex img{
    float:              right;
    padding:            1px;
    margin:             5px;
    border:             1px solid #779;
}

#highlight div.imgpanorama img,
#highlightindex div.imgpanorama img {
    float:              none !important;
}

#summary h4 {
    color:              #183C84;
}

#summary li {
    line-height:        18pt;
}

#summary li strong {
    color:              #DE8A21;
    font-size:          11pt;
}