html,body{
background-image: url("back.gif");
background-repeat:repeat;
height: 100%;
min-height: 100%;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#FFFFFF;
}
html{
height: 100%;
min-height: 100%;
}
.box{
height: 695px;
min-height: 100%;
border-left: 2px dashed gray;
border-bottom: 2px dashed gray;
position: absolute;
right: 0px;
top: 0px;
margin-top: 0px;
padding: 0px;
width:100px;
background-color:#C5FA52;
filter: alpha(opacity=30); 
font-family:Arial, Helvetica, sans-serif;
font-size:70px;
font-weight:900;
color:#999999;
text-align:center;
letter-spacing: -2;
line-height: 75px;
}
.box2{
height: 695px;
min-height: 100%;
border-left: 2px dashed gray;
border-bottom: 2px dashed gray;
position: absolute;
right: 0px;
top: 0px;
margin-top: 0px;
padding: 0px;
width:100px;
font-family:Arial, Helvetica, sans-serif;
font-size:50px;
font-weight:900;
color:#999999;
text-align:center;
letter-spacing: -2;
line-height: 75px;
}
.highlight{
background-color:#D0FFA6;
border:2px dashed gray;
margin-left: 18px;
margin-right: 18px;
padding: 5px;
}
.textmode{
writing-mode: tb-rl;
filter: flipv fliph;
}
a{
font-family: arial;
font-size: 12px;
}
a.menu{
font-family: arial;
font-size: 12px;
text-decoration:none;
color: black;
width: 100%;
}
a:hover.menu{
font-family: arial;
font-size: 12px;
text-decoration:none;
color: white;
font-weight:bolder;
}
.main{
height: 100%;
background-color:#EBEBEB;
border-left:2px;
border-left-style:dashed;
border-left-color:#999999;
border-right:2px;
border-right-style:dashed;
border-right-color:#999999;
border-bottom:2px;
border-bottom-style:dashed;
border-bottom-color:#999999;
}
p{
margin-left: 8px;
margin-right: 8px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.content{
margin-left: 4px;
margin-right: 4px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.formtitel{
size: 14px;
font-style: italic;
font-weight: 900;
color: red;
}
.titel {
text-align: center;
margin-left: 0px;
margin-right: 0px;
width: 100%;
background-color:#C5FC2F;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:900;
}
.style2 {color: #FF0000}
.style1 {color: #FF0000}
.tip {
font:10px Arial,Helvetica,sans-serif; 
border:solid 1px black; 
width:200px; 
padding:1px; 
position:absolute; 
z-index:100; 
visibility:hidden; 
color:black;
top:20px; 
left:90px; 
background-color:#C5FC2F; 
layer-background-color:#ffffcc;
text-align: center;
}
.tip2 {
font:10px Arial,Helvetica,sans-serif; 
border:solid 1px black; 
width:200px; 
padding:1px; 
position:absolute; 
z-index:100; 
visibility:hidden; 
color:black;
top: auto; 
left: auto; 
background-color:#C5FC2F; 
layer-background-color:#ffffcc;
text-align: center;
}
.tip3 {
font:10px Arial,Helvetica,sans-serif; 
border:solid 1px black; 
width:200px; 
padding:1px; 
position:absolute; 
z-index:100; 
visibility:hidden; 
color:black;
top: auto; 
left: auto; 
background-color:#EBEBEB; 
layer-background-color:#ffffcc;
text-align: center;
}