@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
/* CSS Document */
/* */
/* Skyrim-inspired Menu */
html {
  background: url(img/bg.jpg);
   no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.img/bg.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.jpg', sizingMethod='scale')";
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
 }
 
 img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

#intro {
  background-image: url(img/bg_intro.jpg); }

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  }

a {
  color: #333333;
  text-decoration: none;
  border: none; }
  a:hover {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none; }

li:hover > a {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none; }

li {
  padding: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px; }

#menu {
  font-size: 1.5em;
  min-height: 100%;
  color: white;
  border: none; }
  #menu li {
    position: relative;
    z-index: 10000;
    border: none; }
    #menu li a {
      display: block;
      border: none;
      white-space: nowrap; }

#child {
  padding: 0.5em 1em;
  text-shadow: 1px 1px 4px #669966;
  background-image: url(img/child_bg.png); }

#menu li ul {
  position: absolute;
  overflow: hidden;
  display: none;
  left: 100%;
  top: -0.1em;
  float: none; }
#menu li:hover ul {
  display: block; }
#menu li ul a {
  position: relative;
  font-size: 0.8em;
  border: none; }
  #menu li ul a:hover:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: rgba(0, 0, 0, 0);
    border: 2px solid white;
    position: absolute;
    top: 0.5em;
    left: -0.75em;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

#parent {
  background-color: white;
  width: 200px;
  height: 35px;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px; }

#navi {
  width: 210px;
  margin-left: 50px;
  float: left; }
  #navi img {
    border: none; }

#logo {
  height: 207px;
  width: 200px;
  margin-top: 25px;
  margin-left: 50px;
  margin-bottom: 25px;
  float: left;
  border: none; }

#content {
	width: 600px;
	margin-left: 260px;
	left: 0px;
	background-image: url(img/content_bg.png);
	float: none;
	position: absolute;
	top: 10px;
}

#sponsoren {
  height: 100px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px; }

#content #sponsoren p {
  float: right;
  margin: 0px;
  padding: 0px; }
  #content #sponsoren p img {
    margin-left: 15px; }

#footer {
  clear: left;
  text-align: center;
  font-size: 14px;
  float: right;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 30px;
  font-weight: bold; }

#footerlink {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 0px; }
  #footerlink a:hover {
    color: #003300; }

#content #content2 {
  margin: 10px;
  border: 10px solid white; }
#content h1 {
  text-align: center;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }
#content #content2 table {
  font-size: 14px;
  text-align: center;
  position: relative;
  margin-bottom: 10px; }
  #content #content2 table img {
    border: 10px solid white;
    margin-top: 10px;
    margin-bottom: 10px; }

h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content #content2 table p {
  margin: 0px; }
#content #content2 .rechtsbund {
  text-align: left; }
#content #content2 #wrapper #news #newslist p {
  font-size: 11px;
  line-height: 13px; }
#content #content2 table tr td h4 {
  margin: 0px;
  padding: 0px; }
#content #content2 .logo {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 11px; }
  #content #content2 .logo img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none; }

#navi p a .noborder {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

fieldset {
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 15px 0px;
  border: none;
  display: block;
  text-align: center; }

input {
  font-size: 12px;
  font-family: Arial;
  border: 1px solid #c81c00;
  background-color: white;
  color: black;
  font-weight: bold;
  float: none;
  width: 300px; }

#feld {
  width: 80px;
  text-align: left; }

#intro #intromenue {
  margin-top: 150px; }
#intro #textintro {
  margin-top: 60px;
  width: 200px;
  margin-left: 780px; }

#content #content2 #meineLiga table {
  margin-bottom: 0; }
  #content #content2 #meineLiga table td.widgetTD img {
    border: none;
    margin: 0; }
#content #content2 #meineLiga #widgetHeader, #content #content2 #meineLiga #widgetMiddle, #content #content2 #meineLiga #widgetBottom {
  margin: auto; }
#content #content2 #meineLiga #widgetHeader {
  margin-top: 30px; }
#content #content2 #meineLiga #widgetBottom {
  margin-bottom: 30px; }
#content #content2 #probetraining table {
  padding: 10px;
  text-align: left;
  width: 100%; }
  #content #content2 #probetraining table td {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top; }
    #content #content2 #probetraining table td input[type="text"], #content #content2 #probetraining table td textarea {
      width: 100%;
      box-sizing: border-box; }
    #content #content2 #probetraining table td.td-1 {
      width: 30%; }
    #content #content2 #probetraining table td.td-2 {
      width: 70%; }

/* --------------- INDEX SLIDER --------------- */
#slides {
  display: none; }
  #slides .slidesjs-navigation {
    margin-top: 5px; }

a.slidesjs-next, a.slidesjs-previous, a.slidesjs-play, a.slidesjs-stop {
  background-image: url(imgages/slider/btns-next-prev.png);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right: 5px; }
a.slidesjs-next {
  margin-right: 10px;
  background-position: -12px 0; }
a:hover.slidesjs-next {
  background-position: -12px -18px; }
a.slidesjs-previous {
  background-position: 0 0;
  margin-left: 10px; }
a:hover.slidesjs-previous {
  background-position: 0 -18px; }
a.slidesjs-play {
  width: 15px;
  background-position: -25px 0; }
a:hover.slidesjs-play {
  background-position: -25px -18px; }
a.slidesjs-stop {
  width: 18px;
  background-position: -41px 0; }
a:hover.slidesjs-stop {
  background-position: -41px -18px; }

.slidesjs-pagination {
  margin: 7px 10px 0 0;
  float: right;
  list-style: none; }
  .slidesjs-pagination li {
    float: left;
    margin: 0 1px; }
    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(images/slider/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden; }
      .slidesjs-pagination li a.active {
        background-position: 0 -13px; }
      .slidesjs-pagination li a:hover {
        background-position: 0 -26px; }
        .slidesjs-pagination li a:hover.active {
          background-position: 0 -13px; }

#slides a:link, #slides a:visited {
  color: #333333; }
#slides a:hover, #slides a:active {
  color: #9e2020; }

.navbar {
  overflow: hidden; }

/* -------------------------------------------- */
#content .index2 tr td h4 {
	text-align: left;
}
content_index {
	text-align: left;
}
