/* Profilseiten */


/* Profil (Listen absolut Positioniert) */
#profildaten .liste, #profiltext {position:absolute;}

#profilavatar {width:160px; text-align:center;} 			/* <= width == #profildaten[left:] */
#profilavatar img, #gaestebuch .avatar img {border:2px solid #cebeb7;}
#profilansicht {height:180px;}  
#profildaten .liste, #profiltext {left:160px; top:15px;}
#profiltext {left:325px; width:300px; overflow:auto; height:140px; }

.data {margin-bottom:10px; font-weight:bold;}


/* 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 {color:#FFF; width:115px; height:30px; display:block; text-align:center; line-height:28px; text-decoration:none; font-weight:normal; background:url(../images/button_profilreiter.jpg) 0 -30px;}

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

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

#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; }