/*
---Global Styles
*/
* html body{
}

html body{
	background: #ffffff;
    padding: 0px;
    margin: 0px;
	background-image: url("../img/Feldwies_Biergarten_grau1.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	color:  #000000;
	font-family: Arial;
	font-size: 12pt;
}

a {
  color: #000000 ;
  text-decoration: none;
}

a:hover{
	border-top: 0.1em solid #fff;
	border-bottom: 0.2em solid #fff;
}

p{ text-align: left; }

/*
---Container Styles
*/
#wrapper{
	border: 2px solid black;
	background-color: #F8F8F8;
	text-align: center;
	margin:20px 0px;
	width: 700px;
	height:100%;
}

#header{
  padding: 0px;
  margin: 0px;	
  background-image: url(../bilder/header.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  height: 536px;
}

#content{
	text-align:left;
	position: relative;
	margin: 20px;
}

#errmsg{
	font-weight: bold;
	background-color: #FFB6C1;
	border:0.2em solid #000000;
	padding: 10px;
}
/*
@media screen{
  body>div#footer{
   position: fixed;
  }
 }
