.twitter_all
{
	padding:10px;
	float:left;
	width:600px;
}
.twitter_all .post,
#userPost .post {
	width:500px;
	margin-bottom:1em;
	overflow-x:hidden;
}
.twitter_all .post .post,
#userPost .post .post {
	width:460px;
	margin-bottom:1em;
	overflow-x:hidden;
}
.twitter_all .post .image,
#userPost .post .image {
	float:left;
	margin-right:5px;
}
.twitter_all .post .image img,
#userPost .post .image img {
	padding:1px;
	border:1px #999 solid;
}
.twitter_all .post .text,
#userPost .post .text {
	font-size:14px;
	float:left;
	width:340px;
}
.twitter_all .post .options,
#userPost .post .options {
	clear:both;
	text-align:right;
	margin-bottom:1em;
}
.twitter_all .post .author_time,
#userPost .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;
}
#userPost {
	border:10px #eeeeee solid;
	background:#ffffff;
	padding:10px;
	width:620px;
	height:600px;
	overflow-x:hidden;
	overflow-y:scroll;
	position:absolute;
	top:25px;
	left:25px;
}
#userPost #userPost_close {
	display:block;
	right:15px;
	top:15px;
	width:20px;
	height:20px;
	background: url(../img/close.gif) transparent;
	position:absolute;
}

.twitter_postcount
{
	position:absolute;
	top:310px;
	left:620px;
	width:300px;
}
.twitter_input
{
	position:absolute;
	top:105px;
	left:620px;
}
.twitter_input input,
.twitter_input textarea
{
	width:300px;
	background:#eee;
	color:#333;
	padding:2px;
	border:1px #999 solid;
	margin-bottom:5px;
}
.twitter_input input.button
{
	width:auto;
	margin-bottom:2em;
	background:#fff;
	border:1px #cdc solid;
}
label
{
	float:left;
	clear:both;
	margin-bottom:5px;
}
.twitterSwitch a
{
	color:#333;
	text-decoration:underline;
}
.twitterSwitch a:hover,
.twitterSwitch a.active
{
	color:#789abc;
	text-decoration:none;
}
ul
{
	list-style-type:none;
}
/* EINRÜCKUNG */
ul,
ul ul ul {
	margin-left:0;
	padding-left:0;
}
ul ul {
	padding-left:40px;
}
h2 {
	font-family:serif;
}

a.replyTo img {
	position:relative;
	top:5px;
}
.educamp_logo {
	padding-top:5px;
}
