* {
  margin:0px;
  padding:0px;
  border:none;
}
html>body { font-size: 13px; }
html, body {
	font-size: 100%;
	font-family: roboto, Verdana, Geneva, sans-serif; 
	color: #fff;
	background-image: url("../images/bg_content.png");
	background-repeat:repeat-y;
	background-size: 100%;
	text-align: left;
}

a {
	color: #debb1d;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}


#top {
	height: 220px;
}

#menu {
	font-size:18px; 
	position: absolute; 
	top: 30px; 
	left: 10%; 
	padding: 30px; 
	width: 600px; 
	text-align: center;
}


#logo {
  position: absolute;
  top:30px; 
  right: 40%; 	
  height: 98px; 
  width: 236px; 
}

#hund1 {
  position: absolute;
  top:18px; 
  right: 25%; 
  
  height: 202px; 
  width: 239px; 	
	
}

#image {
	margin-top: -19px;
}

#image_teaser_bg_top {
  background-image: url("../images/image_bg_top.png"); /* The image used */
  height: 19px; /* You must set a specified height */
  background-repeat: repeat-x;

}

#image_teaser {
  background-image: url("../images/welpe2.jpg"); /* The image used */
  height: 450px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

#image_teaser_bg_bottom {
  background-image: url("../images/image_bg_bottom.png"); /* The image used */
  height: 19px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: repeat-x;
}

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

