@media screen,projection {

 #container {
    min-width: 776px;
    max-width: 970px;
    width:77%;
    margin: 10px auto;
    background-color: #fff;
    color: #333;
    line-height: 130%;
 }

 /* header */
 #top {
    padding: 0em;
    background-color: #fff;
    border: 0px solid lime;
 }

 #wsBanner {

    padding:0;
    margin:10px auto;
    height:auto;
    width:  100%;
    border: 0px solid lime;
    background-repeat:no-repeat;
 }

 #logoBox {
    position:relative;
    top:100px;
    left:0px;
    background:url(/pics/header/logo.png) no-repeat bottom left;
    width:100%;
    height:95px;
    margin:0;
 }
 #wsBanner img, #wsBanner object, #wsBanner embed { top:100px; margin-top:10%; padding:0;}

 #wsBanner #wsLogoNoPrint {width:auto;}


.clearMe {
        clear: both;
        font-size: 1px;
        height: 0;
        margin: 0;
        line-height: 0;
}

#content {
    margin-left: 17%;
    padding-top: .5em;
    max-width: 100%;
}

/* myContent */
 #wsContentArea, #wsContentAreaNoReSp {
    padding: 0 1em 0.8333em 0.8333em;
    min-height: 20.0em;
 }

  #wsContentArea {
    margin-right:27%;
  }

* html #wsContentArea { overflow: hidden; }
*+html #wsContentArea { overflow: visible; }
* html #wsContentAreaNoReSp { overflow: hidden; }
*+html #wsContentAreaNoReSp { overflow: visible; }

:root #wsContentArea { margin-top: 0em; }
:root #wsContentAreaNoReSp { margin-top: 0em; }


 #wsContentArea a,
 #wsContentAreaNoReSp a {
    text-decoration: underline;
 }

#wsContentAreaNoReSp a.biggerNoDeco {
  font-size:12px;
}

#wsContentArea ul.wsLinkliste li,
#wsContentAreaNoReSp ul.wsLinkliste li{ list-style-image: none; margin-left: 0; }

}

@media print{

}
