/* CSS Document */
body { 
font-family: Arial, Helvetica, sans-serif; 
font-size:12pt;
color: rgb(60,60,0);
background-color: rgb(225,225,0);
}

h1 {
	margin-right: 5%;
	margin-left: 5%;
	font-size: xx-large;
	text-align: center;
	font-variant: small-caps;
}

h2 { 
font-size: x-large; 
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
}

h3 { 
font-size: large; 
	margin-right: 5%;
	margin-left: 10%;
}

h4 { 
font-size: 1em; 
color: #666666;
}

p { 
font-size:12pt; 
}

.style1 {
font-size: larger;
}

.style2 {
font-size: large;
font-weight: bold;
}

.style3 {
font-size: smaller;
}

.style4 {
font-size: 75%
}

.style5 {
font-size: 60%
}

.style6 {
font-size: x-small
}

.style7 { 
font-size: 1em; 
font-weight: bold;
color: #666666;
}

.style8 {
	font-size: small;
	font-style: italic;
}

a:link { 
font-weight:bold; color: rgb(60,60,0); text-decoration:none 
}

a:visited { 
font-weight:bold; color: rgb(60,60,0); text-decoration:none 
}

a:hover { 
font-weight:bold; color: rgb(60,60,0); text-decoration:none 
}

a:active { 
font-weight:bold; color: rgb(60,60,0); text-decoration:nonr 
}

a:focus { 
font-weight:bold; color: rgb(60,60,0); text-decoration:none 
}

.margin1 {
	margin-right: 5%;
	margin-left: 5%;
	text-align: justify
}

.margin2 {
	text-align: justify;
	margin-left: 1em;
}

.margin3 {
	margin-right: 5%;
	margin-left: 33%;
}

#fixiert1 {
    position: absolute;
    top: 150px; left: 4%;
    width: 25px;
	background-color: rgb(225,225,0);
    border: 3px solid #FF9900;
}
html>body #fixiert1 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert2 {
    position: absolute;
    top: 188px; left: 4%;
    width: 25px;
	background-color: rgb(225,225,0);
    border: 3px solid #FF9900;
}
html>body #fixiert2 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert3 {
    position: absolute;
    top: 226px; left: 4%;
    width: 25px;
	background-color: rgb(225,225,0);
    border: 3px solid #FF9900;
}
html>body #fixiert3 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert4 {
    position: absolute;
    top: 264px; left: 4%;
    width: 25px;
	background-color: rgb(225,225,0);
    border: 3px solid #FF9900;
}
html>body #fixiert4 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert5 {
    position: absolute;
    top: 302px; left: 4%;
    width: 25px;
	background-color: rgb(225,225,0);
    border: 3px solid #FF9900;
}
html>body #fixiert5 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert6 {
    position: absolute;
    top: 340px; left: 4%;
    width: 25px;
	background-color: rgb(225,225,0);
    border: 3px solid #FF9900;
}
html>body #fixiert6 {  /* nur fuer moderne Browser! */
    position: fixed;
}

#Navigation li {
	list-style: none;
	line-height: 1,5em;
	font-size: 20px;
}
  
