svg {
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 1;
	
	position: fixed;
	
	min-width: 310px;
}
	
/* --------- Allgemein --------- */

body {
	font-family: Verdana, sans-serif;
	margin: 0px;
	background-color: silver;
}

div {
	background-color: white;
}

div#alles {
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
	
	position: relative;
	z-index: 2;
	
}

/* --------- Titelleiste --------- */

#titel {
	font-size: 30pt;
	text-align: center;
	
	padding: 5px;
	/*border: 1px solid black;*/
	
	min-width: 300px;
}

#titel img {
	float: left;
	width: 100px;
	padding: 0px;
}

/* --------- Navigation --------- */

#navigation {	
	color: white;
	background-color: black;
	padding: 0px;
	
	font-size: 10pt;
	
	min-width: 310px;
}

#navigation a, #navigation .pagelabel {
	text-decoration: none;
	/*font-style: italic;
	font-weight: bold;*/
	
	color: white;
	display: inline-block;
}

#navigation a {
	padding: 5px;
	
}

#navigation .pagelabel {
	background-color: #ffffff76;
	padding: 5px;
}

#navigation a:hover {
	background-color: #ffffff76;
}

/* --------- Inhalt --------- */

#inhalt {
	padding: 5px;
	min-width: 300px;
}
/*
#inhalt img {
	float: right;
	width: 300px;
	padding: 5px;
}*/

#bildliste img {
	display: none;
}

/* --------- Nutzliches --------- */

div.neu {
	clear: both;
}

.firmenname {
	font-weight: bold;
	color: #753300;
}