/* Layout Stylesheet */ 

body {
 margin:20px;
 background:url(images/GUHausBackgroundls.jpg) no-repeat fixed center center;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
; background-color: #FFFFFF
; color: #CCCCCC
 }

#hdr {
 height:72px;
 background:#FFFFFF;
 color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:#000000 solid;	
 border-width:1px 0px 1px 0;
; width: 650px
; font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-align: left
; line-height: 20px; vertical-align: sub
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:145px;
 }

#cont {
 width:494px;
 background:#FFFFFF;
 color: #333333;
 border:#000000 solid;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0 0;
; width: 650px
; font-family: Arial, Helvetica, sans-serif; font-size: 9pt
; line-height: 20px
 }
