/*
	Description		: Bildschirm Stylesheet für michael-puff.de
	Date			: 2012-01-26
	Author			: Michael Puff
*/

.footerpage {	
	border-top: 1px solid darkgrey;
	padding-top: 10px;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 90%;
}

h1 {
	text-align: center;
}

p {
	text-align: justify;
}

table, th, td {	
	border-collapse: collapse;
	border: solid 1px;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	padding: 3px;
}

pre {
	background-color: silver;
	padding: 15px;
	border-style: solid;
	border-width: 2px;
	border-color: gray;
}

div.body {
	margin: auto;
	text-align: left;
	width: 55%;
}
