/* === Userprofil === */

div.new_user_left {
	float: left;
	width: 461px;
	min-height: 500px;
	height: auto !important; /* für moderne Browser */
	height: 500px;  /*für den IE */
	padding-right: 29px;
}

/* == Ansicht == */

.userpic {
	float: left;
	border: 2px solid #fff;
}

div.userprofil_view_left {
	float: left;
	width: 490px;
	min-height: 500px;
	height: auto !important; /* für moderne Browser */
	height: 500px;  /*für den IE */
	padding-right: 29px;
}

div.userprofil_view_right {
	float: right;
	padding-left: 16px;
	width: 150px;
}

div.userprofil_view {
	width: 671px;
}

div.userprofil_view input.btnEdit {
	border: 0px;
	background-color: #000;
	color: #ffcc00;
	height: 19px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

div.userprofil_view div.content {
	float: left;
	width: 490px;
}

div.userprofil_view div.content h1.headline {
	text-transform: none;
}

div.userprofil_view div.userinfo {
	float: left;
	margin-left: 15px;
	width: 270px;
}

div.userprofil_view div.content div.usercomments {
	clear: both;
}

/* == Editieren == */

div.userprofil_edit_left {
	float: left;
	width: 490px;
	min-height: 500px;
	height: auto !important; /* für moderne Browser */
	height: 500px;  /*für den IE */
	padding-right: 29px;
}

div.userprofil_edit_right {
	float: right;
	padding-left: 16px;
	width: 150px;
}

.userpic_edit {
	display:block;
	border: 2px solid #fff;
}

.userprofil_edit {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.userprofil_edit legend {
	font-weight: bold;
	margin-bottom: 4px;
    padding: 4px 0px;
}

.userprofil_edit label {
	display: block;
	float: left;
	width: 12em;
	margin-top: 4px;
}

.userprofil_edit input.eingabefeld {
	margin: 3px 0px;
	padding: 3px 3px;
	width: 300px;
	border: 1px solid #999;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.userprofil_edit textarea {
	margin: 3px 0;
    padding: 3px 3px;
	width: 300px;
	border: 1px solid #999;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.userprofil_edit label.checkbox {
	width: 20em;
	margin-top: 4px;
}

.userprofil_edit input.submit {
	border: 0px;
	background-color: #000;
	color: #ffcc00;
	height: 19px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}