BODY
{
	margin: 0px 0px;
	background-color: #FFFFFF;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	max-width: 800px;
	font-size: 100%;
}

TD
{
	margin: 5px 5px;
}

HR { 
	border-top: 1px solid #404040;
	border-style: solid;
	max-width: 800px;
    }

.main {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	max-width: 100%;
	margin: 0px 0px;
	padding-left: 40px;
	padding-right: 5px;
	padding-top: 25px;
	background-color: #FFFFFF;
	background-image:url(https://till-kopper.de/spiralbindung.GIF);
}



/* Style the navigation menu */
.topRow {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  	overflow: hidden;
	background-color: #888888;
  	position: relative;
	font-size: 100%;
  	margin: 0px 0px;
	padding-left:40px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topRow  #allLinks {
	display: none;
	color: #dddddd;
	text-decoration: none;
	background-color: #888888;
}

/* Style navigation menu links */
.topRow a {
	color: white;
	text-decoration: none;
	display: block;
}

/* Style the hamburger menu */
.topRow a.icon {
	background-color: #888888;
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 0;
	font-size: 100%;
}

/* Add a grey background color on mouse-over */
.topRow a:hover {
	background-color: #ddd;
	color: black;
}

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

.navitext {
	font-weight: bold;
	padding-right: 10px;
	font-size: 100%;
}

.nonavi {
	display: none;
}
