/* IPro Handbuch Style-Sheets */

body
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
/*    background: white url(images/backgrd.gif);*/
    background-color:white;  */
    font-family:Arial,sans-serif;
}


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
     { font-family:Arial,sans-serif; }                           

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


a { color:#484C55; }

h1 { font-size:18pt; }

h2 { font-size:16pt; }

h2.sh2 { font-size:16pt; }


h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:10pt; }

h4 { font-size:10pt;}


p,ul,ol,li,div,td,th,address,nobr,b,i { 
font-size:9pt;
}

ul,ol,li {
list-style-image:url(Images/list_strich.gif)
}


/* Tabellen-Formate */
.rahmen {
border:1px solid; 
border-color: #A5CBEF;
border-collapse:collapse
}

/* Zellen innerhalb dieser Tabellen */
.tab td, .tab tr {
border:1px solid;
border-color: #A5CBEF;
padding:2px;
}

/* Zellen innerhalb dieser Tabellen */
td table {
border:0px hidden;
border-color: #A5CBEF;
padding:2px;
}

.oh-link {
display:none;
}
