* {
  padding: 0;
  margin: 0;
}

body {
  margin: auto;
  background: #F0F0F0;
  font-family: Georgia;
  font-size: 18px;
  color: #636363;
  min-width: 1248px;
}

.clear {
  clear:left;
}

img {
  border: none;
}

/*Bodystyles*/
.indexpage {
  background-image: url("index.jpg");
}

.indexpage fieldset {
  width: auto;
}

.indexpage legend {
  margin-bottom: 10px;
  color: #9a9a9a;
}

.indexpage label {
  float: right;
  clear: none;
  margin-right: 200px;
  margin-bottom: 5px;
  color: #9a9a9a;
  width: auto;
}

.indexpage input {
  float: left;
  width: auto;
  margin-top: 6px;
  font-family: Georgia;
  font-size: 18px;
}

.indexpage input[type=submit] {
  width: auto;
  display: inline-block;
  background: #9a9a9a;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-family: Georgia;
  font-size: 18px;
  font-weight: normal;
  text-shadow: none;
}

.indexpage input[type=submit]:hover {
  background: #009933;
}

.indexpage .infobox {
  position: relative;
  top: -10px;
  border: #009639 solid;
  display: none;
  padding: 0 5px 0 5px;
  margin: 5px 0 5px 0;
  font-size: small;
  min-height: 205px;
}

.indexpagei {
  background-image: url("index.jpg");
}

.indexpagei .right50pccontent {
  margin-top: 485px;
}

.indexpagek {
  background-image: url("index.jpg");
}

.teampage {
  background-image: url("index.jpg");
}

.teampage img {
  float: left;
  margin-right: 5px;
}

.trainingspage {
  background-image: url("index.jpg");
}

.trainingspage p {
  margin: 5px 0px 8px 0px;
}

.kontaktpage {
  background-image: url("index.jpg");
}

.faqpage {
  background-image: url("index.jpg");
}

.linkspage {
  background-image: url("index.jpg");
}

.linkspage .right50pccontent {
    margin-top: 70px;
}

.impressumpage {
  background-image: url("index.jpg");
}

.datenschutzpage {
  background-image: url("index.jpg");
}

.disclaimerpage {
  background-image: url("index.jpg");
}

.anmeldungpage {
  background-image: url("index.jpg");
}

.anmeldungpage #eingabehilfebox {
  top: -303px;
  height: 290px;
  width: 450px;
}

.userloginpage {
  background-image: url("index.jpg");
}

.userloginpage input[type=submit] {
  display: inline-block;
  background: #9a9a9a;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-family: Georgia;
  font-size: 18px;
  font-weight: normal;
  text-shadow: none;
}

.userloginpage input[type=submit]:hover {
  background: #009933;
}

.userprofilpage {
  background-image: url("index.jpg");
}

.userprofilpage legend {
  margin-bottom: 10px;
  color: #9a9a9a;
}

.userprofilpage label {
  float: left;
  margin-bottom: 5px;
  color: #9a9a9a;
}

.userprofilpage input {
  clear: none;
  font-family: Georgia;
  font-size: 18px;
}

.userprofilpage input[type=submit] {
  display: inline-block;
  background: #9a9a9a;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-family: Georgia;
  font-size: 18px;
  font-weight: normal;
  text-shadow: none;
}

.userprofilpage input[type=reset] {
  display: inline-block;
  background: #9a9a9a;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-family: Georgia;
  font-size: 18px;
  font-weight: normal;
  text-shadow: none;
}

.userprofilpage input[type=submit]:hover {
  background: #009933;
}

.userprofilpage input[type=reset]:hover {
  background: #009933;
}

.logoutpage {
  background-image: url("index.jpg");
}

#innercontent {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  width: 952px;
  padding: 20px 50px 70px 50px;
  margin: 50px auto 50px auto;
  text-align: left;
}

.left50pccontent {
  width: 50%;
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  margin-right: 10px;
  float: left;
}

.right50pccontent {
  width: 50%;
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  float: right;
  margin-top: 46px;
}

.bluete {
  position: relative;
  left: 100px;
  top: -20px;
}

.bluete {
  position: relative;
  left: 100px;
}

h1 {
  font-family: Calibri;
  font-size: 20px;
  font-weight: normal;
  color: #a1a1a1;
  margin: 16px 0px;
  clear: both;
}

h2 {
  font-family: Georgia;
  font-size: 18px;
  margin: 14px 0px;
  clear: both;
}

h3 {
  margin: 12px 0px 6px 0px;
  clear: both;
}

h4 {
  margin: 12px 0 -13px 0px;
  clear: both;
}

p {
  margin: 10px 0px 16px 0px;
}

/*Textstyles*/
.teasertext {
  font-family: Georgia;
  font-size: 41px;
  color: #4a3333;
}

