body { color: #663300;
background-color: #BECDE0;
border-style: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.0em;
line-height:1.4em;
text-align: left;
margin-top:10px;
border: #760ad3 none;
height: 100%;
}

/*Links*/

a:link { font-weight:500;color:#0000E0; text-decoration:none;
}
a:visited { font-weight:500; color: #ff6699; text-decoration:none;
}
a:hover { font-weight:500; color:#E00000; text-decoration:underline;
}
a:active { font-weight:500; color:#E00000; text-decoration:underline }
a:focus { font-weight:500; color:#00E000; text-decoration:underline }

/*Fußzeilen-Links*/
a.fuss:link { font-size:0.8em;font-weight:500;color:#0000E0; text-decoration:none;
}
a.fuss:visited { font-size:0.8em; color: #ff6699; text-decoration:none;
}
a.fuss:hover { font-size:0.8em;color:#E00000; text-decoration:underline;
}
a.fuss:active { font-size:0.8em;color:#E00000; text-decoration:underline; }
a.fuss:focus { font-size:0.8em; color:#00E000; text-decoration:underline; }


/*Überschriften*/

h1 {font-size: 2.5em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: center;
color: #000000;
font-style: italic;
}

h2 {font-size: 2em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: center;
color: #000000;}

h3 {font-size: 1.5em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-stretch:narrower ;
text-align: center;
color: #000000;
}


h4 {font-size: 1.3em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;
color: #000000;
font-style: normal;text-align: center;
}

h5 {font-size: 1.1em;
font-family: Times, "Times New Roman", serif;
font-weight: bolder;
text-align: center;
color: #000000;
font-style: normal;}

h6 {font-size: 1.1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;
font-style: italic;
color: #000000;}

/*Hinterlegungen*/

.hinterlegt-rot {
background-color: #ff6699;}

.hinterlegt-gelb {
background-color: #fffd92;}

.hinterlegt-blau {
background-color: #e2f1f1;}

.hinterlegt-braun {
background-color: #ff9900;}

.fusstext{
font-size:0.8em;
}

/*Kapitelüberschriften*/

.chap1 {
border: 2px #ff6666;
border-bottom: 4px #ff6666 double;}

.chap2 {
border: 2px #ff6666;
border-bottom: 3px #ff6666 solid;}

.chap3 {
border: 2px #ff6666;
border-bottom: 2px #6699ff dotted;
color: #660000;
line-height:1.5em;
}

.chap4 {
border: 2px #ff6666;
border-bottom: 2px #000000 dotted;
}

/*Texteinzug bei Absatz*/

.abstandlinks {
text-indent: 2em;}

/*wichtiger Text*/

.tieferstellen {
vertical-align: sub;
line-height: 1.2em;}

.hochstellen {
vertical-align: super;
line-height: 1.2em;}

.kleinhoch {
vertical-align: text-top
}

.kleinunten {
vertical-align: text-bottom
}

ul {
	list-style: url(bullet.gif);
	line-height: 1.6em;
}

