.hauptframe  {
	width : 1024px;
	height : 600px;
}

#wrapper { 
margin-left: auto; 
margin-right: auto; 
} 



.mydiv  {
	width : 450px;
	height : 200px;
	overflow : scroll;
	top : 100px;
	left : 10px;
	border-color : Green;
	border-style : double;
	visibility : visible;
	position : absolute;
}






.navileft  {
	width : 130px;
	overflow : scroll;
	border-color : Green;
	border-style : double;
	visibility : visible;
	position : absolute;
}



.HTMLPanelLoadingContent, .HTMLPanelErrorContent {

	display: none;

}


.HTMLPanelLoading {

}

.HTMLPanelError {

}


A:link {
	COLOR: #ffcc33; TEXT-DECORATION: yes
}

A:hover {
	COLOR: #ffcc33; TEXT-DECORATION: yes
}

A:visited {
	COLOR: #ffcc33; TEXT-DECORATION: yes
}
.headerleft  {
	font-family : Verdana;
	font-size : 30pt;
	color : black;
	margin : 0px;
	margin-bottom : 16px ; 
	position : absolute;
	left : 50px;
	top : 5px;
	width : 150px;

}

body  {
	font-size : small;
	font-weight : bold;
	font-family : Verdana;
	color : #ffffff;
	font-style : italic;
	align : center;
}

h2  {
	color : blue;
	font-style : normal;
	font-weight : bold;
	font-size : xx-small;
}

table  {
	border-style : none;
}


<style type="text/css">

body {
	font-family: verdana, arial, helvetica, serif;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 1em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: none;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #000000;
}