﻿/* Globale Einstellungen */

/* Titelgrössen explizit definieren (wie IE-Standard) */


h1
{
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 0.67em 0;
	page-break-after: avoid;
}

h2
{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.83em 0;
	page-break-after: avoid;
}

h3
{
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
	page-break-after: avoid;
}

h4
{
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 1.33em 0;
	page-break-after: avoid;
}

h5
{
	display: block;
	font-size: 0.83em;
	font-weight: bold;
	margin: 1.67em 0;
	page-break-after: avoid;
}

h6
{
	display: block;
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;
	page-break-after: avoid;
}

/* Absatz - Zeichen*/


p, a
{
	margin: 0px;
	font-size: 15px;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}

/* Generelle Formatierungen */

html { 
	height: 100%; margin-bottom: 1px;
} 

body
{
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #663300;
	margin: 0;
	padding: 0;
  overflow-x: auto; 
  overflow-y: auto;
	background-image: url(../Images/ScheibeHG.jpg); 
}
