/** 
 * schweizerbrot.ch
 * css style definitions for print page, schweizerbrot.ch
 * 
 * @author		Markus Howald
 * @copyright	copyright(c) Klink GmbH
 * @date		2009-04-27
 * @media		screen
 * @project		redesign schweizerbrot.ch 2009
 * @site		www.schweizerbrot.ch
 * @tested		mac: safari 3.2.3, firefox 3.0.10, opera 9.64
 * @tested		win: ie6, ie7, ie8
 *
 * @colordef	#000000; black
 * @colordef	#666666; grey middle
 * @colordef	#CCCCCC; grey light
 *
 * @fontdef		Verdana, Arial, Helvetica, sans-serif;
 */ 



/** 
 * @section global
 * 
 * global definitions
 */ 
 
body {
	background:#FFF;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	margin:16px;
	padding:0;
}

img {
	border:0;
}

* {
	margin:0;
	padding:0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.clear {
	clear:both;
}

.tiny {
	font-size:10px;
}

sub, sup {
	font-size:80%;
	line-height:0px;
}


/**
 * @section hyperlinks
 * 
 * global hyperlinks definitions
 */ 

a:link, a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/** 
 * @section main
 * 
 * 
 */ 

#main {
	width:547px;
}


/** 
 * @section nav-breadcrumb
 * 
 * path of current page
 */ 

#nav-breadcrumb {
}

#nav-breadcrumb ul {
	list-style:none;
}

#nav-breadcrumb ul li {
	float:left;
}


/** 
 * @section content
 * 
 * 
 */ 

.content-left-container {
	float:right;
	min-height:1px;
	width:157px;
}

.content-left-border {
	border-bottom:1px dotted #000;
	height:16px;
	margin-bottom:4px;
	overflow:hidden;
}

.content-left-main {
	padding:0 4px 16px 4px;
	width:142px;
}

.content-left-main img {
	margin-top:4px;
	vertical-align:bottom; /** removes 2px-gap in ie */
}

.content-right-container {
	float:left;
	width:390px;
}

.content-right-main {
	padding:0 7px 0 0;
}

.content-right-main h1 {
	border-top:1px dotted #000;
	font-size:12px;
	margin:16px 0;
	text-transform:uppercase;
}

.content-right-main h2 {
	font-size:11px;
	margin:0;
	padding-top:16px;
}

.content-right-main h3 {
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	margin:0;
}

.content-right-main p {
	margin-bottom:16px;
}

.content-right-main ul,
.content-right-main ol {
	margin:0 0 16px 24px;
}

.content-right-main ol li {
	margin:0 0 16px 0;
}

.content-right-main ol ul li {
	margin:0;
}

.content-right-main table {
	margin-bottom:16px;
	width:100%;
}

.content-right-main table td {
	border-bottom:1px dotted #000;
	padding:1px 0;
	text-align:left;
	vertical-align:top;
}

.content-right-main table th {
	border-bottom:1px dotted #000;
	padding:1px 0;
	text-align:left;
	vertical-align:bottom;
}

.content-right-main table .no-border,
.content-right-main table tr.no-border td {
	border-bottom:none;
}

.content-right-main table .align-center {
	text-align:center;
}

.content-right-main table td.width-25 {
	width:25%;
}


/** 
 * @section info
 * 
 * area on the bottom
 */ 

#info {
	border-top:1px dotted #000;
	padding:16px 0 0 0;
	width:390px;
}

#info img {
	width:100px;
}


/** 
 * @section indexed_search
 * 
 * override of some indexed_search styles
 */

.tx-indexedsearch-browsebox ul {
	margin:0 0 16px 0;
}

.searchitem {
	border-top:1px dotted #000;
	margin-top:16px;
	padding-top:16px;
}


/** 
 * @section tt_news
 * 
 * override of some tt_news styles
 */

.tx-ttnews-browsebox {
	padding-bottom:16px;
	text-align:center;
}

.ttnews-archiv-date {
	float:left;
	width:60px;
}

.ttnews-archiv-title {
	float:left;
	width:300px;
}

p.news-single-imgcaption,
.csc-textpic-caption {
	font-size:10px;
	line-height:14px;
	margin:0 0 16px 0;
	padding:0;
}


/** 
 * @section filelinks
 * 
 * 
 */
 
 .filelinks-container {
 	height:1%; /** without «height» ie6 + 7 don't make margin-bottom */
 	margin-bottom:16px
 }
 
 .filelinks-icon {
 	float:left;
 	width:23px;
 }
 
 .filelinks-link {
 	float:left;
 	width:350px;
 }
 
 
 /** 
 * @section rezepte_print_link
 * 
 * 
 */
 
 .rezepte-print-link p {
 	text-align:right;
 }
 
 .rezepte-print-link a.pdf-icon {
 	background:url('/typo3/gfx/fileicons/pdf.gif') no-repeat;
 	padding-left:24px;
 }
 
 
  /** 
 * @section brotquiz
 * 
 * 
 */
 
DIV.user-brotquiz-pi1 form input[type='radio'] {
	margin-bottom:8px;
}

DIV.user-brotquiz-pi1 form label {
	margin-bottom:8px;
	padding-left:8px;
}

DIV.user-brotquiz-pi1 ol li {
	border-bottom:1px dotted #000;
	padding-bottom:8px;
}
 
.result {
	font-weight:bold;
	text-transform:uppercase;
}

.answer {
	font-style:italic;
}

#QuizResultat {
	border:1px dotted #000;
	display:none;
	margin:0 0 16px 0;
	padding:24px 24px 8px 24px;
}

#QuizResultat h3 {
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
}