@charset "UTF-8";

/*

* * * * * Design by Stephen England
* * * * * www.england.ch
* * * * * XHTML + CSS by Marc Rinderknecht
* * * * * www.kobebeef.ch
* * * * * (c) 2009 

*/

/* * * * * START: GENERELLES * * * * */
body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 1pt;
	font-size: 1pt;
}
/* * * * * ENDE: GENERELLES * * * * */



/* * * * * START: GRID * * * * */
#logo {
	margin: 0 0 20pt 0;	
}
#topTeaser {
	border-top: 1pt solid #999;	
	border-bottom: 1pt solid #999;	
	padding: 10pt 0 5pt 0;
	margin: 0 0 20pt 0;
}
/* * * * * ENDE: GRID * * * * */



/* * * * * START: UNSICHTBARE ELEMENTE * * * * */
/* NAVIGATIONS */
#mainnav, #diarySearch, #navigationStyleA , #navigationStyleB, #breadcumbs, #quicklinks {
	visibility: hidden;
	display: none;
}
/* ANDERE BEREICHE */
#footer, .testimonialTeaser, .ArticleTeaser, #topTeaser img, #teasersH, .header {
	visibility: hidden;
	display: none;
}
/* BUTTONS */
a.btnDelete, a.btnEdit, a.btnAddToShoppingList, a.btnAddToDiary, a#prevWeek, a#nextWeek, a.btnPrint, a.btnAddPlus, a.btnAddToFavorites, a.btnIsFavorite, a.btnSave, a.btnLogout {
	visibility: hidden;
	display: none;
}
/* * * * * ENDE: UNSICHTBARE ELEMENTE * * * * */


/* * * * * START: TYPOGRAFIE * * * * */
#content h1 {
	font-size: 14pt;	
	line-height: auto;
	font-weight: bold;
	margin: 0 0 6pt 0;
}
#content h2 {
	font-size: 12pt;	
	margin: 0 0 6pt 0;
}
#content h3 {
	font-size: 10pt;	
	margin: 0 0 6pt 0;
}
#content, #content p {
	font-size: 9pt;
	line-height: 14pt;
	margin: 0 0 9pt 0;
}
#content a {
	color: #09C;
	font-weight: bold;
	text-decoration: none;
}
/* * * * * ENDE: TYPOGRAFIE * * * * */


/* * * * * START: DIVERSES * * * * */
.divider {
	font-size: 1pt;
	height: 2pt;
	border-bottom: 1pt solid #CCC;
	margin: 0 0 3pt 0;
}
.specialListing table td { /* Gewichtstabelle auf Startseite */
 	border-bottom: 1pt solid #CCC;
}
.grid4DoubleCol .divider {
	display: none;
	visibilty: hidden;
}
#WeeklyTabNav, #diaryCategories {
	height: 30pt;
	border-bottom: 1pt solid #CCC;
}

#WeeklyTabNav li, #diaryCategories li {
	float: left;
	padding: 0 20pt 0 0;
}
#WeeklyTabNav #prevWeek, #WeeklyTabNav #nextWeek {
	visibility: hidden;
	display: none;
}
#WeeklyTabNav li a, #diaryCategories li a {
	 text-decoration: none;
	 color: #666;
}
#WeeklyTabNav li.active a, #diaryCategories li.active a{
	color: #000;
	font-weight: bold !important;
}
/* * * * * ENDE: DIVERSES * * * * */


/* * * * * START: TABELLEN * * * * */
table {
	margin: 0 0 9pt 0;
}
.rezeptOverviewSpecial table, table.foodListing, table.listing {
	border-top: 1pt solid #CCC;
}
.rezeptOverviewSpecial table td, table.foodListing td, table.listing td { /* GEAENDERT AM 16.7.2010 */
	padding: 1pt 0;
	border-bottom: 1pt solid #CCC;
}
table th, table tr.total td {
	font-weight: bold;	
	text-align: left;
	border-bottom: 1pt solid #000;
}
table td .kcalinfo {
	font-size: 9px;	
	color: #666;
}
table.pagination {
	margin: 0 0 15pt 0;
}
/* * * * * ENDE: TABELLEN * * * * */



/* * * * * START: FORMULAR ELEMENTE * * * * */
input.box_xs, select.box_xs {
	width: 27pt;
}
input.box_s, select.box_s {
	width: 46pt;
}
.foodListing input {
	width: 46pt;
}
input.box_m, select.box_m {
	width: 60pt;
}
input.box_l, select.box_l {
	width: 103pt;
}
input.box_xl, select.box_xl, textarea.box_xl {
	width: 260pt;
}
/* * * * * ENDE: FORMULAR ELEMENTE * * * * */


/* * * * * START: ZWEI SPALTEN (REZEPTE) * * * * */
.leftPrintCol, .rightPrintCol { /* HINZUGEFÃœGT AM 16.7.2010 */
	width: 44%;
	padding: 0 5% 0 0;
	float: left;
}
.leftPrintCol table, .rightPrintCol table { /* HINZUGEFÃœGT AM 16.7.2010 */
	width: 100% !important;	
}
.leftPrintCol img { /* HINZUGEFÃœGT AM 16.7.2010 */
	max-width: 100% !important;	
}
/* * * * * ENDE: ZWEI SPALTEN (REZEPTE) * * * * */

/****** ehemals printMod.css **********/
.printInvisible {
	visibility: hidden;
	display: none;
}

/* * * * * NEU * * * * */
#socialmediaWrap, .rezeptImage, #hon, .login, form#loginForm, #btnMember {
	display: none;	
	visibility: hidden;
}
/****** ehemals printMod.css **********/
