/*****************************/
/*   LOGIN + ADRESSEN        */
/*****************************/








/*****************************/
/*   LOGIN SCREEN             */
/*****************************/

input.www_user_newAdress_addButton {
  position: relative;
  top: -35px;
  left: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	background: #f9f5f2;
	padding: 2px;
 	border: solid 1px #CCCCCC;
}


/* Wird nur von Internet Explorer interpertiert */
* html input.www_user_newAdress_addButton {
  top: -35px;
  left: 4px;
}


input.www_user_newAdress_addButton:hover {
	color: #9C4F25;
	border: solid 1px #9C4F25;
}




/*
KUNDENBEREICH
*/


fieldset.address {
	width: 96%;
}
div.strAnrede {
	margin: 0 5px 0 5px;
	text-align: left;
}
input.strAnrede {
	width: 80px;
}
div.strVorname {
	margin: 5px 0 0 5px;
	float: left;
	clear: left;
	text-align: left;
}
input.strVorname {
	width: 75px;
}
input.strNachname {
	width: 122px;
}
input.strZusatz {
	width: 278px;
}
input.strStrasse {
	width: 278px;
}
input.strLand {
	width: 40px;
	text-align: center;
}
input.strPLZ {
	width: 70px;
}
input.strOrt {
	width: 153px;
}
fieldset.phone {
	width: 96%;
}
input.strTelefon {
	width: 278px;
}
input.strMobile {
	width: 130px;
}
input.strEmail {
	width: 278px;
	clear: left;
}
input.strPasswort {
	width: 134px;
	margin-right:4px;
}
input.strPasswortCheck {
	width: 134px;
}

.footer {
	clear: both;
}



div.address_list {
	width: 300px;
	border: none;
	margin: 10px auto 10px auto;
}
.address_list_header {
	background: #C7EAFB;
	border-bottom: solid 1px #CCCCCC;
	height: 20px;
}
.address_list_header_title {
	margin: 0 auto 0 5px;
	float: left;
}
.address_list_header_title:before {
	content: ":: ";
	font-size: 15px;
}
div.address_list_header_contextLinks {
	margin: 2px;
	float: right;
}

div.address {
	margin: 0 15px 0 0;
	text-align: left;
	font-weight: bold;
}


div.address_list_content {

	margin: 5px auto 5px auto;;

	border: solid 1px #ccc;
	padding: 0;
	width: 98%;
	text-align: left
}
.address_list_content_header {
	float: left;
	clear: none;
	margin: 3px;
}
div.address_list_content_adress {
	clear: both;
	margin: 3px;
}
div.address_list_content_contextLinks {
	float: right;
	margin: 3px;
}
