body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #ccccdd;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 0.8em;
	line-height: 125%;
	color: #333;
}
#container {
    margin: 0px auto 0px;
    padding: 0px;
    vertical-align: top;
    width: 770px;
}
#content {
    border: none;
    background-color: #fff;
    padding: 20px;
    margin: 0px;
    overflow: auto;
    width: 730px;
}
.topLink {
    float:right;
    font-size: 0.6em;
    line-height: 0.6em;
    padding: 5px 0px 0px 0px;
}
.lighterBlue {
    color: #fff;
}
.footnote {
    font-size: 80%;
    color: #333;
    text-align: right;
    padding: 5px 10px 5px 10px;
    margin: 0px;
    clear:both;
}
h1.header {
    padding: 0px;
    margin: 0px 0px 0px 5px;
    float: left;
    font-size: 1.9em;
    line-height: 2.3em;
}
h1 {
    font-family: Garamond, Times, serif;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0px;
    margin:0px;
    vertical-align: middle;
}
a, a:link,a:visited,a:active {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: overline underline;
	font-weight: normal;
}
a.header {
	text-decoration: none;
    font-weight:bold;
}
ul {
    list-style: square inside;
    padding: 0px;
    margin: 0px;
}
li {
    color: #333;
}
acronym:hover {
	cursor: help
}
acronym {
    border-bottom: thin dotted;
    cursor: help;
    font-style: normal;
}
form.teilermengeForm {
    font-family: Garamond, Times, serif;
    border: 2px dotted #ccc;
    text-align: center;
    font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
    vertical-align: middle;
}
form.teilermengeForm small {
    font-size: 0.6em;
	font-weight: normal;
}
form.teilermengeForm input {
    font-size: 100%;
}
.errorMessage {
    color: #933;
}
table {
    padding: 10px;
    margin: 0 auto 0;
    border: 0px;
    text-align: right;
}
th {
    font-weight: bold;
    padding: 2px 13px 2px 13px;
}
td {
    padding: 2px 13px 2px 13px;
    font-family: courier, fixed-width;
}
img {
    margin: 0px;
    padding: 0px;
}