body{
 	font-family: georgia,times, serif;
 	font-size: 10pt;
	text-align: justify;
	background: #660000;
 	color: #ffffff;
	overflow: hidden; 
	scroll: no;
	margin:0px;
	
}
body { cursor: crosshair; }

th, td, table{
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
}

.ebene1 {
position: relative;
left: 0px;
top: 40px;
width: 400px  ! important;
height: 400px ! important;
overflow: auto ! important;
background: #660000 ! important;
padding:10px ! important;
padding-top:30px; ! important;
z-index:1;
border:5px solid #ffffff ! important;

}

/* Standard Hyperlinks */
 :link { color: #FFFF99; }
 :visited { color: #cccccc; }
 :active { color: #FFFF99; font-style: italic }
a:link, a:visited, a:active{
 text-decoration:none;
 background-color:inherit;
}
a:hover {
 color:#FFCC00; 
 text-decoration:none;
 cursor: hand;
}
a img {border-width:1px solid #ffffff;}

/* Überschriften*/
h3{ font-family: georgia,times, serif;
font-size: 15pt; color: #ffcc00;
}
h4{font-family: georgia,times, serif; 
font-size: 14pt; color: #ffff99;
}
h5{ font-family: georgia,times, serif;
font-size: 12pt; font-style: italic; color: #ffff99;
}
.ebene1
{
position:relative;
left:0px;
top:5px;
width:460px;
height:40%;
overflow: auto;
background:#660000;
padding:10px;
padding-top:30px;
z-index:1;
border:1px solid #ffffff;
}


/* Button Style */
input{ background: #999999;
        color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;
	border-color: #3399FF; width: 125px;
      }
	  input.eins{ background: #999999;
        color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;
	border-color: #3399FF; width: 125px;
      }
input.zwei{ background: #CCCCCC;
  color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;
	border-color: #990000; width: 125px;
      }
	  input.drei{ background: #CCCCCC;
  color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold;
	border-color: #990000; width: 125px;
      }

input:hover { background: #CCCCCC;
        color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #990000; width: 125px;
      }
