﻿/* RESET: */
	
	html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
		 margin: 0;
		 padding: 0;
		 border: 0;
		 overflow:visible;	
	}
	body
	{
		overflow:visible;
		color: Black;
		text-align: left;
		background-color: White;
		font-family:Arial, Helvetica, sans-serif
	}
	
	h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif}
	
	h1, h2 {color:#0055CC;}
	
	h3, h4, h5, h6 {color:#9E9E34;}
	
	h1, .H1Container {
		margin:0.5em 0 0 0;
		font-size: 1.4em;
		font-weight: bold;
	}
	h2 {
		margin:0.5em 0 0 0;
		font-size: 1.3em;
		font-weight: bold;
	}
	h3 {
		margin:0.5em 0 0 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	h4 {
		margin: 0.5em 0;
		font-size: 1.1em;
		font-weight: bold;
	}
	h5 {
		margin: 0.5em 0;
		font-size: 1em;
		font-weight: bold;
	}
	h6 {
		margin: 0.5em 0;
		font-size: 0.9em;
		font-weight: bold;
	}
	p  {
		margin: 1em 0;
		line-height: 1.5em;
	}
	
	form {
		margin:0;
		padding:0;
	}
	
/* :RESET */

/* Hides from IE-mac \*/ 
html {
width:100%;
}
/* End hide from IE-mac */
body {
width:100%;
}

/* CLEARFIX: */
	
	.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
/* :CLEARFIX */

h1, h2, h3, h4, p, .H1Container {
    color:#000000;
}
h1, .H1Container {
	margin:0.5em 0 1em 0;
}

.noprint,
#header,
#nav_container,
#nav2_container,
#meta_container,
#flash_container,
#context_wrapper,
#footer table,
#box_left_back,
#box_left,
#box_left_produkte_back,
#box_left_produkt_back,
#box_left_produkte,
#box_right_produkt,
#breadcrumb_container,
#breadcrumb_container2,
#box_main_rezepte,
#box_left_rezept_back,
#box_right_rezept,
#RECIPE_FOOTER,
#box_main_produkte_content_wrapper,
#box_main_rezepte_content_wrapper,
#box_main_rezept_content_wrapper,
#box_main_produkt_content_wrapper,
#box_main_content_wrapper_0,
#box_main_content_wrapper_1,
#suDatenschutz,
#suImpressum,
#suNutzungsbedingungen,
.siteUtilBox,
.IconsContainer
{
   display:none !important;
}

#PrintHeaderImage {
    display:block !important;
}

table {
    text-align:left;
    border:none;
}

table tr td {
    vertical-align:top;
}

#RECIPE_GRID span {
    margin:0px !important;
}

a, a:link, a:active, a:visited, a:hover {
    color:#000000 !important;
    text-decoration:none !important;
    margin:0px !important;
    padding:0px !important;
}

img {
    border:none;
}

#footer_span 
{
    position:absolute;
    top:60px;
    left:150px;
}

.ImageContainer_Left 
{
    float:left;
    width:230px;
    margin-right:10px;
}

.ImageWrapper_Left {
    margin-bottom:20px;
}

.FLAP_MAIN_TABLE img {
    display:none;
}

.FLAP_MAIN_TABLE table, .FLAP_MAIN_TABLE table img {
    display:block !important;
}

.ImageContainer_Left2 
{
    margin-right:30px;
    clear:both;
}

#FWLAjaxSourceContainer1, #FormView1 {
    width:auto !important;
}

.FLAP_MAIN_TABLE a {
    font-weight:bold !important;
    padding:20px 0 10px 0;
}

#box_main_rezept_content, #box_main_rezept_content_wrapper
{
	 overflow:visible;	
}
	
