@charset "UTF-8";

html {
  height:100%;
}

body {
  font-family: "Droid Sans", Verdana, Geneva, sans-serif;
  color:#dce5a3;
  text-align:left;
  font-size:14px;
  background-color: #cccccc;
  margin:0px;
  height:100%;
}

#outer {
  width:1024px;
  border:0px solid red;
  min-height:100%;
  position:relative;
  background: black url("hintergrund2.jpg") no-repeat center top;
}


#kopf {
  position:relative;
  padding-left:80px;

  height: 158px;
  background:url(../images_global/steineoben.png) no-repeat left top;
}

#kopf img {
  margin-top:-5px;
}

#menu {
  border:0px solid blue;
  width:160px;
  height:100%;
  margin-top:25px;
  float:left;
}

#content {
  float:left;
  width: 580px;
  border:0px solid blue;
  margin-left:50px;
  margin-top:30px;
  color: #dce5a3
}

#werbung {
  border:0px solid blue;
  margin-top:60px;
  float:right;
  width:164px;
}

#steinmauer2 {
  border:0px solid green;
  width:1024px;
  background:url(../images_global/steineoben2.png) no-repeat left top;
  min-height:649px;
  position:relative;
  xposition:absolute;
  xtop:155px;
  xbottom:0px;
  padding-top:25px;
}

.contenttext {
  text-decoration:none;
  line-height:1.3;
}

.menu1 {
  text-decoration:none;
  line-height:1.1;
  text-align: right;
}

.menu2 {
  text-decoration: none;
  line-height:0.5;
  text-align:right;
  font-size:12px;
}

.contentheader {
  font-size: 24px;
  font-weight: bold;
}

a:link {
  text-decoration:none;
  color:#dce5a3;
}

a:visited {
  text-decoration:none;
  color:#ddd;
}

a:focus {
  text-decoration:none;
  color:#aaa;
}

a:hover {
  text-decoration:none;
  color:#99f;
}

a:active {
  text-decoration:none;
  color:#99f;
}

input.powermail_submit {display:block; margin-left:150px;}
