* {
  margin: 0;
  padding: 0;
}

/* Basis-Parameter */
body {
  color: orange;
  font-size: 100.01%;
  font-family: "Times New Roman",Helvetica,Arial,sans-serif;
  font-style: italic ;
  /* margin: 0; */
	padding: 15px 0;
}

h1 {
  color: white;
  font-size: 150.01%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}

h2 {
  color: white;
  font-size: 120.01%;
  text-align: center;
	/*padding-top: 5px;*/
	padding-bottom: 20px;
}

a {
  padding: 2px;
  font-weight: bold;
}
a:link {
  /* color: white; */
	color: #eeeeee;
  text-decoration: none;
}
a:visited {
  color: #eeeeee;
  text-decoration: none;
}
a:hover {
  color: #aaaaaa;
  text-decoration: none;
}
a:active {
  color: white;
  text-decoration: none;
}

/* Begrenzung der kompletten Webseite */
div#page {
  margin: 0 auto;
  width: 939px;
  /* padding: 0; */
  background-color: black;
  border: 1px solid #000001;
}

/* Titelbild */
div#header {
  margin: 0;
	padding: 0;
  text-align: center;
  border-bottom: 1px solid black;
  /*width: 939px; */
	height: 130px;
	position: relative;
}

div#header img{
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Fußzeile */
p#footer {
  clear: both;
  font-size: 0.83em;
  color: white;
  margin: 0; padding: 0.1em;
  text-align: center;
  background-color: black;
  border-top: 0px;
}

p#footer a{
  color: white;
}

/* Eigentliche Webseite */
div#board {
  background: url(back.jpg) no-repeat;
  background-position: 0px 0px;
  height: 457px;
	clear: both;
}

/* Menüleiste */
div#nav {
  height: 25px;
  vertical-align: middle;
	background: url(opac.png);
	padding: 1px 5px;
	text-align: right;
}

/* Board mit dem eigentlichen Inhalt (inkl. Sub-Navigation) */
div#sub-board {
  width: 930px;
  height: 422px;
  font-size: 17px;
  background: url(opac.png);
	clear: both;
	/*margin: 10px;*/
	margin: 5px;
}

/* Untergeordnetes Menü */
div#sub-nav {
  padding: 1px 5px;
  border-bottom: 1px solid black;
	height: 22px;
}

/* Inhalt */
div#content {
  overflow: auto;
	height: 380px;
	padding: 10px;
}

div#content p {
  font-size: 1em;
  /*margin: 1.5em 0;*/
	margin: 0em 0em 1em 0em;
  clear: both;
}

div#content b {
  /* color: white; */
	/* color: #FBB117; */
	color: #FBC127;
	font-weight: bold;
}

div#content a {
  padding: 0px;
  /*margin: 1px;*/
  padding-bottom: 0px;
  font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}

div#content a:hover {
  color: white;
  border-color: #aaaaaa;
}

div#content ul {
  list-style-type: disc;
  list-style-position:inside;
}
/*
div#content li {
	margin: 0.2em 0;
}
*/