/* gaestebuch.css */

.ia{
/*	background-color: #eee;*/
	width: 387px;
	display: block;
	position: relative;
	float: left;
	top: 0;
	left: 10px;
	margin-bottom:60px;
}
.ib{
	width: 387px;  
	height: 18px; 
	display: block;
	position: relative;
	float: left;
	border-bottom: 1px solid #D8C800;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	}

.ic{
	width: 300px;
	display: block;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	}
	
.id{
	width: 87px;
	display: block;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	}

.ib p, .ic p, .id p, .ie p{
	margin: 0px;
}
.id p, {
	text-align: right;
}

.ie{
	width: 100%;
	display: block;
	position:  relative;
	float:left;
	top: 0;
	left: 0;
	}

/*####################GAESTEBUCH #############################-*/
	
form input {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-image: url(../images/bginput.jpg);
	border: none;
	height: 20px;
	padding: 0px 0px 0px 5px;
	}
		
textarea{ 	
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-image: url(../images/bginput.jpg);
	border: none;
	padding: 0px 0px 0px 5px;
	}
	
input.eintragen, input.eintragen:link, input.eintragen:visited{
	display: block;
	position: relative;
	margin-top: 5px;
	top:0;
	left:0;
	width: 65px;
	height: 15px;
	background-color: #fff;
	background-image: url(../images/eintragen.jpg);
	background-repeat: no-repeat;
	font-size: 0;
	color:#fff;
	text-align: right;
	vertical-align: bottom;
	cursor: pointer;
	}
	
input.eintragen:hover, input.eintragen:active, input.eintragen:focus{
		background-image: url(../images/eintragen2.jpg);
}	
/*	######################KONTAKT#########################*/

label{
 	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;  
	}

fieldset {
	border: 0;
	}
	
fieldset legend{
	visibility: hidden;
	}
	
	
input.senden, input.senden:link, input.senden:visited{
	display: block;
	position: relative;
	margin-top: 5px;
	top:0;
	left:0;
	width: 55px;
	height: 15px;
	background-color: #fff;
	background-image: url(../images/senden.jpg);
	background-repeat: no-repeat;
	font-size: 0;
	color:#fff;
	text-align: right;
	vertical-align: bottom;
	cursor: pointer;
	}
		
input.senden:hover, input.senden:active, input.senden:focus{
	background-image: url(../images/senden2.jpg);
}