/* Reset CSS */
/* TweetWall r09 */
@import url("reset.css");

body { background: #221D1D; font:13px/21px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana; color:#000; text-align:center; background-image:url("images/bg.gif"); background-repeat:repeat-x; background-attachment:fixed; }
a { text-decoration:none; color:#000; font-weight:bold; }
a:hover { text-decoration:underline; }
a img { border:0; }

#page {
	width:1285px;
}

#inner_page {
	float:left;
	width:1000px;
}

#left {
	float:left;
	width:300px;
	height:1300px;
	background-image:url("images/bg_left.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:absolute;
}

#inner_left {
	float:left;
	width:80px;
}

#inner_right {
	float:right;
	width:220px;
	position:absolute;
	top:10px;
	left:80px;
}

#wrapper {
	width:700px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	background-image:url(images/bg_wrapper.gif);
	background-repeat:repeat-y;
	float:right;
	height:1300px;
}

#advertisement {
	float:right;
	width:285px;
	height:600px;
	position: fixed;
	left:1000px;
}

#xing {
	float:left;
	width:120px;
	height:600px;
}

#google {
	float:right;
	width: 160px;
	height: 600px;
}

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

#wrapper  h1 {
	font:normal 25px/normal Georgia, "Times New Roman", Arial, sans-serif;
	padding-right:40px;
	padding-top:13px;
	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;
	margin-left:10px;
	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;
}