/*
EM - PX zum kopieren oder nachschauen
10px = 0.6em
12px = 0.76em
14px = 0.9em
16px = 1.0em
18px = 1.12em
22px = 1.38em
26px = 1.63em
*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 100.01%;
	background-color: #ecf0a8;
	background-image: url(images/hintergrund_top.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
html {
	font-size: 0.8em;
}
html, body {
	height: 100%;
}
p {
	line-height: 1.5em;
}
#container {
	width: 689px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-left: 112px;
	min-height: 100%;
    height: auto !important;
    height: 100%; 
}

#menu {
	position: absolute;
	height: 29px;
	top: 21px;
}
#adress {
	position: absolute;
	top: 60px;
	padding-left: 74px;
}
.tabellenhead {
	background-color: #ECF0A8;
}
#adress p, .disclaimer {
	font-size: 0.85em;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c3cf00;
	font-size: 1.4em;
}
h2 {
	color: #999;
}
#main {
	position: absolute;
	top: 200px;
	background-color: #FFFFFF;
	background-image: url(images/hintergrund_main.gif);
	bottom: 0px;
	overflow: visible;
}
#menu a:link, #menu a:visited {
	color: #999;
	background-image: url(images/menu_hintergrund.gif);
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 21px;
}
#menu a:hover, #menu a:active {
	color: #fff;
	background-image: url(images/menu_hintergrund_active.gif);
	text-decoration: none;
}
.aktiv {
	color: #fff;
	background-image: url(images/menu_hintergrund_active.gif);
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 21px;
	font-weight: bold;
}
a:link, a:visited {
	font-weight: bold;
	color: #c3cf00;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#content {
	padding-bottom: 58px;
	padding-left: 74px;
	width: 390px;
	z-index: 2;
	position: absolute;
	top: 50px;
}
#zeichnung {
	position: absolute;
	z-index: 0;
	right: 4px;
	bottom: 0px;
}
#bild1 {
	position: absolute;
	top: 50px;
	margin-left: -146px;
}
#bild2 {
	position: absolute;
	top: 200px;
	margin-left: -225px;
}
.kleiner {
	font-size: 0.8em;
	font-weight: normal;
}
td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c3cf00;
}

