/*grundelemente*/

#container {
	height: 768px;
	width: 1024px;
	position: absolute;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}
#menue_links {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	position: fixed;
	z-index: 20;
	width: 185px;
	left: 55px;
	top: 80px;
	font-size: 13px;
	line-height: 21px;
}
#hauptfeld {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 320px;
	top: 80px;
	width: 660px;
	color: #660000;
	text-align: left;
	bottom: 40px;
}

/*content*/

h1 {
	font-size: 18px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660000;
	font-variant: small-caps;
	letter-spacing: .05em;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660000;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33CCFF;
}
body {
	background-color: #FFFFFF;
}
p {
	font-size: 12px;
	line-height: 1.4em;
}
#tabelleText {
	font-size: 11px;
	line-height: 1.3em;
}
.menueDeutsch {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
}
.English {
	color: #33CCFF;
}
a:link {
	color: #999966;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
#rahmenunten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
	line-height: 2em;
}
#liste {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: top;
	line-height: 1.5em;
}
.history {
	font-size: 20px;
	color: #33CCFF;
}
.subhistory {
	font-size: 13px;
	color: #33CCFF;
}
