@import url("reset.css");
*{font:12px "Trebuchet MS", sans-serif;}

body { width:auto; background: #00a9e1; 
		color:#fff; text-align:center; }
a { text-decoration:none; color:#fff; font-weight:bold; }
a:hover { text-decoration:underline; }


img.twtpic{float:left; margin-right:5px}

#wrapper {
	width:500px;
	margin:10px auto;
	text-align:left;
	overflow:hidden;
	
}

.loading {
	overflow:hidden;
	margin-top:100px;
	margin-bottom:100px;
	display:block;
	text-align:center;
}


#footer p{
	font:11px "Trebuchet MS", sans-serif;
	text-align:center;
}
#footer{
	padding-top:40px;
	clear:both;
}

.user{font-style:italic;color:black}

.tweet {
	width:500px;
	padding:0;
	min-height:60px;
	background-color: #dcff3a;
	float: left;
	margin:5px 10px 00px 0;
}

p.bild{float:left}

.inhalt {
	padding:0 0 0 10px;
	float:left;

	color:#000;
	text-align:left;
	width:380px;
	font:11px "Trebuchet MS", sans-serif;
	border: 0px solid red;
	
}


.userpic {
	width:60px; height: 60px;
	margin:auto 0px; 
	float:left;
	
}



.right {
	
}



.wech{display:none}