.bewertung img 
	{	
	height:auto;
	width:100px;
float:left;
padding:0;
margin-right:10px;
	}

.kunde
	{
	width: 440px;
	min-hight: 300px;
	padding: 10px;
	background-color: white;
	border: 2px solid grey;
	margin-bottom:10px;
	margin-right:10px;
        }

.kundenspalte
	{
	width: 475px;
	min-hight: 300px;
	padding: 0;	
	float:left;
	display:block;
        }


.kunde p
	{
	font-size:13px;
	line-height: 130%;
        }


textarea, 
.Feld,
.Textfeld
	{
	font-family: sans-serif;
	font-size:1.2em;
	width: 400px;
	padding: 10px;
	line-height: 150%;
	background-color: white;
	border: 2px solid grey;
        }

.Feld2
	{
	font-family: sans-serif;
	font-size:1.2em;
	width: 80px;
	padding: 10px;
	line-height: 150%;
	background-color: white;
	border: 2px solid grey;
        }



.sendebutton
	{
	font-family: serif;
	font-size:30px;
	width: 424px;
	background-color: darkred;
	color: white;
	padding: 10px;
	margin-top:10px;
border: 2px solid grey;
        }

.sendebutton:hover
	{
	background: black;
	color: white;
        }













