body    { margin-top:0;
	  margin:top;
	  height:100%;
	  background-color:#c8c8c8;
	
	}
td 	{ font-size:12px;
	  font-family:Arial;
	  font-weight:normal;
	  }
input 	{ font-size:12px;
	  font-family: Arial;
	  font-weight:normal;
	  input: border-color:#0f0f0f;
	  border-style: solid;
	  border-width:1px;
	  }

p { 
         font-size:12px;
    	 font-family:Microsoft Sans Serif;
    	 font-weight:bold;
    	 color:#000000; 
    	 }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px; /* Width of Menu Items */
border-bottom: 1px solid #c1c1c1;
line-height: 20px;
font-family:Microsoft Sans Serif;
font-weight:normal;
/* background: url(../images/m2.gif) repeat; */
background: #f6f6f6;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 1;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
/* background: #f3f3f3; */
padding: 1px 5px;
border: 1px solid #c1c1c1;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #fdfdfd;
}

.suckerdiv .subfolderstyle{
background: url(../images/right.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

#headline{
	padding-left:10px;
	color:#000000;
	font-size:15;
	font-weight:bold;
	background-color:#ffffff;
	line-height: 50px;
	}
#Box {
 text-align: left;
 width: 600px;
 height: 680px;
 background: #ffffff;
}

.Rahmen {
 padding: 0px;
}

.iFrame {
overflow: auto ; /* Mozilla neets this */
overflow-x:hidden;
overflow-y:auto;
width: 600px;
height: 680px;
scrollbar-arrow-color:#ffffff;
scrollbar-base-color:#ffffff;
scrollbar-face-color:#fff602;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color :#ffffff;

}
