* {
   box-sizing:border-box;
   -moz-box-sizing:border-box;
}

body,html {
   cursor:default;
   margin:0;
   padding:0;
   background-color:#ffffff;
}

   div#container {
      position:absolute;
      top:0px;
      left:0px;
      width:771px;
      margin:0;
      padding:0;
      background-color:#FCFCF2;
   }
   
         div.subMenu {
            margin-left:10px;
            margin-top:-15px;
            margin-bottom:40px;
         }
         
         div.subMenu a,
         div.subMenu a:hover {
            font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;
            font-size:9px;
            color:#210043;
            margin:0px;
            padding:0px;
            text-decoration:none;
            cursor:pointer;
         }

         div.subMenu a:hover {
            color:#E70047;
            text-decoration:none;
            cursor:pointer;
         }

   div#container div#nav /*,
   div#container div#content*/ {
      float:left;
   }

   /* winterschilder */
   
      div#winterschilder {
         display: none;
         position:absolute;
         overflow: hidden;
         left:0;
         top:79px;
         width: 391px;
         height: 20px;
      }
      
      div#winterschilder img {
         position: absolute;
         top: 0;
         left: 190px;
      }
   
   /* winterschilder */
   
   div#container div#content {
      height:100%;
   }
   
      div#container div#top {
         height:99px;
         background-color:#210043;
         background-image:url('../gfx/layout/t-t.gif');
         background-repeat:no-repeat;
         background-position:top right;
      }
         
         div#top div#uppertail {
            height:79px;
         }
            
            div#top div {
               float:left;
               margin:0;
            }
            
            div#uppertail div#logo {
               background-color:#ffffff;
               width:150px;
            }
            
            div#uppertail div#logo img {
               vertical-align: bottom;
            }
            
            div#uppertail div#yellowCube {
               background-color:#FFCC00;
               width:240px;
               height:79px;
               padding:10px;
               padding-top:22px;
            }
            
            div#uppertail div#randomFlash {
               width:336px;
            }
            
            
         div#top div#undertail {
            height:20px;
         }
            
         div#undertail div {
            float:left;
         }
         
            div#undertail div#purple {
               width:390px;
               height:20px;
               background-color:#210043;
            }
            
            div#undertail div#alphaImg {
               position:absolute;
               left:390px;
               top:79px;
               width:350px;
               height:20px;

               background-color:#ffffff;
               filter:alpha(opacity=80);
               font-weight:bold;
               z-index:1;
               text-align:right;
            }
            
      div#container div#nav {
         background-color:#FCFCF2;
         background-image:url('../gfx/layout/navbg.gif');
         background-repeat:no-repeat;
         background-position:left top;
         padding:23px 5px 10px 25px;
         width:150px;
         height:333px;
      }
      
      div#container div#content {
         background-color:#37006F;
         color:#ffffff;      
         background-image:url('../gfx/layout/bg.gif');
         background-repeat:repeat-y;
         background-position:right;
         margin-left: 150px;
         padding:20px;
         padding-right: 9px;
         width: 620px;
      }

         
         div#content div#t {
            float:right;
            width:50px;
            height:80px;
            background-image:url('../gfx/layout/t-t-2.gif');
            background-position:top right;
            background-repeat:no-repeat;
            z-index:1;
            margin-top:-20px;
            margin-right:-10px;
         }
      