
  .window {

   border:1px solid #80C6FF;

  }

  .window_top_left {

   background-image:url('../pictures/window_top_left.jpg');
   background-repeat:no-repeat;

   padding-top:20px;
   padding-left:25px;

  }

  .window_top_right {

   background-image:url('../pictures/window_top_right.jpg');
   background-repeat:no-repeat;

   width:18px;

  }

  .window_bottom_left {

   background-image:url('../pictures/window_bottom_left.jpg');
   background-repeat:no-repeat;

   height:40px;

   padding-left:30px;

  }

  .window_bottom_right {

   background-image:url('../pictures/window_bottom_right.jpg');
   background-repeat:no-repeat;

  }

  .window_title {

   background-color:#80C6FF;

  }

  h1 {

   color:#ffffff;
   font-size:12px;
   display:inline;

  }

  .window_content {

   background-color:#ffffff;
   font-size:11px;

  }

  .window_content_titel {
  
   font-size:11px;
   color:#666666;
   font-weight:bold;
   text-decoration:underline;

  }

  h2 {

   font-size:11px;
   color:#666666;
   font-weight:bold;
   text-decoration:underline;
   display:inline;

  }

  .window_content_text {

   color:#666666;
   font-weight:normal;

  }
