/* User **************************************************************/
/** TABLES **/
.user_table{
	border: 2px solid #504D4A;
	vertical-align: top;
}

.user_menue_table{
	border: 2px outset #504D4A;
}

.userlist_head_td{
	background-image: url(bg_forumbereich.jpg);
    font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.userlist_td{
	background-color: #dedede;
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-align: center;
}

/** LINKS **/
.userlink {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
}

.userlink A:link {
    color: #AD1313;
    text-decoration: none;
}

.userlink A:visited {
    color: #AD13aa;
    text-decoration: none;
}

.userlink A:hover {
    color: #000000;
    text-decoration: underline;
}

/** INPUT **/
.user_input_table{
	border: 2px solid #504D4A;
	width: 90%;
}

.user_input_title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 150px;
}

.user_input_td{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 300px;
}

.user_input_s{
	width: 80px;
	font-weight: bold;
	font-size: 10px;
	background-color: #DED4B2;
}

.user_input{
	width: 200px;
	font-weight: bold;
	font-size: 10px;
	background-color: #DED4B2;
}

.user_bt{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/** OTHER **/

.pic_list{
	width: 25px;	
	max-width: 25px;
}