@CHARSET "UTF-8";
/* $Id: b.neuffer_print.css 4663 2010-02-05 10:38:48Z stefan.hoth $ */
/**
 * css script for webagent-theme "bneuffer" for print
 * 
 * @author 			JNamic development, Stefan Hoth <mail@jnamic.com>
 * @copyright 		Copyright (c) 2007-2009 JNamic development GbR ( http://www.jnamic.com ) - All rights reserved.   
 * @license 		http://www.jnamic.com/kontakt If you are interested in using this, please contact <mail@jnamic.com>
 * @link 			http://www.jnamic.com/ JNamic development homepage
 * @filesource 
 *
 * @version			$Revision: 4663 $
 * @since			1.0
 * @modifiedby		$LastChangedBy: stefan.hoth $
 * @lastmodified	$Date: 2010-02-05 11:38:48 +0100 (Fr, 05. Feb 2010) $
 * @createdat		10.02.2009
 *
 * @package jnamic
 * @subpackage vda.webagent.theme
 */
 
 /*  =========================================================

1. Allgemeine Selektoren
   1.1 Block-Elemente
   1.2 Inline-Elemente
   1.3 Allgemeine Klassen
   1.4 Non-Layout IDs

2. Layoutbereiche 
   2.1 Wrapper 
   2.2 Kopfbereich   
   2.3 Navibereich   
   2.4 Textbereich   
   2.5 Fussbereich   

3. Spezielle Seiten 
   - Home
   - News
   - Katalog
   - Vita 


========================================================== */

/* ===============================

   =1. Allgemeine Selektoren

=============================== */

body {
	background: none;
}

/* ===============================
   =1.1 Block-Elemente
=============================== */


/* ===============================
   =1.2 Inline-Elemente
=============================== */


/* ===============================
   =1.3 Classes allgemeiner Art
=============================== */

.noprint {
	display: none;	
}

/* ========================================

  =2. LAYOUTBEREICHE

========================================= */ 

#container {
	background-color: white;
	border: none;
	min-height: 660px;
	width: 870px;
	padding: 5px;
}

/* ===============================
   =2.2 KOPFBEREICH
=============================== */

#header {
	border-style: solid none;
	border-width: 1px;
	border-color: #91958A;	
}

#logo {
	border: none;
}
    
    
/* ===============================
   =2.3 NAVIBEREICH
=============================== */

ul#navigation,
ul#vita_submenu {
	display: none;
}

/* ===============================
   =2.4 TEXTBEREICH 
=============================== */

#content {
	margin: 50px 50px 50px 125px;
}

/* ===============================
   =2.5 FUSSBEREICH
=============================== */

#footer {

	color: black;
}

/* ===============================

   =3. Spezielle Seiten 

=============================== */

/* ===============================
   Home 
=============================== */


/* ===============================
   News 
=============================== */


/* ===============================
   Katalog
=============================== */

/* ===============================
   Vita
=============================== */





