﻿/* #9933cc = Lila */
/* #cc00ff = Lila für Rahmen */
/* #ccff66 = Grün */
/* #ff9900 = Orange */
* {
	margin: 0;
	padding: 0;
}
html, body {
	top: 0;
	right: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
}
body {
	position: absolute;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #ccff66;
	color: #000000;
}
#kopfzeile {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 55px;
}
#kopf {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: #9933cc;
	color: #ffffff;
  border: 5px ridge #cc00ff;
  text-align: center;
}
#kopf h1 {
  padding-top: 8px;
  padding-bottom: 3px;
  color: #ffffff;
}
#kopf p {
	font-weight: bold;
  text-align: right;
  padding-right: 30px;
}
#menue {
	position: fixed;
	top: 65px;
  bottom: 0;
	left: 0;
	width: 160px;
	padding: 10px;
  color: white;
  background-color: #9933cc;
  border-right: 5px ridge #cc00ff;
  border-bottom: 5px ridge #cc00ff;
  border-left: 5px ridge #cc00ff;
}
#inhalt {
	background: #ccff66;
	padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 240px;
	color: #000000;
}
#inhalt ul {
  margin: 10px;
}
#inhalt li {
  list-style: none;
  padding: 2px;
}
#inhalt table {
  font-size: small;
  text-align: left;
  padding-top: 5px;
}
#inhalt table caption {
  padding-top: 20px;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
}
#inhalt table th, #inhalt table td {
  margin: 0;
  padding: 2px 20px;
  font-size: 110%;
}
/* ==== Formate === */
/* menue und links */

#menue li {
	list-style: none;
  text-align: center;
	padding: 2px;
}
#menue a {
	display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 2px;
  border: 3px solid #9933cc;
}
#menue a:hover,
#menue a.aktiv,
#menue a:hover.aktiv {
	color: black;
  background-color: #ccff66;
  border: 3px ridge #cc00ff;
}
/* text und bilder */
h1,
h2,
h3,
h4 {
	padding-top: 20px;
  padding-bottom: 10px;
	color: #000000;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 115%
}
h3 {
	font-size: 100%
}
h4 {
	font-size: 90%
}
p, li {
	font-size: 80%;
	line-height: 140%;
}
#foto {
	padding-top: 30px;
}
#foto_h img {
	width: 60%;
  margin-left: 15%;
  margin-right: 15%
}
#foto_h p {
	text-align: right;
  margin-left: 15%;
  margin-right: 25%
}
#foto_v img {
	width: 50%;
  margin-right: 15%
}
#foto_v_float img {
	float: right;
	width: 50%;
	margin:0.3cm;
	margin-right: 5%
}
#foto_v p {
	text-align: right;
  margin-right: 50%
}
#autor {
  font-weight: bold;
  padding-top: 10px;
	text-align: right;
  font-size: 70%;
  margin-right: 2%
}
