/**********************************************************
 * Albertos World - Spezielle Stylesheet-Definitonen
 * 
 * CSS-Definitionen für spezielle Elemente.  
 *
 * Copyright (c) 2008 Jannes Philipp Mönnighoff
 * Hamburg, Germany
 *
 * Projekt:        Albertos World
 * Version:        1.20
 * Erstellt:       2008-04-24
 * Geändert:       2008-06-15
 *********************************************************/

/**********************************************************
 * MEHRFACH VERWENDET
 *********************************************************/

img.klein {
	width:60px;
	vertical-align:top;
	}
	
/**********************************************************
 * BENUTZERLISTE
 *********************************************************/

#benutzerliste {
	table-layout:fixed;
	}
#benutzerliste .bild {
	width:65px;
	padding:5px 0px;
	}
#benutzerliste .bild .klein {
	width:80px;
	}
#benutzerliste .daten {
	width:200px;
	padding:5px 5px 5px 10px;
	font-size:10px;
	line-height:16px;
	}
#benutzerliste .daten span {
	font-size:10px;
	}
#benutzerliste .daten .online {
	color:#55FF55;
	font-weight:bold;
	}
#benutzerliste .aktionen {
	width:130px;
	padding:5px 10px;
	line-height:16px;
	}
#benutzerliste .aktionen a {
	font-size:10px;
	}
#benutzerliste .caption {
	padding:3px 0px;
	font-weight:bold;
	}
#benutzerliste tfoot .caption {
	border-top:1px white solid;
	}
#benutzerliste .caption .titel {
	float:left;
	margin:0px;
	}
#benutzerliste .caption .konsole {
	float:right;
	font-weight:normal;
	}
#benutzerliste thead .titel {
	margin-left:5px;
	float:left;
	}
#benutzerliste thead .konsole {
	float:right;
	font-weight:normal;
	}
#benutzerliste tbody td {
	border-top:1px solid white;
	overflow:hidden;
	}

/**********************************************************
 * MAILBOX
 *********************************************************/

/**
 * Nachricht schreiben (Fenster)
 */
#mbx_nrtfenster {
	border:5px solid #907254;
	position:absolute;
	top:200px; left:250px;
	z-index:100;
	}
#mbx_nrtfenster .innen1 {
	padding:10px;
	border:1px solid white;
	background-color:#FFB500;
	}
#mbx_nrtfenster .innen2 {
	width:300px;
	height:200px;
	color:#582C00;
	}
#mbx_nrtfenster h2 {
	color:#582C00;
	}
#mbx_nrtfenster textarea {
	width:295px;
	height:140px;
	margin-top:5px;
	}
#mbx_nrtfenster p {
	margin-top:5px;
	}

/**
 * Nachrichtenliste
 */
#mbx_nrtliste {
	table-layout:fixed;
	}
#mbx_nrtliste .absBild {
	width:65px;
	padding:5px 0px;
	}
#mbx_nrtliste .absDaten {
	width:150px;
	padding:5px;
	font-size:10px;
	line-height:16px;
	}
#mbx_nrtliste .absDaten span {
	font-size:10px;
	}
#mbx_nrtliste .inhalt {
	width:300px;
	padding:5px;
	}
#mbx_nrtliste .inhalt .textLang {
	margin-bottom:5px;
	display:none;
	overflow:hidden;
	}
#mbx_nrtliste .aktionen {
	width:100px;
	padding:5px 10px;
	line-height:16px;
	}
#mbx_nrtliste .aktionen a {
	font-size:10px;
	}
#mbx_nrtliste thead th {
	padding-bottom:3px;
	font-weight:bold;
	}
#mbx_nrtliste thead .titel {
	margin-left:5px;
	float:left;
	}
#mbx_nrtliste thead .konsole, #mbx_nrtliste tfoot .konsole {
	float:right;
	font-weight:normal;
	}
#mbx_nrtliste td {
	border-top:1px solid white;
	overflow:hidden;
	}
#mbx_nrtliste tbody .nurWennNeu {
	display:none;
	}
#mbx_nrtliste tbody .neu .nurWennNeu {
	display:inline;
	}
#mbx_nrtliste tbody .neu .boldWennNeu {
	font-weight:bold;
	}
#mbx_nrtliste tbody .verborgen {
	display:none;
	}
