/*
         Twitter Page OdileEndlos
		 inspired by Chris Coyier
		 http://css-tricks.com
*/
/*
7a8a99
*/


*					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif;
	 				  background: #2f2e2c;}


#twitter_background_div { 
	position: absolute; 
	left: 186px; 
	top: 99px; 
	width: 376px; 
	height: 380px; 
	
	}


#twitter_div { 
	position: absolute; 
	left: 186px; 
	top: 99px; 
	width: 396px; 
	height: 360px; 
	overflow: auto;
		}

ul#twitter_update_list { 
	list-style: none; 
	font-size: 14px;	
}

ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px;
	color: #7a8a99;
	background: url("../blogs_aktive/tests/images/transpBlue.png");
}
a { color: #96997a; }

#textebene { 
	position: absolute; 
	left: 628px; 
	top: 199px; 
	width: 396px; 
	height: 100px; 	
	}

#kommentarebene { 
	position: absolute; 
	left: 546px; 
	top: 499px; 
	width: 396px; 
	height: 60px; 
	}

p{
	font-family: Georgia, serif; 
	}

.text
{
font-family: Georgia, serif; font-size: 36px; 
	color: #ffffcc;
}

.kommentar
{
font-family: Georgia, serif; 
font-size: 14px; 
	color: #7a8a99;
}

#tweet1 { 
	position: absolute; 
	left: 635px; 
	top: 269px; 
	width: 396px; 
	height: 150px; 	
	}

#tweet2 { 
	position: absolute; 
	left: 655px; 
	top: 269px; 
	width: 396px; 
	height: 150px; 	
	}

#tweet3 { 
	position: absolute; 
	left: 675px; 
	top: 269px; 
	width: 396px; 
	height: 150px; 	
	}

	
.tweety
{
font-family: Georgia, serif; font-size: 12px; 
	color: #ffffcc;
}


html
{
scrollbar-base-color: #9999cc;
    scrollbar-arrow-color: white;
    scrollbar-track-color: #ccccff;

    scrollbar-shadow-color: black;
    scrollbar-lightshadow-color: black;
    scrollbar-darkshadow-color: gray;

    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: black;
    }
