@import url('style.css');
@charset "utf-8";
/* CSS Document */


#nextgig{
	
	
}

#nextgig a{
	color: #111;	
}

.error{
	color: #7ccbff;	
}
.pflicht{
	background-color: #7ccbff;
}


input{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 14px;
	border: none;
	color: #333;
	
}

textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 14px;
	border: none;
	color: #333;
}

select{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 14px;
	border: none;
	color: #333;
}
.noborder{
	border: none;
}


