@charset "UTF-8";
/* CSS Document */

html, 
html * {
	/* padding: 0;
	margin: 0; */
	box-sizing: border-box;
	font-family: Calibri, Arial, Helvetica," sans-serif";
	font-size: 18px;
	 color: #000;	
}

body {
background: #5f4a4a;
	 /*	max-width: 1200px; 
		margin-left: auto;
	margin-right: auto;
	
  background-image: url(bilder/bgverlauf.png);
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;  */
	}

h1 { font-size:1.4em;  color:#aa0000; font-weight:bold; }

h2 { font-size:1.1em;  color:#9a5353; font-weight:bold; }

h3 { font-size:1.1em;  color:#990000; font-weight:normal; }

h4 { font-size:1.1em;  color:#990000; font-weight:bold; }

h5 { font-size:1.1em;  color:#990000; font-weight:normal; }

h6 { font-size:0.8em;  color:#990000; font-weight:normal; }

/* table {
  border: 3px solid; color:#990000;
} */
th, td {
   border: 1px solid; color:#666;
}
td { vertical-align: top; }

a:link { color:#C00; text-decoration:none; }
a:hover { color: #C00; text-decoration: underline; }
a:visited { color:#C00; text-decoration:none; }
a:active { color:#C00; text-decoration:none; }



hr { color:#990000; }

/* img {
	max-width: 100%;
    height: auto;	
} */ 