@charset "UTF-8";

*{
	padding:0;
	margin:0 auto;
	border:0;
}
html, body {
	padding:0; 
}
body {
	background-color: transparent;
}

p, td {
	font-family: Courier, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF
}
.datum {
	font-family: Courier, Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF
	text-align: left;
}
.gbeintrag {
	font-family: Courier, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00
}


a:link { text-decoration:underline; color: #FFFFFF; }
a:visited { text-decoration:underline; color: #FFFFFF; }
a:hover { text-decoration:none; color: #ffff00; }
a:active  { text-decoration:none; color: #ffff00; }

h1, h2  {
	text-transform:uppercase; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 19px;
	text-align: left;
	color: #FFFF00;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	padding-top: 30px;
}
h2  {
	font-size: 13px;
	color: #FFF;
	padding-top: 5px;
}

hr  {
	border: 0;
	width: 420px;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	margin: 15px 0 10px 0;
}
#navigation  {
	text-transform:uppercase; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #FFF;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}

