/* --- daten --- */
div#profildata_header {
	padding: 0 5px 3px 5px;
	float: left;
}
div#profildata_header img {
	width: 150px;
	float: left;
	padding-right: 5px;
}
div#profildata_header p {
	float: left;
	width: 290px;
}

div#dataFormContainer {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
table.profildata {
    margin-bottom: 15px;
}
table.profildata td {
    vertical-align: middle;
    text-align: left;
    height: 30px;
}
table.profildata td.greytext {
    color: #646464;
}
table.profildata td.col_1 {
    width: 109px;
    padding: 0 0 0 5px;
    font-weight: bold;
}
table.profildata td.captcha {
	vertical-align: top;
}
table.profildata td.col_2 {
    width: 190px;
    padding: 0 9px 0 5px;
}
table.profildata td.col_3 {
    width: 135px;
    padding: 0 5px 0 5px;
    text-align: right;
}
table.profildata td.col_1_2 {
    padding: 0 5px 0 5px;
}
table.profildata td.col_1_2 label {
    float: left;
    margin: 0 5px 0 0;
    vertical-align: bottom;
    display: block;
}
table.profildata input.nl_checkbox {
    float: right;
    padding: 0;
    margin: 0 5px 0 0;
    display: block;
}
* html table.profildata input.nl_checkbox { /* ie 6 hack */
    height: 12px;
}

table.profildata td.col_2 .textInput {
    width: 190px;
}
table.profildata td.col_2 .selectBox {
    width: 195px;
}
table.profildata td.col_3 .selectBox {
    width: 130px;
}

table.profildata td.inputError {
    padding: 0 5px 0 25px;
    color: #E32642;
    background:url(/img/global/icons/fault_12px.gif) no-repeat 5px 3px;
    height: 20px;
}

table.profildata td.col_3 div.fb_connect, table.profildata td.col_3 div.fb_connect_high {
	/*width: 100%;*/
	height: 70px;
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
table.profildata td.col_3 div.fb_login {
	margin-top: 5px;
	/*height: 20px;
	width: 100px;*/
}
table.profildata td.col_3 div.fb_connect_high {
	height: 100px;
}
table.profildata td input[type="file"] {
	border: 1px solid #CCCCCC;
	color: #646464;
	font-size: 12px;
}

p.img_delete {
	padding: 0 5px 8px 25px!important;
	margin-bottom: 8px;
    color: #E32642!important;
    background:url(/img/global/icons/fault_12px.gif) no-repeat 5px 1px;
    border-bottom : 1px solid #CCCCCC;
}
p.img_delete a {
	/*padding-top: 3px;*/
}

/* --- staralert --- */
table.profildata td .textInput {
	width: 250px;
}
table.profildata td.alertword .textInput {
    color: #000000;
}

table.profildata.required td.col_1:after,
table.profildata.required td.col_1_2:after,
table.profildata tr.required td.col_1:after,
table.profildata tr.required td.col_1_2:after {
    content: ' *';
}

p.add_field {
    width: 150px;
    float: left;
    margin-top: 0;
    cursor: pointer;
}

/* --- newsletter --- */
div.newsletter_container {
    padding: 0 5px 0 5px;
    margin-bottom: 20px;
    height : 50px;
    min-height: 50px;
}
div.newsletter_container input.nl_checkbox {
    float: left;
    padding : 0;
    margin: 0 10px 0 0;
    display: block;
    height: 12px;
    width: 12px;
}
div.newsletter_container label {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    width: 430px;
}
div.newsletter_container label span {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}
div.newsletter_container label.cineman_nl span {
    color: #E41E3D;
}
div.newsletter_container label.tv_nl span {
    color: #1EBEF0;
}
div.newsletter_container label.ev_nl span {
	color: #95711A;
}

/* --- profil public --- */
div.profil_header {
	float: left;
	height: 150px;
	overflow: hidden;
    border-top: 1px solid #C8C8C8;
    padding: 10px 5px 0px 5px;
    margin-bottom: 12px;
    width: 458px;
}

div.profil_header img {
	/* float: left; */
	padding-right: 5px;
}

div.profil_header p {
    margin: 0!important;
    padding: 0 0 5px 0!important;
    float: left;
}

/*neu*/
div.profil_header div, div.profil_header ul {
	position: relative;
	float: left;
	width: 190px;
	background-color: #EBEBEB;
	margin: 0 0 5px 5px;
	padding: 3px 5px 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.profil_header ul {
	height: 90px;
	margin-bottom: 0;
}

div.profil_header a.portrait {
	text-decoration: none;
}
div.profil_header span.img {
	float: left;
	position: relative;
}
div.profil_header span.img p {
	display: none;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 1px 5px !important;
	background-color: #DCDCDC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer; /* ie6 hack*/
}
div.profil_header img.portrait {
	/*float: left;*/
	padding-right: 5px;
}
div.profil_header img.button {
	float:left;
}
div.profil_header img.fwd {
	position: absolute;
	top: 7px;
	right: 0;
}

div.profil_header ul li:first-child {
	padding-bottom: 1px;
}

div.profil_header dl {
	float: right;
	width: 92px;
	top: 0;
}
div.profil_header dl dd {
	line-height: 1!important;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C8C8C8;
}

div.profil_header dl dd a.black {
	position:relative;
	display:block;
	top:-2px;
}

div.profil_header dl dd a.black:hover {
	text-decoration:none;
}

 div.profil_header a.btn {
 	display:block;
 	position: relative;
 	top: -5px;
 	float: right;
 }







