html,
body {
	margin: 0;
	padding: 0;
    max-width: 1300px;
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:14px;
	color:#333;
	background-color:white;
    background-image: url(http://www.clarsach.de/Harfe01Backgrd.jpg);
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#bbb;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	line-height:24px;
	font-weight:800;
	color:#aaa;
	}
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:14px;
	font-weight:450;
	color:#aaa;
	}
    
td { text-align: right;}

p {
	margin:10px 10px 16px 0px;
	padding:3px;      /* Abstand zum oberen Absatz     */
      /*  text-indent:10px;  Erstzeilen-Einzug nach rechts */
	}    

a {
	color:#09c;
	/* font-size:12px; */
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

.Wrap {
	max-width: 1300px;
	margin: 0 auto;
}

.Header {
	width: 100%;
	background-color:#eee;
    opacity: 70%;
    margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:14px;
    font-weight: bold;
	color:#09c;  /* Blau */
}

.WrapMiddle {
	width: 100%;
	font-size: 0;
	position: relative;
}

.OffCanvas-Active .Left,
.OffCanvas-Active .Middle {
	transform: translate3d(200px, 0, 0);
	transition: transform .3s;
}

.Left {
/*	height: 625px;   */
    padding: 5px;
	background-color:#eee;
    opacity: 70%;
	border:1px dashed #888;
    line-height:17px;
	display: inline-block;
	position: absolute;
	left: -200px;
	width: 170px;
	font-size: .9rem;
	transition: transform .3s;
}

@media (min-width: 40rem) {
	.Left {
        width: 17%;
		left: 0;
        position: absolute;

	}
}

.Middle {
	/* height: 625px;  */   
    padding: 10px;
	background-color: none; /* #bbbf90; */
	transition: transform .3s;
	font-size: 0.9rem;
}

@media (min-width: 40rem) {
	.Middle {
		display: inline-block;
        margin: 10px;
        width: calc(83% -20px);
        position: absolute;
        left: 17%;
	}
}

.Right {
/*	height: 625px;  */
	width: 100%;
	background-color: #03A66A;
	font-size: .9rem;
}

@media (min-width: 40rem) {
	.Right {
		width: 10.4166667%;
		display: inline-block;
	}
}

.Footer {
	height: 100px;
	width: 100%;
	background-color: #025059;
    position: relative;
}

.D10px {
        margin-left:10px;
}

.D20px {
        margin-left:20px;
}

.MittelSchrift { font-size: 1.5em}

.Red { color: red; }

.BorderSmall {
  border: solid;
  }
