/* Profilseiten */

/* Avatarbilder */
#profilavatar .avatar, #gaestebuch .avatar img {border:2px solid #FFF;}	/* Button:bearbeiten / .avatar.leer wird definiert in fotos.css */


/* Profil */
#profilavatar, #profilfunktionen, #profildaten, #profiltext {float:left;}

#profilavatar,
#profilfunktionen {width:120px; text-align:center;}
#profilavatar .keinprofilbild {width:96px; height:96px; display:block; margin:auto;}
#profildaten {width:160px;}
#profiltext {width:355px;}

#profilfunktionen a,
#profilreiter a {display:block; color:#FFF; font-weight:normal; text-align:center; text-decoration:none; width:100px;} /* Weite entspricht der Weite des Avatarbildes + 2x Border */
#profilfunktionen a {margin:5px auto; font-size:10px; background:url(../images/website/button_profilfunktionen.gif) no-repeat 0 -20px; height:20px; line-height:20px;}
#profilfunktionen a:hover {background-position:0 0;}


	/* Listen */
	#profildaten li {margin:0; font-weight:bold;}
     #profildaten .daten {margin-bottom:6px; font-weight:normal;}	/* margin-bottom sollte mit li[margin-botttom] aus global.css uebereinstimmen */
	.bmiindex {margin-bottom:-5px;}


/* Profilreiter */
#profilreiter.block {background:none; height:30px; clear:both;}			/* height muss der Hoehe #profilreiter a  entsprechen */
#profilreiter li {float:left; clear:none; margin-right:10px;}
#profilreiter a {width:115px; height:30px; line-height:28px; background:url(../images/website/button_profilreiter.gif) 0 -30px;}

	/* Aktive Zustaende der Buttons - wenn body.class == #profilreiter a.class */
	.gaestebuch #profilreiter a.gaestebuch,
	.fotos #profilreiter a.fotos,
     .interviews #profilreiter a.interviews,
	.favoriten #profilreiter a.favoriten,
	#profilreiter a:hover {font-weight:bold; background-position:0 0;}

/* Favoriten / eigene Fotos */
/* siehe "fotos.css" */


/* Nachrichten */
#nachrichten table .icon,
#nachrichten table .name,
#nachrichten table .betreff,
#nachrichten table .datum { text-align:left !important; }

#nachrichten table .icon { width:25px; padding-left:5px; }
#nachrichten table .name { width:150px; }
#nachrichten table .betreff { width:240px; }
#nachrichten table .datum { width:170px; }
#nachrichten table thead tr { background-color:#f49d25; color:#fff; line-height:25px;}
#nachrichten table tbody tr { line-height:25px;}
#nachrichten table tr.reihe0 { background-color:#f7e8e1; }
#nachrichten table tr.reihe1 { background-color:#f8ebe5; }

#trustedgift_profil { margin-left:-9px; }
