/* css für uhne ferz © Michael Bauer */


body {
	background: #f0f0f0 url(img/back1.jpg) repeat-y 50% 0;
	padding: 0px;
	margin: 0px;
	color: #000;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 18px; 
	
}

a:link {

 color: #999999; 
 
 font-weight: bold;
 text-decoration: none; 
 }

a:visited { 
 font-family: arial, verdana,trebuchet,sans-serif;
 
 color: #999999; 
 
 font-weight: bold; 
 text-decoration: none;
}

a:active { 
 font-family: arial, verdana,trebuchet,sans-serif;
 color: #999999; 
 
 font-weight: bold; 
 text-decoration: none;

}

a:hover { 
font-family: arial, verdana,trebuchet,sans-serif;

 color: #9ae; 
 
 font-weight: bold; 
 text-decoration: none;

}

h2 {
	color: #78a;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #78a;
	font-size: 120%;
}
h4 {
	color: #78a;
	font-size: 110%;
}





div#wrapper {
	
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}





/* Styles für Mitte */
.bigprint {
	color: #ff0000;
	margin: 1ex 0;
	font-size: 320%;
}
	.bPosts {
	float: right;
	width: 740px;
	overflow: hidden;
	
}

/* Stylesfür Seite  */
.bSideBar {
	width: 200px;	
	float: left;
	overflow: hidden;
	
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	
}

