<!-- globale Eisntellungen -->
body {
}
body {
	font-family: Helvetica, sans-serif;
}

<!-- Ueberschriften -->
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-family: monospace; font-size: 24pt; font-weight: bold;
	text-align: center;
	margin-top: 1em;
}

<!-- Absatzformate -->
p {
}

<!-- Tabellen -->
table {
}
td.green {
	background-color: #00cc00;
}

<!-- Formulare -->
form {
}
fieldset {
	padding: 1em;
}
legend {
	font-weight: bold;
}
select.topic {
	width: 300px;
}
input.text_entry {
	width: 300px;
}
input.submit_normal {
	width: 120px;
}
textarea.description {
	width: 300px;
}

<!-- Zeichen -->
span {
}

<!-- Trennlinien -->
hr {
}
hr {
	color: #00cc00;
	width: 100%;
	height: 1px;
}

a:link { 
	color: #0000FF; 
	font-family: Helvetica; font-weight: bold; 
	text-decoration: none;
}
a:visited { 
	color: #0000FF; 
	font-family: Helvetica; font-weight: bold; 
	text-decoration: none;
}
a:active { 
	color: #FF0000; 
	font-family: Helvetica; font-weight: bold; 
	text-decoration: none; 
}
