#leiste { 

	height: 55px; 
	width: 420px; 
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	background: #ffffff;
        border: 1px solid #e1e8ed; }

#name { 

	font-family: 'Arial'; 
	font-size: 22px; 
	font-weight: bold; 
	color: #ffffff; 
	text-shadow: #000000 1px 1px 1px; } 

#beschreibung {

	font-family: 'Arial'; 
	font-size: 14px;  
	color: #ffffff; 
	text-shadow: #000000 1px 1px 1px; 
	width: 420px; } 

#twittername { 

	font-family: 'Arial'; 
	font-size: 17px; 
	color: #ffffff; 
	text-shadow: #000000 1px 1px 1px; }


#stats { 

	width: 215px;
	float: left; 
	margin-left: 15px; 
	margin-top: 5px;
        margin-botton: 5px; } 

.stats1 { 

	font-family: 'Arial'; 
	font-size: 10px; color: #999999; 
	text-transform: uppercase; } 

.stats2 { 

	font-family: 'Arial'; 
	font-size: 20px; 
	color: #292f33; }

#folgen { 

	float: right; 
	margin-top: 7px; 
	margin-right: 10px; 
	background-image: url('http://eightletters.de/Twitter/folgen.jpg'); 
	height: 38px; 
	width: 104px; }

#thead1 {
 	
	width: 420px; 
        height: 35px; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	background: #ffffff; 
	border: 1px solid #e1e8ed; 
 } 

#tweets { 

	font-family: 'Arial'; 
	font-size: 22px; 
	color: #66757f; 
	float: left; 
	margin-left: 10px; 
	margin-top: 3px; } 

.tweet {

	width: 420px;
	background: #ffffff; 
	border: 1px solid #e1e8ed; } 

.tname { 

	font-family: 'Arial'; 
	font-size: 14px; 
	color: #292f33; 
	font-weight: bold; } 

.taccount { 

	font-family: 'Arial'; 
	font-size: 13px; 
	color: #999999; } 

.text { 

	font-family: 'Arial'; 
	font-size: 14px; 
	color: #292f33;  } 

.hashtag { 

	font-family: 'Arial'; 
	font-size: 14px; 
	color: #999999; } 

.hashtag a:link, a:active, a:visited { 

	font-family: 'Arial'; 
	font-size: 14px; 
        text-transform: none;
	color: #999999; } 

#credits { 

	width: 420px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	text-align: center; 
	font-family: 'Arial'; 
	font-size: 10px; 
	color: #292f33; 
	background: #ffffff; 
	border: 1px solid #e1e8ed; } 

#credits a { 

	font-family: 'Arial'; 
	font-size: 10px;
	color: #999999; 
	text-transform: none; 
	text-shadow: none; 
	text-decoration: none; 
	font-weight: none; } 

        
hr {
        color: #e1e8ed;

        border: 0;
 
        height: 0;

        border-top: 1px solid rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.3);

        width: 100%;

        text-align: center;
        }