body
     {
         margin:0px;
         background-color:black;
         color:#841f00;
     }
     a
     {
     	 color:#841f00;
     	 text-decoration:underline;
     	 border-style:none;
     }
     img
     {
     	 border-style:none;
     }
     div
     {
     	 margin:0px;
     }
     img.caption
     {
     	 display:block; 
     	 position:relative; 
     	 margin:15px; 
     	 left:-40px;
     }
     table.bg_heads
     {
         position:absolute;
         top:0px;
         left:0px;
		 height:1152px;
		 width:100%;
		 border-style:none;     
	 }
	 table.formtable
	 {
	 	 width:100%;
	 }
	 td.rightside
	 {
	 	 text-align:right;
	 }
     td.left_head
     {
         background-image:url(gfx_new/head_left2.jpg);
         background-position:left top;
         background-repeat:no-repeat;
     }
     td.right_head
     {
         background-image:url(gfx_new/head_right2.jpg);
         background-position:right top;
         background-repeat:no-repeat;
     }
     div.center
     {
         position:absolute;
         width:843px;
         min-height:1152px;
         left:50%;
         top:0px;
         margin-left:-422px;
         background-image:url(gfx_new/gfx_loop.png);
         background-repeat:repeat-y;
         background-position:center 456px;
     }
    div.header
     {
         width:843px;
         height:456px;
         background-image:url(gfx_new/gfx_headtest2.png);
         background-repeat:no-repeat;
     }
     div.menue
     {
         position:absolute;
         left:148px;
         top:210px;
     }
     div.menue a
     {
         display:block;
         height:34px;
         background-repeat:no-repeat;
         background-position:0px 0px;
     }
     div.menue a:hover
     {
         background-position:0px -34px;
     }
     div.content
     {
     	 position:relative;
     	 top:-50px;
     	 left:170px;
     	 width:500px;
     	 color:#841f00;
         font-family:times;
         font-size:15px;
		 font-weight:bold;
     }
     img.line
     {
 		 margin-left:-26px;
 		 margin-top:15px;
 		 margin-bottom:15px; 
     	 display:block;
     }
