* { 
	margin:0; 
	padding:0; 
	font-size: 100%; 
} 

body { 
	min-height: 101%;	
	font-size: 100.01%;  
	position: relative; 
	text-align: center; 
	} 


#root {
	border: 1px solid #666666;
	width: 755px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#root2 {
	float: left;
}


#rbody {
	float: right;
	width: 125px;
}


#main {
	float: left;
	width: 625px;
}

#cbody {
	float: right;
	width: 480px;
}

#cbody .bodytext {
	padding-right: .5em;
}

#lbody {
	float: left;
	width: 125px;
}

#breadcrumb {
	clear: both;
	color: #004399;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	padding-left: 0.5em;
	text-decoration: none;
	padding-top: 0.3em;
	padding-bottom: 0.7em;
}

#breadcrumb a {
	color: #004399;
	text-decoration: none;
}

#footer {
	clear: both;
	margin-top: 2em;
	border-top: 1px dotted #ea980b;
	font-size: 0.7em;
	font-family: "Times New Roman", Times, serif;
	padding: 0.3em;
	text-align: center;
	color: #96000a;
}
#footer a {
	color: #96000a;
	text-decoration: none;
}

#footer a:hover {
	color: #004399;
	text-decoration: underline;
}

#basket {
	background: #73A5D3 url(../images/bg_headlines.jpg) top repeat-x;
	height: 100px;
	color: #96000A;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	
}


######################################################################################################
** ### Markupfreie CSS-Floatclearing-Lösungen ###########################################################
** ######################################################################################################
*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe benötigt der Safari-Browser zwingend !! */
	.clearfix { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
	#ie_clearing { display: none } 




/*
####################################################################
#### Implementierung der tt_products ###############################
####################################################################
*/

.tt_products_minibasket p, .tt_products_minibasket p a {
	color: #ffffff;
	font-size: .9em;
	text-decoration: none;
	margin-top: .5em;
}

.tt_products_minibasket h1, .tt_products_minibasket h1 a {
	color: #96000A;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

/*
####################################################################
#### Implementierung der Macina-Search-Box #########################
####################################################################
*/


#macina-search {
	clear: both;
	background: #73A5D3 url(../images/bg_headlines.jpg) top repeat-x;
	font-size: .9em;
}

#macina-search-field {
	width: 112px;
	border: 1px solid white;
	margin: .5em;
	margin-top: 0;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
}

#lupe {
	float: right;
}
#macina-search h3 {
	float: left;
	color: #96000a;
	padding: .4em;
	padding-left: .4em;

}

#shopbanner {
	margin-top: .5em;
	background: #eba017 url(../images/bg_recipe.jpg) repeat-x;
}

#shopbanner img {
	margin: 1em 0 1em 0.5em;
}

#shopbanner img {
	border: 1px dotted white;
}




#########################################


.page_prev {
}

.page_next {
}

#browse-links {
	margin: 0 1em;
