@charset "UTF-8";
/* CSS Document */

 /*--------------------------------------------------------------------------- 

* Filename: 			print.css 
* Description: 		Global CSS
* Version: 				1.0.0 (2010-06-08) YYYY-MM-DD 
* Website:				http://www.genau-dein-obst.de/ 
* Author: 				Robert Morawe
* Agency:					© Butterf!sch - Werbeagentur 2010 - www.butterfisch-werbeagentur.de -

 == STRUCTURE: ============================== 

* Page width: 				950 px 
* Number of columns: 	3
  $__header						Header Definitions
  $__menu							Global Site Navigation 
  $__content					Everything within the content
  $__footer						Everything within the footer

--------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
fieldset {
	border: 1px solid black; padding: 8px; margin: 8px 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	font: 16pt/22pt Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	padding: 0px 0px 0.45em;
}
h1 {
	font-size: 22pt;
	line-height: 26pt;
	padding: 10px 0px 0.45em;
}
h2 {
	font-size: 18pt;
	line-height: 22pt;
}
h2 span {
	color: #000;
	display: block;
	font: 12pt/16pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	font-size: 16pt;
	line-height: 26pt;
}
h4 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	padding: 0px 0px 0.4em;
	color: #333;
}
p, table, form {
	font-size: 12pt;
	line-height: 16pt;
	padding: 0px 0px 16pt;
}

/*----- TABLE -----*/
table {
	width:100%;
	padding: 0px;
	clear: both;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	border-bottom: 1px dashed #607995;
	padding: 5px 0px 2px;
}


/*----- KLASSEN -----*/
.clear {clear: both;}
.hidden {visibility: hidden;}
.none {display: none;}
.copy {font-size: 0.63em;}
.bold {font-weight:bold;}
.alignright {text-align:right;}
.home, .main, .top  {
	display: none;
}
.inhalt img.border {
	background: #FFF;
	padding: 5px;
	border: 1px solid #607995;
	float: right;
	margin: 0px 0px 0px 10px;
}
a {
	color: #333;
	text-decoration: underline;
}



/*== LAYOUT ==============================*/
#container {
	margin: auto;
	padding: 0px 0px 40px;
}

#service,
#header,
#sliderwrapper,
#teaser,  
ul#navigation, 
ul.subnavi, 
ul.subnavi li, 
.rightColum,
img.print {
	display: none;
}
#maincontent {
	padding: 6px 20px 20px;
	background: url(/images/pflaumen/bg-content.gif) no-repeat center top;
	position: relative;
}
#content {
	background: #fff;
	padding: 0px 43px 32px;
}



