@charset "utf-8";

@media screen and (max-width: 1024px) {
    rt{
	transform: translateY(-0.8em);
    }
}

@media screen and (min-width: 1024px) {
    rt{
	transform: translateY(-0.1em);
    }
}


/* Header h1 */
h1{
font-size: 70%;
letter-spacing: 2px;
padding-top: 10px;
padding-left: 10px;
margin: 0px;
}

h1 a{
color: #333333;
font-weight:normal;
}

/* h2 */
h2{
font-size: 180%;
background-image: url(../img/contentsbar.png);
line-height: 45px; width:300px;
padding-left: 3px;
margin-top: 10px;
margin-bottom: 1px; 
}

/* h3 */
h3{
font-size: 120%;
background-image: url(../img/titlebar.gif);
background-color: #bce2e8;
line-height: 30px; width: 600px;
padding-left: 10px;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px; 
}

/* h4 */
h4{margin-left:8px;}
h4 span{margin:13px 0p; background:#afd147; padding:5px;
border-left:5px solid #31673f;}

/* h5 */
h5{margin:20px 0px 10px 15px; padding-left:5px; width:580px; background:#90cfd4; border-left: 5px solid #308bae; font-size:1em;}

/* p */
p{
padding-right:1em; 
text-indent:1em;
font-size: 96%;
line-height: 175%;
}

p.question{margin-left: 20px; width:580px;}

/* lists */
ul{list-style-type:none; padding:0px 15px; font-size:95%;}
ul li{margin-bottom:.2em;}

#bib li{margin-bottom:1em;}

ol{padding:0px 30px; font-size:95%;}
ol li{margin-bottom:.2em}

ol.rem{ font-size:85%; }
ol.rem li{ position: relative; list-style:none; line-height:140%; margin-bottom:0.5em;}
ol.rem li span.ast { position:absolute; top:0; left:-1.5em; }

/* smallcaps, italic */
.sc{font-variant:small-caps;}
.ob{font-style:oblique;}
.it{font-style:italic;}
.bf{font-weight:700;}

/* links */

a{
text-decoration: none;
}

a:hover{
color:#FF0000;
text-decoration: none;
}

/* Notedesign */
div.notedesign {
    margin:30px 0px; margin-left:100px;
    width:400px;
    border: 2px solid #397145;
    padding: 10px;
    background-color: #ffffcc;
}

div.notedesign p{
line-height: 25px;
margin: 0px 0px 5px 0px;
text-indent: 0px;
}

div.notedesign p.notetitle{
margin: 0px 0px 5px 0px;
padding: 3px 0px;
border-bottom: 3px double #4d4398;
font-weight: bold;
color: #4d4398;
}


/* Footer */
address{
font-size: 80%;
font-style: normal;
padding-top: 5px;
}
