body {
    color: black;
    background-color: #eef;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	}

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 860px;
    padding: 0px;
    color: #777;       /* z.B.: werkkzeug1 Videos - Andere */
    /* border: 1px solid black; */
	}

html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
	}

div#Video {
  	/* float: left; */
    margin: -13px 15px 0px 225px;
    padding: 0px 0px 5px 0px;
    text-align: center;  /* Text über Video */
    color: #777;
    border-bottom: 1px solid #777;
    background-color: #eef;
    /* Senkrechte Schrift leider nur mir IE
    http://www.styleassistant.de/tips/tip78.htm */
    /* writing-mode: tb-rl;
    writing-mode: tb-rl; filter: flipv fliph; */
    /*  */
	}

h2 {
  	text-align: center;
  	margin-top: -5px;
	}