@page figures {
size: landscape
}

 * {
  background-color: red !important;
  background-image: none !important;
  }


body {
    margin:0;
    padding:0;
    background: #000; 
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:left;
    overflow: -moz-scrollbars-vertical;
    }

    
.top {
    display: none;
    visibility: hidden;
    height: 0;
}
 .header {
    display: none;
    visibility: hidden;
    height: 0;  
    }
.caption {
    display: none;
    visibility: hidden;
    }
#caption_left {
    display: none;
    visibility: hidden;
    }
    
a, a:hover, a:active, a:focus , a:visited {
    color: #007FB6;
}   

h3.customer {
    color: #00557D;
    font-size:12px;
    }
    
    
.frame-600 {
    width:600px;
    position:relative;
    float:left;
    border:none;
    margin:0px;
    padding:10px;
    background-repeat:no-repeat;
    background-image: url(../images/back600.jpg);
}

h2 {
    font-family:"Trebuchet MS";
    font-size:15px;
    font-weight:bold;
    color:#00cc00;
    padding: 0 0 0 17px;
    background: url(../images/arrow-blue.gif) 0px 2px no-repeat;
    margin: 0;
    clear:both;
    width: 92%;    
}

ul {
    /*list-style:none;
    list-style-type: circle;*/
    margin-top: 1em ;
    margin-bottom: 1em;
}

li {
    list-style:none;
}

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

table td {vertical-align: top; }
table .width_100percent {width: 100%;}                

.home_page_news_header {
    width:100%;
    position:relative;
    float:left;
    color:#003366;
    font-weight:bold;
    text-indent:1px;
    background-color:#E0E0E0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin:1em 0 0 0;
}
.paragraph_no_spacing {
    padding: 0;
    margin: 0;
    line-height: 13px; 
}

.bodytext {
    margin:1em 0;
    padding:0;
    line-height: 13px;
}

.redArrowLink-Right, .redArrowLink-Right-PDF {
    color:#CC0000;
    background:url(../images/list-arrow-red.gif) no-repeat right;
    padding-right:13px;
    padding-bottom:1px;
    text-align:right;
    text-decoration:none;
    float:right;
    width: 90%;
    clear: both;
    margin: 4px 10px;
}

.redArrowLink-Right:visited, .redArrowLink-Right-PDF:visited {
    color:#CC0000;
    background:url(../images/list-arrow-red.gif) no-repeat right;
    padding-right:13px;
    padding-bottom:1px;
    text-align:right;
    text-decoration:none;
    float:right;
}
.redArrowLink-Right:hover, .redArrowLink-Right-PDF:hover  {
    background:url(../images/list-arrow-orange.gif) no-repeat right;
    color:#00557D;
    text-align:right;
    text-decoration:none;
    float:right;
}

.news {
    width:240px;
    background:url(../images/back-news.jpg);
    background-repeat:no-repeat;
    position:relative;
    float:left;
    margin-bottom:15px;
    padding:10px;
}

.bluebox {
    background-color:#B6C4CF;
    padding:10px;    
}

.bluebox h4 {
    clear:both;
    color:#253370;
    font-family:"Trebuchet MS";
    font-size:15px;
    font-weight:bold;
    margin:0;
}

a.greenArrowLink {
    background:url(../images/list-arrows-green.gif) no-repeat left;
    padding-left:15px;
    width:auto;
    height:14px;
    text-align: left;
    margin-left:-20px;
    color:#00557D;
}
a.greenArrowLink:hover {
    background:url(../images/list-arrows-orange.gif) no-repeat left;
    padding-left:15px;
    width:auto;
    height:14px;
    text-align: left;
}
a.greenArrowLink:visited {
    padding-left:15px;
    width:auto;
    height:14px;
    text-align: left;
    margin-left:-20px;
    color:#00557D;
}
a.redArrowLink,a.redArrowLink-PDF, .csc-sitemap ul li a {
    background: url(../images/list-arrows-red.gif) no-repeat left ;
    padding-left:15px;
    height:14px;
    text-align: left;
    margin-left:-60px;
    *margin-left: -20px; /* fÃ¼r IE6 und 7 */
    color:#00557D;
}
a.redArrowLink:hover, a.redArrowLink-PDF:hover, .csc-sitemap ul li a:hover {
    background: url(../images/list-arrows-orange.gif) no-repeat left;
    padding-left:15px;
    height:14px;
    text-align: left;
}
a.redArrowLink:visited,  a.redArrowLink-PDF:visited, .csc-sitemap ul li a:visited {
    padding-left:15px;
    height:14px;
    text-align: left;
    margin-left:-60px;
    *margin-left: -20px; /* fÃ¼r IE6 und 7 */
    color:#00557D;
}

.circle li {
    padding: 2px 9px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type: circle; 
}

ul {
    /*list-style:none;
    list-style-type: circle;*/
    margin-top: 1em ;
    margin-bottom: 1em;
    margin-left: 1em;
}

li {
    padding: 2px 9px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none; 
}

.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.contenttable {
    width: 100%;   
    clear:left;
}

p {
margin:11px 0;
padding:0;
line-height: 13px; 

}