
ul { width: 40em; }
li { margin: 10px;}
h1 {

 color: #444;
 margin: 0;
 padding: 0;
 font-size: 38px;
 line-height: 44px;
 letter-spacing: -2px;
 font-weight: bold;
 background: gray;
 margin-block-start:0;
 margin-block-end:0;
}

h2{
  color: #444;
  font-size: 28px;
  background: gray;
  margin-block-start:0;
  margin-block-end:0;
}

img{
  margin-left: 40px;
}


p{
  font-family: times, Times New Roman, times-roman, georgia, serif;
  font-size: 55px;
  line-height: 47px;
  letter-spacing: -1px;
  color: #444;
  font-weight: 100;
  padding-left: 120px;
  margin-block-start:0.5em;
  margin-block-end:0;

}

.box{
  float: left;
  margin-bottom: 20px;
  margin-left: 40px;
}

.formstyle{
  margin-top: 20px;
  margin-left: 40px;
  font-size: 16px;
  font-weight: bold;

}

.loginstyle_neu{
  margin-block-start:0;
  margin-block-end:0;
}

.marginstyle{
   margin-bottom: 20px;
}

.bodystyle{
  background-image: url(/images/bread.jpg);
  padding: 0;
  margin: 0;
}

.bodystyle_neu{
  background-image: url(/images/bread.jpg);
  margin: 0;
}

.pop{
  padding-left: 40px;
}

.bodystyle_index{
  background: url(/images/haus-klein.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 610px;
  margin: 0;

}

.buttonstyle{
  font-weight: bold;
  background-color: #a6bf6c; color: black;
  border: none;
  color: black;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 40px;
  border-radius: 20px;
}


.buttonstyle_neu{
  font-weight: bold;
  background-color: #a6bf6c; color: black;
  border: none;
  color: black;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

  border-radius: 20px;
}




.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #276873;
	-webkit-box-shadow: 0px 1px 0px 0px #276873;
	box-shadow: 0px 1px 0px 0px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:2px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
  margin: 15px 15px
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}



.backgroundindex {
    background-color: #bac8a5;
    width: 100%;
    height: 70px;
    padding: 0;
    margin: 0;
}

table {
   background-color: #ffeda0;
   border-collapse: collapse;
   border: none;
   width: 740px
 }
 thead {
   background-color: #f3c600;
 }
 tfoot {
   background-color: #F7F1D4;
   font-size: 80%;
   border-top: 1px solid #999;
 }
 td {
  text-align: left;
  padding: 0.5em 1em;
  font-style: bold;
 }
 th {
  text-align: left;
  padding: 0.5em 1em;
  font-style: bold;
  font-size: 20px;
 }
