           ### BASIC ###
            * {
                margin:         0;
                padding:        0;
            }
                
            body {
                background:     #8b8b8b;
                text-align:     center;
            }
            
            ### CLASS ###
            .img { 
                border:         0;
            }
            .cleaner {
                clear:             	both;
	            height:            	1px;
	            font-size:         	0px;
	            line-height:       	0px;
	            border:            	none;
            }
            
            
            ### DIV ###
            #meta_navi {
                height:         24px;
                width:          924px;
                margin:         0 auto;
                text-align:     right;
                background: pink;
            }
            
            #shadow, #shadow_bottom  {
                height:         7px;
                width:          924px;
                margin:         0 auto;
                background:     #FFF;
                clear:          both;
            }
            
                #shadow_top_left {
                    height:         7px;
                    width:          213px;
                    float:          left;
                    background:     url('../lib/schatten_logo_oben.gif') no-repeat;
                }
            
                #shadow_top_right {
                    height:         7px;
                    width:          711px;
                    float:          left;
                    background:     url('../lib/schatten_oben.gif') repeat-x;
                    text-align:     right;
                }
            
            #lane {
                height:         252px;
                width:          924px;
                margin:         0 auto;
                clear: both;
            }
            
                #lane_shadow_left {
                    height:         252px;
                    width:          7px;
                    float:          left;
                    background:     url('../lib/schatten_start_links.gif') no-repeat;
                }
                
                #logo {
                    height:         252px;
                    width:          206px;
                    float:          left;
 background:     url('http://www.gcpr.net/lib/logo_start.jpg') no-repeat;
                }
                
                #lane_img {
                    height:         252px;
                    width:          704px;
                    float:          left;
                }
                
                #lane_shadow_right {
                    height:         252px;
                    width:          7px;
                    float:          left;
                    background:     url('../lib/schatten_start_rechts.gif') no-repeat;
                }
                
            #content {
                height:         405px;
                width:          924px;
                margin:         0 auto;
                clear:          	both;
                background:     #FFF;
            }
            * html #content {
                margin-top:     -4px;
            }
                
                #content_shadow_left {
                    height:         405px;
                    width:          7px;
                    float:          left;
                    background:     url('../lib/schatten_links.gif') repeat-y;
                }
                
                #menu_div {
                    width:          206px;
                    margin-top:     38px;  
                    float:          left;
                    background:     #FFF;
                }
                
                #content_div_left, #content_div_middle, #content_div_right {
                    height:         380px;
                    width:          234px;                    
                    padding-top:    25px;
                    float:          left;
                    background:     #efefef;
                    color:          #ff8b1a;
                    text-align:     left;
                }
                
                * html #content_div_left, * html #content_div_middle, * html #content_div_right { 
                    padding-top:    45px;
                    height:         405px;
                }
                
                #content_div_middle {
                    background:     #f4f4f4;
                    width:          235px;
                }
                    
                #content_div_right {
                    background:     #fafafa;
                    width:          235px;
                }
                
                
                #content_shadow_right {
                    height:         405px;
                    width:          7px;
                    float:          left;
                    background:     url('../lib/schatten_rechts.gif') repeat-y;
                }
             
                #shadow_bottom  {
                    clear:          both;
                    height:         38px;
                    background:     #FFF url('../lib/schatten_unten_start_margin.gif') left no-repeat;
                }
                        
                #shadow_bottom_left {
                    height:         38px;
                    width:          213px;
                    float:          left;
                }
            
                #shadow_bottom_right {
                    height:         38px;
                    width:          711px;
                    float:          right;
                    text-align:     right;
                }
            
