body {
	background-color: black;
}

h2 {
	font-size:x-large;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

h3 {
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

h4 {
	font-size:medium;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

.categories {
	list-style-type:none;
	margin-left:8px;
	padding-left:0;
}

.category {
	margin-left:0;
	padding-left:0;
}

blockquote {
	text-align: justify;
}

p {
	text-align: justify;
}

.bigtable {
	background-color: white;
	border-width: 1px; 
	border-color: grey; 
	border-spacing: 5px; 
	padding: 8px; 
	border-style: outset;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.leftcell {
	border-width: 1px; 
	border-color: grey; 
	border-spacing: 0px; 
	border-style: outset;
	padding: 8px; 
}

.noborder {
	border: 0px;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-bottom: solid 1px grey; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}


.hor-cal {
	text-align: center;
	font-size: 8pt;
}

.last-comments-head {
	font-size: 7pt;

}

.last-comment {
	font-size: 6pt;
}
