

.p_adress{
	float: left;
	width: 239px;
	height: 120px;
	padding-left: 5px;
}

.p_contact{
	float: left;
	width: 269px;
	height: 120px;
	border-left: 1px dotted #fff;
	padding-left: 5px;

}

.p_contact a, .p_contact a:visited{
	text-decoration: none;
	color: gray;
}

.p_contact a:hover{
	text-decoration: underline;
}

.partner{
	clear: both;
	padding: 3px;
	width: 100%;
	height: 120px;
	background-color: #d7dce5;
	border-bottom: 1px solid gray;
}

.p_bilder{
	float: left;
	width: 200px;
	height: 120px;
	background-color: #fff;
}

.p_bilder img{
	width: 200px;
	border: 0;
}

.p_text{
	float: left;
	width: 534px;
	height: 120px;
}

.p_text p{
	font-weight: bold;
	font-size: 12px;
}

#anliegen{
	width: 400px;
	height: 250px;
}

input{
	width: 250px;
}

input, textarea{
	color: gray;
	font-family: arial;
	background-color: #dcdcdc;
}

input:hover, textarea:hover, input:focus, textarea:focus{
	background-color: #617993;
	color: #fff;
}

.button{
	width: 200px;
	background: url(./images/button_back.gif);
	cursor: pointer;
}

.anrede{
	width: 60px;
}

.kba{
	width: 50px;
}

.gmnoprint{
	background: gray;
}