/* Copyright Scientec Internet Applications + Media GmbH - www.scientec.de */

html {overflow:auto;height:100%;}
body {overflow:auto;position:relative; margin:auto; padding:auto; height:100%;width:auto; background-color:white;background-image:none}


b,strong {font-weight: bold;}
i {font-style:italic;}


.sci_fragment {
    position: relative;
}
.sci_fragment > * {
    border: 0 solid #666666;
    position: relative;
}
.sci_fragment.aktiv > * {
    outline: 2px solid #CC0000;
}
.sci_fragment:hover > * {
    outline: 2px dotted #CC0000;
}
.sci_fragment.aktiv:hover > * {
    outline: 2px solid #CC0000;
}