/* Reset CSS */
/* TweetWall r09 */
@import url("reset.css");

body { background:url(images/seebaeren.png) no-repeat fixed 10px 209px #ab967e; font:13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif; color:#fff; text-align:center; }
a { text-decoration:none; color:#fff; font-weight:bold; }
a:hover { text-decoration:underline; }
a img { border:0; }

#wrapper {
	width:600px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}



.loading {

	overflow:hidden;

	margin-top:100px;

	margin-bottom:100px;

	display:block;

	text-align:center;

}

#wrapper  h1 {
	font:normal 25px/normal "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align:center;
	margin:10px 0 10px;
}

#wrapper #footer {
clear:both;
}

.trenner {
	margin:0 5px;
	color:#C7EEFF;
}

.tweet {
	width:500px;
	margin-top:-5px;
	padding-top:5px;
	background:url("images/blase-top.png") no-repeat top left;
}

.tweet .post {
	padding:3px 8px 8px;
	background:url("images/blase-bottom.png") no-repeat bottom left;
	color:#000;
	text-align:left;
	font:15px/21px "Trebuchet MS", sans-serif;
}

.tweet .post a {
	color:#000;
}

.tweet .pic {
	width:80px;
	padding-top:5px;
	height:48px;
	text-align:right;
	float:left;
	background:url("images/zipfel-left.png") no-repeat;
}

.tweet .by {
	width:410px;
	padding-top:5px;
	padding-left:5px;
	float:right;
	font-size:15px;
	text-align:left;
}

.right {
	margin-left:100px;
}

.right .by {
	text-align:right;
	padding-left:0;
	padding-right:5px;
	float:left;
}

.right .pic {
	width:80px;
	float:right;
	padding-top:5px;
	height:48px;
	text-align:left;
	background:url("images/zipfel-right.png") no-repeat top right;
}