/* Angaben für alle standardkonformen Browser */

body {
	margin:0;
	padding:0;
	margin-bottom:8%;
	background:#F0E5B1;
	background-image:  url(images/grund1c.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	font-family:Verdana,Helvetica,Arial;
	font-size:10pt;
}
#content_container {
	padding-top:4.8em;
	padding-bottom:3em;
	padding-left:0;
}

#header {
	position:fixed;
	top:0px; left:0px; right:0px;
	text-align:left;
	padding:0;
	padding-bottom:0;
	background-image: url(images/titelc.jpg);
	height:110px;
}

#footer {
	position:fixed;
	bottom:0px; left:0px; right:0px;
	background-image:  url();
	text-align:left;
	font-size:8pt;
	padding:10px;
	padding-top:30px;
	color:#681709;
}

/* Angaben nur für den Internet Explorer mit Star HTML Hack */

* html, * html body {
	height:80%;
	overflow:hidden;
}

* html #header {
	height:110px;
	background-image: url(images/titelc.jpg);
}

* html #content_container  {
	padding:0.5em;
	height:82%;
	overflow:auto;
}

* html #footer  {
	height:8%;
	padding-top:3.5%;
	background-image: url();
}

/* Kleines Extra für den IE */

* html #menu {
	margin:0.2em;
}

/* Formatierung des Seiteninhaltes */

#menu {
	border: 3px dotted #681709;
	margin-left:0.5em;
	margin-top:3.8em;
	padding:0.5em;
	float:left;
	width:12em;
}

/* Der IE soll das Element breiter darstellen, da margin und
   padding hier von der Breite abgezogen werden! */

* html #menu {
	width:10.5em;
	margin-top:3.3em;
}

#menu li {
	list-style: none;
	margin:0;
	padding:0.3em;
}

#menu li#active {
	padding:0.5em;
	text-decoration:underline;
}

#menu a:link, #menu a:visited {
	display:block;
	background:#C84E05;
	color:#F5D524;
	text-decoration:none;
	margin:0;
	padding:0.2em;;
}

#menu a:hover {
	background:#F5D524;
	color:#681709;
	text-decoration:underline;
}

#Layer1 a:link    { color:#F5D524; background:#C84E05; }

#Layer1 a:visited { color:#F5D524; background:#C84E05; }

#Layer1 a:active  { color:#681709; background:#C84E05; }

#Layer1 a:hover { color:#681709; background:#C84E05; }

#content {
	border: 3px dotted #681709;
	padding: 0 1 1 1em;
	margin-left:14.5em;
	margin-right:0.5em;
	margin-top:3.8em;
	background-image: url(images/grund.png);
	width:75%;
}

* html div#content {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	padding-top:0;
	width:80%;
}
h1 {
	font-size:16pt;
	color: #681709;
	background:#F5D524;
}
h2 {
	font-size:14pt;
	font-weight:normal;
	color: #681709;
	background:#F5D524;
}
h3 {
	font-size:11pt;
	font-weight:bold;
	color: #681709;
	text-align:center;
}
h4 {
	font-size:10pt;
	font-weight:bold;
	color: #681709;
	text-align:left;
	padding-left: 1em;
}
td {
	font-size:10pt;
}

p {
	padding-left: 1em;
}
b { color:#FF0000;
}
.elf {
background-image: url(elf2.png);
background-repeat: no-repeat;
height: 327px;
}

.abstand {
padding-left: 250px;
}