* {
 margin:0;
 padding:0;
}
html {
 background:url('media/getstyle.png') top right no-repeat fixed;
}
body {
 background:url('media/bg.png') top left repeat-y #fff;
 padding:0 60px;
 font-size:100,01%;
 font-family:arial, verdana, sans-serif;
}
#fixed {
 position:fixed;
 top:0;
 left:0;
 display:block;
 width:70px;
 height:250px;
 background:url('media/logo.png') top left;
}
#fixed:hover {
 background:url('media/logo.png') top right;
}
#fixed span {
 display:none;
}
* html #fixed {
 position:absolute;
 top:0;
 left:0;
}
#logo {
 border:none;
 margin:0 1em 0 40px;
}
div {
 margin:0 0 1em 40px;
 border-left:5px solid #87BC48;
 border-right:5px solid #87BC48;
 border-bottom:1px solid #87BC48;
 border-top:1px solid #87BC48;
 padding:0.2em 0.5em;
}
div dl {
 margin:0.5em 1em 1em 3em;
}
div dd {
 margin-left:4em;
 font-style:normal;
}
div dt {
 font-weight:bold;
}
div h2 {
 margin:0 1em 1em 40px;
}
#inhaltsverzeichnis {
 margin:1em 0 1em 40px;
 list-style:none;
 list-style-image:none;
 font-size:1em;
}
#inhaltsverzeichnis ul {
 margin-left:3em;
 list-style:none;
}
#inhaltsverzeichnis ul li {
 display:inline;
}
#inhaltsverzeichnis h1 {
 font-size:1.1em;
 font-weight:normal;
 margin:0;
}
#inhaltsverzeichnis a {
 display:block;
 text-decoration:none;
 color:#000;
 border-bottom:1px dotted #000;
}
#inhaltsverzeichnis a:hover {
 background-color:#E8F2DB;
 color:#4565AD;
}
h1 a, h2 a, h3 a, h4 a{
 color:#87BC48;
 text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
 color:#87BC48;
 text-decoration:none;
 background-color:#fff;
}
h1, h2, h3, h4 {
 color:#87BC48;
 font-weight:normal;
}
h1 {
 font-size:1.8em;
 margin:1.5em 0 0.5em 40px;
 clear:both;
}
h2 {
 font-size:1.6em;
 margin:1.3em 0 0.3em 40px;
}
h3 {
 font-size:1.4em;
 margin:1.2em 0 0.2em 40px;
}
h4 {
 font-size:1.2em;
 margin:1.1em 0 0.2em 40px;
}
p {
 margin:0.5em 0 1em 40px;
 line-height:1.5em;
 letter-spacing:0.02em;
 text-align:justify;
}
a {
 color:#4565AD;
}
a:hover {
 background-color:#E8F2DB;
 color:#244977;
}
ul, ol {
 line-height:1.5em;
 letter-spacing:0.02em;
 margin:0 0 1em 90px;
}
table {
 border:1px solid #000;
 border-collapse:collapse;
 margin:0.5em 0 0 40px;
 line-height:1.5em;
 letter-spacing:0.02em;
}
table td {
 border:1px solid #000;
 padding:0.1em 1em;
}
table th {
 border:1px solid #000;
 padding:0.1em 1em;
 text-align:center;
 background-color:#87BC48;
}
samp {
 margin:0.5em 40px 1em 80px;
 line-height:1.5em;
 display:block;
 font-family:Courier, 'Times New Roman', serif;
 border-left:5px solid #87BC48;
 border-right:5px solid #87BC48;
 border-bottom:1px solid #87BC48;
 border-top:1px solid #87BC48;
 padding:0.2em 0.5em;
 background-color:#EFF7E7;
}
samp img {
 border:1px solid #EFF7E7;
 margin:0px;
}
img {
 border:1px solid #87BC48;
}
dl {
 margin:1em 0 2em 2.5em;
}
dd {
 font-style:italic;
}
ul {
 list-style-image:url('media/liststyle.gif');
}