.green {
  color: #009639;
}

.gray {
  color: #cccccc;
}

.small {
  font-size: small;
}

a {
  color: #009639;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 40px;
}

fieldset {
  width: 100%;
  border: none;
}

legend {
  margin-bottom: 10px;
}

label {
  float: left;
  width: 170px;
  margin-right: 10px;
  margin-bottom: 5px;
  clear: left;
}

.labelumfrage {
  float: left;
  width: 200px;
  margin-right: 10px;
  clear: left;
}

input, select, textarea {
  float: left;
  clear: right;
  width: 250px;
  font-family: Georgia;
  font-size: 18px;
  margin-bottom: 5px;
}

.labelcheckbox {
  width: 250px;
}

input[type=checkbox] {
  width: auto;
  margin-top: 4px;
}

.inputumfrage {
  float: left;
  clear: right;
  width: 20px;
}

input[type=submit] {
  width: auto;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}

input[type=submit]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}

input[type=submit]:active {
  position:relative;
  top:1px;
}

input[type=reset] {
  width: auto;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}

input[type=reset]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}

input[type=reset]:active {
  position:relative;
  top:1px;
}

input[type=button] {
  width: auto;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}

input[type=button]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}

input[type=button]:active {
  position:relative;
  top:1px;
}

#eingabehilfebox {
  position: relative;
  top: -266px;
  background-color: #EDEDED;
  border: thin #000000;
  height: 275px;
  width: 450px;
  padding: 5px;
}

table, th, td {
  font-family: Calibri;
  border: 1px solid #000000;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
  margin-bottom: 16px;
}

th {
  background-color: #5A2431;
  color: #FFFFFF;
  border: 1px solid #000000;
}

.ungerade td {
  background-color: #D6CFCE;
}

.gerade td {
  background-color: #EFEBEF;
}

#adventskalender {
  width: 1200px;
  margin: auto;
  text-align: center;
}

#adventskalender td {
  border: none;
}

.leftcolumntext {
  border: solid;
  border-color: #395D8C;
  width: 175px;
  text-align: left;
  font-weight: bold;
  float: left;
  padding: 20px;
}

.rightcolumntext {
  border: solid;
  border-color: #395D8C;
  width: 175px;
  text-align: right;
  font-weight: bold;
  float: right;
  padding: 20px;
}

.bottombox {
  border: thin solid;
  background-color: #BDBEBD;
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.important {
  text-align: center;
  border: thin solid;
  background-color: #BDBEBD;
  font-size: large;
}

.twocoltable {
  width: 100%;
  table-layout: fixed;
}

/*Navigation*/
#outernav {
  width: 100%;
  float: left;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 15px;
}

#navlogo {
  position: relative;
  float: left;
  left: -20px;
}

#loginlink {
  float: right;
}

#outernav a {
  text-decoration: underline;
  font-style: italic;
  color: #000000;
  font-weight: bold;
}

#outernav a:hover {
  color: #009933;
}

#nav {
  float: left;
  clear: left;
  margin-top: 20px;
}

#nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 780px;
}

#nav .subtext {
  font-family: Calibri;
  font-size: 13px;
  color: #9d9d9d;
  margin: 0 0 0 5px;
}

#nav ul ul {
  position: absolute;
  display: none;
  width: auto;
}

#nav ul ul ul {
  position: absolute;
  display: none;
  width: auto;
  margin: -33px 0 0 100%;
}

#nav ul li:hover ul {
  display: block;
}

#nav ul ul li:hover ul{
  display: block;
}

#nav li {
  float: left;
  margin-right: 50px;
}

#nav li a {
  display: block;
  padding: 8px 5px;
}

#nav ul li ul li a {
  border: none !important;
}

#nav ul li ul li {
  float: none;
  display: block;
  clear: both;
}

/*Login-Box*/
#loginbox {
  position: absolute;
  float: right;
  left: 10px;
  width: 165px;
  text-align: left;
}

#notloggedin {
  border: #FF0000 solid 5px;
  background: #FF0000;
}

#loggedin {
  border: #009900 solid 5px;
  background: #009900;
}

/*Statusbox*/
#statusbox {
  text-align: center;
  color: #FFFFFF;
  border: #FF0000 solid 5px;
  background: #FF0000;
}

#statusboxerfolg {
  text-align: center;
  color: #FFFFFF;
  border: green solid 5px;
  background: green;
}

/*Footer*/
#footer {
  position: relative;
  float: right;
  left: 50px;
  margin-top: 40px;
  padding-right: 20px;
  height: 30px;
  text-align: right;
  width: 103%;
  background-color: #F0F0F0;
  color: #636363;
  font-size: 14px;
  line-height: 30px;
}

#footer a {
  color: #636363;
  margin-right: 20px;
}
