body {
  background-color:#69975d;
  font-family:Arial,Helvetica,sans-serif;
  }

a.nav_left:link {
  display:block;
  width:130px;
  text-decoration:none;
  color:#075b12;
  background-color:#D3D9DF;
  padding:2px;
  border-style:solid;
  border-width:1px;
  font-size:12px;
  }
a.nav_left:visited {
  display:block;
  width:130px;
  text-decoration:none;
  color:#075b12;
  background-color:#D3D9DF;
  padding:2px;
  border-style:solid;
  border-width:1px;
  font-size:12px;
  }
a.nav_left:hover {
  display:block;
  width:130px;
  text-decoration:none;
  color:#f2eded;
  background-color:#075b12;
  padding:2px;
  border-style:solid;
  border-width:1px;
  border-color:#3F4045;
  font-size:12px;
  }
a.nav_left:active {
  display:block;
  width:130px;
  text-decoration:none;
  color:#075b12;
  background-color:#D3D9DF;
  padding:2px;
  border-style:solid;
  border-width:1px;
  font-size:12px;
  }

table.main {
  border-style:solid;
  border-width:1px;
  border-color:#075b12;
  background-color:#ffffff;
  }

p.footer {
  text-align:center;
  font-size:90%;
  }

table.vs {
  background-image:url(graphics/pwvschil_bg_tmp.jpg);
  /*background-repeat:no-repeat;*/
  margin-right:7px;
  }
  /*Problem mit Konqueror + IE5, Darstellung am rechten Rand nicht Korrekt*/


table.index_content {
  border-style:solid;
  border-width:1px;
  border-color:#075b12;
  }

a:link {
	text-decoration:none;
	color:#075b12;
	}

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

a:hover {
	text-decoration:underline;
	color:#952020;
	}

a:active {
	text-decoration:underline;
	color:#952020;
	}

