/**
* lannepax_druck.css
* @date 2012-01-23
* CSS 2.1
*/



/** C Anweisungen für Drucker 
*/
body {
	background-color: white;
	color:black; 
	font-size:11pt;
	font-family: Georgia, "Times New Roman", serif;
 }
 
h1, h2, h3, h4 {
font-family: verdana, Helvetica, sans-serif;
color:#999999; }

h1, h2, h3, caption { font-size: 14pt }

p, ul {
font-size:12pt;
line-height: 14pt; }


a  {color: black;  }

table {
margin: 25px 0; }

tr {
padding: 4pt 8pt !important;
 }


/* -----------------------------------------------------------------------*/
 
/**
*Einrücken indent
*/
.indent  {
margin-left:40px; }

blockquote	{
margin: 1em 0 1em 40px;
 }

/** B6
* Rahmen statt Tabelle
*/
.rahmen_lpg {width:auto; border: 4px #999999 double; padding:0px; }
.rahmen_lp {width:auto; border: 4px #999999 double; padding:8px; }
.rahmen_text {width:auto; border:1px #999999 solid; padding:8px; }
.rahmen_index {width:auto; border:1px #999999 solid; padding:0px; }


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

.bullet {
 font-size: 130%;
 color:#33CC33; }
 
.datum { color:blue; font-weight:bold; font-size:76%; text-align:center; }
*/
/* ---------------------------------------------------------------------------- */


/** B8
* Tabellen
*/

table {
font-weight: normal; }


/**
* Navigationsmenü
* anschließend Anweisungen für a und Listen
*/
#navi {
display: none;  }
/* ---------------------------------------------------------------------- */


@charset "utf-8";

/* www.lannepax.de
Spezielle Informationen fï¿½r schmaleren viewport */

p, div {
margin: 0;
}

body {
padding: 2%;
}

.content {
	margin: 0;
	width: 90%;
	}
	
/* Navigationsmenï¿½ mit Links */
#navi {
	float:none;
	margin:0;
	padding: 0;
	width: 100%;
}

ul {
padding: 0;
}

table {
width: auto;
}
	

