html
{
  font-family: verdana, arial, geneva, helvetica, sans-serif;
  font-size: 0.8333em;
  color: #000;
  background-color: #fff;
  background-attachment: fixed;
}

body
{
  margin: 0;
  padding: 0% 2%;
}

table
{
  border: 0px #000;
  border-collapse:collapse;
  text-align:center;
  margin: 0;
  padding: 0%;
}

th, td { border:1px solid #000; padding: 0.25em; }

.OhneRahmen table
{
  border: 0px #000;
  text-align:left;
}

.MitRahmen
{
  border: 1px solid #d00;
  text-align:left;
}


.Turnier
{
  color:blue;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  font-family: monospace;
}

.Seite
{
  margin: 1em;
  color: inherit;
  background-color: #fff;
  padding: 0em;
  min-width: 400px;
}

.Seite table
{
  border: 0px #000;
  border-collapse:collapse;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}

.Seite th,
.Seite td
{
  border:0px #000;
  padding: 0.25em;
}

.zweispaltig th,
.zweispaltig td
{
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.Ausschreibung thead, 
.Ausschreibung tbody,
.Ausschreibung tfoot
{
  border-width:0.25em;
  border-style:solid;
  border-color:gray;
  padding:     0.25em;
  text-align:  justify;
}

.Ausschreibung th {
  border-width: 0.25em;
  border-style: solid;
  border-color: gray;
  padding:      0.25em;
  text-align:   justify;
}

.Ausschreibung td {
  padding-top:0px;
  padding-bottom:0px;
  border-left-width: 0.25em;
  border-left-color: gray;
  padding-left:      0.25em;
  border-top-width: 0.05em;
  border-top-style: dashed;
  border-top-color: gray;
  border-right-width: 0.25em;
  border-right-color: gray;
  border-right-style: solid;
  padding-right:      0.25em;
  text-align:         justify;
}

.Ausschreibung td, OhneHorizontal {
  border-top-style: none;
}

#Navigation
{
  font-size: 10px;
  margin: 0em;
  padding: 0.05px 1em;
  color: #666;
  background-color: #eee;
}

#Navigation a 
{
  color: #666;
  padding: 0.2em;
  font-weight: bold;
  text-decoration: none;
}
#Navigation a:link 
{
}
#Navigation a:visited 
{
}
#Navigation a:hover
{
  color: black;
  background-color: #eee;
}
#Navigation a:active 
{
  color: black;
}

.NavigationLeft table
{
  border: 0px solid #000;
  border-collapse:collapse;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}

.NavigationLeft th, td { border:0px solid #000; padding: 1.25em; }

.Seite h1,
.Seite h2,
.Seite h3,
.Seite h4,
.Seite h5,
.Seite h6
{
  font-weight: bold;
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

h1
{
  font-size: 1.5em;
  background-color: #ddd;
  text-align: center;
}

.infowindow 
{
  font-size: smaller;
  text-align: left;
}

#wrapper {
    background-color: white;
	width: 1001px;
}

#erste_spalte {
	background-color: white;
	width: 320px;
	float:left;
}

#zweite_spalte {
	background-color: white;
	margin-left: 330px;
	width: 670px;
}