html { 
  padding:0px;
  margin:0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#990000;
	background-image: url(Bilder/links.gif);
	font-style: normal;
	padding:0px;
	margin:0px;
	font-size: small;
	font-weight: bold;
	background-repeat: repeat-y;
	background-color: #FFE3C7;
}
p, pre, h2 {
  padding:10px;
  margin:0px
}
h1 {
	font-size: 11px;
	color: #CCCCCC;
	background-color:#990000;
	padding:5px 15px;
	margin:0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h1 a:link {
	font-size: 11px;
	color:#CCCCCC;
}
h1 a:visited {
	font-size: 11px;
	color:#CCCCCC;
}
h1 a:hover {
	font-size: 11px;
	font-style: italic;
	color:#FFFFCC;
}
h1 a:active {
	font-size: 11px;
	font-style: italic;
	color:#FFFFCC;
}
h2 {
font-size:x-large;
padding-top:10px;
color: #990000;
background-color: transparent;
}
h3 {
font-size:large;
color: #990000;
}
h4 {
	font-size:large;
	color: #990000;
	font-weight: bold;
	background-image: url(Bilder/silberstr.jpg);
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #999999;
}
h5 {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FF9966;
}
hr {
	color:#990000;
	size:1px;
}	
a { 
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bolder;
	color: #993300;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}
/*  positioning-layers statisch und absolut */
#menu {
	position: absolute;
	width: 150px;
	left: 0px;
	padding:0px;
	margin:0px;
	background-image: url(Bilder/links.gif);
	background-repeat: repeat-y;
}
#inhalt {
	margin-left: 150px;
/*	overflow: auto;*/
	background-image: url(Bilder/hinten.gif);
}
.zähler {
	visibility: hidden;
	position: absolute;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
