﻿/* ====================================================
   Stylesheet HR mit Reset und Restaurierung
   ========================================================== */

@media all {

  /* ==============================================
  Reset
  ============================================== */

  
  body, div,
  h1, h2, h3, h4, h5, h6,
  p, blockquote, pre, code,
  ul, ol, li,
  table, th, td,
  form, fieldset, legend, input, textarea {
    padding:0px; 
    margin: 0;
  }

  article, aside, details, figcaption, figure, footer, 
  header, hgroup, main, nav, section, summary {
    display: block;
  }

  /* ==============================================
  Abst. wieder herstellen
  ============================================== */
  h2, h3, h4, h5, h6,
  p, blockquote, pre,
  ul, ol {
    margin-bottom: 1em;
  }
  ul, ol { margin-left: 2em; }
  ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }
  blockquote { margin: 1em 2em; } 
  body {padding: 5px}
	
}
/* ==============================================
  Body und Wrapper
  ============================================== */
#wrapper {  
    position:fixed;
	top: 50px;
	left: 50px;
	background-image: url('Background/bg_6.jpg');
    width:1015px;
    height: 680px;
    margin: 0 auto;
    padding: 5px;
	}
  
/* ======================================
   E N D E 
   =================================== */
  