html {
 overflow: hidden;
 font-family: Helvetica, Arial, sans-serif;  color: #251668;}

p {
 padding-left: 0px;  padding-right: 0px;
 margin-top: 10px;  margin-bottom: 0px;
 border: 0px;
 text-align: justify;
 }

a.ButtonS:link, a.ButtonS:visited {
 display: block;
 background-image: url(../Assets/Ball-L2.png);
 background-repeat: no-repeat;
 background-position: 0px 5px;
 }
a.ButtonS:hover {
 display: block;
 background-image: url(../Assets/Ball-h-L2.png);
 background-repeat: no-repeat;
 }
a.ButtonS {
 position: relative;
 top: 0px; left: 0px;
 }

.NaviL1 a.Button:link, .NaviL1 a.Button:visited {/* Format der Listenelemente */
 display: block;
 background-image: url(../Assets/Ball-L1.png);
 background-repeat: no-repeat;
 }
.NaviL1 a.Button:hover {/* Format der Listenelemente */
 display: block;
 background-image: url(../Assets/Ball-h-L1.png);
 background-repeat: no-repeat;
 }
.NaviL1 a.Active:link, .NaviL1 a.Active:visited {
 display: block;
 background-image: url(../Assets/Ball-a-L1.png);
 background-repeat: no-repeat;
 }
.NaviL1 a.Active:hover {
 display: block;
 background-image: url(../Assets/Ball-ah-L1.png);
 background-repeat: no-repeat;
 }

.NaviL2 a.Button:link, .NaviL2 a.Button:visited {
 display: block;
 background-image: url(../Assets/Ball-L2.png);
 background-repeat: no-repeat;
 }
.NaviL2 a.Button:hover {
 display: block;
 background-image: url(../Assets/Ball-h-L2.png);
 background-repeat: no-repeat;
 }
.NaviL2 a.Active:link, .NaviL2 a.Active:visited {
 display: block;
 background-image: url(../Assets/Ball-a-L2.png);
 background-repeat: no-repeat;
 }
.NaviL2 a.Active:hover {
 display: block;
 background-image: url(../Assets/Ball-ah-L2.png);
 background-repeat: no-repeat;
 }

.NaviL1 li img {
 position: relative;
 top: -32px; left: 32px;
 }
.NaviL1 li a img {
 position: relative;
 top: 0px; left: 0px;
 }
.NaviL2 li img {
 position: relative;
 top: -24px; left: 24px;
 }
.NaviL2 li a img {
 position: relative;
 top: 0px; left: 0px;
 }


.ThumbBoxC {
 margin: 10px;  padding: 5px;  border: 0px solid black;  z-index: 1;
 text-align: center;
 }
.ThumbBoxLH {
 float: left;
 margin: 10px;  padding: 5px;  border: 1px solid black;  z-index: 1;
 background-color: #CCC;
 }
.ThumbBoxRH {
 float: right;
 margin: 10px;  padding: 5px;  border: 1px solid black;  z-index: 1;
 background-color: #CCC;
 }
.ThumbBoxLV {
 float: left;
 margin: 10px;  padding: 5px;  border: 1px solid black;  z-index: 1;
 background-color: #CCC;
 }
.ThumbBoxRV {
 float: right;
 margin: 10px;  padding: 5px;  border: 1px solid black;  z-index: 1;
 background-color: #CCC;
 }