/*  =========================================================
Relaunch www.feinkost-kaefer.de
Datei: print.css
Media: print 

Autor: Agentur brandung GmbH & Co. KG
Web:   http://www.agentur-brandung.de
========================================================== */

/* ===============================

   =1. ALLGEMEINE SELEKTOREN 

=============================== */

* {
	padding: 0;
	margin: 0;
}

body {

}

/* ===============================
   =Block-Elemente 
=============================== */

h1 {

}

h2 {

}

h3 {

}

img {border: none;}

p, 
ul, 
ol {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

address {

}

/* ===============================
   =Inline-Elemente 
=============================== */

strong {
	font-weight: bold;
}

a 								{  }
a:link 						{  }
a:visited 				{  }
a:hover, a:focus 	{  }
a:active 					{  }

/* ===============================
   =Classen
=============================== */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


#bgPic div,
.leftColumne,
#language,
#navBG div,
#nav,
#hiddenNav,
.leftColumneTop,
.contentTop,
h2 img,
h1,
#footer,
#header p,
.weiter,
#content .tx-rgtabs-pi1 a h3,
#content .tx-rgtabs-pi1 a h4{
	display: none;
}

#content{
	width: 100%;
	font-size: 9pt;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}

	#wrapper #content ul{
		list-style: none;
		margin-bottom: 20px;
		padding: 0;
	}
	
	#wrapper #content li{
		list-style: none;
		padding-left: 12px;
		background: url(../img/content_list_icon.gif) top left no-repeat;
		margin: 0;
	}

h2{
	font-size: 11pt;
	font-weight: bold;
}

h3, h4{
	font-size: 9pt;
	font-weight: bold;
}