#main {
	background-image:       url('../pics/bg.galerie.gif');	
}

#kunden {
	position:								absolute;
	left:										320px;
	top:										160px;
	
	line-height:             16px;
	
	height: 				300px; overflow: auto;
	width: 287px;
}


#galerie {
  position:absolute;
  left:620px;
  top:158px;
  width:275px;
  height:205px;
  
  line-height: 18px;
}

#galerie input, #galerie textarea {
  width:              100%;
  border:             1px solid grey;
  margin-bottom:      5px;
  background-color:#efefef;
}

#galerie textarea {
  height:             190px;
}

#galerie input:hover, #galerie textarea:hover {
  border:             1px solid black;
}

a.button {
  display:block;
  border:1px solid grey;
  text-decoration:none;
  line-height:15px;
  margin-top:1px;
  width:100%;
}
a.button:hover {
  color:black;
  border: 1px solid black;
  text-align:center;
}


h1 {
  font-size:13px;
  line-height:25px;
  margin-top:15px;
  margin-bottom:18px;
  margin:0;
}

