* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
  background-color: #FFFFFF;
  color: black;
}

img {
  border: 1px none;
}

.img {
  border: 1px solid darkred;
  padding: 2px;
}

a:link, a:visited {
  color: darkorange;
  text-decoration: underline;
}

a:hover, a:active {
  color: darkorange;
  text-decoration: none;
}

h4 {
  font-size: 17px;
  font-weight: normal;
  border-bottom: 1px dotted darkred;
  width: 333px;
}


#pagetop {
  width: 1016px;
  height: 325px;
  margin: 0px auto;
  background: white url("images/bgtop.png") no-repeat scroll center top;
}

#header {
  top: 79px;
  margin-left: 60px;
  position: absolute;
  width: 902px;
  height: 201px;
}

#navigation {
  top: 280px;
  position: absolute;
  margin-left: 61px;
  height: 45px;
}

#navigation img {
  float: left;
}

#content {
  margin: 0px auto;
  width: 1016px;
  background-image: url("images/content.png");
  background-repeat: repeat-y;
}

#textbox {
  padding-left: 85px;
  padding-right: 75px;
  padding-top: 20px;
}

#pagebottom {
  width: 1016px;
  height: 150px;
  margin: 0px auto;
  background: white url("images/bgbottom.png") no-repeat scroll center top;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#smallbox {
  float: left;
  margin-right: 30px;
  width: 465px;
}

#smallboxright {
  float: left;
  margin-left: 30px;
}


#kontaktform {
  position: relative;
}

.formrow {
  height: 30px;
}
label {
  cursor: pointer;
}

.forminput {
  border: 1px solid darkorange;
  font-size: 12px;
  left: 118px;
  margin-top: 3px;
  padding: 5px;
  position: absolute;
  width: 180px;
}

.textarea {
  border: 1px solid darkorange;
  font-size: 12px;
  height: 180px;
  left: 118px;
  margin-top: 3px;
  padding: 5px;
  position: absolute;
  width: 350px;
}

#submit {
  background: white;
  border: 3px solid #AF3500;
  color: darkorange;
  font-size: 80%;
  font-weight: bold;
  left: 118px;
  margin-top: 172px;
  padding: 5px;
  width: 150px;
  position: relative;
}

.title {
  font-size: 15pt;
  font-weight: bold;
}

ul li {
  list-style: none;
  text-align: center;
  border: 1px solid #ffae4f;
  margin-bottom: 10px;
  padding: 5px;
  width: 194px;
  cursor: pointer;
  float: left;
  margin: 4px 4px;
}

ul li img {
  margin-top: 4px;
  padding: 1px;
  border: 1px solid darkorange;
  width: 188px;
}


#galleries {
  margin-top: 24px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

#galleries a {
  text-decoration: none;
  float: left;
  font-size: 15pt;
  font-family: "Georgia";
}

#gallery {
  width: 736px;
  margin-left: 104px;
}

.row {
  float: left;
  height: 345px;
  width: 360px;
}

#pict {
  float: left;
  margin: 4px 5px;
  padding: 4px 7px 13px;
  text-align: center;
  width: 259px;
  // border-top:1px solid #EFEFEF;
  // background: url(images/rahmen.png) no-repeat bottom left;
  padding: 4px 7px 14px 7px;
}

#pict img {
  padding: 1px;
  border: 1px solid grey;
  margin-top: 4px;
}

#back {
  margin-bottom: 20px;
  margin-left: 4px;
  font-size: 15pt;
}
