/* CSS-Datei */

body {
  background-color:#FFFFFF;
  font-family: courier, fixed, monospace;
  font-size:10pt;
  font-weight:normal;
  line-height:1.4em;
}

h1 {
  font-family: courier, fixed, monospace;
  font-size:14pt;
  font-weight:bold;
}

ul {
  list-style-type:circle;
  line-height:1.8em;
}

a:link {
	font-family: courier, fixed, monospace;
	font-size: 12pt;
	color: #000000;
	margin: 4px;
}

a:visited {
	font-family: courier, fixed, monospace;
	font-size: 12pt;
	color: #000000;
	margin: 4px;
}
	
a:hover {
	font-family: courier, fixed, monospace;
	font-size: 12pt;
	color: #BC2400;
	margin: 4px;
}

a:active {
	font-family: courier, fixed, monospace;
	font-size: 12pt;
	color: #BC2400;
	margin: 4px;
}


.haupttitel {
  text-align:center;
  font-family:"Courier New", "Courier", "mono";
  font-size:24pt;
  font-weight:bold;
  color:#000000;
}

.info1 {
  font-weight:normal;
  color:#0040FF;
}

#haus {
  position: absolute;
  left: 80px;
  top: 20px;
}

#box1 {
  position:absolute;
  left:80px;
  top:100px;
  width:560px;
  height:350px;
  padding:10px;
  border-top:2px solid #000000;
/*  overflow:auto; */
}

#intern {
	border-top: 2px solid #000000;
	padding: 5px;
	top: 100px; 
	left: 80px;
	width: 180px;
	position: absolute;
}

#inhalt {
	position:absolute;
	left:320px;
	top:90px;
	width:690px;
}