/**
 * Stylesheet for www.histo-couch.de - page type 'content'
 *
 * @media       screen, projection
 * @author      Lars Schafft, lars [dot] schafft [at] schafft-webdevelopment [dot] de
 * @uses        /styles/screen/screen.css
 * @uses        /styles/screen/elements.css
 * @uses        /styles/screen/backgrounds.css
 * @version     1.0 (2006-07-21)
 */

/* {{{ import basic styles and different background styles */

@import url("/styles/screen/screen-1-04.css");
@import url("/styles/screen/elements.css");
@import url("/styles/screen/forms-1-00.css");

/* }}} */

.teaser, .listdiv, #interviews div
	{
		border-bottom: 1px dashed #c87320;
		margin-bottom: 2em;
		width: 100%;
		clear: both;
	}
	
.teaser h3, .listdiv h3
	{
		margin-top: 0;
	}

div.listdiv.special
	{
		border: 1px solid #c87320;
		background: #752900 url(/images/layout/new-pub-tipp.gif) bottom right no-repeat;
		color: #fff;
		margin-left: -1px;
		margin-right: -1px;
	}
	
div.listdiv.special a
	{
		color: #FEE588 !important;
	}
	
div.listdiv.special .listdiv-content 
	{
		padding: 1em 0 1em 1em;
	}

div.listdiv.special .listdiv-image
	{
		padding: 1em 1em 1em 0;
	}

div.listdiv.special .listdiv-image img.b
	{
		border: 1px solid #fee588; 
	}
	
.listdiv
	{
		position: relative;
	}

.listdiv h3 span.author
	{
		display: block;
		font-size: .92em;
		margin-top: .3em;
	}
	
.listdiv h3 em
	{
		font-size: .6em;
		letter-spacing: 0;
		font-style: normal;
	}
	
.listdiv p.author
	{
		position: relative;
		top: -1.2em;
	}
	
.listdiv-image p
	{
		margin-top:0;
		line-height: .9em !important
	}

.listdiv-content
	{
		float: left;
		width: 67%;
	}

.listdiv-image
	{
		float: right;
		width: 120px;
		text-align: right;
		margin-bottom: 1em;
	}
	
.listdiv  div.is-tip
	{
		position: absolute;
		text-indent: -1000em;
		top: -15px;
		right: -15px;
		width: 81px;
		height: 48px;
		background: url(/images/layout/icons/tip.png);			
	}
		
/* {{{ judgements used in top lists */

.rating
	{
		float: left;
		width: 9em;
		font-size: .85em;
		font-style: italic;
	}

.rating span
	{
		display: block;
		width: 2em;
		text-align: center;
		color: #7a2700;
		font: italic bold 3.5em/1.2 Georgia, "Times New Roman", Times, serif;
	}	
