* {
  margin: 0;
  padding: 0;
}

a {
  color: #666666;
}

a:hover {
  color: black;
}
hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
img {
  border: 0px;
}

body {
  background: black url(../img/tsvbg.gif);
  color: #666666;
  font: normal 12px "Lucida Sans Unicode", sans-serif;
}
/* für die navigation von prof league*/
body.navigation {
  background: url(../img/tsvbgcontainer.gif) repeat-y;
  margin: 0 0;
  width: 780px;
  clear: both;
  padding: 0px 0px 0px 12px;
}

table {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
.wpcTableLayout table {
  border-collapse: collapse;
  border-width: 0px;
  border-style: solid;
  border-color: black;
}
table.native {
  border-collapse: collapse;
  border-width: 0px;
  border-style: solid;
  border-color: black;
}
table.header {
  border-collapse: collapse;
  border-width: 0px;
  border-style: solid;
  border-color: black;
}

input {
  color: #666666;
  font: normal 12px "Lucida Sans Unicode", sans-serif;
}

p,cite,code,ul {
  padding-bottom: 2px;
}

th,td {
  font: normal 12px "Lucida Sans Unicode", sans-serif;
  padding: 2px 4px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
.wpcTableLayout td {
  font: normal 12px "Lucida Sans Unicode", sans-serif;
  padding: 2px 4px;
  text-align: left;
  border-width: 0px;
  border-style: solid;
  border-color: black;
}
table.native td {
  font: normal 12px "Lucida Sans Unicode", sans-serif;
  padding: 2px 4px;
  text-align: left;
  border-width: 0px;
  border-style: solid;
  border-color: black;
}
table.header td {
  font: normal 12px "Lucida Sans Unicode", sans-serif;
  padding: 2px 4px;
  text-align: left;
  border-width: 0px;
  border-style: solid;
  border-color: black;
}
th {
  background-color: #FFFC00;
  font-weight: bold;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

code {
  background: #FFE;
  border: 1px solid #EED;
  border-left: 6px solid #938262;
  color: #666666;
  display: block;
  font: normal 12px "Lucida Sans Unicode", serif;
  margin-bottom: 12px;
  padding: 8px 10px;
  white-space: pre;
}

h1,h2,h3 {
  color: #383838;
  padding-top: 6px;
  margin-bottom: 4px;
}

/* misc */
.clearer {
  clear: both;
}

/* structure */
.container {
  background: url(../img/tsvbgcontainer.gif) repeat-y;
  margin: 0 auto;
  width: 780px;
}

/* main */
.main {
  clear: both;
  padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
  float: right;
  width: 218px;
  position: fixed;
  right: 10px;
}

.sidenav h1 {
  background: #fffecf url(../img/tsvsidenavh1.gif) repeat-x;
  border-bottom: 1px solid #999;
  border-top: 1px solid #CCC;
  color: #666666;
  font-size: 12px;
  line-height: 28px;
  margin: 0;
  padding-left: 12px;
}

.sidenav ul {
  margin: 0;
  padding: 0;
}

.sidenav li {
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  list-style: none;
}

.sidenav a {
  text-decoration: none;
}

.sidenav li a {
  background: #FFFECF;
  color: #666666;
  display: block;
  padding: 8px 4px 8px 12px;
  text-decoration: none;
}

.sidenav li a:hover {
  background: #FFFE82;
  color: #black;
}

/* content */
div.content {
  padding-top: 12px;
  float: left;
  width: 64%;
}
/* content */
div.contentBreit {
  padding-top: 12px;
  float: left;
  width: 90%;
}

.content .descr {
  color: #999999;
  font-size: 10px;
  margin-bottom: 6px;
}

.content li {
  list-style: url(img/li.gif);
  margin-left: 18px;
}

.content .bild {
  padding-bottom: 0em;
}

/* footer */
.footer {
  background: yellow url(../img/tsvbgfooter.gif) repeat-x;
  line-height: 40px;
  font-size: 10px;
  margin: 0 10 0 10;
  text-align: center;
  vertical-align: bottom;
  width: 760px;
}

table.native td.tdLabel {
font-weight: bold;
}