
/* ----------------------------------------------------
user
---------------------------------------------------- */

#user {
	/*overflow: hidden;*/
	padding-top: 10px;
	margin-left:5px;
}

#user table {
	width: 100%;
}

#user table.user_table {
	width: 485px;
}

#user table.user_table td.info_name {
	width: 180px;
	padding: 3px;
}

#user table.user_table td.info_name_with_padding {
	width: 180px;
	padding-top: 8px;
	padding-bottom: 8px;
    padding-left:3px;
}

/* ----------------------------------------------------
user_left
---------------------------------------------------- */

#user_left {
	width: 190px;
	float: left;
        overflow:hidden;
}

#user_pic {
	float: left;
	width: 140px;
}
/*
#user_info {
	width: 390px;
	padding-left: 40px;
	padding-bottom: 20px;
	float: left;
}*/


/* ----------------------------------------------------
user_right
---------------------------------------------------- */

#user_right {
	width: 540px;
	float: left;
}

/* ----------------------------------------------------
user_pic
---------------------------------------------------- */

#user_pic {
	background-color: #fff;
	clear: both;
	width: 230px;
	height: 230px;
	margin-bottom: 15px;
}

/* ----------------------------------------------------
user_links (photos, videos)
---------------------------------------------------- */

#user_links ul {
	list-style-type: none;
	margin-bottom: 15px;
}

#user_links ul li {
	border-bottom: 1px solid #cdbdd5;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#user_links ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #3b0053;
}

/* ----------------------------------------------------
profile_link
---------------------------------------------------- */

#profile_link a {
	color: #ca8501;
}

#profile_link a:hover {
	background-color: #ca8501;
	color: #fff;
	text-decoration: none;
}

/* ----------------------------------------------------
info_name
---------------------------------------------------- */

/*table.user_info {
	margin-bottom: 15px;
}*/
/*
table.user_info a {
	color: #682c62;
	padding: 0 1px;
}

table.user_info a:hover {
	background-color: #682c62;
	color: #fff;
	text-decoration: none;
	padding: 0 1px;
}

td.info_name {
	color: #555;
	padding-bottom: 2px;
}*/

/* ----------------------------------------------------
add, new, del
---------------------------------------------------- */

.add {
	float: right;
}

.edel {
	text-align: right;
	font-size: 11px;
}

.edit {
	float: right;
}

.comment {
	font-style: italic;
}

/* ----------------------------------------------------
pinboard
---------------------------------------------------- */

.pinboard {
	padding-bottom: 10px;
}

.pin_img {
	float: left;
	margin-right: 9px;
	margin-left:11px;
}

.pin_entry {
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	width:400px;
}

.pin_header {
	clear: both;
	width: 400px;
	height: 30px;
	background: url(/images/pinnwand_bubble_top.png);
 /*   overflow:hidden;  */
}

.pin_msg {
	clear: both;
	width: 358px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding:0 20px;
	text-align: justify;
	font-size: 11px;
	background-color:#FFFFFF;
}

.inner_pin_msg{
	position:relative;
	top:-10px;
}

.pin_footer {
	font-size: 11px;
	width: 360px;
	padding:0 20px;
	height: 30px;
	background: url(/images/pinnwand_bubble_bottom.png);
    overflow:hidden;
}

.pin_from{
	position:relative;
	top:-3px;
}

.pin_footer a {
	color: #3b0053;
}

.bubble_corner{
	background: url(/images/pin_bubble_corner_2.png);
	width:30px;
	height:20px;
	position:relative;
	top:25px;
	left:-22px;
    overflow:hidden;
}

textarea#pinnwand_message{
	position:relative;
	top:-8px;
	width:347px;
	overflow-y:auto;
}

/* ----------------------------------------------------
Ende
---------------------------------------------------- */


/* Profile Styles */

td.label {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}

input, select {
  font-family: Arial, Helvetica, sans-serif;
 /* font-size: 1.0em;*/
  border: solid #aaa 1px;
  color:#3B0053;
  max-width:100%;
}

input{
  padding: 2px;
}

select{
	padding: 1px;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border:1px solid #AAAAAA;
  padding: 2px;
}


.edit_link a {
  text-decoration: none;
  color: blue;
}

.sidebar_box {
  background-color: #ddd;
  border: 1px solid #aaa;
  font-size: 12px;
  margin-bottom: 10px;
}

.sidebar_box h2 {
  margin-top: 0px;
  padding: 6px;
  background-color: #ccc;
  font-size: 13px;
  color: #5d007b;
  font-weight:bold;
}
.sidebar_box p {
  padding-left:  6px;
  padding-right: 6px;
}

.sidebar_box .header  {
  float: left;
}

.sidebar_box .edit_link {
  float: right;
}

/* Spec Style */

#full_name  {
  font-size: xx-large;
}

#beruf{
  font-size: x-large;
}

#location {
  font-size: large;
}