@CHARSET "UTF-8";
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

#container {
	margin: 10px auto;
	text-align: left;
	background-color: #cff;
	width: 800px;
}

#header {
	background-image: url(../assets/DSCN3388-94_Laufer_V4.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 190px;
  text-align: center;
}
#navigation {
	background-image: url(../assets/DSCF0740_Isartal_Hinterg_V1.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 180px;
  padding-top: 5px;
  text-align: center;
}
#navigation ul {
  margin: 0;
  padding: 0;
  display: inline;
}
#navigation ul li {
  padding: 0 3px;
  list-style: none;
  display: inline;
  font-weight: bold;
}
#navigation ul li a {
  text-decoration: none;
}

#content {
	padding: 6px 8px; 
}

td.label {
	vertical-align: top;
	font-weight: bold;
}

#startgeld,
#pdf_ausschreibung {
	padding: 0px 8px;
}
#startgeld table {
	width: 100%;
	border-collapse: collapse;
}
#startgeld table th {
	white-space: nowrap;
	vertical-align: top;
	border: 1px solid gray;
	padding: 2px;
}
#startgeld table td {
	border: 1px solid gray;
	padding: 2px;
}
