body {
  font-family:Verdana,Arial,Sans-serif;
  text-decoration:none;
  font-size:10pt;
  line-height:120%;
  margin: 20px;
  background-color: white;
}
table {
  font-family:Verdana,Arial,Sans-serif;
  text-decoration:none;
  font-size:10pt;
  line-height:140%;
}
img {
  border-style:none;
}
a:link {
  text-decoration:none;
  background: transparent;
  color: #004080;
}
a:visited {
  text-decoration:none;
  background: transparent;
  color: #004080;
}
a:active {
  text-decoration:none;
  background: transparent;
  color: #004080;
}
a:hover {
  text-decoration:none;
  background: transparent;
  color: #e22d00;
}
a:hover b {
  color: #e22d00;
} 

h1 {
  font-family:Verdana,Arial,Sans-serif;
  color:#e22d00;
  font-size:160%;
  font-weight:bold;
  margin-top: 8pt;
  margin-bottom:8pt;
}
h2 {
  font-family:Verdana,Arial,Sans-serif;
  color:#e22d00;
  font-size:140%;
  font-weight:bold;
  margin-top: 8pt;
  margin-bottom:6pt;
}
h3 {
  font-family:Verdana,Arial,Sans-serif;
  color:#2c44a7;
  font-size:120%;
  font-weight:bold;
  margin-top: 6pt;
  margin-bottom:3pt;
}
h4 {
  font-family:Verdana,Arial,Sans-serif;
  color:#2c44a7;
  font-size:110%;
  font-weight:bold;
  margin-top:4pt;
  margin-bottom:2pt;
}
h5 {
  font-family:Verdana,Arial,Sans-serif;
  color:#2c44a7;
  font-size:100%;
  font-weight:bold;
  margin-top:3pt;
  margin-bottom:2pt;
}
h6 {
  font-family:Verdana,Arial,Sans-serif;
  color:#2c44a7;
  font-size:100%;
  font-style: italic;
  margin-top:2pt;
  margin-bottom:2pt;
}
big {
  color:#e22d00;
  font-size:140%;
  font-weight:bold;
  margin-bottom:4pt;
}
small {
  color:#000000;
  font-size:100%;
  font-style: italic;
  margin-bottom:4pt;
  }
p {
  margin-top:2pt;
  line-height:140%;
  margin-bottom:5pt;
}
.larger {
  font-size:110%;
  line-height:150%;
}
.indent {
  margin-left:15px;
}
.dist {
  margin-bottom: 10px;
}
dl {
  line-height:140%;
  margin-top:0px;
}
ul {
  list-style-image:url(images/ball.gif);
  list-style-position: outside;
  margin-top:5px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 5px;
  padding-left: 15px;
}
ol {
  list-style-type:decimal;
  margin-top:5px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 5px;
  padding-left: 15px;
}
li {
  line-height:150%;
}
b {
  color: #2c44a7;
}
strong {
  color: #b91e0d;
}
em {
  color: #2c44a7;
}
hr {
  color: #2c44a7;
  background-color: #2c44a7;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  height: 2px;
  padding: 0px;
  line-height: 2px;
  border: 0px;
}
#rahmen {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-color:#084480;
  border-style:solid;
  border-width:3px;
  border-collapse:collapse;
}
#innen {
  padding: 5px;
  border-color:#2c44a7;
  border-style:solid none;
  border-width:1px;
}
#rs {
  padding: 5px;
  border-color:#2c44a7;
  border-style:solid;
  border-width:1px;
}
#large {
  font-size:120%;
  font-weight:bold;
}
#rb {
  font-weight:bold;
  color: #e22d00;
}
#red {
  color: #CC0033;
}
#white {
  color: #FFFFFF;
}
#bb {
  font-weight:bold;
  color: #2c44a7;
}
#blue {
  color: #2c44a7;
}
#hrtext {
}
#hrtext {
  margin: 0px 0px 5px;
  padding: 2px 0px 2px;
  word-spacing: 0em;
  border-top-width: 4px;
  border-top-style: solid;
  color: #3E576C;
  background-color: #82B9E6;
  border-top-color: #557896; 
}
#hrtext a {
  text-decoration:none;
}  
#hrtext a:link {
  color: #557896;
}
#hrtext a:visited {
  color: #557896;
}
#hrtext a:active {
  color: #557896;
} 
#hrtext a:hover {
  color: #005070;
}
#hrtext a:focus {
  color: #005070;
}
#hrtextb {
  margin: 0px 0px 5px;
  padding: 2px 0px 2px;
  word-spacing: 0em;
  border-top-width: 4px;
  border-top-style: solid;
  color: #004080;
  background-color: #AAC8FF;
  border-top-color: #2C4E8D; 
}
.roundedbox {
  padding:2px;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
/*  border-color:#FF0000;*/
}
.redball {
  list-style-image:url(images/ball-r.gif);
}
.small {
  font-size:80%;
}
img[onClick]{
	cursor:pointer;
}
#preview{
	cursor:auto;
	display:none; 
	position:fixed;  
	margin: 0 auto;
	width:100%;
	height:100%;
  background-image:url("images/black-trans.png");
  top:0;
	left:0;
}
#preview_inner{
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#preview_title{
	position:absolute;
  top:30px; left:50px;
	font-family:Arial;
	font-size:28px;
  font-weight:bold;
  color:white;
}
#preview_next{
	cursor:pointer;
  display:inline;
	position:absolute;
  right:0;
  top:50%;
  margin-top:-100px;
}
#preview_close{
	cursor:pointer;
	position:absolute;
  display:inline;
  right:0;
  top:0;
}
#check32 {
	position:relative;
	display:none; 
}
#check64 {
	position:relative;
	display:none; 
}
#check6332 {
	position:relative;
	display:none; 
}
#check6364 {
	position:relative;
	display:none; 
}
