balkenblau,
body,
linkleiste,
kopf,
start {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

linkleiste,
balkenblau {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

body {
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #e0feff;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 60em;
	margin: 0 auto;
}

kopf {
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: -1.4em;
	/*	padding: 7px;*/
}


/*
@media all and (min-width: 7em) {
kopf object {
	width: 12em;
}
}
*/

inhalt, 
galerie, 
start {
	/*    flex: 1;*/
	background-image: url('Bilder/brillanteReinigungKristall_ccffff.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	color: #666666;
	/*min-height: 20px;*/
	margin: 0.5em;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

inhalt {
	font-size: .9em;
	line-height: 1.1em;
}

start {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1em;
}

balkenblau {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font: bold 1em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	height: 2em;
	background-color: #0000FF;
	border-radius: 6px;
	box-shadow: 8px 10px 8px 3px #99CCFF;
	color: #FFFFFF;
	font-weight: bold;
}

linkleiste {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #666666;
	font: bold 0.8em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

start a {
	color: #666666;
	font: bold 0.8em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

linkleiste ul {
	padding-left: 0;
}

linkleiste li {
	display: inline;
	list-style-type: none;
}

linkleiste li:not(:first-child)::before {
	content: '• ';
}

a:link {
	text-decoration: none;
	color: #3333FF;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:focus {
	text-decoration: none;
	color: rgb(255, 96, 0);
}

a:hover {
	color: rgb(255, 0, 0);
	background-color: chartreuse;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: rgb(255, 96, 0);
}


/*
@-moz-document url-prefix() {
.body {
    width: 100%;
    -moz-box-sizing: border-box;
	}*/