/* ------------ CSS Document  ------------------
	General print style sheet, Website Martin Reuthner
	
	Mediatype:	#print	
	Author: 	Marc zur Oven
	Version:	1.0
	Date:		2008-03-12 
   -------------------------------------------- */ 
   
   
/* -------------- HTML TAGS ------------------- */

body	{
	font-family: Times New Roman, Georgia, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.25;
	width: 100%;
	}

p		{ margin: 0 0 1em 0; }
strong	{ font-weight: bold; }
a img 	{ border: none; }

h1	{ padding-top: 1em; }
h1	{ font-size: 1.4em; }
h2	{ font-size: 1.2em; }
h3	{ font-size: 1.1em; }
h4	{ font-size: 1em; }
h5	{ font-size: 1em; }
img	{
	margin: 0 0 1cm 1cm;
	}
/* -------------- Kopf ----------------------- */

div#kopf img {
	display: block;
	vertical-align: text-top;
	margin: 0px;
	}
	
/* -------------- Inhalt ----------------------- */

div#container	{
	padding-left: 2cm;
	padding-right: 1cm;
	z-index: 1;
	text-align: justify;
	width:100%;
	}

table tr	{
	width: 95%;
	display: table;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	}
td	{
	text-align: left;
}
/* -------------- Nicht drucken --------------- */

#logo	{ 
	visibility: hidden; 
	}
#schattenecke, 
#navigation,
#fussleiste, 
#navigation, 
#subnav ul	 { 
	display: none; 
	}

/* -------------- Inhalt ---------------------- */

div#inhaltshuelle	{
	margin-top: -100px;
	background-color: #FFF;
	width: 100%;
	}

/* -------------- Nachrichten ------------------ */
div#nachrichten	{ 
	display: block;
	padding: 20px;
	border: 1px solid #999;
	}

