/* Copyright 2007 - www.veb-reitnau.ch */
/* ----------------------------------- */
/* Version 1.0 / 4-SEP-2007            */

/* Vereinfachtes Stylesheet fuer Druck */


h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family:Verdana,sans-serif;
}

body {
	font-family:Verdana,sans-serif;
	font-size:14px;
	color:black;
	background-color:white;
	margin:0px;
}

h1 {
	font-family:Verdana,sans-serif;
	font-size:20px;
	margin-top:35px;
	/* some air around the text */
	padding-top:10px;
	padding-left:0.5em;
	padding-bootom:1px;
	/* set borders around header */
	border-bottom: 1px solid gray;
	border-left: 1.1em solid gray;
	line-height:1.5em;
	/* and some air under the border*/
	margin: 0 0 0.5em 0;
}

h2 {
	font-family:Verdana,sans-serif;
	font-size:16px;
	margin-top:35px;
	/* some air around the text */
	padding-left:0.5em;
	padding-bootom:1px;
	/* set borders around header */
	border-bottom: 1px solid gray;
	border-left: 1.1em solid gray;
	line-height:1.5em;
	/* and some air under the border*/
	margin: 0 0 0.5em 0;
}

p {
	margin-bottom:15px;
}

li {
	margin-bottom:10px;
}

a:link, a:visited, a:active, a.hover    {color: gray; font-weight:bold; text-decoration:underline;}


/* Suppress printing of the header with the menu */
#menuarea {
	display:none;
}

#contentarea {
	position:absolute;
	top:0px;
	left:10px;
	right:0px;
}




/* Table border styles */
table.x { padding:0px;
	border-style:solid;
        border-width:1px;
        border-color:white;
	cell-padding:0px;
	cell-spacing:0px;
        border-spacing:0px; }

