/* Stylesheet for documente window */

/************* Dokumentenfenster *************************/

#why-window {
margin: 0;
padding: 0;
position: absolute;
width: 685px;
height: 240px;
z-index:1;
border: none 0px #C0C0C0;
visibility: hidden;
background-image:url(whyback.png)
}

#docs-windows-header {
vertical-align: middle;
text-align: center;
color: #FFFFFF;
font-weight: bold;
background-image: url(em-window-header-back.png);
}

#docs-windows-content{
background-color: #FFFFFF;
}

#docs-html-header{
border-width: 0px;
height: 32px;
margin: 0px;
padding: 0px;
background-image: url(em-docs-header.gif);
background-repeat: repeat-x;
color: #FFFFFF;
font-weight: bold;
}

#docs-html-markthat{
font-weight: bold;
}