/**
 * Stylesheet for www.kinderbuch-couch.de
 *
 * @media       all
 * @author      Lars Schafft, lars [dot] schafft [at] schafft-webdevelopment [dot] de
 * @version     2.0beta (2005-02-05)
 */
 
#content p.bait
	{
		font-weight: bold !important;
	}
	
#content p.author
	{
		font-style: italic;
	} 
 
.cb
	{
		clear: both;
	}
	
.fl
	{
		float: left;
	}
	
.tac
	{
		text-align: center;
	}

.nb
	{
		border: 0;
	}	
	
img.b
	{
		border: 1px solid #0D1162;
	}
	
img.l, div.l
	{
		float: left;
		margin: 0 1em 1em 0;
	}	
	
img.r
	{
		float: right;
		margin: 0 0 1em 1em;
	}	
	
hr
	{
		width: 100%;
	}
	
.skip, hr, #about h2, #top-nav h2, #search h3
	{
		position: absolute;
		left: -999em;
	}

.rem
	{
		display: none;
	}