*{margin:0;padding:0}

body{
	background:#000;
	font-family:arial,verdana,sans-serif;
	font-size:0.9em
}

#links{
	font-size:0.9em;
	left:0;
	position:absolute;
	top:0;
	width:160px;
	background: #000;
}

#rechts{
	background:#000;
	border-bottom:0px solid #000;
	border-left:0px solid #000;
	margin:0 0 0 160px
}

.padding{padding:1em}

h1 {
	color: red;
	font-size: large;
	font-family: "Arial Black";
	text-align: left;
	text-decoration: underline;
}
h2 {
	color: #FFF;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #ff1493;
	font-size: small;
	font-family: "Arial Black";
	text-decoration: underline;
}
h4 {
	color: #FFF;
	font-family: "Times New Roman";
	font-size: small;
	font-weight: bolder;
}
h5 {
	color: #FFF;
	font-family: "Times New Roman";
	font-size: small;
	font-weight: bolder;
}
h6 {
	color: blue;
	font-weight: bolder;
	font-size: small;
	text-align: center;
	text-decoration: none;
	font-family: "Arial Black";
}

strong {
	color: #FF0;
	font-weight: bold;
	font-size: large;
}


a:link {
	color: #ff0991;
	font-family: "Arial Black";
	font-weight: bold;
}
a:visited {
	color: #ff2424;
	font-family: "Arial Black";
	font-weight: bold;
}