
img {
	border: none;
}

#myElement { 
background-color:#fff;
position: relative;
width:744px;
height:100%;
margin-top:4px;
padding-left:10px;
padding-right:10px;
border-top : solid 1px #c3c3c3;
border-right : solid 1px #c3c3c3; 
border-left : solid 1px #c3c3c3; 
overflow: auto;   
}
#dockcontainer
{ 
height:100%;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(../wonenmenu/images/dockmenu_bg.jpg);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	margin-top:57px;
	position: relative;
	text-align: center;
	height: 50px;
	background: url(../wonenmenu/dockimages/dockmenu_bg.jpg) no-repeat bottom center; 
	width:764px;
	border : solid 1px #c3c3c3;
	
	
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
	background:none;
	
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
html {
  background: url(../images/mvm_klein1.jpg) no-repeat top right;
}

/* Mac-style close button */
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: hand; /* ie */
    cursor: pointer; /* w3c */
    background: url(highslide/graphics/close.png);
    /* For IE6, remove background and add filter */
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}

