html {
  margin: 0px;
  padding: 0px;
  height: 100%;

}
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  text-align: left;

  color: black;
  font-size: 0.9em;
  //font-family: Lucida Sans, Tahoma, Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-family: Helvetica, Arial, sans-serif;
}
a:link, a:visited, a:focus {

  text-decoration:underline;
  color:black;
}
a:hover, a:active {

  text-decoration:none;
  color:black;
}
.content a:link, a:visited,a:focus {

  text-decoration:underline;
  color:black;
}
.content a:hover, a:active {

  text-decoration:none;
  color:black;
}
form {
  padding:0.1em 0em 0.1em 0em;
  margin: 0px;
  border:none;

}
input, select, textarea {

  border: 1px solid black;
  font-family: Helvetica,sans-serif;
  font-size: 1em;
}

table {
  text-align:left;

}
td {
}
td a:link, a:visited, a:focus {

  color: black;
  text-decoration:underline;
  background-color:none;
}
td a:hover, a:active  {

  color: black;
  text-decoration:none;
  background-color:none;
}
th {
  font-weight: normal
}

ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#container {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin:  0;      /* standardkonforme horizontale Zentrierung */
  height: 99%;
  min-height:99%;
  padding: 0.5em;
}

.col1left {
  padding: 0.2em 0.4em 0.2em 0.4em;
  width:10em;

  border-color: black;
  border-width:1px;
  border-style:solid;
}
.col1right {
  padding: 0.2em 0.4em 0.2em 0.4em;

  border-color: black;
  border-width:1px;
  border-style:solid;
}
.col2left {
  padding: 0.2em 0.4em 0.2em 0.4em;

  border-color: black;
  border-width:1px;
  border-style:solid;
}
.col2right {
  padding: 0.2em 0.4em 0.2em 0.4em;

  border-color: black;
  border-width:1px;
  border-style:solid;
}
.eventTableCol1 {
	width:11.5em;
}
.selbox {
  width:240px;

}
.searchbox {
  width:10em;

}
.oben {
  vertical-align:top;

}
.entry {
  width: 30em;

}


/* Zusätzliche Definitonen für Community-Komponente */

.inner_background {
  padding:0;
  margin:0;
}
.inner_navi {
  padding: 0.4em 0.4em;

  color: black;
  border-color:#3F1D00;
  border-width:0px;
  border-bottom-width:1px;
  border-style:solid;
}
.inner_navi a:link, .inner_navi a:visited, .inner_navi a:focus {

  color: black;
  padding:0.3em;
  text-decoration:none;
  font-weight:bold;
}
.inner_navi a:hover, .inner_navi a:active  {

  color: black;
  padding:0.3em;
  text-decoration:none;
  font-weight:bold;
}
.inner_navi {
  padding: 0.4em 0.4em;
  color: black;
  border-color:#3F1D00;
  border-width:0px;
  border-width:1px;
  border-style:solid;
}
.inner_content {
  padding:1em;

}
.news_content {
  padding: 1em 0em; margin-left:2em; margin-right:1em;
}
#inner_container {
  /* benötigt für Spieler-Sektion */
  padding:0px;
  padding-bottom:1px;
  margin:0px;
  height:100%;
  position:relative;

}
#inner_links {
  /* benötigt für Spieler-Sektion */
  float:left;
  width:170px;
  padding:5px;
  margin:0;


  /*overflow:auto;
  position:absolute;
  top:0.6em;
  bottom:0.6em;
  left:7px;*/
}
#inner_rechts {
  /* benötigt für Spieler-Sektion */
  padding:0.8em 0.8em 0 0.8em;
  margin-left:180px;

  border-left:1px solid black;
}
#inner_rechts:after { content:"clear"; clear:left; display:block; height:0; overflow:hidden; visibility:hidden; }

.comcol1 {
  padding: 0.1em 0.4em;

  /*width:200px;*/

  background-color:#FAF2EB;
}
.comcol2 {
  padding: 0.1em 0.4em;
  /*width:200px;*/

  background-color:#EED1B9;
}
.comtab {

  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}
.listtab {
  table-layout:fixed;
  width:100%;
}
.topcol {
  padding: 0.2em 0.4em;
  border:1px solid black;
  font-size: 1.3em;
}
.picture {
  border:1px solid black;

}
.picture{-moz-border-radius:.4em;}

.icon {

  padding-top:4px;
}

.picture_link {
  font-size: 1.18em;
  letter-spacing: 1px;
}
.big_link {
  font-size: 1.15em;
  letter-spacing: 1px;
}

