body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	/* background-color: #e7e2d8; */
    quotes: "\201E" "\201C" "\201A" "\2018";
	text-align: left;
}

h1, h2, h3, h4, h5 {
	color: #8e0062;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h3, h4, h5 {
	color: #5f6062;
    font-size: 9pt;
}

h2.menutitle {
	font-size: 9pt;
}

a {
	color: #8e0062;
    text-decoration: none;
	border-bottom: dotted #00c 1px;
}

a:visited {
    color: #8e0062;
}

a:hover {
    color: #cf0f94;
	border-bottom: solid #00c 1px;
}

a:active {
    color: #cf0f94;
}

#auswahl a, 
#menu a {
	border: none;
}

#auswahl a:hover,
#menu a:hover,
#auswahl a:active,
#menu a:active {
	color: #cf0f94; /* #8e0062; */
}

a.menulink {
	font-size: smaller;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

.clear {
	clear: both;
}

#viewport {
	top: 0;
	text-align: left;
}

#viewport img.hintergrund {
	width: 100%;
	z-index:0;
	position: fixed;
	top: 0;
}

#kopf {
	position: fixed;
	top:0;
	left: 55px;
	width: 812px;
	padding: 0 0 0 50px;
	z-index: 99;
}

#hintergrund {
	background: url(img/zettel_bg_body.png) repeat-y;
	position: fixed;
	top: 115px;
	bottom: 0;
	left: 347px;
	width: 570px;
}

#text {
	position: absolute;
	top: 130px;
	left: 410px;
	width: 470px;
	z-index: 50;
	overflow: auto;
}

#text h2, #text h3, #text h4,
#text p {
	margin-bottom: 0.5em;
}

#text h3, #hintergrund h4 {
	margin-top: 1em;
}

#text hr {
	border: 1px solid #ccc;
	margin: 2em 0 2em 0;
}

#text ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}

#text img.startbild {
	border: 3px solid #ccc;
	width: 400px;
	/* height: 300px; */
	clear: both;
	margin-bottom: 20px;
}

#text .textflow {
	float: left;
	width: 270px;
}

#text .imageflow {
	float: right;
}

#text .imageflow img {
	max-width: 200px;
}

#text table {
	width: 90%;
	margin-bottom: 2em;
}

#text th, #text td {
	padding: 0.25em 0.5em 0.5em 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

#text th {
	font-weight: bold;
	border-bottom: 1px solid #8e0062;
}

#text_head, #text_foot {
	margin-bottom: 1em;
}

#auswahl {
	position: absolute;
	top: 30px;
	right: 45px;
	z-index: 99;
}

#menu {
	position: fixed;
	top: 120px;
	left: 110px;
	width: 200px;
}

#menu-content {
	position: relative;
	z-index: 99;
	padding: 25px 25px 30px 50px;
	line-height: 1.5;
}

#menu-content ul {
	margin: 0.25em 0 1em 0;
	border-top: 1px solid #EEE;
}

#menu-content li {
	padding: 0.25em 0 0.25em 0;
	border-bottom: 1px solid #EEE;
}

#menu-background img.hintergrund {
	position: fixed;
	top: 100px;
	left: 105px;
	width: 265px;
	height: 400px; /* 360px; */
	z-index: 1;
}

/* Forms */

form .line {
    /* position: relative; */
    vertical-align: middle;
    white-space: nowrap;
    padding: 0.5em;
    padding-right: 0;
    float: none;
    clear: both;
    font-size: small;
    /*background-color: #EEEEEE;*/
	border-bottom: 1px solid white;
    min-height: 1.5em;
}

input, textarea, select {
    font-size: small;
    /* background-color: #FFFFEE; */
	padding: 0.25em;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #8e0062;
	border-right: 1px solid #8e0062;
	margin-bottom: 2px;
	z-index:99;
}

button img, .pseudobutton img  {
	vertical-align: middle;
}

button, .pseudobutton {
	text-align: center;
	padding: 0.75em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-top: 3px solid #EEEEEE;
	border-left: 3px solid #EEEEEE;
	border-bottom: 3px solid #AAAAAA;
	border-right: 3px solid #AAAAAA;
}

.pseudobutton:active {
	border-top: 3px solid #AAAAAA;
	border-left: 3px solid #AAAAAA;
	border-bottom: 3px solid #EEEEEE;
	border-right: 3px solid #EEEEEE;
}

.pseudobutton:hover {
	background-color: #ddddcc;
}

.pseudobutton * a:hover, a.pseudobutton {
	text-decoration: none;
}

input.error, textarea.error, select.error {
	background-color: #ff9;
}

form .label, form .error label {
    float: left;
    width: 8em;
}

form .error label {
	/*
    color: red;
    font-weight: bold;
    */
}

form .field {
    float: left;
    width: 21em;
}

form .hint {
    display: none;
}

form .remark {
    min-width: 1em;
	font-size: smaller;
    float: left;
}

form .text {
    padding: 0.5em;
    padding-bottom: 0;
    font-size: small;
    float: none;
}

form .mandatory label:before{
    content: '\203C ';
    color: #FFAAAA;
}

#summenzeile {
	display: none;
}

#summe {
	border-bottom: 4px double #999;
}

/* Debugging */

#__error_div1 {
}
