            * {
                    margin:0;
                    padding:0;
            }
            html,body {
                    height:100%;
					background:#6A7F92;
            }
            body {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
					text-align: center;
					font-size: 12px;
					font-style: normal;
					line-height: 20px;
            }
            #wrapper {
                    position:relative;
                    width:100%;
                    min-height:100%;
                    height:auto !important;
                    height:100%;
                    margin:0 auto;
                    background:#6A7F92;
            }
            #header {
                    height:190px;
                    background:#6A7F92;
					padding:200px;
                    text-align:center;
            }
            #middle {
                   
					text-align:center;
					color:#fff;
					padding:10px 10px 150px 10px; /* Innenabstand oben - rechts - unten - links */
            }
            #middle p {
                    margin:5px 0;
            }
			#middle p {
                    margin:5px 0;
            }
			
			
			#middle a:link, a:visited {
			font-size: 13px;
			color:#fff;
			text-decoration:none;

			}

			#middle a:hover {
			font-size: 13px;
			color:#ff0000;
			text-decoration:none;
			}	
			
            #footer {
                    position:absolute;
                    bottom:0;
                    left:0;
                    width:100%;
                    height:100px;
					font-size: 12px;
                    line-height:20px;
					color:#6A7F92;
                    background:#fff;
                    text-align:center;
            }

            .clearfix:after {
                    content:".";
                    display:block;
                    height:0;
                    font-size:0;
                    clear:both;
                    visibility:hidden;
            }
            .clearfix {
                    display:inline-block;
            }
            /* Bereich nicht für IE-mac Anfang \*/
            * html .clearfix {
                    height:1%;
            }
            .clearfix {
                    display:block;
            }
            /* Bereich nicht für IE-mac Ende */