
body {
	background-color: white;
	text-align: center;
	color: black;
  	font: 100.01% arial, sans-serif;
 	margin: 10px 2cm 10px 2cm;
}

p { 
	font-size: 90%;
	line-height: 140%;
	margin: 0 0 10px 0; 
}

a:link,
a:visited	{ 
	color: blue;
	text-decoration: underline;
}

a:hover	{ 
	color: black;
	text-decoration: none;
}

.hide, #..., #...	{		/* alle container die im druck ausgeblendet */
	position: absolute;		/* werden sollen, werden hier genannt */	
  	top: -6000px;
  	left: -6000px;
  	height: 1px;
 	width: 1px;
}

#rahmen	{
	display: block;
	height: auto;
	width: 80%;
	padding: 0 5% 5% 5%;
	margin: auto;
	text-align: left;
	background-color: white;
	background-image: none;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 70%;
}
