/* Alles */

.input

{

  color: rgb(38,252,38);

  border: 1px dashed #F19C50;

}



.submitcap

{

  margin-top: 6px;

  background: #F19C50;

  color: #FFFFFF;

  border: 1px solid #E57512;

  height: 25px;

  padding-bottom: 2px;

  padding-left: 3px;

  padding-right: 3px;

}



/* Gästebuch */

#gb-title

{	

  width: auto;

  font-weight: bold;

	float: left;

}



#gb-left

{	

  float: left;

  width: 25%;

}



#gb-left-write

{	

  float: left;

  margin-bottom: 4px;  

  width: 35%;

}



#gb-right-write

{	

  margin-bottom: 7px;  

}



#gb-right-write-cap

{	

  margin-top: 8px;  

}



#gb-text

{	

  background-color: rgb(245, 245, 245); 

  border: 1px dashed #F19C50;

  text-align: left;

  padding-top: 3px;

  padding-bottom: 2px;

  padding-left: 5px;

  padding-right: 5px;

  margin-top: 5px;

  margin-bottom: 25px;

  margin-left: 8px;

  margin-right: 8px;

}
