/* text-styles */
@import url(styles.css);
@import url(styles_global.css);

html, body { height:100%; max-height:100%; padding:0; margin:0; border:none; /* overflow:hidden; */ font-family: "Gill Sans", Verdana, sans-serif; }
.{ scrollbar-3dlight-color:#5ca4de; scrollbar-arrow-color:#5ca4de; scrollbar-base-color:white; scrollbar-darkshadow-color:white; scrollbar-face-color:white; scrollbar-highlight-color:white; scrollbar-shadow-color:#5ca4de; }
img { margin: 0; padding: 0; border:none; }
div { padding:0; margin:0; border:none; }

table.body { width:100%; height:100%; }
table.body td#frame { vertical-align:middle; text-align:center; }

div.container { position:relative; text-align:left; margin-left:auto; margin-right:auto; width:900px; height:650px; /* background-color: silver; */ }
div.left { position:absolute; top:0px; left:0px; width:180px; height:650px; overflow:hidden; background-image:url(../../images/bg/bg_left.gif); background-repeat: no-repeat; /* background-color: silver; menu-blau:#5ca4de; */ }
div.main { position:absolute; top:0px; left:180px; width:720px; /* height:620px; overflow:auto; */ }
div.main-intro { position:absolute; top:0px; left:200px; width:720px; /* height:620px; overflow:hidden; */ background-image: url(../../images/bg/bg_right.gif); background-repeat: no-repeat; }

/***** SM *****/
div.none {font-family:verdana,sans-serif; font-size:2px; color:#CCCCCC; display:none; }
-->

@media print
  {
	div.container { position:relative; text-align:left; margin-left:auto; margin-right:auto; width:720px; z-index:1; height:2000px; }
	div.left { display:none; }
	div.main { position:absolute; top:0px; left:0px; width:760px; z-index:2; overflow:visible; }
  }

