.twitter_all {
	padding:10px;
	float:left;
	width:550px;
}
.twitter_all .post {
	width:550px;
	margin-bottom:1em;
	overflow-x:hidden;
}
.twitter_all .post .post {
	width:510px;
}
.twitter_all .post .image {
	float:left;
	margin-right:5px;
}
.twitter_all .post .image img {
	padding:1px;
	border:1px #999 solid;
}
.twitter_all .post .text {
	font-size:20px;
	float:left;
	width:490px;
}
.twitter_all .post .post .text {
	width:450px;
}
.twitter_all .post .options {
	clear:both;
	text-align:right;
	margin-bottom:0;
	visibility:hidden;
}
.twitter_all .post .author_time {
	font-size:11px;
}
.twitter_all a.userpost {
	font-weight:bold;
	color:#33333;
	text-decoration:none;
	border-bottom:1px #333 dashed;
}
.twitter_all a.userpost:hover {
	border-bottom:0px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
/* QUESTIONS */
.twitter_questions {
    padding:10px;
    float:left;
    width:400px;
    position:absolute;
    left:550px;
    top:100px;
}
.twitter_questions .post {
    width:400px;
    margin-bottom:1em;
    overflow-x:hidden;
}
.twitter_questions .post .image {
    float:left;
    margin-right:5px;
}
.twitter_questions .post .image img {
    padding:1px;
    border:1px #999 solid;
}
.twitter_questions .post .text {
    font-size:20px;
    float:left;
    width:400px;
}
.twitter_questions .post .options {
    clear:both;
    text-align:right;
    margin-bottom:0;
    visibility:hidden;
}
.twitter_questions .post .author_time {
    font-size:11px;
}
.twitter_questions a.userpost {
    font-weight:bold;
    color:#33333;
    text-decoration:none;
    border-bottom:1px #333 dashed;
}
.twitter_questions a.userpost:hover {
    border-bottom:0px;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
}
ul
{
	list-style-type:none;
}
/* EINRÜCKUNG */
ul,
ul ul ul {
	margin-left:0;
	padding-left:0;
}
ul ul {
	padding-left:40px;
}
.educamp_logo {
	padding-top:5px;
	position:absolute;
	top:0px;
	left:550px;
}