/*
	user.css
	Stylsheet f�r User-Homepage
	byST/18.9.2007
*/
.user {
	width:607px;
	padding-left: 11px;	
	padding-top: 6px;
}
.user h1 {
	FONT-FAMILY: Arial;
	FONT-WEIGHT:bold;
	FONT-SIZE:225%;
	COLOR:White;
	BACKGROUND: none;
	padding: 0 0 0 0;
}

.user #links { float:left; width: 305px;}
.user #rechts { float:right; width: 290px; padding-left: 8px; padding-top: 11px;}

.user #heading {
	width:300px;
	height: 33px;
	text-align: right;
}

.user #userpic {
	margin:0px 0px 0px 0px;
	width:300px;
	height:300px;
	background-color:#B2DEE8;
	border: 3px solid #fff;
}

.user #motto {
	margin:0px 0px 0px 0px;
	width:300px;
	height:47px;
	background-color:#7D553C;
	border-width: 0 3 3 3;
	border-style: solid;
	border-color: #fff;
	color: #fff;

	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.user p { margin-bottom: 4px; }

.user p#caption {  }

.user table#mydogs td {
	width: 57px;
	text-align: center;
	vertical-align: top;
}
.user table#mydogs a {
	FONT-SIZE:10px;
	FONT-FAMILY: Arial;
}

.user_badge_hund {
	width: 132px;
	height:65px;
	background: url(/img/menu/link_hundesite_hund.gif);
	float:right;
	
}
.user_badge_hunde {
	width: 132px;
	height:65px;
	background: url(/img/menu/link_hundesite_hunde.gif);
	float:right;
}

div#content {
	background-color: #B2DEE8;
}

