/*
  grau: #95A3AE
  gelb: #FFDD00
  Schwarz: #000000
  Rosa: #FF99FF
*/

body {
  margin: 10px;
  background-color: #95A3AE;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-style: normal;
  font-size:14px;
  color: #000000;
  list-style-type: square
}

#Seitenbild {
  margin: -10px;
}

a {
  font-weight: 600;
}

a:link {
  color:#FFDD00;
  text-decoration: none;
}

a:visited {
  color:#FFDD00;
  text-decoration: none;
}

a:hover, a:active {
  color: #000000;
  text-decoration: none;
  background-color: #FFDD00;
}

h1, h2, h3 {
  color: #FFDD00;
}

h1, h2 {
  font-family:"Courier New", Courier, mono;
  font-weight: bold
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
  font-family: Arial, sans-serif;
}

table {
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  list-style-type: square
}

td {
  font-family: Arial, Helvetica, sans-serif
}

tr {
  font-family: Arial, Helvetica, sans-serif
}

p {
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: square
}

div {
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: square
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bolder;
  text-align: left
}

ul {
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: square
}

.titel {
  font-size: 35px;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: "Courier New", Courier, mono
}

#kol1 {
	PADDING: 10px;
	FLOAT: left;
	MARGIN: 0px;
	WIDTH: 33%;
}

#kol2 {
	PADDING: 10px;
	FLOAT: left;
	MARGIN: 0px;
	WIDTH: 33%;
}

#kol3 {
	PADDING: 10px;
	FLOAT: left;
	MARGIN: 0px;
	WIDTH: 33%;
}

#kol1 p, #kol2 p, #kol3 p {
	text-align: justify;
}

#Author {
  width: 100%
  height: 30px;
  padding: 10px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center !important;
}