/*################################################*/
/*	Head
/*################################################*/

div#page div#head {
	width:1000px;
	height:162px;
	background-image:url("../images/head_en.jpg");
}

/*################################################*/
/*	Adressen Plugin
/*################################################*/

.adressen-unternehmen {
	float:left;
	width:220px;
}

.adressen-container {
	float:left;
	width:17em;
}

	.adressen-container .adressen-text-eingabe,
	.adressen-container .adressen-auswahl {
		float:left;
		margin:0px 10px 0px 0px;
		padding:2px;
		height:22px;
		line-height:22px;
		width:13em;
		border:1px solid #71645C;
	}
	
		.adressen-container .adressen-auswahl {
			height:20px;
			line-height:20px;
			padding:0px;
		}
