@charset "UTF-8";

/* content styles */

#content ul {
  margin-left: 1.5em;  
}
#left > p,
#right > p,
#content p {
  padding-bottom: 0.5em;
}
#content ul,
#content ol {
  margin-left: 1.5em;
}
#left > ul,
#right > ul {
  margin-left: 1.5em;
}

div.spieler {
  border-bottom: 1px solid #666;
}
div.spieler span {
  display: inline-block;
  width: 100px;
}

a.more:before {
  content: "» " !important;
}
a.pdf {
  display: inline;
  line-height: 18px;
  padding: 1px 0 2px 18px;
  background: url(../images/types/pdf_small.png) left center no-repeat transparent;
}

#content div.csc-default {
  clear: both;
}
#content div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
  float: left;
}

/* kickerschool register form */

#kickerschool_register_form .intro {
  margin-bottom: 10px;
}
#kickerschool_register_form label {
  display: inline-block;
  width: 100px;
}
#kickerschool_register_form input {
  border: 1px solid #999;
  padding: 2px;
  width: 230px;
}
#kickerschool_register_form textarea {
  border: 1px solid #999;
  width: 340px;
}

#kickerschool_register_form #postalcode {
  margin-right: 10px;
  width: 36px;
}
#kickerschool_register_form #city {
  width: 178px;
}

#kickerschool_register_form input[type=submit] {
  padding: 2px;
  width: 340px;
}

#kickerschool_register_form .required {
  font-weight: bold;
}
