/* 
 	changes the header and moves the sidebar to the right side
 */
 
 .twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width:150px;  /* grows to 180 due to the 10px from the right padding! */
	margin:0px 0 0 0px;
	padding:22px 0px 20px 10px;/* zuvor: 20er höhe und 10er breite links */
/*background-color: silver;*/
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 20px; /* starts 10px after the end of sidebar1 */
	/*background-color: lightgray;*/
	width: 640px;
} 

#header h1 {
text-align: center; color: white;
margin:0px;
padding: 30px 0px 0px 0px;


}

.blogheader
{
margin:0px;
padding: 20px 0px 0px 0px;
}

#header h3{
text-align: center; color: white;
margin:0px; padding:0px;
font-size: 12px;
}

h2{
	font-size:28px;
	padding-bottom:5px;
	padding-top:3px;
	margin:0px;
	text-transform:lowercase;
}

.datum
{
	padding-bottom:12px;
	font-size:9px;	
}

p
{
	padding-top:0px;	
	margin-top:0px;
	padding-bottom:8px;
}

.postTD
{
	padding-bottom: 20px;
}

#footer_logos
{
	background: url(img/footer_logos_apple.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 35px;
	padding: 0px; margin: 0px;
	padding-bottom: 7px;
}
