  @font-face {
	            font-family: Arial;
	            src: url('https://stuff-laguna-azul.de/LAY_PSP/Arial.ttf');
            }
            
            body {
                margin: 0px;
                padding: 0px;
                background: #d6d6d6 url("https://stuff-laguna-azul.de/LAY_PSP/patterng.png") fixed repeat-x;
                font: normal 14pt Arial, Tahoma;
                color: #fff;
                text-align: left;
                line-height: 20px;
            }
            
            textarea {
                border: 1px solid #504a10;
                background: #79701b;
                color: #fff;
                min-width: 300px;
                min-height: 120px;
                margin: 10px 0 10px 0;
                padding: 5px;
            }
            
                 
            i, em {
                font-style: italic;
                color: #ffb03f;
            }
            
            b {
                font-weight: bold;
                color: #79701b;
            }
            
            a {
                color: #ffb03f;
                text-decoration: underline;
                transition: all 2s ease-in-out;
                -moz-transition: all 2s ease-in-out;
                -webkit-transition: all 2s ease-in-out;
                -o-transition: all 2s ease-in-out;
            }
            
            a:hover {
                color: #79701b;
            }
            
            #light {
                background: url("https://stuff-laguna-azul.de/LAY_PSP/lightg.png") fixed no-repeat;
                height: 766px;
                width: 1073px;
                top: 0px;
                position: fixed;
                z-index: 1;
            }
            
            #content {
                padding: 0 0 385px 0;
                margin: 0px;
                position: absolute;
                left: 670px;
                top: 56px;
                width: 1050px;
                min-height: 166px;
                background: transparent;
                border: 0px solid #fff;
                z-index: 2;
            }
            
            h1 {
                padding: 0px;
                margin: 5px 0 12px 0px;
                line-height: 15px;
                font: normal 20pt Arial;
                color: #79701b;
            }
            
            #foreground {
                background: url("https://stuff-laguna-azul.de/LAY_PSP/headerg.png") fixed no-repeat;
                height: 766px;
                width: 667px;
                position: fixed;
                padding: 0px;
                margin: 0px;
                z-index: 3;                
            }
            
            #box {                
                width: 300px;
                height: 120px;
                margin-top: 563px;
                margin-left: 275px;
                position: relative;
            }
            
            #homepagename {
                width: 422px;
                margin-left: -170px;
                height: -60px;
                font: normal 20pt Arial;
                color: #e44a75;
                text-align: left;
            }
                        
            #homepagename p {
                padding: 15px 0 0 0px;
                margin: 0px;                
                letter-spacing: 3px;
            }
            
            #homepagename p a {
           font: normal 20pt Arial;
                color: #e44a75;
                text-decoration: none;
            }
            
            #welcomebox {
                width: 246px;
                margin-right: 54px;
                height: 60px;
                font: normal 20pt Arial;
                color: #70112c;
                text-align: center;
            }
            
            #welcomebox p {
                padding: 15px 0 0 0px;
                letter-spacing: -1px;
                margin: 0px;
            }
            
                  
            #footer {
                background: #d6d6d6 url("https://stuff-laguna-azul.de/LAY_PSP/footerg.png") no-repeat;
                min-height: 114px;
                width: 1810px;
                padding: 0px;
                margin: 0px;
                top: 766px;
                bottom: 0px;
                position: fixed;                
                z-index: 5;
            }
                      
            #mebox {
                padding: 0px;
                margin: 0px;
                width: 285px;
                height: 120px;
                top: 710px;
                left: 285px;
                position: fixed;
                z-index: 6;
                color: #70112c;
            }
            
            #mebox .left {
                float: left;
                margin: 0px;
                padding: 0px;
                width: 50px;
                text-align: center;
            }
            
            #mebox .right {
                float: right;
                margin: 0px;
                padding: 0px;
                width: 235px;
            }