body    { margin-top:0;
	  margin:top;
	  height:100%;
	  background: #808080;

	}
td 	{ font-size:12px;
	  font-family: Arial,Verdanna, Helvetica, sans-serif;
	  font-weight:normal;
	  color:#000000;
	  }
input 	{ font-size:12px;
	  font-family: Arial,Verdanna, Helvetica, sans-serif;
	  font-weight:normal;
	  input: border-color:#f2f2f2;
	  border-style: solid;
	  border-width:1px;
	  }

h1     { 
         font-size:12pt;
    	 font-family:Arial,Verdana,Univers,Helvetia;
    	 font-weight:bold;
    	 color:#000000; 
    	 }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li
{
position: relative;
/* display: inline; raus am 15.01.06*/
float: left;
background-color:#005ab6; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a
{
display:block; 
width: 142px; /*Width of top level menu link items*/
line-height:20px;
text-align: center;
/* padding: 1px 1px; */
/* border: 1px solid #ffffff; */
text-decoration: none;
color: #ffffff;
font-weight: bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul
{
left: 0;
position: absolute;
top: 5em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li
{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul
{ 
left: 151px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a
{
display: block;
width: 155px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
text-align: left;
padding-left: 4px;
/* border: 1px solid #e6e6e6; heute */
}

.suckertreemenu ul li a:hover 
{
background-color: #808080;
color: #000000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon
{
background: #005ab6 url(../images/pfdown.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
 
#Box {
 text-align: left;
 width: 800px;
 height: 500;
 background: #ffffff;
}

.Rahmen {
 padding: 0px;
}

.iFrame {
overflow: auto ; /* Mozilla neets this */
overflow-x:hidden;
overflow-y:auto;
width: 800px;
height: 500px;
scrollbar-arrow-color:#ffffff;
scrollbar-base-color:#ffffff;
scrollbar-face-color:#005ab6;
scrollbar-highlight-color:#005DB6;
scrollbar-shadow-color :#E6E6E6;

}

