body {
	margin: 40px 40px 40px 40px;
	background-image:url(img/background.png);
	font: 1em Lucida, Verdana, sans-serif;
	font-size: 0.75em;
}

a {
text-decoration: none;
color: #499ede;
}

.schattenbox {
	background-image:url(img/schatten.png);
}
*html .schattenbox {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.
	AlphaImageLoader(src='img/schatten.png', sizingMethod='scale');
}

div.page {
	padding:0.2em;
	background-color:#ffffff;
	position:relative;
	top:-3px;
	left:-3px;
	border: 1px solid #c9c2c1;
}


div.header {
	margin: 10px 10px 10px 10px;
	text-align: right; 
}

div.content {
margin: 20px 20px 20px 20px;
}

/* Thread */

div.my {
	margin-bottom: 15px;
}

div.friends {
	margin-bottom: 35px;
}

div.friendsbadge {
	margin-bottom: 0px;
}

div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	padding-right: 95px; 
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

/* Thread MySelf*/

div.mypic {
	float:left;
}

div.bubble citemy {
	position: relative;
	margin: 0px 0px 0px 15px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(img/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Thread MyFriends*/

div.friendspic {
	float: right;
	margin-top: 3px;
}

div.badge {
	float: right;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 10px;
}

div.bubble citefriends {
	float: right;
	margin: -1px 0px 0px 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(img/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

div.social {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 60%;
	border: 1px solid #c9c2c1;
	background-color: #eeeeee;
}

div.footer {
	margin: 20px 20px 20px 20px;
	text-align: left; 
}
